Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2a66c938598a16446a2d6239f2ebc3721c7459d7 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-ssh12681440281509435432.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-ssh3610542985170852337.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-ssh11043173905765701714.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-ssh12074577287954626344.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-ssh13948655014700259022.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 ‘prd-ubuntu20.04-docker-8c-8g-4487’ Running on prd-ubuntu20.04-docker-8c-8g-4493 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/867 [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/867 # 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 2a66c938598a16446a2d6239f2ebc3721c7459d7 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a66c938598a16446a2d6239f2ebc3721c7459d7 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5202)" > git rev-list --no-walk 37d2bc2bae43ffef57fffbe7996bc2ab32c05bf4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:24:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:24:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:24:42 ========================================================= 01:24:42 EdgeX Global Pipelines Version Info 01:24:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:24:43 ------------------- 01:24:43 stable info: 01:24:43 ------------------- 01:24:43 Commited By: Ginny Guan ginny@iotechsys.com 01:24:43 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:24:43 Message: update stable to v1.0.274 01:24:43 ------------------- 01:24:43 experimental info: 01:24:43 ------------------- 01:24:43 Commited By: Ginny Guan ginny@iotechsys.com 01:24:43 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:24:43 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:24:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a66c93 [Pipeline] echo 01:24:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:24:44 provisioning config files... 01:24:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config1204728244143066598tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:24:44 ---> ****-login.sh 01:24:44 nexus3.edgexfoundry.org:10001 01:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:45 01:24:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:24:45 Configure a credential helper to remove this warning. See 01:24:45 https://docs.****.com/go/credential-store/ 01:24:45 01:24:45 Login Succeeded 01:24:45 nexus3.edgexfoundry.org:10002 01:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:45 01:24:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:24:45 Configure a credential helper to remove this warning. See 01:24:45 https://docs.****.com/go/credential-store/ 01:24:45 01:24:45 Login Succeeded 01:24:45 nexus3.edgexfoundry.org:10003 01:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:45 01:24:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:24:45 Configure a credential helper to remove this warning. See 01:24:45 https://docs.****.com/go/credential-store/ 01:24:45 01:24:45 Login Succeeded 01:24:45 nexus3.edgexfoundry.org:10004 01:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:45 01:24:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:24:45 Configure a credential helper to remove this warning. See 01:24:45 https://docs.****.com/go/credential-store/ 01:24:45 01:24:45 Login Succeeded 01:24:45 ****.io 01:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:45 01:24:45 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:24:45 Configure a credential helper to remove this warning. See 01:24:45 https://docs.****.com/go/credential-store/ 01:24:45 01:24:45 Login Succeeded 01:24:45 ---> ****-login.sh ends [Pipeline] } 01:24:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:24:45 + 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:24:45 + dirname cmd/core-command/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo core-command,cmd/core-command/Dockerfile 01:24:45 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:24:45 + dirname cmd/core-data/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo core-data,cmd/core-data/Dockerfile 01:24:45 + dirname cmd/core-keeper/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo core-keeper,cmd/core-keeper/Dockerfile 01:24:45 + dirname cmd/core-metadata/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo core-metadata,cmd/core-metadata/Dockerfile 01:24:45 + dirname cmd/security-bootstrapper/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:24:45 + dirname cmd/security-proxy-auth/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:24:45 + dirname cmd/security-proxy-setup/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:24:45 + dirname cmd/security-secretstore-setup/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:24:45 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:24:45 + dirname cmd/security-spire-agent/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:24:45 + dirname cmd/security-spire-config/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:24:45 + dirname cmd/security-spire-server/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:24:45 + dirname cmd/support-notifications/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo support-notifications,cmd/support-notifications/Dockerfile 01:24:45 + dirname cmd/support-scheduler/Dockerfile 01:24:45 + cut -d/ -f2 01:24:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:24:45 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:24:46 + git rev-list -1 --merges 2a66c938598a16446a2d6239f2ebc3721c7459d7~1..2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 01:24:46 -----------> git rev-list -1 --merges 2a66c938598a16446a2d6239f2ebc3721c7459d7~1..2a66c938598a16446a2d6239f2ebc3721c7459d7 2a66c938598a16446a2d6239f2ebc3721c7459d7 [false] [Pipeline] sh 01:24:46 + git log --format=format:%s -1 2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 01:24:46 ========================================================= 01:24:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:24:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:24:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:24:47 + grep -v github /etc/ssh/ssh_known_hosts 01:24:47 + [ -e /tmp/ssh_known_hosts ] 01:24:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:24:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:24:47 + sudo tee -a /etc/ssh/ssh_known_hosts 01:24:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:24:47 01:24:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:24:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:24:47 0.1.4: Pulling from edgex-devops/py-git-semver 01:24:47 3dae71ba6b94: Pulling fs layer 01:24:47 6bf1a483ea7c: Pulling fs layer 01:24:47 f5dfc541a4d3: Pulling fs layer 01:24:47 461d9e800cba: Pulling fs layer 01:24:47 80192f66455f: Pulling fs layer 01:24:47 2e8e34ca0e6c: Pulling fs layer 01:24:47 a29436f7fd5d: Pulling fs layer 01:24:47 923cac83aea3: Pulling fs layer 01:24:47 25ad8b0a4227: Pulling fs layer 01:24:47 db01528c6b51: Pulling fs layer 01:24:47 28988de357af: Pulling fs layer 01:24:47 25ad8b0a4227: Waiting 01:24:47 db01528c6b51: Waiting 01:24:47 a29436f7fd5d: Waiting 01:24:47 80192f66455f: Waiting 01:24:47 2e8e34ca0e6c: Waiting 01:24:47 923cac83aea3: Waiting 01:24:47 461d9e800cba: Waiting 01:24:47 6bf1a483ea7c: Verifying Checksum 01:24:47 6bf1a483ea7c: Download complete 01:24:47 461d9e800cba: Verifying Checksum 01:24:47 461d9e800cba: Download complete 01:24:47 80192f66455f: Download complete 01:24:48 f5dfc541a4d3: Verifying Checksum 01:24:48 f5dfc541a4d3: Download complete 01:24:48 3dae71ba6b94: Verifying Checksum 01:24:48 3dae71ba6b94: Download complete 01:24:48 923cac83aea3: Download complete 01:24:48 25ad8b0a4227: Verifying Checksum 01:24:48 25ad8b0a4227: Download complete 01:24:48 db01528c6b51: Download complete 01:24:48 28988de357af: Verifying Checksum 01:24:48 28988de357af: Download complete 01:24:48 a29436f7fd5d: Verifying Checksum 01:24:48 a29436f7fd5d: Download complete 01:24:49 2e8e34ca0e6c: Verifying Checksum 01:24:49 2e8e34ca0e6c: Download complete 01:24:49 3dae71ba6b94: Pull complete 01:24:49 6bf1a483ea7c: Pull complete 01:24:50 f5dfc541a4d3: Pull complete 01:24:50 461d9e800cba: Pull complete 01:24:50 80192f66455f: Pull complete 01:24:54 2e8e34ca0e6c: Pull complete 01:24:54 a29436f7fd5d: Pull complete 01:24:54 923cac83aea3: Pull complete 01:24:54 25ad8b0a4227: Pull complete 01:24:54 db01528c6b51: Pull complete 01:24:54 28988de357af: Pull complete 01:24:54 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:24:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:24:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:24:54 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 01:24:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:24:57 $ docker top ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c -eo pid,comm 01:24:57 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:24:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:24:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:24:57 [ssh-agent] Looking for ssh-agent implementation... 01:24:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:24:57 $ docker exec ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent 01:24:57 SSH_AUTH_SOCK=/tmp/ssh-2md4NxQlHC10/agent.32 01:24:57 SSH_AGENT_PID=38 01:24:57 Running ssh-add (command line suppressed) 01:24:57 Identity added: /w/workspace/edgex-go/867@tmp/private_key_16395994772460795625.key (/w/workspace/edgex-go/867@tmp/private_key_16395994772460795625.key) 01:24:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:24:58 + git tag --points-at HEAD [Pipeline] } 01:24:58 $ docker exec --env ******** --env ******** ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent -k 01:24:58 unset SSH_AUTH_SOCK; 01:24:58 unset SSH_AGENT_PID; 01:24:58 echo Agent pid 38 killed; 01:24:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:24:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:24:58 [ssh-agent] Looking for ssh-agent implementation... 01:24:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:24:58 $ docker exec ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent 01:24:58 SSH_AUTH_SOCK=/tmp/ssh-1CkTokRgTC1o/agent.71 01:24:58 SSH_AGENT_PID=77 01:24:58 Running ssh-add (command line suppressed) 01:24:58 Identity added: /w/workspace/edgex-go/867@tmp/private_key_2929861780465332059.key (/w/workspace/edgex-go/867@tmp/private_key_2929861780465332059.key) 01:24:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:24:58 + git semver init 01:24:59 2025-07-04 01:24:59,038 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:24:59 2025-07-04 01:24:59,042 [run_init] DEBUG init version:0.0.0 force:False 01:24:59 2025-07-04 01:24:59,043 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/867/.semver 01:24:59 2025-07-04 01:24:59,043 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/867/.semver 01:24:59 2025-07-04 01:24:59,044 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/867/.semver'], cwd=/w/workspace/edgex-go/867, stdin=None, shell=False, universal_newlines=False) 01:25:04 2025-07-04 01:25:04,053 [append_file] DEBUG append to file:/w/workspace/edgex-go/867/.git/info/exclude 01:25:04 2025-07-04 01:25:04,054 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/867/.semver/main with force:False 01:25:04 2025-07-04 01:25:04,054 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 01:25:04 2025-07-04 01:25:04,054 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 01:25:04 4.1.0-dev.35 [Pipeline] } 01:25:04 $ docker exec --env ******** --env ******** ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c ssh-agent -k 01:25:04 unset SSH_AUTH_SOCK; 01:25:04 unset SSH_AGENT_PID; 01:25:04 echo Agent pid 77 killed; 01:25:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:25:04 + git semver [Pipeline] } 01:25:05 $ docker stop --time=1 ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c 01:25:06 $ docker rm -f --volumes ea7064007a17b9332f522c06de5bcf300ced7af17b44a5779f9c91873b26324c [Pipeline] // withDockerContainer [Pipeline] sh 01:25:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:25:07 Stashed 1 file(s) [Pipeline] echo 01:25:07 [edgeXSemver]: initialized semver on version 4.1.0-dev.35 [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:25:07 + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] echo 01:25:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:25:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:25:07 ========================================================= 01:25:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:25:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:25:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:25:08 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:25:08 0a9a5dfd008f: Pulling fs layer 01:25:08 36466aa92d05: Pulling fs layer 01:25:08 e10405b45d13: Pulling fs layer 01:25:08 096b7ceb2af7: Pulling fs layer 01:25:08 4f4fb700ef54: Pulling fs layer 01:25:08 8213a616a21b: Pulling fs layer 01:25:08 985586143405: Pulling fs layer 01:25:08 0eae2285b678: Pulling fs layer 01:25:08 d3ac315be8c5: Pulling fs layer 01:25:08 4f4fb700ef54: Waiting 01:25:08 8213a616a21b: Waiting 01:25:08 985586143405: Waiting 01:25:08 0eae2285b678: Waiting 01:25:08 d3ac315be8c5: Waiting 01:25:08 096b7ceb2af7: Waiting 01:25:08 36466aa92d05: Verifying Checksum 01:25:08 36466aa92d05: Download complete 01:25:08 096b7ceb2af7: Verifying Checksum 01:25:08 096b7ceb2af7: Download complete 01:25:08 4f4fb700ef54: Download complete 01:25:08 0a9a5dfd008f: Verifying Checksum 01:25:08 0a9a5dfd008f: Download complete 01:25:08 8213a616a21b: Download complete 01:25:08 985586143405: Verifying Checksum 01:25:08 985586143405: Download complete 01:25:08 0a9a5dfd008f: Pull complete 01:25:08 d3ac315be8c5: Verifying Checksum 01:25:08 d3ac315be8c5: Download complete 01:25:08 36466aa92d05: Pull complete 01:25:08 e10405b45d13: Download complete 01:25:08 0eae2285b678: Verifying Checksum 01:25:08 0eae2285b678: Download complete 01:25:14 e10405b45d13: Pull complete 01:25:14 096b7ceb2af7: Pull complete 01:25:14 4f4fb700ef54: Pull complete 01:25:14 8213a616a21b: Pull complete 01:25:14 985586143405: Pull complete 01:25:15 0eae2285b678: Pull complete 01:25:16 d3ac315be8c5: Pull complete 01:25:16 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:25:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:25:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:25:16 WORKDIR /edgex 01:25:16 COPY go.mod . 01:25:16 RUN go mod download 01:25:16 + docker build -t ci-base-image-x86_64 -f - . 01:25:16 #0 building with "default" instance using docker driver 01:25:16 01:25:16 #1 [internal] load build definition from Dockerfile 01:25:16 #1 transferring dockerfile: 164B done 01:25:16 #1 DONE 0.0s 01:25:16 01:25:16 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:25:16 #2 DONE 0.0s 01:25:16 01:25:16 #3 [internal] load .dockerignore 01:25:16 #3 transferring context: 50B done 01:25:16 #3 DONE 0.1s 01:25:17 01:25:17 #4 [internal] load build context 01:25:17 #4 transferring context: 6.51kB done 01:25:17 #4 DONE 0.1s 01:25:17 01:25:17 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:25:17 #5 DONE 0.1s 01:25:17 01:25:17 #6 [2/4] WORKDIR /edgex 01:25:20 #6 DONE 2.9s 01:25:20 01:25:20 #7 [3/4] COPY go.mod . 01:25:20 #7 DONE 0.0s 01:25:20 01:25:20 #8 [4/4] RUN go mod download 01:25:22 Still waiting to schedule task 01:25:22 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4491’ 01:25:47 #8 DONE 22.9s 01:25:47 01:25:47 #9 exporting to image 01:25:47 #9 exporting layers 01:25:47 #9 exporting layers 3.5s done 01:25:47 #9 writing image sha256:f4a7de38865a15f75d6471d73c819afe1f88546d9f73caa9826ce4c5d3672c0a done 01:25:47 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:25:47 #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:47 + docker inspect -f . ci-base-image-x86_64 01:25:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:25:47 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 01:25:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:25:47 $ docker top 79b1d6e99e942657f79f4610ad830f8e951a0bd434845627f29f98ed032e7fbc -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:48 + go version 01:25:48 go version go1.23.9 linux/amd64 [Pipeline] } 01:25:48 $ docker stop --time=1 79b1d6e99e942657f79f4610ad830f8e951a0bd434845627f29f98ed032e7fbc 01:25:49 $ docker rm -f --volumes 79b1d6e99e942657f79f4610ad830f8e951a0bd434845627f29f98ed032e7fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:49 + docker inspect -f . ci-base-image-x86_64 01:25:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:25:49 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 01:25:49 $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:25:50 $ docker top 3bfa85ba17256f7287fb96c9edbcde92bdf31f283774df84e091ac84d5fac52a -eo pid,comm [Pipeline] { [Pipeline] echo 01:25:50 ========================================================= 01:25:50 [edgeXBuildGoParallel] Running Tests and Build... 01:25:50 ========================================================= [Pipeline] sh 01:25:50 + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] fileExists [Pipeline] sh 01:25:50 + make test 01:25:50 go test -race -coverprofile=coverage.out ./... 01:25:58 ? github.com/edgexfoundry/edgex-go [no test files] 01:26:20 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:26:20 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:26:20 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:26:20 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:26:20 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:26:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:26:21 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:26:21 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:26:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 42.3% of statements 01:26:22 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:26:22 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:26:23 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:26:23 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:26:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.031s coverage: 97.0% of statements 01:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:26:24 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:26:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:26:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:26:25 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:26:25 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:26:25 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:26:25 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:26:25 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.4% of statements 01:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements 01:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 46.3% of statements 01:26:26 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:26:26 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.848s coverage: 93.4% of statements 01:26:26 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.038s coverage: 92.4% of statements 01:26:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 8.4% of statements 01:26:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:26:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:26:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:26:28 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:26:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:26:28 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:26:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.404s coverage: 95.8% of statements 01:26:30 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 01:26:30 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:26:30 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:26:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:26:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:26:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:26:30 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:26:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] 01:26:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 01:26:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements 01:26:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.015s coverage: 81.1% of statements 01:26:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 01:26:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements 01:26:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.027s coverage: 94.1% of statements 01:26:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:26:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:26:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:26:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements 01:26:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:26:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:26:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:26:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:26:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.017s coverage: 87.5% of statements 01:26:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:26:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:26:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:26:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:26:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:26:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:26:34 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:26:35 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:26:35 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:26:35 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:26:37 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:26:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:26:38 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:26:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:26:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:26:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:26:42 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:26:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:26:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:26:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:26:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:26:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:26:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 01:26:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:26:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:26:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:26:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:26:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:26:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:26:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:26:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:26:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:26:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:26:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:26:46 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:26:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:26:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:26:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:26:47 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:26:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:26:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:26:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:26:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:26:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:26:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:26:48 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:26:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:26:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:26:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.043s coverage: 92.9% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 68.8% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.082s coverage: 81.8% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.039s coverage: 33.3% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.171s coverage: 29.2% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.028s coverage: 76.2% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 17.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.110s coverage: 94.9% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements 01:26:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.032s coverage: 43.6% of statements 01:26:55 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:26:55 running golangci-lint 01:26:55 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:26:55 go version go1.23.9 linux/amd64 01:26:55 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:26:55 level=info msg="[config_reader] Used config file .golangci.yml" 01:26:56 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:27:18 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 21.233617191s" 01:27:18 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.866744ms" 01:27:30 level=info msg="[linters_context/goanalysis] analyzers took 1m30.7870192s with top 10 stages: buildir: 53.062942222s, gosec: 3.421190105s, inspect: 3.01097075s, fact_deprecated: 2.203134062s, printf: 1.449834855s, fact_purity: 1.283749422s, ctrlflow: 1.222867333s, nilness: 1.13204456s, directives: 960.367821ms, unused: 911.315992ms" 01:27:30 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:27:30 level=info msg="[runner] Processors filtering stat (in/out): nolint: 20/0, invalid_issue: 202/202, identifier_marker: 202/202, exclude-rules: 202/20, skip_files: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, path_prettifier: 202/202, filename_unadjuster: 202/202, cgo: 202/202" 01:27:30 level=info msg="[runner] processing took 16.977081ms with stages: nolint: 7.395473ms, identifier_marker: 3.669251ms, path_prettifier: 1.906952ms, autogenerated_exclude: 1.621178ms, skip_dirs: 1.197263ms, exclude-rules: 1.113643ms, cgo: 27.991µs, invalid_issue: 27.88µs, filename_unadjuster: 14.01µs, max_same_issues: 680ns, uniq_by_line: 520ns, skip_files: 400ns, fixer: 390ns, exclude: 270ns, sort_results: 240ns, source_code: 190ns, max_from_linter: 170ns, diff: 150ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, path_prefixer: 100ns, severity-rules: 100ns" 01:27:30 level=info msg="[runner] linters took 11.272184625s with stages: goanalysis_metalinter: 11.255125153s" 01:27:30 level=info msg="File cache stats: 0 entries of total size 0B" 01:27:30 level=info msg="Memory: 326 samples, avg is 295.4MB, max is 1432.2MB" 01:27:30 level=info msg="Execution took 32.553855404s" 01:27:30 go vet ./... 01:27:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:27:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:27:35 ./bin/test-attribution-txt.sh 01:27:35 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:27:35 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:27:35 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:27:35 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:27:35 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:27:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:27:36 + ls -al . 01:27:36 total 1996 01:27:36 drwxrwxr-x 11 1001 1001 4096 Jul 4 01:25 . 01:27:36 drwxr-xr-x 4 root root 4096 Jul 4 01:25 .. 01:27:36 drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 .blubracket 01:27:36 -rw-rw-r-- 1 1001 1001 10 Jul 4 01:24 .dockerignore 01:27:36 drwxrwxr-x 8 1001 1001 4096 Jul 4 01:26 .git 01:27:36 drwxrwxr-x 3 1001 1001 4096 Jul 4 01:24 .github 01:27:36 -rw-rw-r-- 1 1001 1001 909 Jul 4 01:24 .gitignore 01:27:36 -rw-rw-r-- 1 1001 1001 218 Jul 4 01:24 .golangci.yml 01:27:36 -rw-rw-r-- 1 1001 1001 100 Jul 4 01:24 .hadolint.yml 01:27:36 drwxr-xr-x 3 1001 1001 4096 Jul 4 01:25 .semver 01:27:36 -rw-rw-r-- 1 1001 1001 155 Jul 4 01:24 .sonarcloud.properties 01:27:36 -rw-rw-r-- 1 1001 1001 1171 Jul 4 01:24 ADOPTERS.md 01:27:36 -rw-rw-r-- 1 1001 1001 17374 Jul 4 01:24 Attribution.txt 01:27:36 -rw-rw-r-- 1 1001 1001 108018 Jul 4 01:24 CHANGELOG.md 01:27:36 -rw-rw-r-- 1 1001 1001 3804 Jul 4 01:24 CONTRIBUTING.md 01:27:36 -rw-rw-r-- 1 1001 1001 677 Jul 4 01:24 GOVERNANCE.md 01:27:36 -rw-rw-r-- 1 1001 1001 858 Jul 4 01:24 Jenkinsfile 01:27:36 -rw-rw-r-- 1 1001 1001 10775 Jul 4 01:24 LICENSE 01:27:36 -rw-rw-r-- 1 1001 1001 16740 Jul 4 01:24 Makefile 01:27:36 -rw-rw-r-- 1 1001 1001 582 Jul 4 01:24 OWNERS.md 01:27:36 -rw-rw-r-- 1 1001 1001 9932 Jul 4 01:24 README.md 01:27:36 -rw-rw-r-- 1 1001 1001 789 Jul 4 01:24 SECURITY.md 01:27:36 -rw-rw-r-- 1 1001 1001 12 Jul 4 01:25 VERSION 01:27:36 drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 bin 01:27:36 drwxrwxr-x 19 1001 1001 4096 Jul 4 01:24 cmd 01:27:36 -rw-r--r-- 1 root root 1666030 Jul 4 01:26 coverage.out 01:27:36 drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 fuzz_test 01:27:36 -rw-rw-r-- 1 1001 1001 6474 Jul 4 01:24 go.mod 01:27:36 -rw-rw-r-- 1 1001 1001 88358 Jul 4 01:24 go.sum 01:27:36 drwxrwxr-x 7 1001 1001 4096 Jul 4 01:24 internal 01:27:36 drwxrwxr-x 2 1001 1001 4096 Jul 4 01:24 openapi 01:27:36 -rw-rw-r-- 1 1001 1001 584 Jul 4 01:24 security.txt 01:27:36 -rw-rw-r-- 1 1001 1001 204 Jul 4 01:24 version.go [Pipeline] sh 01:27:36 + '[' -e coverage.out ] 01:27:36 + chown 1001:1001 coverage.out [Pipeline] stash 01:27:36 Stashed 1 file(s) [Pipeline] sh 01:27:36 + make build 01:27:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:27:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:27:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:27:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:27:59 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:28:00 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:28:07 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:28:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:28:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:28:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:28:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:28:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:28:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:28:17 $ docker stop --time=1 3bfa85ba17256f7287fb96c9edbcde92bdf31f283774df84e091ac84d5fac52a 01:28:21 $ docker rm -f --volumes 3bfa85ba17256f7287fb96c9edbcde92bdf31f283774df84e091ac84d5fac52a [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:28:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:23 01:28:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:24 latest: Pulling from edgex-devops/edgex-compose 01:28:24 91d30c5bc195: Pulling fs layer 01:28:24 2e9b0aa3be6d: Pulling fs layer 01:28:24 9c61dcf015f6: Pulling fs layer 01:28:24 4698f68db338: Pulling fs layer 01:28:24 2a2f49069b9e: Pulling fs layer 01:28:24 e0025b399a48: Pulling fs layer 01:28:24 2a2f49069b9e: Waiting 01:28:24 4698f68db338: Waiting 01:28:24 e0025b399a48: Waiting 01:28:24 91d30c5bc195: Verifying Checksum 01:28:24 91d30c5bc195: Download complete 01:28:24 4698f68db338: Verifying Checksum 01:28:24 4698f68db338: Download complete 01:28:24 2e9b0aa3be6d: Verifying Checksum 01:28:24 2e9b0aa3be6d: Download complete 01:28:24 e0025b399a48: Verifying Checksum 01:28:24 e0025b399a48: Download complete 01:28:24 91d30c5bc195: Pull complete 01:28:24 2a2f49069b9e: Verifying Checksum 01:28:24 2a2f49069b9e: Download complete 01:28:24 2e9b0aa3be6d: Pull complete 01:28:24 9c61dcf015f6: Verifying Checksum 01:28:24 9c61dcf015f6: Download complete 01:28:28 9c61dcf015f6: Pull complete 01:28:28 4698f68db338: Pull complete 01:28:28 2a2f49069b9e: Pull complete 01:28:28 e0025b399a48: Pull complete 01:28:28 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:28:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:28:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:28:28 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 01:28:28 $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:28:30 $ docker top 2fa57fda827d82e290e338927f7df0df79720c35548cf3bcb19e7a8bb0619283 -eo pid,comm [Pipeline] { [Pipeline] sh 01:28:30 + docker compose -f ./docker-compose-build.yml build --parallel 01:28:30 #1 [core-data internal] load build definition from Dockerfile 01:28:30 #1 transferring dockerfile: 2.04kB done 01:28:30 #1 DONE 0.0s 01:28:30 01:28:30 #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:28:30 #2 DONE 0.0s 01:28:30 01:28:30 #3 [core-metadata internal] load build definition from Dockerfile 01:28:30 #3 transferring dockerfile: 2.10kB done 01:28:30 #3 DONE 0.1s 01:28:30 01:28:30 #4 [support-scheduler internal] load build definition from Dockerfile 01:28:30 #4 ... 01:28:30 01:28:30 #5 [security-proxy-setup internal] load build definition from Dockerfile 01:28:30 #5 transferring dockerfile: 2.50kB done 01:28:30 #5 DONE 0.1s 01:28:30 01:28:30 #6 [security-spire-agent internal] load build definition from Dockerfile 01:28:30 #6 transferring dockerfile: 1.81kB done 01:28:30 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:28:30 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:28:30 #6 DONE 0.1s 01:28:30 01:28:30 #7 [security-secretstore-setup internal] load build definition from Dockerfile 01:28:30 #7 transferring dockerfile: 2.49kB done 01:28:30 #7 DONE 0.1s 01:28:30 01:28:30 #8 [core-command internal] load build definition from Dockerfile 01:28:30 #8 transferring dockerfile: 1.94kB done 01:28:30 #8 DONE 0.1s 01:28:30 01:28:30 #2 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:28:30 #2 DONE 0.0s 01:28:30 01:28:30 #9 [security-proxy-auth internal] load build definition from Dockerfile 01:28:30 #9 transferring dockerfile: 2.14kB done 01:28:30 #9 DONE 0.2s 01:28:30 01:28:30 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:28:30 #10 transferring dockerfile: 2.23kB done 01:28:30 #10 DONE 0.2s 01:28:30 01:28:30 #4 [support-scheduler internal] load build definition from Dockerfile 01:28:30 #4 transferring dockerfile: 1.83kB done 01:28:30 #4 DONE 0.2s 01:28:30 01:28:30 #11 [security-spire-server internal] load build definition from Dockerfile 01:28:30 #11 transferring dockerfile: 1.70kB done 01:28:30 #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:28:30 #11 DONE 0.2s 01:28:30 01:28:30 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:28:30 #12 transferring dockerfile: 1.89kB done 01:28:30 #12 DONE 0.2s 01:28:30 01:28:30 #13 [security-spire-config internal] load build definition from Dockerfile 01:28:30 #13 transferring dockerfile: 1.69kB done 01:28:30 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:28:30 #13 DONE 0.2s 01:28:30 01:28:30 #14 [security-bootstrapper internal] load build definition from Dockerfile 01:28:30 #14 transferring dockerfile: 3.02kB done 01:28:30 #14 DONE 0.2s 01:28:30 01:28:30 #15 [support-notifications internal] load build definition from Dockerfile 01:28:30 #15 transferring dockerfile: 2.00kB done 01:28:30 #15 DONE 0.2s 01:28:30 01:28:30 #16 [core-keeper internal] load build definition from Dockerfile 01:28:30 #16 transferring dockerfile: 2.01kB done 01:28:30 #16 DONE 0.2s 01:28:30 01:28:30 #2 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:28:30 #2 DONE 0.0s 01:28:30 01:28:30 #17 [core-data internal] load .dockerignore 01:28:30 #17 transferring context: 50B done 01:28:30 #17 DONE 0.1s 01:28:30 01:28:30 #18 [security-proxy-setup internal] load .dockerignore 01:28:30 #18 transferring context: 50B done 01:28:30 #18 DONE 0.1s 01:28:30 01:28:30 #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 01:28:30 #19 DONE 0.2s 01:28:30 01:28:30 #20 [core-metadata internal] load .dockerignore 01:28:30 #20 transferring context: 50B done 01:28:30 #20 DONE 0.1s 01:28:30 01:28:30 #21 [security-secretstore-setup internal] load .dockerignore 01:28:30 #21 transferring context: 50B done 01:28:30 #21 DONE 0.1s 01:28:30 01:28:30 #22 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:28:30 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:28:30 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:28:30 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:28:30 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:28:30 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:28:30 #22 DONE 0.2s 01:28:30 01:28:30 #23 [core-command internal] load .dockerignore 01:28:30 #23 transferring context: 50B done 01:28:30 #23 DONE 0.1s 01:28:30 01:28:30 #24 [core-common-config-bootstrapper internal] load .dockerignore 01:28:30 #24 transferring context: 50B done 01:28:30 #24 DONE 0.1s 01:28:30 01:28:30 #25 [security-proxy-auth internal] load .dockerignore 01:28:30 #25 transferring context: 50B done 01:28:30 #25 DONE 0.1s 01:28:30 01:28:30 #26 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:28:31 #26 ... 01:28:31 01:28:31 #22 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:28:31 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:28:31 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:28:31 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:28:31 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:28:31 #22 DONE 0.2s 01:28:31 01:28:31 #27 [security-spiffe-token-provider internal] load .dockerignore 01:28:31 #27 transferring context: 50B done 01:28:31 #27 DONE 0.3s 01:28:31 01:28:31 #28 [core-keeper internal] load .dockerignore 01:28:31 #28 transferring context: 50B done 01:28:31 #28 DONE 0.3s 01:28:31 01:28:31 #22 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:28:31 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:28:31 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:28:31 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:28:31 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:28:31 #22 DONE 0.2s 01:28:31 01:28:31 #29 [support-notifications internal] load .dockerignore 01:28:31 #29 transferring context: 50B done 01:28:31 #29 DONE 0.4s 01:28:31 01:28:31 #30 [security-bootstrapper internal] load .dockerignore 01:28:31 #30 transferring context: 50B 0.0s done 01:28:31 #30 DONE 0.4s 01:28:31 01:28:31 #31 [support-scheduler internal] load .dockerignore 01:28:31 #31 transferring context: 50B done 01:28:31 #31 DONE 0.4s 01:28:31 01:28:31 #32 [support-notifications internal] load build context 01:28:31 #32 DONE 0.0s 01:28:31 01:28:31 #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:28:31 #33 ... 01:28:31 01:28:31 #22 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:28:31 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:28:31 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:28:31 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:28:31 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:28:31 #22 DONE 0.2s 01:28:31 01:28:31 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:28:31 #34 DONE 0.6s 01:28:31 01:28:31 #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:28:31 #33 DONE 0.7s 01:28:31 01:28:31 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:28:31 #35 DONE 0.7s 01:28:31 01:28:31 #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 01:28:36 #36 ... 01:28:36 01:28:36 #37 [core-metadata internal] load build context 01:28:36 #37 transferring context: 341.37MB 5.7s 01:28:36 #37 ... 01:28:36 01:28:36 #38 [core-command internal] load build context 01:28:37 #38 ... 01:28:37 01:28:37 #37 [core-metadata internal] load build context 01:28:39 #37 transferring context: 508.33MB 8.3s done 01:28:40 #37 ... 01:28:40 01:28:40 #39 [core-data internal] load build context 01:28:40 #39 transferring context: 508.33MB 9.4s done 01:28:40 #39 ... 01:28:40 01:28:40 #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:28:40 #0 4.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:28:40 #0 4.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:28:40 #0 4.963 (1/4) Installing ca-certificates (20241121-r1) 01:28:40 #0 4.986 (2/4) Installing dumb-init (1.2.5-r3) 01:28:40 #0 4.990 (3/4) Installing su-exec (0.2-r3) 01:28:40 #0 4.993 (4/4) Installing yq-go (4.44.1-r2) 01:28:40 #0 5.062 Executing busybox-1.36.1-r29.trigger 01:28:40 #0 5.078 Executing ca-certificates-20241121-r1.trigger 01:28:40 #0 5.127 OK: 19 MiB in 18 packages 01:28:41 #40 ... 01:28:41 01:28:41 #41 [core-keeper internal] load build context 01:28:41 #41 transferring context: 508.33MB 9.5s done 01:28:41 #41 ... 01:28:41 01:28:41 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:41 #42 ... 01:28:41 01:28:41 #43 [security-bootstrapper internal] load build context 01:28:41 #43 transferring context: 508.33MB 7.4s done 01:28:41 #43 ... 01:28:41 01:28:41 #32 [support-notifications internal] load build context 01:28:41 #32 transferring context: 508.33MB 9.1s done 01:28:41 #32 ... 01:28:41 01:28:41 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:28:41 #0 6.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:28:41 #0 6.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:28:41 #0 6.404 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:28:41 #0 6.404 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:28:41 #0 6.404 OK: 24171 distinct packages available 01:28:41 #0 6.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:28:41 #0 6.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:28:41 #0 6.849 (1/14) Installing ca-certificates (20241121-r1) 01:28:41 #0 6.909 (2/14) Installing brotli-libs (1.1.0-r2) 01:28:41 #0 6.919 (3/14) Installing c-ares (1.33.1-r0) 01:28:41 #0 6.925 (4/14) Installing libunistring (1.2-r0) 01:28:41 #0 6.942 (5/14) Installing libidn2 (2.3.7-r0) 01:28:41 #0 6.948 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:28:41 #0 6.953 (7/14) Installing libpsl (0.21.5-r1) 01:28:41 #0 6.957 (8/14) Installing zstd-libs (1.5.6-r0) 01:28:41 #0 6.970 (9/14) Installing libcurl (8.12.1-r0) 01:28:41 #0 6.995 (10/14) Installing curl (8.12.1-r0) 01:28:41 #0 7.021 (11/14) Installing dumb-init (1.2.5-r3) 01:28:41 #0 7.051 (12/14) Installing musl-obstack (1.2.3-r2) 01:28:41 #0 7.051 (13/14) Installing libucontext (1.2-r3) 01:28:41 #0 7.058 (14/14) Installing gcompat (1.1.0-r4) 01:28:41 #0 7.062 Executing busybox-1.36.1-r29.trigger 01:28:41 #0 7.074 Executing ca-certificates-20241121-r1.trigger 01:28:41 #0 7.107 OK: 13 MiB in 28 packages 01:28:41 #44 ... 01:28:41 01:28:41 #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:28:41 #0 0.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:28:41 #0 0.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:28:41 #0 1.188 (1/1) Installing dumb-init (1.2.5-r3) 01:28:41 #0 1.546 Executing busybox-1.36.1-r29.trigger 01:28:41 #0 1.556 OK: 8 MiB in 15 packages 01:28:42 #45 ... 01:28:42 01:28:42 #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:28:42 #46 ... 01:28:42 01:28:42 #47 [security-spire-agent internal] load .dockerignore 01:28:42 #47 ... 01:28:42 01:28:42 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:28:42 #48 ... 01:28:42 01:28:42 #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:28:42 #0 2.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:28:42 #0 2.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:28:42 #0 2.442 (1/4) Installing dumb-init (1.2.5-r3) 01:28:42 #0 2.449 (2/4) Installing openssl (3.3.3-r0) 01:28:42 #0 2.459 (3/4) Installing su-exec (0.2-r3) 01:28:42 #0 2.466 (4/4) Installing yq-go (4.44.1-r2) 01:28:42 #0 2.526 Executing busybox-1.36.1-r29.trigger 01:28:42 #0 2.538 OK: 19 MiB in 18 packages 01:28:42 #49 ... 01:28:42 01:28:42 #50 [security-spiffe-token-provider internal] load build context 01:28:42 #50 transferring context: 508.33MB 8.8s done 01:28:42 #50 ... 01:28:42 01:28:42 #51 [security-proxy-setup internal] load build context 01:28:42 #51 transferring context: 508.33MB 8.4s done 01:28:42 #51 ... 01:28:42 01:28:42 #52 [core-common-config-bootstrapper internal] load build context 01:28:42 #52 transferring context: 508.33MB 9.2s done 01:28:43 #52 ... 01:28:43 01:28:43 #53 [security-spire-server internal] load .dockerignore 01:28:43 #53 ... 01:28:43 01:28:43 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:28:43 #54 ... 01:28:43 01:28:43 #55 [security-secretstore-setup internal] load build context 01:28:43 #55 transferring context: 508.33MB 10.3s done 01:28:43 #55 ... 01:28:43 01:28:43 #56 [support-scheduler internal] load build context 01:28:43 #56 transferring context: 508.33MB 7.8s done 01:28:43 #56 ... 01:28:43 01:28:43 #26 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:28:43 #26 0.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:28:43 #26 0.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:28:43 #26 1.195 (1/1) Installing dumb-init (1.2.5-r3) 01:28:43 #26 1.568 Executing busybox-1.36.1-r29.trigger 01:28:43 #26 1.574 OK: 8 MiB in 15 packages 01:28:43 #26 ... 01:28:43 01:28:43 #57 [security-spire-config internal] load .dockerignore 01:28:43 #57 transferring context: 50B 0.0s done 01:28:43 #57 ... 01:28:43 01:28:43 #58 [security-proxy-auth internal] load build context 01:28:43 #58 transferring context: 508.33MB 9.3s done 01:28:44 #58 ... 01:28:44 01:28:44 #53 [security-spire-server internal] load .dockerignore 01:28:45 #53 transferring context: 50B done 01:28:47 #53 ... 01:28:47 01:28:47 #38 [core-command internal] load build context 01:28:47 #38 transferring context: 508.33MB 7.8s done 01:29:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4495 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:29:00 Running in /w/workspace/edgex-go/867 [Pipeline] { [Pipeline] checkout 01:29:01 The recommended git tool is: git 01:29:05 #38 ... 01:29:05 01:29:05 #47 [security-spire-agent internal] load .dockerignore 01:29:05 #47 transferring context: 01:29:05 #47 ... 01:29:05 01:29:05 #22 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:29:05 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:29:05 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:29:05 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:29:05 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:29:05 #22 DONE 0.2s 01:29:05 01:29:05 #57 [security-spire-config internal] load .dockerignore 01:29:05 #57 DONE 32.4s 01:29:05 01:29:05 #36 [support-notifications builder 2/7] WORKDIR /edgex-go 01:29:05 #36 DONE 32.3s 01:29:05 01:29:05 #49 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:29:05 #49 DONE 32.8s 01:29:05 01:29:05 #45 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:29:05 #45 DONE 32.8s 01:29:05 01:29:05 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:29:05 #44 DONE 32.6s 01:29:05 01:29:05 #26 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:29:05 #26 DONE 32.8s 01:29:05 01:29:05 #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:29:05 #40 DONE 32.8s 01:29:05 01:29:05 #51 [security-proxy-setup internal] load build context 01:29:05 #51 DONE 32.9s 01:29:05 01:29:05 #38 [core-command internal] load build context 01:29:05 #38 DONE 32.9s 01:29:05 01:29:05 #37 [core-metadata internal] load build context 01:29:05 #37 DONE 32.9s 01:29:05 01:29:05 #43 [security-bootstrapper internal] load build context 01:29:05 #43 DONE 32.4s 01:29:05 01:29:05 #56 [support-scheduler internal] load build context 01:29:05 #56 DONE 32.5s 01:29:05 01:29:05 #50 [security-spiffe-token-provider internal] load build context 01:29:05 #50 DONE 32.7s 01:29:05 01:29:05 #47 [security-spire-agent internal] load .dockerignore 01:29:05 #47 transferring context: 50B done 01:29:05 #47 DONE 32.5s 01:29:05 01:29:05 #22 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:29:05 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:29:05 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:29:05 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:29:05 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:29:05 #22 DONE 0.2s 01:29:05 01:29:05 #39 [core-data internal] load build context 01:29:05 #39 DONE 33.0s 01:29:05 01:29:05 #52 [core-common-config-bootstrapper internal] load build context 01:29:05 #52 DONE 32.9s 01:29:05 01:29:05 #58 [security-proxy-auth internal] load build context 01:29:05 #58 DONE 32.9s 01:29:05 01:29:05 #32 [support-notifications internal] load build context 01:29:05 #32 DONE 32.6s 01:29:05 01:29:05 #55 [security-secretstore-setup internal] load build context 01:29:05 #55 DONE 33.0s 01:29:05 01:29:05 #41 [core-keeper internal] load build context 01:29:05 #41 DONE 32.8s 01:29:05 01:29:05 #53 [security-spire-server internal] load .dockerignore 01:29:05 #53 DONE 32.6s 01:29:05 01:29:05 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:05 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:29:05 #59 ... 01:29:05 01:29:05 #22 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:29:05 #22 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:29:05 #22 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:29:05 #22 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:29:05 #22 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:29:05 #22 DONE 0.2s 01:29:05 01:29:05 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:05 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:29:05 #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:29:05 #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:29:05 #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:29:05 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:29:05 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:29:05 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:29:05 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:29:05 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 01:29:05 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:29:05 #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:29:05 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 01:29:05 #59 ... 01:29:05 01:29:05 #60 [security-spire-server internal] load build context 01:29:05 #60 transferring context: 23.80kB done 01:29:05 #60 DONE 0.2s 01:29:05 01:29:05 #61 [security-spire-agent internal] load build context 01:29:05 #61 transferring context: 23.33kB done 01:29:05 #61 DONE 0.2s 01:29:05 01:29:05 #62 [security-spire-config internal] load build context 01:29:05 #62 transferring context: 22.05kB done 01:29:05 #62 DONE 0.4s 01:29:05 01:29:05 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:05 #42 DONE 33.0s 01:29:05 01:29:05 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:05 #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:29:05 #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:29:05 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.02MB / 36.47MB 0.5s 01:29:05 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s 01:29:05 #59 ... 01:29:05 01:29:05 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:29:05 #48 32.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:05 #48 32.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:05 #48 33.07 (1/3) Installing ca-certificates (20241121-r1) 01:29:05 #48 33.09 (2/3) Installing dumb-init (1.2.5-r3) 01:29:05 #48 33.09 (3/3) Installing tzdata (2025b-r0) 01:29:05 #48 33.15 Executing busybox-1.36.1-r29.trigger 01:29:05 #48 33.15 Executing ca-certificates-20241121-r1.trigger 01:29:05 #48 33.21 OK: 10 MiB in 17 packages 01:29:05 #48 DONE 33.5s 01:29:05 01:29:05 #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:29:05 #46 32.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:05 #46 32.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:05 #46 33.13 (1/2) Installing dumb-init (1.2.5-r3) 01:29:05 #46 33.14 (2/2) Installing su-exec (0.2-r3) 01:29:05 #46 33.14 Executing busybox-1.36.1-r29.trigger 01:29:05 #46 33.15 OK: 8 MiB in 16 packages 01:29:05 #46 DONE 33.5s 01:29:05 01:29:05 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:29:05 #54 32.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:05 #54 32.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:05 #54 33.10 (1/7) Installing ca-certificates (20241121-r1) 01:29:05 #54 33.12 (2/7) Installing dumb-init (1.2.5-r3) 01:29:05 #54 33.13 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:29:05 #54 33.13 (4/7) Installing libsodium (1.0.19-r0) 01:29:05 #54 33.14 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:29:05 #54 33.16 (6/7) Installing libzmq (4.3.5-r2) 01:29:05 #54 33.19 (7/7) Installing zeromq (4.3.5-r2) 01:29:05 #54 33.19 Executing busybox-1.36.1-r29.trigger 01:29:05 #54 33.20 Executing ca-certificates-20241121-r1.trigger 01:29:05 #54 33.25 OK: 12 MiB in 21 packages 01:29:05 #54 DONE 33.5s 01:29:05 01:29:05 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:05 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done 01:29:05 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:29:05 #59 ... 01:29:05 01:29:05 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:29:05 #63 DONE 1.7s 01:29:05 01:29:05 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:05 #59 ... 01:29:05 01:29:05 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:29:05 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done 01:29:05 #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:29:05 #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:29:05 #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:29:05 #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:29:05 #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:29:05 #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:29:05 #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done 01:29:05 #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:29:05 #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 01:29:05 #64 DONE 1.6s 01:29:05 01:29:05 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:05 using credential edgex-jenkins-ssh 01:29:05 Cloning the remote Git repository 01:29:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:29:06 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s done 01:29:06 #59 ... 01:29:06 01:29:06 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:29:06 #0 1.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:06 #0 1.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:06 #0 1.453 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:29:06 #0 1.453 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:29:06 #0 1.453 OK: 24171 distinct packages available 01:29:06 #0 1.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:06 #0 1.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:06 #0 1.897 (1/4) Installing dumb-init (1.2.5-r3) 01:29:06 #0 1.903 (2/4) Installing musl-obstack (1.2.3-r2) 01:29:06 #0 1.906 (3/4) Installing libucontext (1.2-r3) 01:29:06 #0 1.912 (4/4) Installing gcompat (1.1.0-r4) 01:29:06 #0 1.919 Executing busybox-1.36.1-r29.trigger 01:29:06 #0 1.919 OK: 8 MiB in 18 packages 01:29:06 #65 DONE 3.1s 01:29:06 01:29:06 #66 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:29:06 #0 1.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:06 #0 1.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:06 #0 2.159 OK: 248 MiB in 58 packages 01:29:06 #66 DONE 3.1s 01:29:07 01:29:07 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:29:07 #0 1.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 1.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.178 OK: 248 MiB in 58 packages 01:29:07 #67 DONE 3.2s 01:29:07 01:29:07 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:29:07 #0 1.773 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 1.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.168 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:29:07 #0 2.168 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:29:07 #0 2.168 OK: 24171 distinct packages available 01:29:07 #0 2.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.562 OK: 248 MiB in 58 packages 01:29:07 #68 DONE 3.1s 01:29:07 01:29:07 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:29:07 #0 1.647 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 1.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.031 OK: 248 MiB in 58 packages 01:29:07 #69 DONE 3.2s 01:29:07 01:29:07 #70 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:29:07 #0 1.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 1.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.200 OK: 13 MiB in 28 packages 01:29:07 #70 DONE 3.1s 01:29:07 01:29:07 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:29:07 #0 1.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 1.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 2.034 OK: 248 MiB in 58 packages 01:29:07 #71 DONE 3.2s 01:29:07 01:29:07 #72 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:29:07 #72 DONE 0.2s 01:29:07 01:29:07 #73 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:29:07 #73 DONE 0.2s 01:29:07 01:29:07 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:29:07 #74 DONE 0.2s 01:29:07 01:29:07 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:29:07 #75 DONE 0.2s 01:29:07 01:29:07 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:29:07 #76 DONE 0.2s 01:29:07 01:29:07 #77 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:07 #77 ... 01:29:07 01:29:07 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:29:07 #59 DONE 3.5s 01:29:07 01:29:07 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:29:07 #0 3.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:07 #0 3.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:07 #0 3.410 OK: 8 MiB in 15 packages 01:29:07 #78 DONE 3.5s 01:29:06 > git init /w/workspace/edgex-go/867 # timeout=10 01:29:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:29:06 > git --version # timeout=10 01:29:06 > git --version # 'git version 2.25.1' 01:29:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:29:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:07 01:29:07 #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:08 #79 ... 01:29:08 01:29:08 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:29:08 #0 4.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.628 OK: 19 MiB in 18 packages 01:29:08 #80 DONE 4.8s 01:29:08 01:29:08 #81 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:29:08 #0 4.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.639 OK: 8 MiB in 15 packages 01:29:08 #81 DONE 4.8s 01:29:08 01:29:08 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:29:08 #82 DONE 0.0s 01:29:08 01:29:08 #83 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:29:08 #0 4.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.584 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:29:08 #0 4.587 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:29:08 #0 4.587 OK: 24171 distinct packages available 01:29:08 #0 4.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:08 #0 4.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:09 #83 5.029 (1/5) Installing dumb-init (1.2.5-r3) 01:29:09 #83 5.037 (2/5) Installing musl-obstack (1.2.3-r2) 01:29:09 #83 5.041 (3/5) Installing libucontext (1.2-r3) 01:29:09 #83 5.041 (4/5) Installing gcompat (1.1.0-r4) 01:29:09 #83 5.049 (5/5) Installing openssl (3.3.3-r0) 01:29:09 #83 5.058 Executing busybox-1.36.1-r29.trigger 01:29:09 #83 5.069 OK: 9 MiB in 19 packages 01:29:09 #83 DONE 5.3s 01:29:09 01:29:09 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:29:09 #0 3.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:09 #0 3.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:09 #0 4.132 OK: 8 MiB in 16 packages 01:29:09 #84 DONE 4.3s 01:29:09 01:29:09 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:29:09 #0 4.882 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:09 #0 4.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:09 #0 5.257 OK: 19 MiB in 18 packages 01:29:09 #85 DONE 5.4s 01:29:09 01:29:09 #86 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:29:09 #0 3.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:09 #0 3.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:09 #0 4.283 OK: 10 MiB in 17 packages 01:29:09 #86 DONE 4.4s 01:29:09 01:29:09 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:29:09 #87 ... 01:29:09 01:29:09 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:29:09 #0 2.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:09 #0 2.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:09 #0 2.490 OK: 8 MiB in 18 packages 01:29:09 #88 DONE 2.6s 01:29:09 01:29:09 #89 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:29:10 #89 DONE 0.8s 01:29:10 01:29:10 #90 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:29:10 #0 4.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:10 #0 4.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:10 #0 5.055 OK: 12 MiB in 21 packages 01:29:10 #90 DONE 5.4s 01:29:10 01:29:10 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:29:10 #0 3.112 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:10 #0 3.707 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:10 #0 4.385 OK: 248 MiB in 58 packages 01:29:10 #91 DONE 4.8s 01:29:10 01:29:10 #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:29:10 #92 DONE 0.1s 01:29:10 01:29:10 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:29:10 #93 DONE 0.1s 01:29:10 01:29:10 #94 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:29:10 #0 4.422 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:10 #0 4.962 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:10 #0 5.687 (1/1) Installing dumb-init (1.2.5-r3) 01:29:10 #0 6.070 Executing busybox-1.36.1-r29.trigger 01:29:10 #0 6.085 OK: 8 MiB in 15 packages 01:29:10 #94 DONE 6.2s 01:29:10 01:29:10 #95 [security-spire-config stage-2 6/10] COPY security.txt / 01:29:10 #95 DONE 0.1s 01:29:10 01:29:10 #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:29:10 #96 DONE 0.0s 01:29:10 01:29:10 #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:29:10 #97 DONE 0.0s 01:29:10 01:29:10 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:10 #98 ... 01:29:10 01:29:10 #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:29:10 #99 DONE 0.1s 01:29:10 01:29:10 #100 [security-spire-config] exporting to image 01:29:10 #100 exporting layers 01:29:10 #100 ... 01:29:10 01:29:10 #101 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:29:10 #101 DONE 1.7s 01:29:11 01:29:11 #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:29:11 #102 DONE 0.0s 01:29:11 01:29:11 #100 [security-spire-config] exporting to image 01:29:11 #100 exporting layers 0.5s done 01:29:11 #100 writing image sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done 01:29:11 #100 naming to docker.io/library/security-spire-config done 01:29:11 #100 DONE 0.5s 01:29:11 01:29:11 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:29:11 #87 1.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:29:11 #87 1.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:29:11 #87 2.020 OK: 9 MiB in 19 packages 01:29:11 #87 DONE 2.1s 01:29:11 01:29:11 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:29:12 #103 DONE 1.1s 01:29:12 01:29:12 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:29:12 #104 DONE 1.1s 01:29:12 01:29:12 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:29:12 #105 ... 01:29:12 01:29:12 #106 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:29:12 #106 DONE 0.1s 01:29:12 01:29:12 #107 [security-spire-server stage-2 6/9] COPY security.txt / 01:29:13 #107 DONE 0.6s 01:29:13 01:29:13 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:29:13 #105 DONE 0.7s 01:29:13 01:29:13 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:29:13 #108 DONE 0.0s 01:29:13 01:29:13 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:29:13 #109 DONE 0.1s 01:29:13 01:29:13 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:29:13 #110 DONE 0.1s 01:29:13 01:29:13 #111 [security-spire-agent stage-3 7/10] COPY security.txt / 01:29:13 #111 DONE 0.0s 01:29:13 01:29:13 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:29:13 #112 DONE 0.1s 01:29:13 01:29:13 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:29:13 #113 DONE 0.1s 01:29:13 01:29:13 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:29:13 #114 DONE 0.1s 01:29:13 01:29:13 #115 [security-spire-server] exporting to image 01:29:13 #115 ... 01:29:13 01:29:13 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:29:13 #116 DONE 0.0s 01:29:13 01:29:13 #117 [security-spire-agent] exporting to image 01:29:13 #117 ... 01:29:13 01:29:13 #115 [security-spire-server] exporting to image 01:29:13 #115 exporting layers 0.4s done 01:29:13 #115 writing image sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b 0.0s done 01:29:13 #115 naming to docker.io/library/security-spire-server done 01:29:13 #115 DONE 0.4s 01:29:13 01:29:13 #117 [security-spire-agent] exporting to image 01:29:13 #117 exporting layers 0.4s done 01:29:13 #117 writing image sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done 01:29:13 #117 naming to docker.io/library/security-spire-agent done 01:29:13 #117 DONE 0.4s 01:29:13 01:29:13 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:17 #118 ... 01:29:17 01:29:17 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:17 #119 ... 01:29:17 01:29:17 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:29:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:29:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:26 Avoid second fetch 01:29:26 Checking out Revision 2a66c938598a16446a2d6239f2ebc3721c7459d7 (main) 01:29:26 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5202)" 01:29:26 > git config core.sparsecheckout # timeout=10 01:29:26 > git checkout -f 2a66c938598a16446a2d6239f2ebc3721c7459d7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:29:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:29:31 % Total % Received % Xferd Average Speed Time Time Time Current 01:29:31 Dload Upload Total Spent Left Speed 01:29:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 74 13063 74 9637 0 0 75289 0 --:--:-- --:--:-- --:--:-- 75289 100 13063 100 13063 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99717 [Pipeline] sh 01:29:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:29:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:29:32 + sudo tee /etc/docker/daemon.new 01:29:32 { 01:29:32 "registry-mirrors": [ 01:29:32 "https://nexus3.edgexfoundry.org:10001" 01:29:32 ], 01:29:32 "bip": "10.250.0.254/24", 01:29:32 "hosts": [ 01:29:32 "tcp://0.0.0.0:5555", 01:29:32 "unix:///var/run/docker.sock" 01:29:32 ], 01:29:32 "mtu": 1458, 01:29:32 "selinux-enabled": true, 01:29:32 "seccomp-profile": "/etc/docker/seccomp.json" 01:29:32 } [Pipeline] sh 01:29:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:29:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:29:51 provisioning config files... 01:29:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config2662127771509112527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:51 ---> ****-login.sh 01:29:51 nexus3.edgexfoundry.org:10001 01:29:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:52 Configure a credential helper to remove this warning. See 01:29:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:52 01:29:52 Login Succeeded 01:29:52 nexus3.edgexfoundry.org:10002 01:29:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:52 Configure a credential helper to remove this warning. See 01:29:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:52 01:29:52 Login Succeeded 01:29:52 nexus3.edgexfoundry.org:10003 01:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:53 Configure a credential helper to remove this warning. See 01:29:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:53 01:29:53 Login Succeeded 01:29:53 nexus3.edgexfoundry.org:10004 01:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:53 Configure a credential helper to remove this warning. See 01:29:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:53 01:29:53 Login Succeeded 01:29:53 ****.io 01:29:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:29:54 Configure a credential helper to remove this warning. See 01:29:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:29:54 01:29:54 Login Succeeded 01:29:54 ---> ****-login.sh ends [Pipeline] } 01:29:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:29:54 + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] echo 01:29:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:29:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:29:54 ========================================================= 01:29:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:29:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:29:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:29:55 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:29:55 94e9d8af2201: Pulling fs layer 01:29:55 a6c56e8762df: Pulling fs layer 01:29:55 f0f3c8884826: Pulling fs layer 01:29:55 c7e7622c144d: Pulling fs layer 01:29:55 4f4fb700ef54: Pulling fs layer 01:29:55 e8859aadc426: Pulling fs layer 01:29:55 b4813487a9f6: Pulling fs layer 01:29:55 502a3d64fb4b: Pulling fs layer 01:29:55 4f4fb700ef54: Waiting 01:29:55 e8859aadc426: Waiting 01:29:55 b4813487a9f6: Waiting 01:29:55 502a3d64fb4b: Waiting 01:29:55 c7e7622c144d: Waiting 01:29:55 a6c56e8762df: Verifying Checksum 01:29:55 a6c56e8762df: Download complete 01:29:55 c7e7622c144d: Verifying Checksum 01:29:55 c7e7622c144d: Download complete 01:29:55 4f4fb700ef54: Verifying Checksum 01:29:55 4f4fb700ef54: Download complete 01:29:55 e8859aadc426: Verifying Checksum 01:29:55 e8859aadc426: Download complete 01:29:55 94e9d8af2201: Verifying Checksum 01:29:55 94e9d8af2201: Download complete 01:29:56 502a3d64fb4b: Verifying Checksum 01:29:56 502a3d64fb4b: Download complete 01:29:56 94e9d8af2201: Pull complete 01:29:56 a6c56e8762df: Pull complete 01:29:57 f0f3c8884826: Verifying Checksum 01:29:57 f0f3c8884826: Download complete 01:29:58 b4813487a9f6: Verifying Checksum 01:29:58 b4813487a9f6: Download complete 01:30:04 #120 DONE 50.4s 01:30:04 01:30:04 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:04 #119 DONE 50.4s 01:30:04 01:30:04 #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:04 #77 DONE 50.4s 01:30:04 01:30:04 #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:04 #79 DONE 50.4s 01:30:04 01:30:04 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:04 #98 DONE 47.1s 01:30:04 01:30:04 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:04 #118 DONE 50.3s 01:30:04 01:30:04 #121 [core-metadata builder 6/7] COPY . . 01:30:08 #121 ... 01:30:08 01:30:08 #122 [security-spiffe-token-provider builder 6/7] COPY . . 01:30:08 #122 ... 01:30:08 01:30:08 #123 [support-notifications builder 6/7] COPY . . 01:30:08 #123 ... 01:30:08 01:30:08 #124 [support-scheduler builder 6/7] COPY . . 01:30:08 #124 ... 01:30:08 01:30:08 #125 [core-keeper builder 7/8] COPY . . 01:30:08 #125 ... 01:30:08 01:30:08 #126 [security-bootstrapper builder 6/7] COPY . . 01:30:13 f0f3c8884826: Pull complete 01:30:13 c7e7622c144d: Pull complete 01:30:13 4f4fb700ef54: Pull complete 01:30:13 e8859aadc426: Pull complete 01:30:18 #126 DONE 19.5s 01:30:18 01:30:18 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:18 #127 CACHED 01:30:18 01:30:18 #128 [core-metadata builder 6/7] COPY . . 01:30:18 #128 CACHED 01:30:18 01:30:18 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:30:18 #129 CACHED 01:30:18 01:30:18 #130 [security-proxy-auth builder 6/7] COPY . . 01:30:18 #130 CACHED 01:30:18 01:30:18 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:30:18 #131 CACHED 01:30:18 01:30:18 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:18 #132 CACHED 01:30:18 01:30:18 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:18 #133 CACHED 01:30:18 01:30:18 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 01:30:18 #134 CACHED 01:30:18 01:30:18 #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:30:18 #135 CACHED 01:30:18 01:30:18 #121 [core-command builder 6/7] COPY . . 01:30:18 #121 DONE 19.5s 01:30:18 01:30:18 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:18 #136 CACHED 01:30:18 01:30:18 #137 [core-command builder 6/7] COPY . . 01:30:18 #137 CACHED 01:30:18 01:30:18 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 01:30:18 #138 CACHED 01:30:18 01:30:18 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:30:18 #139 CACHED 01:30:18 01:30:18 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:18 #140 CACHED 01:30:18 01:30:18 #141 [security-bootstrapper builder 6/7] COPY . . 01:30:18 #141 CACHED 01:30:18 01:30:18 #123 [support-notifications builder 6/7] COPY . . 01:30:18 #123 DONE 19.5s 01:30:18 01:30:18 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:30:18 #142 ... 01:30:18 01:30:18 #143 [security-secretstore-setup builder 6/7] COPY . . 01:30:18 #143 CACHED 01:30:18 01:30:18 #144 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:30:18 #144 CACHED 01:30:18 01:30:18 #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:30:18 #145 CACHED 01:30:18 01:30:18 #124 [support-scheduler builder 6/7] COPY . . 01:30:18 #124 DONE 19.5s 01:30:18 01:30:18 #122 [security-spiffe-token-provider builder 6/7] COPY . . 01:30:18 #122 DONE 19.5s 01:30:18 01:30:18 #125 [core-keeper builder 7/8] COPY . . 01:30:18 #125 DONE 19.5s 01:30:18 01:30:18 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:30:18 #146 0.918 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:30:21 b4813487a9f6: Pull complete 01:30:21 502a3d64fb4b: Pull complete 01:30:21 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:30:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:30:22 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:22 WORKDIR /edgex 01:30:22 COPY go.mod . 01:30:22 RUN go mod download build 01:30:22 -t ci-base-image-arm64 -f - . 01:30:22 Sending build context to Docker daemon 3.708MB 01:30:22 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:30:22 ---> 3bb21d53e231 01:30:22 Step 2/4 : WORKDIR /edgex 01:30:24 ---> Running in 2b3a695da841 01:30:24 Removing intermediate container 2b3a695da841 01:30:24 ---> fc9270f1cb39 01:30:24 Step 3/4 : COPY go.mod . 01:30:25 ---> 4d66c3861d98 01:30:25 Step 4/4 : RUN go mod download 01:30:25 ---> Running in cfb6bf268a18 01:30:28 #146 ... 01:30:28 01:30:28 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:30:28 #0 0.940 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:30:28 #147 ... 01:30:28 01:30:28 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:30:28 #0 0.993 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:30:28 #148 ... 01:30:28 01:30:28 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:30:28 #0 0.864 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:30:28 #149 ... 01:30:28 01:30:28 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:30:28 #0 0.853 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:30:28 #150 ... 01:30:28 01:30:28 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:30:28 #0 0.773 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:30:28 #151 ... 01:30:28 01:30:28 #152 [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:30:28 #0 0.682 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:30:28 #152 ... 01:30:28 01:30:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:30:28 #0 0.690 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:30:28 #153 ... 01:30:28 01:30:28 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:30:28 #142 0.688 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:30:28 #142 ... 01:30:28 01:30:28 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:30:28 #0 0.537 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:30:28 #154 ... 01:30:28 01:30:28 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:30:28 #0 0.831 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:30:28 #155 ... 01:30:28 01:30:28 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:30:28 #0 0.777 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:31:47 Removing intermediate container cfb6bf268a18 01:31:47 ---> 59dea5d0c77d 01:31:47 Successfully built 59dea5d0c77d 01:31:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:47 + docker inspect -f . ci-base-image-arm64 01:31:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:47 prd-ubuntu20.04-docker-arm64-4c-16g-4495 does not seem to be running inside a container 01:31:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:31:49 $ docker top 22a9888c1771c8f0aa29e36b96fb59a365e92c7e3e1bb8804820c372ca13b3ac -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:50 + go version 01:31:50 go version go1.23.9 linux/arm64 [Pipeline] } 01:31:50 $ docker stop --time=1 22a9888c1771c8f0aa29e36b96fb59a365e92c7e3e1bb8804820c372ca13b3ac 01:31:50 #156 ... 01:31:50 01:31:50 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:31:50 #142 DONE 86.8s 01:31:50 01:31:50 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:31:50 #151 DONE 86.9s 01:31:50 01:31:50 #152 [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:31:50 #152 ... 01:31:50 01:31:50 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:31:50 #157 DONE 0.2s 01:31:50 01:31:50 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:31:50 #158 DONE 0.2s 01:31:50 01:31:50 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:31:50 #159 DONE 0.1s 01:31:50 01:31:50 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:31:50 #160 DONE 0.2s 01:31:50 01:31:50 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:31:50 #161 ... 01:31:50 01:31:50 #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:31:50 #162 DONE 0.2s 01:31:50 01:31:50 #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:31:50 #163 DONE 0.2s 01:31:50 01:31:50 #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:31:50 #164 ... 01:31:50 01:31:50 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:31:50 #161 DONE 0.9s 01:31:50 01:31:50 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:31:50 #165 DONE 0.3s 01:31:50 01:31:50 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:31:50 #166 DONE 0.2s 01:31:50 01:31:50 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:31:50 #167 DONE 0.2s 01:31:50 01:31:50 #152 [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:31:50 #152 ... 01:31:50 01:31:50 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:31:50 #168 DONE 0.1s 01:31:50 01:31:50 #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:31:50 #164 DONE 0.9s 01:31:50 01:31:50 #169 [core-common-config-bootstrapper] exporting to image 01:31:50 #169 exporting layers 01:31:50 #169 ... 01:31:50 01:31:50 #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:31:50 #170 DONE 0.3s 01:31:50 01:31:50 #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:31:50 #171 DONE 0.2s 01:31:50 01:31:50 #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:31:50 #172 DONE 0.1s 01:31:50 01:31:50 #169 [core-common-config-bootstrapper] exporting to image 01:31:50 #169 exporting layers 0.6s done 01:31:50 #169 writing image sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done 01:31:50 #169 naming to docker.io/library/core-common-config-bootstrapper done 01:31:50 #169 DONE 0.7s 01:31:50 01:31:50 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:31:50 #173 DONE 0.4s 01:31:50 01:31:50 #152 [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:31:50 #152 ... 01:31:50 01:31:50 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:31:50 #174 DONE 1.2s 01:31:50 01:31:50 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:31:50 #150 ... 01:31:50 01:31:50 #175 [security-bootstrapper] exporting to image 01:31:50 #175 exporting layers 0.5s done 01:31:50 #175 writing image sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done 01:31:50 #175 naming to docker.io/library/security-bootstrapper done 01:31:50 #175 DONE 0.6s 01:31:50 01:31:50 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:31:51 $ docker rm -f --volumes 22a9888c1771c8f0aa29e36b96fb59a365e92c7e3e1bb8804820c372ca13b3ac [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:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:52 01:31:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:31:52 latest: Pulling from edgex-devops/edgex-compose-arm64 01:31:52 547446be3368: Pulling fs layer 01:31:52 d125d8839a47: Pulling fs layer 01:31:52 3e85d5ac6304: Pulling fs layer 01:31:52 c3105a71a48b: Pulling fs layer 01:31:52 0f093f025ec4: Pulling fs layer 01:31:52 c3106fc0e877: Pulling fs layer 01:31:52 c3105a71a48b: Waiting 01:31:52 0f093f025ec4: Waiting 01:31:52 c3106fc0e877: Waiting 01:31:53 547446be3368: Verifying Checksum 01:31:53 c3105a71a48b: Download complete 01:31:53 d125d8839a47: Verifying Checksum 01:31:53 d125d8839a47: Download complete 01:31:53 c3106fc0e877: Verifying Checksum 01:31:53 c3106fc0e877: Download complete 01:31:53 0f093f025ec4: Verifying Checksum 01:31:53 0f093f025ec4: Download complete 01:31:53 547446be3368: Pull complete 01:31:55 d125d8839a47: Pull complete 01:31:55 3e85d5ac6304: Verifying Checksum 01:31:55 3e85d5ac6304: Download complete 01:32:05 3e85d5ac6304: Pull complete 01:32:05 c3105a71a48b: Pull complete 01:32:07 0f093f025ec4: Pull complete 01:32:07 c3106fc0e877: Pull complete 01:32:07 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:07 prd-ubuntu20.04-docker-arm64-4c-16g-4495 does not seem to be running inside a container 01:32:07 $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:32:09 $ docker top ac60f6ec7382e45cad0c6d5f9e41cbcda291652ca1b3b7eabd7a5dc937af6db6 -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:10 + docker compose -f ./docker-compose-build.yml build --parallel 01:32:20 #1 [security-secretstore-setup internal] load build definition from Dockerfile 01:32:20 #1 transferring dockerfile: 2.49kB 0.0s done 01:32:20 #1 DONE 0.1s 01:32:21 01:32:21 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:32:21 #2 transferring dockerfile: 1.89kB done 01:32:21 #2 DONE 0.1s 01:32:21 01:32:21 #3 [security-proxy-setup internal] load build definition from Dockerfile 01:32:21 #3 transferring dockerfile: 2.50kB done 01:32:21 #3 DONE 0.1s 01:32:21 01:32:21 #4 [core-command internal] load build definition from Dockerfile 01:32:21 #4 transferring dockerfile: 1.94kB done 01:32:21 #4 DONE 0.1s 01:32:21 01:32:21 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:32:21 #5 transferring dockerfile: 2.23kB done 01:32:21 #5 DONE 0.1s 01:32:21 01:32:21 #6 [security-spire-config internal] load build definition from Dockerfile 01:32:21 #6 transferring dockerfile: 1.69kB 0.0s done 01:32:21 #6 DONE 0.1s 01:32:21 01:32:21 #7 [security-spire-server internal] load build definition from Dockerfile 01:32:21 #7 transferring dockerfile: 1.70kB done 01:32:21 #7 DONE 0.1s 01:32:21 01:32:21 #8 [core-metadata internal] load build definition from Dockerfile 01:32:21 #8 transferring dockerfile: 2.10kB 0.0s done 01:32:21 #8 DONE 0.1s 01:32:21 01:32:21 #9 [security-bootstrapper internal] load build definition from Dockerfile 01:32:21 #9 transferring dockerfile: 3.02kB 0.0s done 01:32:21 #9 DONE 0.1s 01:32:21 01:32:21 #10 [support-notifications internal] load build definition from Dockerfile 01:32:21 #10 transferring dockerfile: 2.00kB done 01:32:21 #10 DONE 0.1s 01:32:21 01:32:21 #11 [security-spire-agent internal] load build definition from Dockerfile 01:32:21 #11 transferring dockerfile: 1.81kB done 01:32:21 #11 DONE 0.1s 01:32:21 01:32:21 #12 [core-keeper internal] load build definition from Dockerfile 01:32:21 #12 transferring dockerfile: 2.01kB 0.0s done 01:32:21 #12 DONE 0.1s 01:32:21 01:32:21 #13 [core-data internal] load build definition from Dockerfile 01:32:21 #13 transferring dockerfile: 2.04kB 0.0s done 01:32:21 #13 DONE 0.1s 01:32:21 01:32:21 #14 [security-proxy-auth internal] load build definition from Dockerfile 01:32:21 #14 transferring dockerfile: 2.14kB 0.0s done 01:32:21 #14 DONE 0.1s 01:32:21 01:32:21 #15 [support-scheduler internal] load build definition from Dockerfile 01:32:22 #15 transferring dockerfile: 1.83kB 0.0s done 01:32:22 #15 DONE 0.1s 01:32:22 01:32:22 #16 [security-secretstore-setup internal] load .dockerignore 01:32:22 #16 transferring context: 01:32:22 #16 transferring context: 50B 0.0s done 01:32:22 #16 DONE 0.1s 01:32:23 01:32:23 #17 [security-spiffe-token-provider internal] load .dockerignore 01:32:23 #17 transferring context: 50B done 01:32:23 #17 DONE 0.1s 01:32:23 01:32:23 #18 [core-command internal] load .dockerignore 01:32:23 #18 transferring context: 50B 0.0s done 01:32:23 #18 DONE 0.1s 01:32:23 01:32:23 #19 [core-common-config-bootstrapper internal] load .dockerignore 01:32:23 #19 transferring context: 50B 0.0s done 01:32:23 #19 DONE 0.1s 01:32:23 01:32:23 #20 [security-proxy-setup internal] load .dockerignore 01:32:23 #20 transferring context: 50B done 01:32:23 #20 ... 01:32:23 01:32:23 #21 [security-spire-config internal] load .dockerignore 01:32:23 #21 transferring context: 50B done 01:32:23 #21 DONE 0.1s 01:32:23 01:32:23 #22 [security-spire-server internal] load .dockerignore 01:32:23 #22 transferring context: 50B 0.0s done 01:32:23 #22 DONE 0.1s 01:32:23 01:32:23 #23 [core-metadata internal] load .dockerignore 01:32:23 #23 transferring context: 50B 0.0s done 01:32:23 #23 DONE 0.1s 01:32:23 01:32:23 #24 [security-bootstrapper internal] load .dockerignore 01:32:23 #24 transferring context: 50B 0.0s done 01:32:23 #24 DONE 0.1s 01:32:23 01:32:23 #25 [support-notifications internal] load .dockerignore 01:32:23 #25 transferring context: 50B done 01:32:23 #25 DONE 0.1s 01:32:23 01:32:23 #26 [security-spire-agent internal] load .dockerignore 01:32:23 #26 transferring context: 50B 0.0s done 01:32:23 #26 DONE 0.1s 01:32:23 01:32:23 #27 [core-keeper internal] load .dockerignore 01:32:23 #27 transferring context: 50B 0.0s done 01:32:23 #27 DONE 0.1s 01:32:23 01:32:23 #28 [core-data internal] load .dockerignore 01:32:23 #28 transferring context: 50B 0.0s done 01:32:23 #28 DONE 0.1s 01:32:23 01:32:23 #29 [security-proxy-auth internal] load .dockerignore 01:32:23 #29 transferring context: 50B done 01:32:23 #29 DONE 0.1s 01:32:23 01:32:23 #30 [support-scheduler internal] load .dockerignore 01:32:23 #30 transferring context: 50B 0.0s done 01:32:23 #30 DONE 0.1s 01:32:23 01:32:23 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:23 #31 DONE 0.0s 01:32:23 01:32:23 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 01:32:24 #32 DONE 0.4s 01:32:24 01:32:24 #33 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:24 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:24 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:24 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:24 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:24 #33 ... 01:32:24 01:32:24 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:24 #31 DONE 0.0s 01:32:24 01:32:24 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 01:32:24 #32 DONE 0.4s 01:32:25 01:32:25 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:25 #31 DONE 0.0s 01:32:25 01:32:25 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 01:32:25 #32 DONE 0.5s 01:32:25 01:32:25 #34 [core-command internal] load build context 01:32:25 #34 DONE 0.0s 01:32:25 01:32:25 #33 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:25 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:25 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:25 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:25 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:25 #33 ... 01:32:25 01:32:25 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:25 #31 DONE 0.0s 01:32:25 01:32:25 #35 [security-secretstore-setup internal] load build context 01:32:25 #35 transferring context: 3.23MB 0.7s done 01:32:25 #35 DONE 1.0s 01:32:25 01:32:25 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 01:32:25 #32 ... 01:32:25 01:32:25 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:25 #31 DONE 0.0s 01:32:25 01:32:25 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 01:32:25 #32 ... 01:32:25 01:32:25 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:25 #31 DONE 0.0s 01:32:25 01:32:25 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:32:25 #32 ... 01:32:25 01:32:25 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:25 #31 DONE 0.0s 01:32:25 01:32:25 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:32:26 #32 ... 01:32:26 01:32:26 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:26 #31 DONE 0.0s 01:32:26 01:32:26 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 01:32:26 #32 ... 01:32:26 01:32:26 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:26 #31 DONE 0.0s 01:32:26 01:32:26 #36 [security-spiffe-token-provider internal] load build context 01:32:26 #36 transferring context: 3.23MB 0.9s done 01:32:26 #36 DONE 1.4s 01:32:26 01:32:26 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:32:26 #37 DONE 2.9s 01:32:26 01:32:26 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 01:32:26 #32 ... 01:32:26 01:32:26 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:26 #31 DONE 0.0s 01:32:26 01:32:26 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:32:26 #32 DONE 2.0s 01:32:26 01:32:26 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:32:26 #31 DONE 0.1s 01:32:26 01:32:26 #33 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:26 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:26 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:26 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:26 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:27 #33 ... 01:32:27 01:32:27 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:32:27 #37 DONE 3.0s 01:32:27 01:32:27 #33 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:27 #33 ... 01:32:27 01:32:27 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:32:27 #37 DONE 3.0s 01:32:27 01:32:27 #33 [security-proxy-auth stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:27 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:27 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:27 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:27 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:28 #33 ... 01:32:28 01:32:28 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:32:28 #38 DONE 3.2s 01:32:28 01:32:28 #33 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:28 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:28 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:28 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:28 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:28 #33 ... 01:32:28 01:32:28 #34 [core-command internal] load build context 01:32:28 #34 transferring context: 3.23MB 2.0s done 01:32:28 #34 DONE 3.5s 01:32:29 01:32:29 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:29 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:29 #39 ... 01:32:29 01:32:29 #40 [security-proxy-setup internal] load build context 01:32:29 #40 transferring context: 3.23MB 2.7s done 01:32:29 #40 DONE 4.2s 01:32:29 01:32:29 #41 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:31 #41 ... 01:32:31 01:32:31 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:32:31 #42 DONE 4.7s 01:32:31 01:32:31 #43 [core-metadata internal] load build context 01:32:31 #43 transferring context: 3.23MB 3.6s done 01:32:31 #43 DONE 5.1s 01:32:31 01:32:31 #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:31 #41 ... 01:32:31 01:32:31 #44 [core-common-config-bootstrapper internal] load build context 01:32:31 #44 transferring context: 3.23MB 3.9s done 01:32:31 #44 DONE 5.7s 01:32:31 01:32:31 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:31 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.6s done 01:32:31 #39 DONE 2.7s 01:32:31 01:32:31 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:32:31 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:32:31 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:32:31 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:32:31 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:32:32 #33 ... 01:32:32 01:32:32 #45 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 01:32:32 #45 DONE 6.2s 01:32:33 01:32:33 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:33 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:32:33 #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:32:33 #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:32:33 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s 01:32:33 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.6s 01:32:33 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s 01:32:33 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.7s 01:32:33 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s 01:32:33 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.9s 01:32:33 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done 01:32:33 #39 ... 01:32:33 01:32:33 #46 [security-spire-config internal] load build context 01:32:33 #46 transferring context: 22.05kB 0.6s done 01:32:33 #46 DONE 5.2s 01:32:33 01:32:33 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:33 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done 01:32:33 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done 01:32:33 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:32:34 #39 ... 01:32:34 01:32:34 #47 [support-notifications internal] load build context 01:32:34 #47 transferring context: 3.23MB 5.3s done 01:32:34 #47 DONE 8.1s 01:32:34 01:32:34 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:34 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 01:32:34 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.2s 01:32:34 #39 ... 01:32:34 01:32:34 #48 [security-spire-server internal] load build context 01:32:34 #48 transferring context: 23.80kB 0.6s done 01:32:34 #48 DONE 5.7s 01:32:34 01:32:34 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:34 #39 ... 01:32:34 01:32:34 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:34 #0 6.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:34 #0 6.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:34 #49 ... 01:32:34 01:32:34 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:35 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.1s 01:32:35 #39 ... 01:32:35 01:32:35 #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:35 #0 6.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:35 #0 7.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:35 #50 ... 01:32:35 01:32:35 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:35 #39 ... 01:32:35 01:32:35 #51 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:32:35 #0 8.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:35 #0 9.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:35 #51 ... 01:32:35 01:32:35 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:32:35 #0 7.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:35 #0 8.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:35 #52 ... 01:32:35 01:32:35 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:35 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.0s 01:32:36 #39 ... 01:32:36 01:32:36 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:32:36 #0 8.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:36 #0 9.228 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:36 #53 ... 01:32:36 01:32:36 #54 [security-bootstrapper internal] load build context 01:32:36 #54 transferring context: 3.23MB 5.9s done 01:32:36 #54 ... 01:32:36 01:32:36 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:32:36 #0 9.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:36 #55 ... 01:32:36 01:32:36 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:36 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 3.6s 01:32:36 #148 ... 01:32:36 01:32:36 #152 [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:32:36 #152 137.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:32:36 #39 ... 01:32:36 01:32:36 #56 [security-spire-agent internal] load build context 01:32:36 #56 transferring context: 23.33kB 0.5s done 01:32:36 #56 DONE 6.2s 01:32:36 01:32:36 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:36 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.31MB / 33.17MB 4.1s 01:32:37 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:32:37 #39 ... 01:32:37 01:32:37 #57 [support-scheduler internal] load build context 01:32:37 #57 transferring context: 3.23MB 6.9s done 01:32:37 #57 ... 01:32:37 01:32:37 #54 [security-bootstrapper internal] load build context 01:32:37 #54 DONE 11.2s 01:32:37 01:32:37 #58 [core-keeper internal] load build context 01:32:37 #58 transferring context: 3.23MB 7.9s done 01:32:37 #58 ... 01:32:37 01:32:37 #59 [core-data internal] load build context 01:32:37 #59 transferring context: 3.23MB 7.7s done 01:32:37 #59 ... 01:32:37 01:32:37 #57 [support-scheduler internal] load build context 01:32:37 #57 DONE 10.5s 01:32:37 01:32:37 #60 [security-proxy-auth internal] load build context 01:32:37 #60 transferring context: 3.23MB 7.6s done 01:32:37 #60 ... 01:32:37 01:32:37 #58 [core-keeper internal] load build context 01:32:37 #58 DONE 10.4s 01:32:37 01:32:37 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:37 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 4.9s 01:32:37 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:32:38 #39 ... 01:32:38 01:32:38 #59 [core-data internal] load build context 01:32:38 #59 DONE 10.8s 01:32:38 01:32:38 #60 [security-proxy-auth internal] load build context 01:32:38 #60 DONE 10.8s 01:32:38 01:32:38 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:38 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 5.4s 01:32:38 #39 ... 01:32:38 01:32:38 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:32:38 #61 ... 01:32:38 01:32:38 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:32:38 #62 ... 01:32:38 01:32:38 #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:38 #63 ... 01:32:38 01:32:38 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:38 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.52MB / 33.17MB 6.1s 01:32:39 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 7.0s 01:32:40 #39 ... 01:32:40 01:32:40 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:40 #64 ... 01:32:40 01:32:40 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:40 #39 ... 01:32:40 01:32:40 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:32:40 #49 10.72 (1/4) Installing ca-certificates (20241121-r1) 01:32:40 #49 11.18 (2/4) Installing dumb-init (1.2.5-r3) 01:32:40 #49 11.18 (3/4) Installing su-exec (0.2-r3) 01:32:40 #49 11.18 (4/4) Installing yq-go (4.44.1-r2) 01:32:40 #49 12.42 Executing busybox-1.36.1-r29.trigger 01:32:40 #49 12.62 Executing ca-certificates-20241121-r1.trigger 01:32:40 #49 13.77 OK: 20 MiB in 18 packages 01:32:40 #49 DONE 16.1s 01:32:40 01:32:40 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:40 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 8.0s 01:32:40 #39 ... 01:32:40 01:32:40 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:40 #65 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.1s done 01:32:40 #65 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:32:40 #65 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:32:40 #65 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:32:40 #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:32:40 #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 01:32:40 #65 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 01:32:40 #65 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.6s done 01:32:40 #65 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.6s done 01:32:41 #65 ... 01:32:41 01:32:41 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:42 #39 ... 01:32:42 01:32:42 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:32:42 #52 13.96 (1/4) Installing dumb-init (1.2.5-r3) 01:32:42 #52 13.99 (2/4) Installing openssl (3.3.3-r0) 01:32:42 #52 14.07 (3/4) Installing su-exec (0.2-r3) 01:32:42 #52 14.10 (4/4) Installing yq-go (4.44.1-r2) 01:32:42 #52 14.82 Executing busybox-1.36.1-r29.trigger 01:32:42 #52 15.07 OK: 20 MiB in 18 packages 01:32:42 #52 DONE 16.8s 01:32:42 01:32:42 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:42 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.89MB / 33.17MB 9.4s 01:32:42 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 01:32:42 #39 ... 01:32:42 01:32:42 #51 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:32:42 #51 15.48 (1/1) Installing dumb-init (1.2.5-r3) 01:32:42 #51 15.52 Executing busybox-1.36.1-r29.trigger 01:32:42 #51 15.59 OK: 9 MiB in 15 packages 01:32:42 #51 DONE 17.3s 01:32:42 01:32:42 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:42 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 01:32:43 #39 ... 01:32:43 01:32:43 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:32:43 #66 ... 01:32:43 01:32:43 #63 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:43 #63 DONE 15.0s 01:32:43 01:32:43 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:32:43 #67 ... 01:32:43 01:32:43 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:44 #68 ... 01:32:44 01:32:44 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:32:44 #69 ... 01:32:44 01:32:44 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:32:44 #70 ... 01:32:44 01:32:44 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:32:44 #71 ... 01:32:44 01:32:44 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:32:44 #55 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:44 #55 16.77 (1/2) Installing dumb-init (1.2.5-r3) 01:32:44 #55 16.80 (2/2) Installing su-exec (0.2-r3) 01:32:44 #55 16.85 Executing busybox-1.36.1-r29.trigger 01:32:44 #55 16.88 OK: 9 MiB in 16 packages 01:32:44 #55 DONE 17.9s 01:32:44 01:32:44 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:44 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 11.3s 01:32:45 #39 ... 01:32:45 01:32:45 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:32:45 #53 16.12 (1/7) Installing ca-certificates (20241121-r1) 01:32:45 #53 16.45 (2/7) Installing dumb-init (1.2.5-r3) 01:32:45 #53 16.47 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:32:45 #53 16.50 (4/7) Installing libsodium (1.0.19-r0) 01:32:45 #53 16.50 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:32:45 #53 16.69 (6/7) Installing libzmq (4.3.5-r2) 01:32:45 #53 16.72 (7/7) Installing zeromq (4.3.5-r2) 01:32:45 #53 16.77 Executing busybox-1.36.1-r29.trigger 01:32:45 #53 16.89 Executing ca-certificates-20241121-r1.trigger 01:32:45 #53 17.72 OK: 14 MiB in 21 packages 01:32:45 #53 DONE 19.3s 01:32:45 01:32:45 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:45 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 12.8s 01:32:46 #39 ... 01:32:46 01:32:46 #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:46 #50 11.06 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:32:46 #50 11.06 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:32:46 #50 11.06 OK: 24049 distinct packages available 01:32:46 #50 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:46 #50 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:46 #50 19.19 (1/14) Installing ca-certificates (20241121-r1) 01:32:46 #50 19.36 (2/14) Installing brotli-libs (1.1.0-r2) 01:32:46 #50 19.44 (3/14) Installing c-ares (1.33.1-r0) 01:32:46 #50 19.47 (4/14) Installing libunistring (1.2-r0) 01:32:46 #50 19.54 (5/14) Installing libidn2 (2.3.7-r0) 01:32:46 #50 19.61 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:32:46 #50 19.61 (7/14) Installing libpsl (0.21.5-r1) 01:32:46 #50 19.61 (8/14) Installing zstd-libs (1.5.6-r0) 01:32:46 #50 19.82 (9/14) Installing libcurl (8.12.1-r0) 01:32:46 #50 19.82 (10/14) Installing curl (8.12.1-r0) 01:32:46 #50 19.82 (11/14) Installing dumb-init (1.2.5-r3) 01:32:46 #50 19.82 (12/14) Installing musl-obstack (1.2.3-r2) 01:32:46 #50 19.82 (13/14) Installing libucontext (1.2-r3) 01:32:46 #50 19.82 (14/14) Installing gcompat (1.1.0-r4) 01:32:46 #50 19.82 Executing busybox-1.36.1-r29.trigger 01:32:46 #50 19.91 Executing ca-certificates-20241121-r1.trigger 01:32:46 #50 20.60 OK: 15 MiB in 28 packages 01:32:46 #50 ... 01:32:46 01:32:46 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:46 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.25MB / 33.17MB 13.7s 01:32:46 #39 ... 01:32:46 01:32:46 #50 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:32:46 #50 DONE 21.7s 01:32:46 01:32:46 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:46 #152 ... 01:32:46 01:32:46 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:32:46 #154 DONE 149.5s 01:32:46 01:32:46 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:32:46 #156 DONE 149.5s 01:32:46 01:32:46 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:32:46 #150 DONE 149.5s 01:32:46 01:32:46 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:32:46 #149 DONE 149.5s 01:32:46 01:32:46 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:32:46 #146 DONE 149.5s 01:32:46 01:32:46 #152 [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:32:46 #152 DONE 149.5s 01:32:46 01:32:46 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:32:46 #148 DONE 149.6s 01:32:46 01:32:46 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:32:46 #153 DONE 149.5s 01:32:46 01:32:46 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:32:46 #155 DONE 149.5s 01:32:46 01:32:46 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:32:46 #147 DONE 149.6s 01:32:46 01:32:46 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #176 DONE 0.2s 01:32:46 01:32:46 #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #177 DONE 0.3s 01:32:46 01:32:46 #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #178 DONE 0.2s 01:32:46 01:32:46 #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #179 DONE 0.2s 01:32:46 01:32:46 #180 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #180 DONE 0.2s 01:32:46 01:32:46 #181 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #181 DONE 0.2s 01:32:46 01:32:46 #182 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #182 DONE 0.2s 01:32:46 01:32:46 #183 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:32:46 #183 DONE 0.1s 01:32:46 01:32:46 #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:32:47 #184 ... 01:32:47 01:32:47 #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:32:47 #185 CACHED 01:32:47 01:32:47 #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:32:47 #186 CACHED 01:32:47 01:32:47 #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:32:47 #187 DONE 0.1s 01:32:47 01:32:47 #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:32:47 #188 CACHED 01:32:47 01:32:47 #189 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:32:47 #189 CACHED 01:32:47 01:32:47 #190 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:32:47 #190 DONE 0.3s 01:32:47 01:32:47 #191 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:32:47 #191 DONE 0.3s 01:32:47 01:32:47 #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:32:47 #192 DONE 0.3s 01:32:47 01:32:47 #193 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:32:47 #193 DONE 0.3s 01:32:47 01:32:47 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:32:47 #194 ... 01:32:47 01:32:47 #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:32:47 #184 DONE 0.3s 01:32:47 01:32:47 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:32:47 #195 DONE 0.3s 01:32:47 01:32:47 #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:32:47 #196 DONE 0.3s 01:32:47 01:32:47 #197 [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:32:47 #197 ... 01:32:47 01:32:47 #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:32:47 #198 DONE 0.6s 01:32:47 01:32:47 #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:32:47 #199 DONE 0.6s 01:32:47 01:32:47 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:32:47 #200 DONE 0.6s 01:32:47 01:32:47 #201 [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:32:47 #201 DONE 0.6s 01:32:47 01:32:47 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:32:47 #202 ... 01:32:47 01:32:47 #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:32:47 #203 DONE 0.6s 01:32:48 01:32:48 #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:32:48 #204 ... 01:32:48 01:32:48 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:32:48 #194 DONE 1.0s 01:32:48 01:32:48 #197 [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:32:48 #197 DONE 0.7s 01:32:48 01:32:48 #205 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:32:48 #205 DONE 0.9s 01:32:48 01:32:48 #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:32:48 #206 DONE 1.0s 01:32:48 01:32:48 #207 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:32:48 #207 DONE 1.0s 01:32:48 01:32:48 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:32:48 #208 DONE 0.6s 01:32:48 01:32:48 #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:32:48 #209 DONE 0.6s 01:32:48 01:32:48 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:32:48 #202 DONE 0.6s 01:32:48 01:32:48 #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:32:48 #204 DONE 0.5s 01:32:48 01:32:48 #210 [core-command] exporting to image 01:32:48 #210 exporting layers 01:32:48 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 15.4s 01:32:48 #210 ... 01:32:48 01:32:48 #211 [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:32:48 #211 DONE 0.2s 01:32:48 01:32:48 #212 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:32:48 #212 DONE 0.2s 01:32:48 01:32:48 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:32:48 #213 DONE 0.2s 01:32:48 01:32:48 #214 [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:32:48 #214 DONE 0.2s 01:32:48 01:32:48 #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:32:48 #215 DONE 0.2s 01:32:48 01:32:48 #216 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:32:48 #216 DONE 0.2s 01:32:48 01:32:48 #217 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:32:48 #217 DONE 0.2s 01:32:48 01:32:48 #210 [core-command] exporting to image 01:32:48 #210 exporting layers 0.1s done 01:32:48 #210 ... 01:32:48 01:32:48 #218 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:32:48 #218 DONE 0.2s 01:32:48 01:32:48 #219 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:32:48 #219 DONE 0.1s 01:32:48 01:32:48 #220 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:32:48 #220 DONE 0.2s 01:32:48 01:32:48 #221 [core-keeper] exporting to image 01:32:48 #221 exporting layers 0.1s done 01:32:48 #221 writing image sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 0.0s done 01:32:48 #221 naming to docker.io/library/core-keeper done 01:32:48 #221 DONE 0.5s 01:32:48 01:32:48 #210 [core-command] exporting to image 01:32:48 #210 writing image sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 0.1s done 01:32:48 #210 naming to docker.io/library/core-command 01:32:48 #39 ... 01:32:48 01:32:48 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:32:48 #62 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:48 #62 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:48 #62 18.96 (1/1) Installing dumb-init (1.2.5-r3) 01:32:48 #62 18.96 Executing busybox-1.36.1-r29.trigger 01:32:48 #62 19.01 OK: 9 MiB in 15 packages 01:32:48 #62 DONE 20.1s 01:32:48 01:32:48 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:48 #39 ... 01:32:48 01:32:48 #61 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:32:48 #61 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:48 #61 13.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:48 #61 18.06 (1/3) Installing ca-certificates (20241121-r1) 01:32:48 #61 18.33 (2/3) Installing dumb-init (1.2.5-r3) 01:32:48 #61 18.35 (3/3) Installing tzdata (2025b-r0) 01:32:48 #61 18.94 Executing busybox-1.36.1-r29.trigger 01:32:48 #61 18.97 Executing ca-certificates-20241121-r1.trigger 01:32:48 #61 19.51 OK: 11 MiB in 17 packages 01:32:48 #61 DONE 20.2s 01:32:48 01:32:48 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:48 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.28MB / 33.17MB 16.0s 01:32:48 #210 naming to docker.io/library/core-command 0.1s done 01:32:48 #210 DONE 0.6s 01:32:48 01:32:48 #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:32:48 #222 DONE 0.2s 01:32:48 01:32:48 #223 [security-spiffe-token-provider] exporting to image 01:32:48 #223 exporting layers 0.5s done 01:32:48 #223 writing image sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 0.0s done 01:32:48 #223 naming to docker.io/library/security-spiffe-token-provider done 01:32:48 #223 DONE 0.5s 01:32:48 01:32:48 #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:32:48 #224 ... 01:32:48 01:32:48 #225 [support-notifications] exporting to image 01:32:48 #225 exporting layers 0.4s done 01:32:48 #225 writing image sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a 0.0s done 01:32:48 #225 naming to docker.io/library/support-notifications 0.0s done 01:32:48 #225 DONE 0.5s 01:32:49 01:32:49 #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:32:49 #224 DONE 0.2s 01:32:49 01:32:49 #226 [core-data] exporting to image 01:32:49 #226 exporting layers 0.5s done 01:32:49 #226 writing image sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done 01:32:49 #226 naming to docker.io/library/core-data 0.0s done 01:32:49 #226 DONE 0.6s 01:32:49 01:32:49 #227 [support-scheduler] exporting to image 01:32:49 #227 exporting layers 0.6s done 01:32:49 #227 writing image sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done 01:32:49 #227 naming to docker.io/library/support-scheduler done 01:32:49 #227 DONE 0.7s 01:32:49 01:32:49 #228 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:32:49 #228 DONE 0.6s 01:32:49 01:32:49 #229 [security-proxy-auth] exporting to image 01:32:49 #229 ... 01:32:49 01:32:49 #230 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:32:49 #230 DONE 0.1s 01:32:49 01:32:49 #231 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:32:49 #231 DONE 0.5s 01:32:49 01:32:49 #232 [security-proxy-setup] exporting to image 01:32:49 #232 ... 01:32:49 01:32:49 #233 [core-metadata] exporting to image 01:32:49 #233 exporting layers 0.9s done 01:32:49 #233 writing image sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 0.0s done 01:32:49 #233 naming to docker.io/library/core-metadata done 01:32:49 #233 DONE 1.0s 01:32:49 01:32:49 #229 [security-proxy-auth] exporting to image 01:32:49 #229 exporting layers 0.3s done 01:32:49 #229 writing image sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done 01:32:49 #229 naming to docker.io/library/security-proxy-auth done 01:32:49 #229 DONE 0.3s 01:32:49 01:32:49 #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:32:49 #234 DONE 0.4s 01:32:49 01:32:49 #232 [security-proxy-setup] exporting to image 01:32:49 #232 exporting layers 0.3s done 01:32:49 #232 writing image sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done 01:32:49 #232 naming to docker.io/library/security-proxy-setup done 01:32:49 #232 DONE 0.3s 01:32:49 01:32:49 #235 [security-secretstore-setup] exporting to image 01:32:49 #235 exporting layers 0.2s done 01:32:49 #235 writing image sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done 01:32:49 #235 naming to docker.io/library/security-secretstore-setup done 01:32:49 #235 DONE 0.2s 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:32:49 time="2025-07-04T01:28:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:32:49 $ docker stop --time=1 2fa57fda827d82e290e338927f7df0df79720c35548cf3bcb19e7a8bb0619283 01:32:49 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.8s done 01:32:50 #39 ... 01:32:50 01:32:50 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:32:50 $ docker rm -f --volumes 2fa57fda827d82e290e338927f7df0df79720c35548cf3bcb19e7a8bb0619283 [Pipeline] // withDockerContainer [Pipeline] sh 01:32:51 #72 ... 01:32:51 01:32:51 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:32:51 #66 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:51 + docker images 01:32:51 REPOSITORY TAG IMAGE ID CREATED SIZE 01:32:51 security-secretstore-setup latest 34ce399c372b 1 second ago 68.9MB 01:32:51 support-notifications latest d60940b3826e 2 seconds ago 52.3MB 01:32:51 support-scheduler latest 3e270091c820 2 seconds ago 48.7MB 01:32:51 core-metadata latest f3f41e62dbc4 2 seconds ago 33.2MB 01:32:51 security-proxy-setup latest 85109f6049c8 2 seconds ago 38.6MB 01:32:51 core-data latest 55a5ef30c118 2 seconds ago 33MB 01:32:51 security-proxy-auth latest 2fc899ffcfe9 2 seconds ago 31.9MB 01:32:51 security-spiffe-token-provider latest 2f140c13d796 2 seconds ago 47.5MB 01:32:51 core-keeper latest 9d4ad4f14d35 3 seconds ago 32.6MB 01:32:51 core-command latest 619553ce3b84 3 seconds ago 28.5MB 01:32:51 security-bootstrapper latest 6e9161803486 About a minute ago 20.4MB 01:32:51 core-common-config-bootstrapper latest 269d8beeeef7 About a minute ago 17.1MB 01:32:51 security-spire-agent latest 6a6d340d96fb 3 minutes ago 195MB 01:32:51 security-spire-server latest 3e049b25f8a3 3 minutes ago 149MB 01:32:51 security-spire-config latest bc5ec10419d8 3 minutes ago 149MB 01:32:51 ci-base-image-x86_64 latest f4a7de38865a 7 minutes ago 924MB 01:32:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 weeks ago 574MB 01:32:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 5 weeks ago 573MB 01:32:51 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) 01:32:51 #66 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:51 provisioning config files... 01:32:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config13545491332144321462tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:51 ---> ****-login.sh 01:32:51 nexus3.edgexfoundry.org:10001 01:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:51 Login Succeeded 01:32:51 nexus3.edgexfoundry.org:10002 01:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:51 Login Succeeded 01:32:51 nexus3.edgexfoundry.org:10003 01:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:51 Login Succeeded 01:32:51 nexus3.edgexfoundry.org:10004 01:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:51 Login Succeeded 01:32:51 ****.io 01:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:52 Login Succeeded 01:32:52 ---> ****-login.sh ends [Pipeline] } 01:32:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:32:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:32:52 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:32:52 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:32:52 latest 01:32:52 4.1.0-dev.35 01:32:52 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:32:52 main 01:32:52 ===================================================== 01:32:52 #66 ... 01:32:52 01:32:52 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:32:52 #73 ... 01:32:52 01:32:52 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:52 #65 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 01:32:52 #65 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:52 #65 ... 01:32:52 01:32:52 #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:32:52 #74 ... 01:32:52 01:32:52 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:32:52 #64 19.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:52 #64 20.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:52 + docker push nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:32:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:32:52 55fdd40f5419: Preparing 01:32:52 d7362b5d0ffb: Preparing 01:32:52 d6dd78723e74: Preparing 01:32:52 b3e1c71ee1d4: Preparing 01:32:52 18415718a183: Preparing 01:32:52 7f47ae8f5f08: Preparing 01:32:52 994456c4fd7b: Preparing 01:32:52 7f47ae8f5f08: Waiting 01:32:52 994456c4fd7b: Waiting 01:32:52 55fdd40f5419: Pushed 01:32:52 d6dd78723e74: Pushed 01:32:52 b3e1c71ee1d4: Pushed 01:32:52 18415718a183: Pushed 01:32:52 994456c4fd7b: Layer already exists 01:32:53 7f47ae8f5f08: Pushed 01:32:53 #64 ... 01:32:53 01:32:53 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:32:53 #75 ... 01:32:53 01:32:53 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:32:53 #65 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.0s 01:32:54 #65 ... 01:32:54 01:32:54 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:32:54 #76 ... 01:32:54 01:32:54 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:54 #68 DONE 20.9s 01:32:54 01:32:54 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:32:55 d7362b5d0ffb: Pushed 01:32:55 #77 ... 01:32:55 01:32:55 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:32:55 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:55 #78 ... 01:32:55 01:32:55 #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:32:55 #74 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:56 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:32:56 55fdd40f5419: Preparing 01:32:56 d7362b5d0ffb: Preparing 01:32:56 d6dd78723e74: Preparing 01:32:56 b3e1c71ee1d4: Preparing 01:32:56 18415718a183: Preparing 01:32:56 7f47ae8f5f08: Preparing 01:32:56 994456c4fd7b: Preparing 01:32:56 994456c4fd7b: Waiting 01:32:56 7f47ae8f5f08: Waiting 01:32:56 b3e1c71ee1d4: Layer already exists 01:32:56 d7362b5d0ffb: Layer already exists 01:32:56 55fdd40f5419: Layer already exists 01:32:56 d6dd78723e74: Layer already exists 01:32:56 18415718a183: Layer already exists 01:32:56 7f47ae8f5f08: Layer already exists 01:32:56 994456c4fd7b: Layer already exists 01:32:56 latest: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:56 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:56 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 01:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:32:56 55fdd40f5419: Preparing 01:32:56 d7362b5d0ffb: Preparing 01:32:56 d6dd78723e74: Preparing 01:32:56 b3e1c71ee1d4: Preparing 01:32:56 18415718a183: Preparing 01:32:56 7f47ae8f5f08: Preparing 01:32:56 994456c4fd7b: Preparing 01:32:56 7f47ae8f5f08: Waiting 01:32:56 994456c4fd7b: Waiting 01:32:56 d6dd78723e74: Layer already exists 01:32:56 18415718a183: Layer already exists 01:32:56 b3e1c71ee1d4: Layer already exists 01:32:56 55fdd40f5419: Layer already exists 01:32:56 d7362b5d0ffb: Layer already exists 01:32:56 994456c4fd7b: Layer already exists 01:32:56 7f47ae8f5f08: Layer already exists 01:32:56 4.1.0-dev.35: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } 01:32:57 #74 ... 01:32:57 01:32:57 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:32:57 #79 ... 01:32:57 01:32:57 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:57 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.9s [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:57 + docker push nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:32:57 55fdd40f5419: Preparing 01:32:57 d7362b5d0ffb: Preparing 01:32:57 d6dd78723e74: Preparing 01:32:57 b3e1c71ee1d4: Preparing 01:32:57 18415718a183: Preparing 01:32:57 7f47ae8f5f08: Preparing 01:32:57 994456c4fd7b: Preparing 01:32:57 994456c4fd7b: Waiting 01:32:57 7f47ae8f5f08: Waiting 01:32:57 18415718a183: Layer already exists 01:32:57 55fdd40f5419: Layer already exists 01:32:57 d7362b5d0ffb: Layer already exists 01:32:57 d6dd78723e74: Layer already exists 01:32:57 b3e1c71ee1d4: Layer already exists 01:32:57 7f47ae8f5f08: Layer already exists 01:32:57 994456c4fd7b: Layer already exists 01:32:57 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:57 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:32:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:32:57 55fdd40f5419: Preparing 01:32:57 d7362b5d0ffb: Preparing 01:32:57 d6dd78723e74: Preparing 01:32:57 b3e1c71ee1d4: Preparing 01:32:57 18415718a183: Preparing 01:32:57 7f47ae8f5f08: Preparing 01:32:57 994456c4fd7b: Preparing 01:32:57 7f47ae8f5f08: Waiting 01:32:57 994456c4fd7b: Waiting 01:32:57 b3e1c71ee1d4: Layer already exists 01:32:57 18415718a183: Layer already exists 01:32:57 d7362b5d0ffb: Layer already exists 01:32:57 55fdd40f5419: Layer already exists 01:32:57 d6dd78723e74: Layer already exists 01:32:57 7f47ae8f5f08: Layer already exists 01:32:57 994456c4fd7b: Layer already exists 01:32:57 main: digest: sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:32:58 ===================================================== [Pipeline] echo 01:32:58 taggedImages: 01:32:58 - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:32:58 - nexus3.edgexfoundry.org:10004/core-command:latest 01:32:58 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 01:32:58 - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:32:58 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:32:58 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:32:58 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:32:58 latest 01:32:58 4.1.0-dev.35 01:32:58 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:32:58 main 01:32:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:58 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:32:58 b4beff35fadb: Preparing 01:32:58 055bf47e17f0: Preparing 01:32:58 0f7cfaf9b30f: Preparing 01:32:58 33e2526210f2: Preparing 01:32:58 d6dd78723e74: Preparing 01:32:58 b3e1c71ee1d4: Preparing 01:32:58 18415718a183: Preparing 01:32:58 7f47ae8f5f08: Preparing 01:32:58 994456c4fd7b: Preparing 01:32:58 b3e1c71ee1d4: Waiting 01:32:58 7f47ae8f5f08: Waiting 01:32:58 994456c4fd7b: Waiting 01:32:58 18415718a183: Waiting 01:32:58 d6dd78723e74: Layer already exists 01:32:58 b3e1c71ee1d4: Layer already exists 01:32:58 18415718a183: Layer already exists 01:32:58 7f47ae8f5f08: Layer already exists 01:32:58 0f7cfaf9b30f: Pushed 01:32:58 994456c4fd7b: Layer already exists 01:32:58 055bf47e17f0: Pushed 01:32:58 b4beff35fadb: Pushed 01:32:58 #39 ... 01:32:58 01:32:58 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:32:58 #66 23.85 OK: 239 MiB in 58 packages 01:32:58 #66 DONE 26.1s 01:32:58 01:32:58 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:32:58 #80 ... 01:32:58 01:32:58 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:32:58 #81 ... 01:32:58 01:32:58 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:32:58 #80 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:59 #80 ... 01:32:59 01:32:59 #82 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:32:59 #82 DONE 0.9s 01:32:59 01:32:59 #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:59 33e2526210f2: Pushed 01:32:59 #83 ... 01:32:59 01:32:59 #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:32:59 #41 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:59 #41 20.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:59 #41 23.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:32:59 #41 23.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:32:59 #41 23.24 OK: 24049 distinct packages available 01:32:59 #41 24.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:32:59 #41 25.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:32:59 #41 ... 01:32:59 01:32:59 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:32:59 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:00 + 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:33:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:33:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:33:00 b4beff35fadb: Preparing 01:33:00 055bf47e17f0: Preparing 01:33:00 0f7cfaf9b30f: Preparing 01:33:00 33e2526210f2: Preparing 01:33:00 d6dd78723e74: Preparing 01:33:00 b3e1c71ee1d4: Preparing 01:33:00 18415718a183: Preparing 01:33:00 7f47ae8f5f08: Preparing 01:33:00 994456c4fd7b: Preparing 01:33:00 b3e1c71ee1d4: Waiting 01:33:00 994456c4fd7b: Waiting 01:33:00 18415718a183: Waiting 01:33:00 7f47ae8f5f08: Waiting 01:33:00 055bf47e17f0: Layer already exists 01:33:00 33e2526210f2: Layer already exists 01:33:00 d6dd78723e74: Layer already exists 01:33:00 b4beff35fadb: Layer already exists 01:33:00 0f7cfaf9b30f: Layer already exists 01:33:00 18415718a183: Layer already exists 01:33:00 7f47ae8f5f08: Layer already exists 01:33:00 b3e1c71ee1d4: Layer already exists 01:33:00 994456c4fd7b: Layer already exists 01:33:00 latest: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:01 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 01:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:33:01 b4beff35fadb: Preparing 01:33:01 055bf47e17f0: Preparing 01:33:01 0f7cfaf9b30f: Preparing 01:33:01 33e2526210f2: Preparing 01:33:01 d6dd78723e74: Preparing 01:33:01 b3e1c71ee1d4: Preparing 01:33:01 18415718a183: Preparing 01:33:01 7f47ae8f5f08: Preparing 01:33:01 994456c4fd7b: Preparing 01:33:01 7f47ae8f5f08: Waiting 01:33:01 b3e1c71ee1d4: Waiting 01:33:01 18415718a183: Waiting 01:33:01 994456c4fd7b: Waiting 01:33:01 33e2526210f2: Layer already exists 01:33:01 d6dd78723e74: Layer already exists 01:33:01 b4beff35fadb: Layer already exists 01:33:01 055bf47e17f0: Layer already exists 01:33:01 0f7cfaf9b30f: Layer already exists 01:33:01 b3e1c71ee1d4: Layer already exists 01:33:01 18415718a183: Layer already exists 01:33:01 7f47ae8f5f08: Layer already exists 01:33:01 994456c4fd7b: Layer already exists 01:33:01 4.1.0-dev.35: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:01 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:33:02 b4beff35fadb: Preparing 01:33:02 055bf47e17f0: Preparing 01:33:02 0f7cfaf9b30f: Preparing 01:33:02 33e2526210f2: Preparing 01:33:02 d6dd78723e74: Preparing 01:33:02 b3e1c71ee1d4: Preparing 01:33:02 18415718a183: Preparing 01:33:02 7f47ae8f5f08: Preparing 01:33:02 994456c4fd7b: Preparing 01:33:02 18415718a183: Waiting 01:33:02 7f47ae8f5f08: Waiting 01:33:02 b3e1c71ee1d4: Waiting 01:33:02 994456c4fd7b: Waiting 01:33:02 0f7cfaf9b30f: Layer already exists 01:33:02 33e2526210f2: Layer already exists 01:33:02 b4beff35fadb: Layer already exists 01:33:02 d6dd78723e74: Layer already exists 01:33:02 055bf47e17f0: Layer already exists 01:33:02 18415718a183: Layer already exists 01:33:02 b3e1c71ee1d4: Layer already exists 01:33:02 7f47ae8f5f08: Layer already exists 01:33:02 994456c4fd7b: Layer already exists 01:33:02 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:02 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.9s 01:33:02 + 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:33:02 #39 ... 01:33:02 01:33:02 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:33:02 #70 19.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:02 #70 21.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:33:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:33:02 b4beff35fadb: Preparing 01:33:02 055bf47e17f0: Preparing 01:33:02 0f7cfaf9b30f: Preparing 01:33:02 33e2526210f2: Preparing 01:33:02 d6dd78723e74: Preparing 01:33:02 b3e1c71ee1d4: Preparing 01:33:02 18415718a183: Preparing 01:33:02 7f47ae8f5f08: Preparing 01:33:02 994456c4fd7b: Preparing 01:33:02 b3e1c71ee1d4: Waiting 01:33:02 18415718a183: Waiting 01:33:02 7f47ae8f5f08: Waiting 01:33:02 994456c4fd7b: Waiting 01:33:02 d6dd78723e74: Layer already exists 01:33:02 0f7cfaf9b30f: Layer already exists 01:33:02 b4beff35fadb: Layer already exists 01:33:02 055bf47e17f0: Layer already exists 01:33:02 33e2526210f2: Layer already exists 01:33:02 b3e1c71ee1d4: Layer already exists 01:33:02 18415718a183: Layer already exists 01:33:02 7f47ae8f5f08: Layer already exists 01:33:02 994456c4fd7b: Layer already exists 01:33:02 main: digest: sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:02 ===================================================== [Pipeline] echo 01:33:02 taggedImages: 01:33:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:33:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 01:33:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:02 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:33:02 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:33:02 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:02 latest 01:33:02 4.1.0-dev.35 01:33:02 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:02 main 01:33:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:02 #70 ... 01:33:02 01:33:02 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:03 + docker push nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:33:03 817233ca7b1b: Preparing 01:33:03 68cdb252cb85: Preparing 01:33:03 d6dd78723e74: Preparing 01:33:03 b3e1c71ee1d4: Preparing 01:33:03 73b40deb76b5: Preparing 01:33:03 7f47ae8f5f08: Preparing 01:33:03 994456c4fd7b: Preparing 01:33:03 994456c4fd7b: Waiting 01:33:03 7f47ae8f5f08: Waiting 01:33:03 b3e1c71ee1d4: Layer already exists 01:33:03 d6dd78723e74: Layer already exists 01:33:03 7f47ae8f5f08: Layer already exists 01:33:03 994456c4fd7b: Layer already exists 01:33:03 73b40deb76b5: Pushed 01:33:03 817233ca7b1b: Pushed 01:33:03 #39 ... 01:33:03 01:33:03 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:33:03 #67 20.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:03 #67 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:03 #67 ... 01:33:03 01:33:03 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:03 #39 ... 01:33:03 01:33:03 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:33:03 #69 20.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:03 #69 21.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:03 #69 ... 01:33:03 01:33:03 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:04 #39 ... 01:33:04 01:33:04 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:33:04 #65 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.6s done 01:33:04 #65 ... 01:33:04 01:33:04 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:33:04 #73 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:04 #73 14.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:04 #73 ... 01:33:04 01:33:04 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:33:04 #71 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:04 #71 23.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:04 #71 ... 01:33:04 01:33:04 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:05 #39 ... 01:33:05 01:33:05 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:33:05 #64 24.98 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:33:05 #64 24.98 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:33:05 #64 24.98 OK: 24049 distinct packages available 01:33:05 #64 26.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:05 #64 29.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:05 #64 ... 01:33:05 01:33:05 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:05 #39 ... 01:33:05 01:33:05 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:33:05 #72 15.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:05 #72 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:05 #72 ... 01:33:05 01:33:05 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:06 68cdb252cb85: Pushed 01:33:06 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:06 #39 ... 01:33:06 01:33:06 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:33:06 #75 12.62 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:06 #75 15.78 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:33:06 #75 ... 01:33:06 01:33:06 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [Pipeline] sh 01:33:06 #39 ... 01:33:06 01:33:06 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:33:06 #76 12.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:06 #76 15.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:06 #76 ... 01:33:06 01:33:06 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:06 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:33:06 817233ca7b1b: Preparing 01:33:06 68cdb252cb85: Preparing 01:33:06 d6dd78723e74: Preparing 01:33:06 b3e1c71ee1d4: Preparing 01:33:06 73b40deb76b5: Preparing 01:33:06 7f47ae8f5f08: Preparing 01:33:06 994456c4fd7b: Preparing 01:33:06 7f47ae8f5f08: Waiting 01:33:06 994456c4fd7b: Waiting 01:33:06 d6dd78723e74: Layer already exists 01:33:06 b3e1c71ee1d4: Layer already exists 01:33:06 817233ca7b1b: Layer already exists 01:33:06 73b40deb76b5: Layer already exists 01:33:06 68cdb252cb85: Layer already exists 01:33:06 7f47ae8f5f08: Layer already exists 01:33:06 994456c4fd7b: Layer already exists 01:33:06 latest: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.1s 01:33:07 #39 ... 01:33:07 01:33:07 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:33:07 #79 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:07 #79 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:07 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 01:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:33:07 817233ca7b1b: Preparing 01:33:07 68cdb252cb85: Preparing 01:33:07 d6dd78723e74: Preparing 01:33:07 b3e1c71ee1d4: Preparing 01:33:07 73b40deb76b5: Preparing 01:33:07 7f47ae8f5f08: Preparing 01:33:07 994456c4fd7b: Preparing 01:33:07 994456c4fd7b: Waiting 01:33:07 7f47ae8f5f08: Waiting 01:33:07 68cdb252cb85: Layer already exists 01:33:07 d6dd78723e74: Layer already exists 01:33:07 b3e1c71ee1d4: Layer already exists 01:33:07 73b40deb76b5: Layer already exists 01:33:07 817233ca7b1b: Layer already exists 01:33:07 994456c4fd7b: Layer already exists 01:33:07 7f47ae8f5f08: Layer already exists 01:33:07 4.1.0-dev.35: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 #79 ... 01:33:07 01:33:07 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:33:07 #78 12.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:07 #78 14.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:07 #78 ... 01:33:07 01:33:07 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 #39 ... 01:33:07 01:33:07 #74 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:33:07 #74 15.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:08 + docker push nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:33:08 817233ca7b1b: Preparing 01:33:08 68cdb252cb85: Preparing 01:33:08 d6dd78723e74: Preparing 01:33:08 b3e1c71ee1d4: Preparing 01:33:08 73b40deb76b5: Preparing 01:33:08 7f47ae8f5f08: Preparing 01:33:08 994456c4fd7b: Preparing 01:33:08 7f47ae8f5f08: Waiting 01:33:08 994456c4fd7b: Waiting 01:33:08 68cdb252cb85: Layer already exists 01:33:08 73b40deb76b5: Layer already exists 01:33:08 d6dd78723e74: Layer already exists 01:33:08 817233ca7b1b: Layer already exists 01:33:08 b3e1c71ee1d4: Layer already exists 01:33:08 7f47ae8f5f08: Layer already exists 01:33:08 994456c4fd7b: Layer already exists 01:33:08 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:08 #74 ... 01:33:08 01:33:08 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:08 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.1s done 01:33:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main 01:33:08 #39 ... 01:33:08 01:33:08 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:33:08 #67 33.39 OK: 239 MiB in 58 packages 01:33:08 #67 DONE 35.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:08 01:33:08 #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:33:08 #41 37.97 (1/5) Installing dumb-init (1.2.5-r3) 01:33:08 #41 38.02 (2/5) Installing musl-obstack (1.2.3-r2) 01:33:08 #41 38.06 (3/5) Installing libucontext (1.2-r3) 01:33:08 #41 38.09 (4/5) Installing gcompat (1.1.0-r4) 01:33:08 #41 38.17 (5/5) Installing openssl (3.3.3-r0) 01:33:08 #41 38.33 Executing busybox-1.36.1-r29.trigger 01:33:08 #41 38.73 OK: 10 MiB in 19 packages 01:33:08 #41 ... 01:33:08 01:33:08 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:33:08 #73 24.19 OK: 20 MiB in 18 packages 01:33:08 #73 DONE 26.5s 01:33:08 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:33:08 817233ca7b1b: Preparing 01:33:08 68cdb252cb85: Preparing 01:33:08 d6dd78723e74: Preparing 01:33:08 b3e1c71ee1d4: Preparing 01:33:08 73b40deb76b5: Preparing 01:33:08 7f47ae8f5f08: Preparing 01:33:08 994456c4fd7b: Preparing 01:33:08 7f47ae8f5f08: Waiting 01:33:08 994456c4fd7b: Waiting 01:33:08 73b40deb76b5: Layer already exists 01:33:08 68cdb252cb85: Layer already exists 01:33:08 817233ca7b1b: Layer already exists 01:33:08 d6dd78723e74: Layer already exists 01:33:08 b3e1c71ee1d4: Layer already exists 01:33:08 7f47ae8f5f08: Layer already exists 01:33:08 994456c4fd7b: Layer already exists 01:33:08 main: digest: sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:08 ===================================================== [Pipeline] echo 01:33:08 taggedImages: 01:33:08 - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:08 - nexus3.edgexfoundry.org:10004/core-data:latest 01:33:08 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 01:33:08 - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:08 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:33:08 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:33:08 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:08 latest 01:33:08 4.1.0-dev.35 01:33:08 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:08 main 01:33:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 01:33:08 01:33:08 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:09 #84 DONE 0.7s 01:33:09 01:33:09 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:33:09 #39 DONE 40.3s 01:33:09 01:33:09 #85 [core-command builder 4/7] COPY go.mod vendor* ./ 01:33:09 #85 DONE 1.0s 01:33:09 01:33:09 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:33:09 #69 34.09 OK: 239 MiB in 58 packages 01:33:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:09 #69 ... 01:33:09 01:33:09 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:33:09 #81 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:09 #81 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:33:09 ef88d05919b0: Preparing 01:33:09 afa253b15db9: Preparing 01:33:09 b3e1c71ee1d4: Preparing 01:33:09 867c34d7447b: Preparing 01:33:09 e42283c2259d: Preparing 01:33:09 994456c4fd7b: Preparing 01:33:09 994456c4fd7b: Waiting 01:33:09 b3e1c71ee1d4: Layer already exists 01:33:09 994456c4fd7b: Layer already exists 01:33:09 e42283c2259d: Pushed 01:33:09 ef88d05919b0: Pushed 01:33:09 867c34d7447b: Pushed 01:33:09 #81 ... 01:33:09 01:33:09 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:10 #86 ... 01:33:10 01:33:10 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:33:10 #69 DONE 36.6s 01:33:10 01:33:10 #87 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:33:11 #87 DONE 0.8s 01:33:11 01:33:11 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:11 #88 ... 01:33:11 01:33:11 #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:33:11 #41 DONE 42.1s 01:33:11 01:33:11 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:33:12 afa253b15db9: Pushed 01:33:12 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:12 #89 ... 01:33:12 01:33:12 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:33:12 #77 7.620 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:12 #77 9.873 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:12 #77 ... 01:33:12 01:33:12 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:33:12 #80 13.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:12 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:12 #80 ... 01:33:12 01:33:12 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:33:12 #64 40.75 (1/4) Installing dumb-init (1.2.5-r3) 01:33:12 #64 40.84 (2/4) Installing musl-obstack (1.2.3-r2) 01:33:12 #64 40.88 (3/4) Installing libucontext (1.2-r3) 01:33:12 #64 40.94 (4/4) Installing gcompat (1.1.0-r4) 01:33:12 #64 41.08 Executing busybox-1.36.1-r29.trigger 01:33:12 #64 41.23 OK: 9 MiB in 18 packages 01:33:12 #64 ... 01:33:12 01:33:12 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:33:12 #72 30.34 OK: 20 MiB in 18 packages 01:33:12 #72 DONE 31.8s 01:33:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:33:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:33:12 ef88d05919b0: Preparing 01:33:12 afa253b15db9: Preparing 01:33:12 b3e1c71ee1d4: Preparing 01:33:12 867c34d7447b: Preparing 01:33:12 e42283c2259d: Preparing 01:33:12 994456c4fd7b: Preparing 01:33:12 994456c4fd7b: Waiting 01:33:12 e42283c2259d: Layer already exists 01:33:12 ef88d05919b0: Layer already exists 01:33:12 afa253b15db9: Layer already exists 01:33:12 b3e1c71ee1d4: Layer already exists 01:33:12 867c34d7447b: Layer already exists 01:33:12 994456c4fd7b: Layer already exists 01:33:12 latest: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 01:33:12 01:33:12 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:33:12 #78 25.99 OK: 14 MiB in 21 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:13 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:13 #78 ... 01:33:13 01:33:13 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:33:13 #71 37.09 OK: 239 MiB in 58 packages 01:33:13 #71 DONE 40.0s 01:33:13 01:33:13 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:33:13 #76 29.23 OK: 9 MiB in 16 packages 01:33:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 01:33:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:33:13 ef88d05919b0: Preparing 01:33:13 afa253b15db9: Preparing 01:33:13 b3e1c71ee1d4: Preparing 01:33:13 867c34d7447b: Preparing 01:33:13 e42283c2259d: Preparing 01:33:13 994456c4fd7b: Preparing 01:33:13 994456c4fd7b: Waiting 01:33:13 867c34d7447b: Layer already exists 01:33:13 b3e1c71ee1d4: Layer already exists 01:33:13 afa253b15db9: Layer already exists 01:33:13 ef88d05919b0: Layer already exists 01:33:13 e42283c2259d: Layer already exists 01:33:13 994456c4fd7b: Layer already exists 01:33:13 4.1.0-dev.35: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:13 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:33:14 ef88d05919b0: Preparing 01:33:14 afa253b15db9: Preparing 01:33:14 b3e1c71ee1d4: Preparing 01:33:14 867c34d7447b: Preparing 01:33:14 e42283c2259d: Preparing 01:33:14 994456c4fd7b: Preparing 01:33:14 994456c4fd7b: Waiting 01:33:14 afa253b15db9: Layer already exists 01:33:14 e42283c2259d: Layer already exists 01:33:14 b3e1c71ee1d4: Layer already exists 01:33:14 ef88d05919b0: Layer already exists 01:33:14 867c34d7447b: Layer already exists 01:33:14 994456c4fd7b: Layer already exists 01:33:14 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:14 #76 ... 01:33:14 01:33:14 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:33:14 #78 DONE 28.7s 01:33:14 01:33:14 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:33:14 #75 29.46 (1/1) Installing dumb-init (1.2.5-r3) 01:33:14 #75 30.58 Executing busybox-1.36.1-r29.trigger 01:33:14 #75 ... 01:33:14 01:33:14 #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:33:14 #90 DONE 1.0s 01:33:14 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:14 01:33:14 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:33:14 #75 30.84 OK: 9 MiB in 15 packages 01:33:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:33:14 ef88d05919b0: Preparing 01:33:14 afa253b15db9: Preparing 01:33:14 b3e1c71ee1d4: Preparing 01:33:14 867c34d7447b: Preparing 01:33:14 e42283c2259d: Preparing 01:33:14 994456c4fd7b: Preparing 01:33:14 994456c4fd7b: Waiting 01:33:14 ef88d05919b0: Layer already exists 01:33:14 afa253b15db9: Layer already exists 01:33:14 e42283c2259d: Layer already exists 01:33:14 b3e1c71ee1d4: Layer already exists 01:33:14 867c34d7447b: Layer already exists 01:33:14 994456c4fd7b: Layer already exists 01:33:14 main: digest: sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:14 ===================================================== [Pipeline] echo 01:33:14 taggedImages: 01:33:14 - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:14 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:33:14 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 01:33:14 - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:14 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:33:14 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:33:14 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:14 latest 01:33:14 4.1.0-dev.35 01:33:14 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:14 main 01:33:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 01:33:14 #75 ... 01:33:14 01:33:14 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:33:14 #79 26.80 OK: 15 MiB in 28 packages 01:33:14 #79 DONE 28.1s [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:15 01:33:15 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:33:15 #64 DONE 44.6s 01:33:15 01:33:15 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:33:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:15 #91 ... 01:33:15 01:33:15 #74 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 01:33:15 #74 30.85 OK: 9 MiB in 15 packages 01:33:15 #74 DONE 33.1s 01:33:15 01:33:15 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:33:15 #76 DONE 31.2s 01:33:15 01:33:15 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:33:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:33:15 4bf6cdaa6d8a: Preparing 01:33:15 19ea22025dc4: Preparing 01:33:15 b2c99abcdcdf: Preparing 01:33:15 d6dd78723e74: Preparing 01:33:15 b3e1c71ee1d4: Preparing 01:33:15 18415718a183: Preparing 01:33:15 7f47ae8f5f08: Preparing 01:33:15 994456c4fd7b: Preparing 01:33:15 7f47ae8f5f08: Waiting 01:33:15 994456c4fd7b: Waiting 01:33:15 18415718a183: Waiting 01:33:15 d6dd78723e74: Layer already exists 01:33:15 b3e1c71ee1d4: Layer already exists 01:33:15 18415718a183: Layer already exists 01:33:15 7f47ae8f5f08: Layer already exists 01:33:15 994456c4fd7b: Layer already exists 01:33:15 4bf6cdaa6d8a: Pushed 01:33:15 19ea22025dc4: Pushed 01:33:16 #92 ... 01:33:16 01:33:16 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:33:16 #75 DONE 32.8s 01:33:16 01:33:16 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:33:16 #80 26.22 OK: 9 MiB in 15 packages 01:33:16 #80 DONE 27.7s 01:33:16 01:33:16 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:33:16 #77 22.07 OK: 239 MiB in 58 packages 01:33:16 #77 ... 01:33:16 01:33:16 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:33:16 #81 26.56 OK: 11 MiB in 17 packages 01:33:16 #81 DONE 27.9s 01:33:16 01:33:16 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:33:16 #70 33.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:33:16 #70 33.24 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:33:16 #70 33.24 OK: 24049 distinct packages available 01:33:16 #70 36.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:16 #70 39.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:16 #70 ... 01:33:16 01:33:16 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:17 #93 ... 01:33:17 01:33:17 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:33:17 #77 DONE 23.0s 01:33:17 01:33:17 #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:33:18 b2c99abcdcdf: Pushed 01:33:18 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:18 #94 DONE 0.9s 01:33:18 01:33:18 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:33:18 #70 45.04 OK: 239 MiB in 58 packages 01:33:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:33:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:33:18 4bf6cdaa6d8a: Preparing 01:33:18 19ea22025dc4: Preparing 01:33:18 b2c99abcdcdf: Preparing 01:33:18 d6dd78723e74: Preparing 01:33:18 b3e1c71ee1d4: Preparing 01:33:18 18415718a183: Preparing 01:33:18 7f47ae8f5f08: Preparing 01:33:18 994456c4fd7b: Preparing 01:33:18 18415718a183: Waiting 01:33:18 7f47ae8f5f08: Waiting 01:33:18 994456c4fd7b: Waiting 01:33:18 b3e1c71ee1d4: Layer already exists 01:33:18 d6dd78723e74: Layer already exists 01:33:18 4bf6cdaa6d8a: Layer already exists 01:33:18 b2c99abcdcdf: Layer already exists 01:33:18 19ea22025dc4: Layer already exists 01:33:18 18415718a183: Layer already exists 01:33:18 994456c4fd7b: Layer already exists 01:33:18 7f47ae8f5f08: Layer already exists 01:33:18 latest: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv 01:33:19 #70 DONE 45.7s 01:33:19 01:33:19 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 01:33:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:33:19 4bf6cdaa6d8a: Preparing 01:33:19 19ea22025dc4: Preparing 01:33:19 b2c99abcdcdf: Preparing 01:33:19 d6dd78723e74: Preparing 01:33:19 b3e1c71ee1d4: Preparing 01:33:19 18415718a183: Preparing 01:33:19 7f47ae8f5f08: Preparing 01:33:19 994456c4fd7b: Preparing 01:33:19 7f47ae8f5f08: Waiting 01:33:19 994456c4fd7b: Waiting 01:33:19 18415718a183: Waiting 01:33:19 b3e1c71ee1d4: Layer already exists 01:33:19 4bf6cdaa6d8a: Layer already exists 01:33:19 19ea22025dc4: Layer already exists 01:33:19 b2c99abcdcdf: Layer already exists 01:33:19 d6dd78723e74: Layer already exists 01:33:19 18415718a183: Layer already exists 01:33:19 7f47ae8f5f08: Layer already exists 01:33:19 994456c4fd7b: Layer already exists 01:33:19 4.1.0-dev.35: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:33:20 4bf6cdaa6d8a: Preparing 01:33:20 19ea22025dc4: Preparing 01:33:20 b2c99abcdcdf: Preparing 01:33:20 d6dd78723e74: Preparing 01:33:20 b3e1c71ee1d4: Preparing 01:33:20 18415718a183: Preparing 01:33:20 7f47ae8f5f08: Preparing 01:33:20 994456c4fd7b: Preparing 01:33:20 7f47ae8f5f08: Waiting 01:33:20 18415718a183: Waiting 01:33:20 994456c4fd7b: Waiting 01:33:20 4bf6cdaa6d8a: Layer already exists 01:33:20 b3e1c71ee1d4: Layer already exists 01:33:20 19ea22025dc4: Layer already exists 01:33:20 d6dd78723e74: Layer already exists 01:33:20 b2c99abcdcdf: Layer already exists 01:33:20 18415718a183: Layer already exists 01:33:20 7f47ae8f5f08: Layer already exists 01:33:20 994456c4fd7b: Layer already exists 01:33:20 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv 01:33:20 #95 ... 01:33:20 01:33:20 #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:33:20 #96 DONE 0.8s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:20 01:33:20 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:33:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:33:20 4bf6cdaa6d8a: Preparing 01:33:20 19ea22025dc4: Preparing 01:33:20 b2c99abcdcdf: Preparing 01:33:20 d6dd78723e74: Preparing 01:33:20 b3e1c71ee1d4: Preparing 01:33:20 18415718a183: Preparing 01:33:20 7f47ae8f5f08: Preparing 01:33:20 994456c4fd7b: Preparing 01:33:20 18415718a183: Waiting 01:33:20 7f47ae8f5f08: Waiting 01:33:20 994456c4fd7b: Waiting 01:33:20 b2c99abcdcdf: Layer already exists 01:33:20 19ea22025dc4: Layer already exists 01:33:20 d6dd78723e74: Layer already exists 01:33:20 b3e1c71ee1d4: Layer already exists 01:33:20 4bf6cdaa6d8a: Layer already exists 01:33:20 7f47ae8f5f08: Layer already exists 01:33:20 18415718a183: Layer already exists 01:33:20 994456c4fd7b: Layer already exists 01:33:20 main: digest: sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:20 ===================================================== [Pipeline] echo 01:33:20 taggedImages: 01:33:20 - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:20 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:33:20 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 01:33:20 - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:20 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:33:20 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:33:20 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:20 latest 01:33:20 4.1.0-dev.35 01:33:20 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:20 main 01:33:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:33:21 013efa858333: Preparing 01:33:21 c55c6556d543: Preparing 01:33:21 a9d1547d655e: Preparing 01:33:21 6419579f3de2: Preparing 01:33:21 e056fb9a8e59: Preparing 01:33:21 45bf72916828: Preparing 01:33:21 007a9152733d: Preparing 01:33:21 d6dd78723e74: Preparing 01:33:21 b3e1c71ee1d4: Preparing 01:33:21 82a486416bdb: Preparing 01:33:21 f88f515fda51: Preparing 01:33:21 5f70bf18a086: Preparing 01:33:21 b514b4a32aa8: Preparing 01:33:21 c8e5c7610706: Preparing 01:33:21 b55eb2d7acd3: Preparing 01:33:21 994456c4fd7b: Preparing 01:33:21 d6dd78723e74: Waiting 01:33:21 45bf72916828: Waiting 01:33:21 b514b4a32aa8: Waiting 01:33:21 c8e5c7610706: Waiting 01:33:21 007a9152733d: Waiting 01:33:21 b3e1c71ee1d4: Waiting 01:33:21 f88f515fda51: Waiting 01:33:21 82a486416bdb: Waiting 01:33:21 5f70bf18a086: Waiting 01:33:21 994456c4fd7b: Waiting 01:33:21 b55eb2d7acd3: Waiting 01:33:21 c55c6556d543: Pushed 01:33:21 e056fb9a8e59: Pushed 01:33:21 a9d1547d655e: Pushed 01:33:21 6419579f3de2: Pushed 01:33:21 013efa858333: Pushed 01:33:21 d6dd78723e74: Layer already exists 01:33:21 b3e1c71ee1d4: Layer already exists 01:33:21 45bf72916828: Pushed 01:33:21 5f70bf18a086: Layer already exists 01:33:21 82a486416bdb: Pushed 01:33:21 f88f515fda51: Pushed 01:33:21 c8e5c7610706: Pushed 01:33:21 b514b4a32aa8: Pushed 01:33:21 994456c4fd7b: Layer already exists 01:33:21 b55eb2d7acd3: Pushed 01:33:22 #97 ... 01:33:22 01:33:22 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:33:22 #92 DONE 6.4s 01:33:22 01:33:22 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:33:22 #98 DONE 0.3s 01:33:22 01:33:22 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:33:22 #91 6.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:22 #91 7.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:23 007a9152733d: Pushed 01:33:23 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:33:23 013efa858333: Preparing 01:33:23 c55c6556d543: Preparing 01:33:23 a9d1547d655e: Preparing 01:33:23 6419579f3de2: Preparing 01:33:23 e056fb9a8e59: Preparing 01:33:23 45bf72916828: Preparing 01:33:23 007a9152733d: Preparing 01:33:23 d6dd78723e74: Preparing 01:33:23 b3e1c71ee1d4: Preparing 01:33:23 82a486416bdb: Preparing 01:33:23 f88f515fda51: Preparing 01:33:23 5f70bf18a086: Preparing 01:33:23 b514b4a32aa8: Preparing 01:33:23 c8e5c7610706: Preparing 01:33:23 b55eb2d7acd3: Preparing 01:33:23 994456c4fd7b: Preparing 01:33:23 45bf72916828: Waiting 01:33:23 007a9152733d: Waiting 01:33:23 d6dd78723e74: Waiting 01:33:23 b3e1c71ee1d4: Waiting 01:33:23 82a486416bdb: Waiting 01:33:23 f88f515fda51: Waiting 01:33:23 5f70bf18a086: Waiting 01:33:23 b514b4a32aa8: Waiting 01:33:23 c8e5c7610706: Waiting 01:33:23 b55eb2d7acd3: Waiting 01:33:23 994456c4fd7b: Waiting 01:33:23 c55c6556d543: Layer already exists 01:33:23 6419579f3de2: Layer already exists 01:33:23 e056fb9a8e59: Layer already exists 01:33:23 013efa858333: Layer already exists 01:33:23 a9d1547d655e: Layer already exists 01:33:23 45bf72916828: Layer already exists 01:33:23 d6dd78723e74: Layer already exists 01:33:23 007a9152733d: Layer already exists 01:33:23 82a486416bdb: Layer already exists 01:33:23 b3e1c71ee1d4: Layer already exists 01:33:23 f88f515fda51: Layer already exists 01:33:23 b55eb2d7acd3: Layer already exists 01:33:23 b514b4a32aa8: Layer already exists 01:33:23 5f70bf18a086: Layer already exists 01:33:23 c8e5c7610706: Layer already exists 01:33:23 994456c4fd7b: Layer already exists 01:33:23 latest: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:23 #91 ... 01:33:23 01:33:23 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:33:23 #89 8.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:33:23 #89 8.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:33:23 #89 11.93 OK: 10 MiB in 19 packages 01:33:23 #89 DONE 12.4s 01:33:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:24 01:33:24 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:33:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 01:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:33:24 013efa858333: Preparing 01:33:24 c55c6556d543: Preparing 01:33:24 a9d1547d655e: Preparing 01:33:24 6419579f3de2: Preparing 01:33:24 e056fb9a8e59: Preparing 01:33:24 45bf72916828: Preparing 01:33:24 007a9152733d: Preparing 01:33:24 d6dd78723e74: Preparing 01:33:24 b3e1c71ee1d4: Preparing 01:33:24 82a486416bdb: Preparing 01:33:24 f88f515fda51: Preparing 01:33:24 5f70bf18a086: Preparing 01:33:24 b514b4a32aa8: Preparing 01:33:24 c8e5c7610706: Preparing 01:33:24 b55eb2d7acd3: Preparing 01:33:24 994456c4fd7b: Preparing 01:33:24 007a9152733d: Waiting 01:33:24 d6dd78723e74: Waiting 01:33:24 b3e1c71ee1d4: Waiting 01:33:24 82a486416bdb: Waiting 01:33:24 f88f515fda51: Waiting 01:33:24 5f70bf18a086: Waiting 01:33:24 b514b4a32aa8: Waiting 01:33:24 c8e5c7610706: Waiting 01:33:24 b55eb2d7acd3: Waiting 01:33:24 994456c4fd7b: Waiting 01:33:24 45bf72916828: Waiting 01:33:24 e056fb9a8e59: Layer already exists 01:33:24 6419579f3de2: Layer already exists 01:33:24 013efa858333: Layer already exists 01:33:24 c55c6556d543: Layer already exists 01:33:24 a9d1547d655e: Layer already exists 01:33:24 d6dd78723e74: Layer already exists 01:33:24 007a9152733d: Layer already exists 01:33:24 45bf72916828: Layer already exists 01:33:24 82a486416bdb: Layer already exists 01:33:24 b3e1c71ee1d4: Layer already exists 01:33:24 5f70bf18a086: Layer already exists 01:33:24 c8e5c7610706: Layer already exists 01:33:24 f88f515fda51: Layer already exists 01:33:24 b55eb2d7acd3: Layer already exists 01:33:24 b514b4a32aa8: Layer already exists 01:33:24 994456c4fd7b: Layer already exists 01:33:24 4.1.0-dev.35: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:33:25 013efa858333: Preparing 01:33:25 c55c6556d543: Preparing 01:33:25 a9d1547d655e: Preparing 01:33:25 6419579f3de2: Preparing 01:33:25 e056fb9a8e59: Preparing 01:33:25 45bf72916828: Preparing 01:33:25 007a9152733d: Preparing 01:33:25 d6dd78723e74: Preparing 01:33:25 b3e1c71ee1d4: Preparing 01:33:25 82a486416bdb: Preparing 01:33:25 f88f515fda51: Preparing 01:33:25 5f70bf18a086: Preparing 01:33:25 b514b4a32aa8: Preparing 01:33:25 c8e5c7610706: Preparing 01:33:25 b55eb2d7acd3: Preparing 01:33:25 994456c4fd7b: Preparing 01:33:25 b3e1c71ee1d4: Waiting 01:33:25 82a486416bdb: Waiting 01:33:25 f88f515fda51: Waiting 01:33:25 5f70bf18a086: Waiting 01:33:25 b514b4a32aa8: Waiting 01:33:25 c8e5c7610706: Waiting 01:33:25 45bf72916828: Waiting 01:33:25 b55eb2d7acd3: Waiting 01:33:25 007a9152733d: Waiting 01:33:25 d6dd78723e74: Waiting 01:33:25 994456c4fd7b: Waiting 01:33:25 6419579f3de2: Layer already exists 01:33:25 c55c6556d543: Layer already exists 01:33:25 e056fb9a8e59: Layer already exists 01:33:25 013efa858333: Layer already exists 01:33:25 a9d1547d655e: Layer already exists 01:33:25 45bf72916828: Layer already exists 01:33:25 82a486416bdb: Layer already exists 01:33:25 007a9152733d: Layer already exists 01:33:25 b3e1c71ee1d4: Layer already exists 01:33:25 d6dd78723e74: Layer already exists 01:33:25 f88f515fda51: Layer already exists 01:33:25 b514b4a32aa8: Layer already exists 01:33:25 b55eb2d7acd3: Layer already exists 01:33:25 5f70bf18a086: Layer already exists 01:33:25 c8e5c7610706: Layer already exists 01:33:25 994456c4fd7b: Layer already exists 01:33:25 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:25 #99 ... 01:33:25 01:33:25 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:33:25 #100 DONE 1.0s 01:33:25 01:33:25 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:33:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:33:25 013efa858333: Preparing 01:33:25 c55c6556d543: Preparing 01:33:25 a9d1547d655e: Preparing 01:33:25 6419579f3de2: Preparing 01:33:25 e056fb9a8e59: Preparing 01:33:25 45bf72916828: Preparing 01:33:25 007a9152733d: Preparing 01:33:25 d6dd78723e74: Preparing 01:33:25 b3e1c71ee1d4: Preparing 01:33:25 82a486416bdb: Preparing 01:33:25 f88f515fda51: Preparing 01:33:25 5f70bf18a086: Preparing 01:33:25 b514b4a32aa8: Preparing 01:33:25 c8e5c7610706: Preparing 01:33:25 b55eb2d7acd3: Preparing 01:33:25 994456c4fd7b: Preparing 01:33:25 45bf72916828: Waiting 01:33:25 007a9152733d: Waiting 01:33:25 d6dd78723e74: Waiting 01:33:25 b3e1c71ee1d4: Waiting 01:33:25 82a486416bdb: Waiting 01:33:25 f88f515fda51: Waiting 01:33:25 5f70bf18a086: Waiting 01:33:25 b514b4a32aa8: Waiting 01:33:25 c8e5c7610706: Waiting 01:33:25 b55eb2d7acd3: Waiting 01:33:25 994456c4fd7b: Waiting 01:33:25 e056fb9a8e59: Layer already exists 01:33:25 a9d1547d655e: Layer already exists 01:33:25 6419579f3de2: Layer already exists 01:33:25 c55c6556d543: Layer already exists 01:33:25 013efa858333: Layer already exists 01:33:25 45bf72916828: Layer already exists 01:33:25 007a9152733d: Layer already exists 01:33:25 d6dd78723e74: Layer already exists 01:33:25 b3e1c71ee1d4: Layer already exists 01:33:25 82a486416bdb: Layer already exists 01:33:25 5f70bf18a086: Layer already exists 01:33:25 f88f515fda51: Layer already exists 01:33:25 b514b4a32aa8: Layer already exists 01:33:25 b55eb2d7acd3: Layer already exists 01:33:25 c8e5c7610706: Layer already exists 01:33:25 994456c4fd7b: Layer already exists 01:33:25 main: digest: sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 01:33:25 #101 ... 01:33:25 01:33:25 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:33:25 #99 DONE 1.7s [Pipeline] // withEnv [Pipeline] echo 01:33:25 ===================================================== [Pipeline] echo 01:33:25 taggedImages: 01:33:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:33:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 01:33:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:33:25 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:33:25 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:25 latest 01:33:25 4.1.0-dev.35 01:33:25 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:25 main 01:33:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:26 01:33:26 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:33:26 #102 DONE 0.3s 01:33:26 01:33:26 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:33:26 #91 10.31 OK: 9 MiB in 18 packages 01:33:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:26 #91 DONE 11.1s 01:33:26 01:33:26 #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:33:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:33:26 58fa1ce240f1: Preparing 01:33:26 d79665bbfbb9: Preparing 01:33:26 21f4d3c749cb: Preparing 01:33:26 16d325e90756: Preparing 01:33:26 d6dd78723e74: Preparing 01:33:26 b3e1c71ee1d4: Preparing 01:33:26 18415718a183: Preparing 01:33:26 7f47ae8f5f08: Preparing 01:33:26 994456c4fd7b: Preparing 01:33:26 b3e1c71ee1d4: Waiting 01:33:26 18415718a183: Waiting 01:33:26 7f47ae8f5f08: Waiting 01:33:26 994456c4fd7b: Waiting 01:33:26 d6dd78723e74: Layer already exists 01:33:26 b3e1c71ee1d4: Layer already exists 01:33:26 18415718a183: Layer already exists 01:33:26 7f47ae8f5f08: Layer already exists 01:33:26 d79665bbfbb9: Pushed 01:33:26 21f4d3c749cb: Pushed 01:33:26 994456c4fd7b: Layer already exists 01:33:26 58fa1ce240f1: Pushed 01:33:26 #103 ... 01:33:26 01:33:26 #104 [security-spire-server stage-2 6/9] COPY security.txt / 01:33:26 #104 DONE 0.5s 01:33:26 01:33:26 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:33:26 #105 DONE 0.3s 01:33:26 01:33:26 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:33:26 #106 DONE 0.2s 01:33:26 01:33:26 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:27 #97 ... 01:33:27 01:33:27 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:33:27 #107 DONE 0.3s 01:33:27 01:33:27 #108 [security-spire-server] exporting to image 01:33:27 #108 exporting layers 01:33:27 #108 ... 01:33:27 01:33:27 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:33:27 #101 DONE 2.5s 01:33:27 01:33:27 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:33:27 #109 DONE 0.2s 01:33:27 01:33:27 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 01:33:28 #110 DONE 0.3s 01:33:28 01:33:28 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:33:28 #111 DONE 0.3s 01:33:28 01:33:28 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:28 #88 ... 01:33:28 01:33:28 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:33:28 #112 DONE 0.2s 01:33:28 01:33:28 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:28 #86 ... 01:33:28 01:33:28 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:33:28 #113 DONE 0.2s 01:33:28 01:33:28 #108 [security-spire-agent] exporting to image 01:33:29 16d325e90756: Pushed 01:33:29 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33: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:33:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:33:29 58fa1ce240f1: Preparing 01:33:29 d79665bbfbb9: Preparing 01:33:29 21f4d3c749cb: Preparing 01:33:29 16d325e90756: Preparing 01:33:29 d6dd78723e74: Preparing 01:33:29 b3e1c71ee1d4: Preparing 01:33:29 18415718a183: Preparing 01:33:29 7f47ae8f5f08: Preparing 01:33:29 994456c4fd7b: Preparing 01:33:29 18415718a183: Waiting 01:33:29 7f47ae8f5f08: Waiting 01:33:29 994456c4fd7b: Waiting 01:33:29 b3e1c71ee1d4: Waiting 01:33:29 d6dd78723e74: Layer already exists 01:33:29 58fa1ce240f1: Layer already exists 01:33:29 21f4d3c749cb: Layer already exists 01:33:29 16d325e90756: Layer already exists 01:33:29 d79665bbfbb9: Layer already exists 01:33:29 18415718a183: Layer already exists 01:33:29 7f47ae8f5f08: Layer already exists 01:33:29 b3e1c71ee1d4: Layer already exists 01:33:29 994456c4fd7b: Layer already exists 01:33:29 latest: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:29 #108 ... 01:33:29 01:33:29 #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:33:29 #103 DONE 3.3s 01:33:29 01:33:29 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:33:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 01:33:30 #114 DONE 0.3s 01:33:30 01:33:30 #115 [security-spire-config stage-2 6/10] COPY security.txt / 01:33:30 #115 DONE 0.2s 01:33:30 01:33:30 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:30 #116 DONE 0.1s 01:33:30 01:33:30 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:33:30 #117 DONE 0.1s 01:33:30 01:33:30 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:33:30 #33 ... 01:33:30 01:33:30 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:33:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 01:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:33:30 58fa1ce240f1: Preparing 01:33:30 d79665bbfbb9: Preparing 01:33:30 21f4d3c749cb: Preparing 01:33:30 16d325e90756: Preparing 01:33:30 d6dd78723e74: Preparing 01:33:30 b3e1c71ee1d4: Preparing 01:33:30 18415718a183: Preparing 01:33:30 7f47ae8f5f08: Preparing 01:33:30 994456c4fd7b: Preparing 01:33:30 18415718a183: Waiting 01:33:30 7f47ae8f5f08: Waiting 01:33:30 b3e1c71ee1d4: Waiting 01:33:30 994456c4fd7b: Waiting 01:33:30 58fa1ce240f1: Layer already exists 01:33:30 16d325e90756: Layer already exists 01:33:30 21f4d3c749cb: Layer already exists 01:33:30 d79665bbfbb9: Layer already exists 01:33:30 d6dd78723e74: Layer already exists 01:33:30 18415718a183: Layer already exists 01:33:30 7f47ae8f5f08: Layer already exists 01:33:30 b3e1c71ee1d4: Layer already exists 01:33:30 994456c4fd7b: Layer already exists 01:33:30 4.1.0-dev.35: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:30 #118 DONE 0.2s 01:33:30 01:33:30 #108 [security-spire-server] exporting to image 01:33:30 #108 writing image sha256:23338767e7a78a7cc136567aca16a3bab7d3c4d55823e4c976b3ff4c46d9505d done 01:33:30 #108 naming to docker.io/library/security-spire-server-arm64 done 01:33:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:33:31 58fa1ce240f1: Preparing 01:33:31 d79665bbfbb9: Preparing 01:33:31 21f4d3c749cb: Preparing 01:33:31 16d325e90756: Preparing 01:33:31 d6dd78723e74: Preparing 01:33:31 b3e1c71ee1d4: Preparing 01:33:31 18415718a183: Preparing 01:33:31 7f47ae8f5f08: Preparing 01:33:31 994456c4fd7b: Preparing 01:33:31 18415718a183: Waiting 01:33:31 7f47ae8f5f08: Waiting 01:33:31 994456c4fd7b: Waiting 01:33:31 b3e1c71ee1d4: Waiting 01:33:31 d79665bbfbb9: Layer already exists 01:33:31 58fa1ce240f1: Layer already exists 01:33:31 d6dd78723e74: Layer already exists 01:33:31 21f4d3c749cb: Layer already exists 01:33:31 16d325e90756: Layer already exists 01:33:31 b3e1c71ee1d4: Layer already exists 01:33:31 7f47ae8f5f08: Layer already exists 01:33:31 18415718a183: Layer already exists 01:33:31 994456c4fd7b: Layer already exists 01:33:31 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33: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:33:31 #108 exporting layers 2.6s done 01:33:31 #108 writing image sha256:48d8c8d52e2a8621532676dbb40c036dc46d5d58b32f2b20e033c46dcf5b6346 done 01:33:31 #108 naming to docker.io/library/security-spire-agent-arm64 done 01:33:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:33:31 58fa1ce240f1: Preparing 01:33:31 d79665bbfbb9: Preparing 01:33:31 21f4d3c749cb: Preparing 01:33:31 16d325e90756: Preparing 01:33:31 d6dd78723e74: Preparing 01:33:31 b3e1c71ee1d4: Preparing 01:33:31 18415718a183: Preparing 01:33:31 7f47ae8f5f08: Preparing 01:33:31 994456c4fd7b: Preparing 01:33:31 18415718a183: Waiting 01:33:31 7f47ae8f5f08: Waiting 01:33:31 994456c4fd7b: Waiting 01:33:31 b3e1c71ee1d4: Waiting 01:33:31 d79665bbfbb9: Layer already exists 01:33:31 21f4d3c749cb: Layer already exists 01:33:31 58fa1ce240f1: Layer already exists 01:33:31 d6dd78723e74: Layer already exists 01:33:31 16d325e90756: Layer already exists 01:33:31 7f47ae8f5f08: Layer already exists 01:33:31 18415718a183: Layer already exists 01:33:31 b3e1c71ee1d4: Layer already exists 01:33:31 994456c4fd7b: Layer already exists 01:33:31 main: digest: sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:31 ===================================================== [Pipeline] echo 01:33:31 taggedImages: 01:33:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:33:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 01:33:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:33:31 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:33:31 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:31 latest 01:33:31 4.1.0-dev.35 01:33:31 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:31 main 01:33:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:33:32 431c40994b08: Preparing 01:33:32 04021ed19070: Preparing 01:33:32 59d39e146825: Preparing 01:33:32 9c1362a1dc9c: Preparing 01:33:32 4842675125bb: Preparing 01:33:32 d6dd78723e74: Preparing 01:33:32 b3e1c71ee1d4: Preparing 01:33:32 4369d1ea59d1: Preparing 01:33:32 24202fa2defd: Preparing 01:33:32 60edccc85d16: Preparing 01:33:32 994456c4fd7b: Preparing 01:33:32 994456c4fd7b: Waiting 01:33:32 24202fa2defd: Waiting 01:33:32 d6dd78723e74: Waiting 01:33:32 b3e1c71ee1d4: Waiting 01:33:32 60edccc85d16: Waiting 01:33:32 4369d1ea59d1: Waiting 01:33:32 9c1362a1dc9c: Pushed 01:33:32 4842675125bb: Pushed 01:33:32 431c40994b08: Pushed 01:33:32 04021ed19070: Pushed 01:33:32 d6dd78723e74: Layer already exists 01:33:32 b3e1c71ee1d4: Layer already exists 01:33:32 994456c4fd7b: Layer already exists 01:33:32 24202fa2defd: Pushed 01:33:32 4369d1ea59d1: Pushed 01:33:32 #108 exporting layers 2.1s done 01:33:32 #108 writing image sha256:7c66cb34039b5a6e37fa4f1988024a0c49314897728c51c77cc7e2f82eaecf24 done 01:33:32 #108 naming to docker.io/library/security-spire-config-arm64 done 01:33:32 #108 DONE 5.2s 01:33:32 01:33:32 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:33:34 60edccc85d16: Pushed 01:33:34 59d39e146825: Pushed 01:33:34 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:33:35 431c40994b08: Preparing 01:33:35 04021ed19070: Preparing 01:33:35 59d39e146825: Preparing 01:33:35 9c1362a1dc9c: Preparing 01:33:35 4842675125bb: Preparing 01:33:35 d6dd78723e74: Preparing 01:33:35 b3e1c71ee1d4: Preparing 01:33:35 4369d1ea59d1: Preparing 01:33:35 24202fa2defd: Preparing 01:33:35 60edccc85d16: Preparing 01:33:35 994456c4fd7b: Preparing 01:33:35 b3e1c71ee1d4: Waiting 01:33:35 4369d1ea59d1: Waiting 01:33:35 24202fa2defd: Waiting 01:33:35 60edccc85d16: Waiting 01:33:35 994456c4fd7b: Waiting 01:33:35 d6dd78723e74: Waiting 01:33:35 431c40994b08: Layer already exists 01:33:35 59d39e146825: Layer already exists 01:33:35 9c1362a1dc9c: Layer already exists 01:33:35 04021ed19070: Layer already exists 01:33:35 4842675125bb: Layer already exists 01:33:35 b3e1c71ee1d4: Layer already exists 01:33:35 d6dd78723e74: Layer already exists 01:33:35 4369d1ea59d1: Layer already exists 01:33:35 24202fa2defd: Layer already exists 01:33:35 60edccc85d16: Layer already exists 01:33:35 994456c4fd7b: Layer already exists 01:33:35 latest: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:35 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 01:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:33:35 431c40994b08: Preparing 01:33:35 04021ed19070: Preparing 01:33:35 59d39e146825: Preparing 01:33:35 9c1362a1dc9c: Preparing 01:33:35 4842675125bb: Preparing 01:33:35 d6dd78723e74: Preparing 01:33:35 b3e1c71ee1d4: Preparing 01:33:35 4369d1ea59d1: Preparing 01:33:35 d6dd78723e74: Waiting 01:33:35 24202fa2defd: Preparing 01:33:35 60edccc85d16: Preparing 01:33:35 b3e1c71ee1d4: Waiting 01:33:35 994456c4fd7b: Preparing 01:33:35 4369d1ea59d1: Waiting 01:33:35 24202fa2defd: Waiting 01:33:35 994456c4fd7b: Waiting 01:33:35 60edccc85d16: Waiting 01:33:35 9c1362a1dc9c: Layer already exists 01:33:35 4842675125bb: Layer already exists 01:33:35 04021ed19070: Layer already exists 01:33:35 431c40994b08: Layer already exists 01:33:35 59d39e146825: Layer already exists 01:33:35 d6dd78723e74: Layer already exists 01:33:35 b3e1c71ee1d4: Layer already exists 01:33:35 4369d1ea59d1: Layer already exists 01:33:35 60edccc85d16: Layer already exists 01:33:35 24202fa2defd: Layer already exists 01:33:35 994456c4fd7b: Layer already exists 01:33:35 4.1.0-dev.35: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:33:36 431c40994b08: Preparing 01:33:36 04021ed19070: Preparing 01:33:36 59d39e146825: Preparing 01:33:36 9c1362a1dc9c: Preparing 01:33:36 4842675125bb: Preparing 01:33:36 d6dd78723e74: Preparing 01:33:36 b3e1c71ee1d4: Preparing 01:33:36 4369d1ea59d1: Preparing 01:33:36 24202fa2defd: Preparing 01:33:36 60edccc85d16: Preparing 01:33:36 994456c4fd7b: Preparing 01:33:36 4369d1ea59d1: Waiting 01:33:36 24202fa2defd: Waiting 01:33:36 60edccc85d16: Waiting 01:33:36 d6dd78723e74: Waiting 01:33:36 994456c4fd7b: Waiting 01:33:36 b3e1c71ee1d4: Waiting 01:33:36 431c40994b08: Layer already exists 01:33:36 59d39e146825: Layer already exists 01:33:36 04021ed19070: Layer already exists 01:33:36 9c1362a1dc9c: Layer already exists 01:33:36 4842675125bb: Layer already exists 01:33:36 d6dd78723e74: Layer already exists 01:33:36 b3e1c71ee1d4: Layer already exists 01:33:36 4369d1ea59d1: Layer already exists 01:33:36 60edccc85d16: Layer already exists 01:33:36 24202fa2defd: Layer already exists 01:33:36 994456c4fd7b: Layer already exists 01:33:36 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:33:37 431c40994b08: Preparing 01:33:37 04021ed19070: Preparing 01:33:37 59d39e146825: Preparing 01:33:37 9c1362a1dc9c: Preparing 01:33:37 4842675125bb: Preparing 01:33:37 d6dd78723e74: Preparing 01:33:37 b3e1c71ee1d4: Preparing 01:33:37 4369d1ea59d1: Preparing 01:33:37 24202fa2defd: Preparing 01:33:37 60edccc85d16: Preparing 01:33:37 994456c4fd7b: Preparing 01:33:37 d6dd78723e74: Waiting 01:33:37 b3e1c71ee1d4: Waiting 01:33:37 4369d1ea59d1: Waiting 01:33:37 24202fa2defd: Waiting 01:33:37 60edccc85d16: Waiting 01:33:37 994456c4fd7b: Waiting 01:33:37 04021ed19070: Layer already exists 01:33:37 59d39e146825: Layer already exists 01:33:37 9c1362a1dc9c: Layer already exists 01:33:37 431c40994b08: Layer already exists 01:33:37 4842675125bb: Layer already exists 01:33:37 d6dd78723e74: Layer already exists 01:33:37 24202fa2defd: Layer already exists 01:33:37 4369d1ea59d1: Layer already exists 01:33:37 b3e1c71ee1d4: Layer already exists 01:33:37 60edccc85d16: Layer already exists 01:33:37 994456c4fd7b: Layer already exists 01:33:37 main: digest: sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:37 ===================================================== [Pipeline] echo 01:33:37 taggedImages: 01:33:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:33:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 01:33:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:33:37 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:33:37 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:37 latest 01:33:37 4.1.0-dev.35 01:33:37 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:37 main 01:33:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:33:38 44713c617248: Preparing 01:33:38 89e26e867f34: Preparing 01:33:38 9a9a36f1c686: Preparing 01:33:38 35184ab30831: Preparing 01:33:38 56bd7963ee0f: Preparing 01:33:38 2242b4376c42: Preparing 01:33:38 ac25a72e8ec3: Preparing 01:33:38 d6dd78723e74: Preparing 01:33:38 b3e1c71ee1d4: Preparing 01:33:38 d501acc55a78: Preparing 01:33:38 912ba05ef103: Preparing 01:33:38 994456c4fd7b: Preparing 01:33:38 2242b4376c42: Waiting 01:33:38 ac25a72e8ec3: Waiting 01:33:38 d6dd78723e74: Waiting 01:33:38 b3e1c71ee1d4: Waiting 01:33:38 d501acc55a78: Waiting 01:33:38 912ba05ef103: Waiting 01:33:38 994456c4fd7b: Waiting 01:33:38 44713c617248: Pushed 01:33:38 89e26e867f34: Pushed 01:33:38 56bd7963ee0f: Pushed 01:33:38 d6dd78723e74: Layer already exists 01:33:38 b3e1c71ee1d4: Layer already exists 01:33:38 ac25a72e8ec3: Pushed 01:33:38 2242b4376c42: Pushed 01:33:38 d501acc55a78: Pushed 01:33:38 994456c4fd7b: Layer already exists 01:33:39 912ba05ef103: Pushed 01:33:39 35184ab30831: Pushed 01:33:40 9a9a36f1c686: Pushed 01:33:41 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33: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:33:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:33:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:33:41 44713c617248: Preparing 01:33:41 89e26e867f34: Preparing 01:33:41 9a9a36f1c686: Preparing 01:33:41 35184ab30831: Preparing 01:33:41 56bd7963ee0f: Preparing 01:33:41 2242b4376c42: Preparing 01:33:41 ac25a72e8ec3: Preparing 01:33:41 d6dd78723e74: Preparing 01:33:41 b3e1c71ee1d4: Preparing 01:33:41 d501acc55a78: Preparing 01:33:41 912ba05ef103: Preparing 01:33:41 994456c4fd7b: Preparing 01:33:41 d6dd78723e74: Waiting 01:33:41 b3e1c71ee1d4: Waiting 01:33:41 d501acc55a78: Waiting 01:33:41 912ba05ef103: Waiting 01:33:41 994456c4fd7b: Waiting 01:33:41 2242b4376c42: Waiting 01:33:41 ac25a72e8ec3: Waiting 01:33:41 9a9a36f1c686: Layer already exists 01:33:41 56bd7963ee0f: Layer already exists 01:33:41 89e26e867f34: Layer already exists 01:33:41 44713c617248: Layer already exists 01:33:41 35184ab30831: Layer already exists 01:33:41 2242b4376c42: Layer already exists 01:33:41 ac25a72e8ec3: Layer already exists 01:33:41 d6dd78723e74: Layer already exists 01:33:41 b3e1c71ee1d4: Layer already exists 01:33:41 d501acc55a78: Layer already exists 01:33:41 912ba05ef103: Layer already exists 01:33:41 994456c4fd7b: Layer already exists 01:33:41 latest: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 01:33:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:33:42 44713c617248: Preparing 01:33:42 89e26e867f34: Preparing 01:33:42 9a9a36f1c686: Preparing 01:33:42 35184ab30831: Preparing 01:33:42 56bd7963ee0f: Preparing 01:33:42 2242b4376c42: Preparing 01:33:42 ac25a72e8ec3: Preparing 01:33:42 d6dd78723e74: Preparing 01:33:42 b3e1c71ee1d4: Preparing 01:33:42 d501acc55a78: Preparing 01:33:42 912ba05ef103: Preparing 01:33:42 994456c4fd7b: Preparing 01:33:42 ac25a72e8ec3: Waiting 01:33:42 d6dd78723e74: Waiting 01:33:42 b3e1c71ee1d4: Waiting 01:33:42 d501acc55a78: Waiting 01:33:42 912ba05ef103: Waiting 01:33:42 994456c4fd7b: Waiting 01:33:42 2242b4376c42: Waiting 01:33:42 44713c617248: Layer already exists 01:33:42 89e26e867f34: Layer already exists 01:33:42 56bd7963ee0f: Layer already exists 01:33:42 9a9a36f1c686: Layer already exists 01:33:42 35184ab30831: Layer already exists 01:33:42 2242b4376c42: Layer already exists 01:33:42 b3e1c71ee1d4: Layer already exists 01:33:42 ac25a72e8ec3: Layer already exists 01:33:42 d501acc55a78: Layer already exists 01:33:42 912ba05ef103: Layer already exists 01:33:42 d6dd78723e74: Layer already exists 01:33:42 994456c4fd7b: Layer already exists 01:33:42 4.1.0-dev.35: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:33:43 44713c617248: Preparing 01:33:43 89e26e867f34: Preparing 01:33:43 9a9a36f1c686: Preparing 01:33:43 35184ab30831: Preparing 01:33:43 56bd7963ee0f: Preparing 01:33:43 2242b4376c42: Preparing 01:33:43 ac25a72e8ec3: Preparing 01:33:43 d6dd78723e74: Preparing 01:33:43 b3e1c71ee1d4: Preparing 01:33:43 d501acc55a78: Preparing 01:33:43 912ba05ef103: Preparing 01:33:43 2242b4376c42: Waiting 01:33:43 994456c4fd7b: Preparing 01:33:43 ac25a72e8ec3: Waiting 01:33:43 912ba05ef103: Waiting 01:33:43 d6dd78723e74: Waiting 01:33:43 994456c4fd7b: Waiting 01:33:43 d501acc55a78: Waiting 01:33:43 b3e1c71ee1d4: Waiting 01:33:43 9a9a36f1c686: Layer already exists 01:33:43 56bd7963ee0f: Layer already exists 01:33:43 44713c617248: Layer already exists 01:33:43 35184ab30831: Layer already exists 01:33:43 89e26e867f34: Layer already exists 01:33:43 2242b4376c42: Layer already exists 01:33:43 b3e1c71ee1d4: Layer already exists 01:33:43 ac25a72e8ec3: Layer already exists 01:33:43 d6dd78723e74: Layer already exists 01:33:43 d501acc55a78: Layer already exists 01:33:43 912ba05ef103: Layer already exists 01:33:43 994456c4fd7b: Layer already exists 01:33:43 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33: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:33:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:33:43 44713c617248: Preparing 01:33:43 89e26e867f34: Preparing 01:33:43 9a9a36f1c686: Preparing 01:33:43 35184ab30831: Preparing 01:33:43 56bd7963ee0f: Preparing 01:33:43 2242b4376c42: Preparing 01:33:43 ac25a72e8ec3: Preparing 01:33:43 d6dd78723e74: Preparing 01:33:43 b3e1c71ee1d4: Preparing 01:33:43 d501acc55a78: Preparing 01:33:43 912ba05ef103: Preparing 01:33:43 994456c4fd7b: Preparing 01:33:43 2242b4376c42: Waiting 01:33:43 ac25a72e8ec3: Waiting 01:33:43 d6dd78723e74: Waiting 01:33:43 b3e1c71ee1d4: Waiting 01:33:43 d501acc55a78: Waiting 01:33:43 912ba05ef103: Waiting 01:33:43 994456c4fd7b: Waiting 01:33:43 35184ab30831: Layer already exists 01:33:43 44713c617248: Layer already exists 01:33:43 9a9a36f1c686: Layer already exists 01:33:43 56bd7963ee0f: Layer already exists 01:33:43 89e26e867f34: Layer already exists 01:33:43 2242b4376c42: Layer already exists 01:33:43 d501acc55a78: Layer already exists 01:33:43 ac25a72e8ec3: Layer already exists 01:33:43 912ba05ef103: Layer already exists 01:33:43 b3e1c71ee1d4: Layer already exists 01:33:43 d6dd78723e74: Layer already exists 01:33:43 994456c4fd7b: Layer already exists 01:33:43 main: digest: sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:43 ===================================================== [Pipeline] echo 01:33:43 taggedImages: 01:33:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:33:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 01:33:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:43 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:33:43 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:33:43 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:43 latest 01:33:43 4.1.0-dev.35 01:33:43 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:43 main 01:33:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:33:44 4840e62a7834: Preparing 01:33:44 55efb5b4fcf5: Preparing 01:33:44 d6dd78723e74: Preparing 01:33:44 b3e1c71ee1d4: Preparing 01:33:44 80b9089aac92: Preparing 01:33:44 18a154208975: Preparing 01:33:44 994456c4fd7b: Preparing 01:33:44 18a154208975: Waiting 01:33:44 994456c4fd7b: Waiting 01:33:44 b3e1c71ee1d4: Layer already exists 01:33:44 d6dd78723e74: Layer already exists 01:33:44 994456c4fd7b: Layer already exists 01:33:44 80b9089aac92: Pushed 01:33:44 4840e62a7834: Pushed 01:33:45 18a154208975: Pushed 01:33:48 55efb5b4fcf5: Pushed 01:33:48 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33: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:33:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:33:48 4840e62a7834: Preparing 01:33:48 55efb5b4fcf5: Preparing 01:33:48 d6dd78723e74: Preparing 01:33:48 b3e1c71ee1d4: Preparing 01:33:48 80b9089aac92: Preparing 01:33:48 18a154208975: Preparing 01:33:48 994456c4fd7b: Preparing 01:33:48 994456c4fd7b: Waiting 01:33:48 18a154208975: Waiting 01:33:48 80b9089aac92: Layer already exists 01:33:48 4840e62a7834: Layer already exists 01:33:48 d6dd78723e74: Layer already exists 01:33:48 b3e1c71ee1d4: Layer already exists 01:33:48 55efb5b4fcf5: Layer already exists 01:33:48 18a154208975: Layer already exists 01:33:48 994456c4fd7b: Layer already exists 01:33:48 latest: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 01:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:33:49 4840e62a7834: Preparing 01:33:49 55efb5b4fcf5: Preparing 01:33:49 d6dd78723e74: Preparing 01:33:49 b3e1c71ee1d4: Preparing 01:33:49 80b9089aac92: Preparing 01:33:49 18a154208975: Preparing 01:33:49 994456c4fd7b: Preparing 01:33:49 18a154208975: Waiting 01:33:49 994456c4fd7b: Waiting 01:33:49 4840e62a7834: Layer already exists 01:33:49 b3e1c71ee1d4: Layer already exists 01:33:49 d6dd78723e74: Layer already exists 01:33:49 55efb5b4fcf5: Layer already exists 01:33:49 80b9089aac92: Layer already exists 01:33:49 18a154208975: Layer already exists 01:33:49 994456c4fd7b: Layer already exists 01:33:49 4.1.0-dev.35: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:33:50 4840e62a7834: Preparing 01:33:50 55efb5b4fcf5: Preparing 01:33:50 d6dd78723e74: Preparing 01:33:50 b3e1c71ee1d4: Preparing 01:33:50 80b9089aac92: Preparing 01:33:50 18a154208975: Preparing 01:33:50 994456c4fd7b: Preparing 01:33:50 18a154208975: Waiting 01:33:50 994456c4fd7b: Waiting 01:33:50 b3e1c71ee1d4: Layer already exists 01:33:50 80b9089aac92: Layer already exists 01:33:50 d6dd78723e74: Layer already exists 01:33:50 55efb5b4fcf5: Layer already exists 01:33:50 4840e62a7834: Layer already exists 01:33:50 994456c4fd7b: Layer already exists 01:33:50 18a154208975: Layer already exists 01:33:50 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33: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:33:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:33:50 4840e62a7834: Preparing 01:33:50 55efb5b4fcf5: Preparing 01:33:50 d6dd78723e74: Preparing 01:33:50 b3e1c71ee1d4: Preparing 01:33:50 80b9089aac92: Preparing 01:33:50 18a154208975: Preparing 01:33:50 994456c4fd7b: Preparing 01:33:50 18a154208975: Waiting 01:33:50 994456c4fd7b: Waiting 01:33:50 4840e62a7834: Layer already exists 01:33:50 55efb5b4fcf5: Layer already exists 01:33:50 80b9089aac92: Layer already exists 01:33:50 d6dd78723e74: Layer already exists 01:33:50 b3e1c71ee1d4: Layer already exists 01:33:50 18a154208975: Layer already exists 01:33:50 994456c4fd7b: Layer already exists 01:33:50 main: digest: sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:50 ===================================================== [Pipeline] echo 01:33:50 taggedImages: 01:33:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:33:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 01:33:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:33:50 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:33:50 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:50 latest 01:33:50 4.1.0-dev.35 01:33:50 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:33:50 main 01:33:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:33:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:33:51 47dfc2dfa77b: Preparing 01:33:51 5c8c89134e02: Preparing 01:33:51 ecdd3d5cc73d: Preparing 01:33:51 d6dd78723e74: Preparing 01:33:51 b3e1c71ee1d4: Preparing 01:33:51 54492a130866: Preparing 01:33:51 67beac595408: Preparing 01:33:51 bf3f7da51d58: Preparing 01:33:51 22d79ce419cf: Preparing 01:33:51 994456c4fd7b: Preparing 01:33:51 67beac595408: Waiting 01:33:51 bf3f7da51d58: Waiting 01:33:51 22d79ce419cf: Waiting 01:33:51 994456c4fd7b: Waiting 01:33:51 54492a130866: Waiting 01:33:51 b3e1c71ee1d4: Layer already exists 01:33:51 d6dd78723e74: Layer already exists 01:33:51 47dfc2dfa77b: Pushed 01:33:51 5c8c89134e02: Pushed 01:33:51 ecdd3d5cc73d: Pushed 01:33:51 994456c4fd7b: Layer already exists 01:33:51 bf3f7da51d58: Pushed 01:33:52 22d79ce419cf: Pushed 01:33:56 67beac595408: Pushed 01:34:02 54492a130866: Pushed 01:34:02 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:34:03 47dfc2dfa77b: Preparing 01:34:03 5c8c89134e02: Preparing 01:34:03 ecdd3d5cc73d: Preparing 01:34:03 d6dd78723e74: Preparing 01:34:03 b3e1c71ee1d4: Preparing 01:34:03 54492a130866: Preparing 01:34:03 67beac595408: Preparing 01:34:03 54492a130866: Waiting 01:34:03 67beac595408: Waiting 01:34:03 bf3f7da51d58: Preparing 01:34:03 22d79ce419cf: Preparing 01:34:03 994456c4fd7b: Preparing 01:34:03 bf3f7da51d58: Waiting 01:34:03 22d79ce419cf: Waiting 01:34:03 994456c4fd7b: Waiting 01:34:03 47dfc2dfa77b: Layer already exists 01:34:03 b3e1c71ee1d4: Layer already exists 01:34:03 5c8c89134e02: Layer already exists 01:34:03 ecdd3d5cc73d: Layer already exists 01:34:03 d6dd78723e74: Layer already exists 01:34:03 54492a130866: Layer already exists 01:34:03 bf3f7da51d58: Layer already exists 01:34:03 67beac595408: Layer already exists 01:34:03 22d79ce419cf: Layer already exists 01:34:03 994456c4fd7b: Layer already exists 01:34:03 latest: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 01:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:34:04 47dfc2dfa77b: Preparing 01:34:04 5c8c89134e02: Preparing 01:34:04 ecdd3d5cc73d: Preparing 01:34:04 d6dd78723e74: Preparing 01:34:04 b3e1c71ee1d4: Preparing 01:34:04 54492a130866: Preparing 01:34:04 67beac595408: Preparing 01:34:04 bf3f7da51d58: Preparing 01:34:04 22d79ce419cf: Preparing 01:34:04 994456c4fd7b: Preparing 01:34:04 67beac595408: Waiting 01:34:04 994456c4fd7b: Waiting 01:34:04 22d79ce419cf: Waiting 01:34:04 54492a130866: Waiting 01:34:04 bf3f7da51d58: Waiting 01:34:04 b3e1c71ee1d4: Layer already exists 01:34:04 ecdd3d5cc73d: Layer already exists 01:34:04 d6dd78723e74: Layer already exists 01:34:04 5c8c89134e02: Layer already exists 01:34:04 47dfc2dfa77b: Layer already exists 01:34:04 54492a130866: Layer already exists 01:34:04 67beac595408: Layer already exists 01:34:04 bf3f7da51d58: Layer already exists 01:34:04 994456c4fd7b: Layer already exists 01:34:04 22d79ce419cf: Layer already exists 01:34:04 4.1.0-dev.35: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:34:04 47dfc2dfa77b: Preparing 01:34:04 5c8c89134e02: Preparing 01:34:04 ecdd3d5cc73d: Preparing 01:34:04 d6dd78723e74: Preparing 01:34:04 b3e1c71ee1d4: Preparing 01:34:04 54492a130866: Preparing 01:34:04 67beac595408: Preparing 01:34:04 bf3f7da51d58: Preparing 01:34:04 22d79ce419cf: Preparing 01:34:04 994456c4fd7b: Preparing 01:34:04 54492a130866: Waiting 01:34:04 67beac595408: Waiting 01:34:04 bf3f7da51d58: Waiting 01:34:04 22d79ce419cf: Waiting 01:34:04 994456c4fd7b: Waiting 01:34:04 b3e1c71ee1d4: Layer already exists 01:34:04 5c8c89134e02: Layer already exists 01:34:04 47dfc2dfa77b: Layer already exists 01:34:04 d6dd78723e74: Layer already exists 01:34:04 ecdd3d5cc73d: Layer already exists 01:34:04 54492a130866: Layer already exists 01:34:04 67beac595408: Layer already exists 01:34:04 22d79ce419cf: Layer already exists 01:34:04 bf3f7da51d58: Layer already exists 01:34:04 994456c4fd7b: Layer already exists 01:34:04 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:05 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:34:05 47dfc2dfa77b: Preparing 01:34:05 5c8c89134e02: Preparing 01:34:05 ecdd3d5cc73d: Preparing 01:34:05 d6dd78723e74: Preparing 01:34:05 b3e1c71ee1d4: Preparing 01:34:05 54492a130866: Preparing 01:34:05 67beac595408: Preparing 01:34:05 bf3f7da51d58: Preparing 01:34:05 22d79ce419cf: Preparing 01:34:05 994456c4fd7b: Preparing 01:34:05 54492a130866: Waiting 01:34:05 67beac595408: Waiting 01:34:05 bf3f7da51d58: Waiting 01:34:05 22d79ce419cf: Waiting 01:34:05 994456c4fd7b: Waiting 01:34:05 5c8c89134e02: Layer already exists 01:34:05 47dfc2dfa77b: Layer already exists 01:34:05 b3e1c71ee1d4: Layer already exists 01:34:05 d6dd78723e74: Layer already exists 01:34:05 ecdd3d5cc73d: Layer already exists 01:34:05 67beac595408: Layer already exists 01:34:05 54492a130866: Layer already exists 01:34:05 bf3f7da51d58: Layer already exists 01:34:05 22d79ce419cf: Layer already exists 01:34:05 994456c4fd7b: Layer already exists 01:34:05 main: digest: sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:05 ===================================================== [Pipeline] echo 01:34:05 taggedImages: 01:34:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:34:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 01:34:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:05 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:34:05 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:34:05 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:05 latest 01:34:05 4.1.0-dev.35 01:34:05 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:05 main 01:34:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:06 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:34:06 a002e7f4d706: Preparing 01:34:06 a6eabe8de9f1: Preparing 01:34:06 0ccbc7f72386: Preparing 01:34:06 d6dd78723e74: Preparing 01:34:06 b3e1c71ee1d4: Preparing 01:34:06 361eb27aa810: Preparing 01:34:06 713b4cfe46d4: Preparing 01:34:06 86873bfa02d4: Preparing 01:34:06 994456c4fd7b: Preparing 01:34:06 361eb27aa810: Waiting 01:34:06 994456c4fd7b: Waiting 01:34:06 713b4cfe46d4: Waiting 01:34:06 86873bfa02d4: Waiting 01:34:06 d6dd78723e74: Layer already exists 01:34:06 b3e1c71ee1d4: Layer already exists 01:34:06 0ccbc7f72386: Pushed 01:34:06 a6eabe8de9f1: Pushed 01:34:06 713b4cfe46d4: Pushed 01:34:06 a002e7f4d706: Pushed 01:34:06 994456c4fd7b: Layer already exists 01:34:06 86873bfa02d4: Pushed 01:34:18 361eb27aa810: Pushed 01:34:18 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:34:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:34:19 a002e7f4d706: Preparing 01:34:19 a6eabe8de9f1: Preparing 01:34:19 0ccbc7f72386: Preparing 01:34:19 d6dd78723e74: Preparing 01:34:19 b3e1c71ee1d4: Preparing 01:34:19 361eb27aa810: Preparing 01:34:19 713b4cfe46d4: Preparing 01:34:19 86873bfa02d4: Preparing 01:34:19 994456c4fd7b: Preparing 01:34:19 361eb27aa810: Waiting 01:34:19 713b4cfe46d4: Waiting 01:34:19 86873bfa02d4: Waiting 01:34:19 994456c4fd7b: Waiting 01:34:19 0ccbc7f72386: Layer already exists 01:34:19 b3e1c71ee1d4: Layer already exists 01:34:19 d6dd78723e74: Layer already exists 01:34:19 a6eabe8de9f1: Layer already exists 01:34:19 a002e7f4d706: Layer already exists 01:34:19 361eb27aa810: Layer already exists 01:34:19 86873bfa02d4: Layer already exists 01:34:19 713b4cfe46d4: Layer already exists 01:34:19 994456c4fd7b: Layer already exists 01:34:19 latest: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 01:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:34:20 a002e7f4d706: Preparing 01:34:20 a6eabe8de9f1: Preparing 01:34:20 0ccbc7f72386: Preparing 01:34:20 d6dd78723e74: Preparing 01:34:20 b3e1c71ee1d4: Preparing 01:34:20 361eb27aa810: Preparing 01:34:20 713b4cfe46d4: Preparing 01:34:20 361eb27aa810: Waiting 01:34:20 86873bfa02d4: Preparing 01:34:20 713b4cfe46d4: Waiting 01:34:20 994456c4fd7b: Preparing 01:34:20 994456c4fd7b: Waiting 01:34:20 86873bfa02d4: Waiting 01:34:20 a002e7f4d706: Layer already exists 01:34:20 b3e1c71ee1d4: Layer already exists 01:34:20 d6dd78723e74: Layer already exists 01:34:20 0ccbc7f72386: Layer already exists 01:34:20 a6eabe8de9f1: Layer already exists 01:34:20 86873bfa02d4: Layer already exists 01:34:20 361eb27aa810: Layer already exists 01:34:20 994456c4fd7b: Layer already exists 01:34:20 713b4cfe46d4: Layer already exists 01:34:20 4.1.0-dev.35: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:20 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:34:20 a002e7f4d706: Preparing 01:34:20 a6eabe8de9f1: Preparing 01:34:20 0ccbc7f72386: Preparing 01:34:20 d6dd78723e74: Preparing 01:34:20 b3e1c71ee1d4: Preparing 01:34:20 361eb27aa810: Preparing 01:34:20 713b4cfe46d4: Preparing 01:34:20 86873bfa02d4: Preparing 01:34:20 994456c4fd7b: Preparing 01:34:20 361eb27aa810: Waiting 01:34:20 713b4cfe46d4: Waiting 01:34:20 86873bfa02d4: Waiting 01:34:20 994456c4fd7b: Waiting 01:34:20 a002e7f4d706: Layer already exists 01:34:20 a6eabe8de9f1: Layer already exists 01:34:20 b3e1c71ee1d4: Layer already exists 01:34:20 d6dd78723e74: Layer already exists 01:34:20 0ccbc7f72386: Layer already exists 01:34:20 713b4cfe46d4: Layer already exists 01:34:20 86873bfa02d4: Layer already exists 01:34:20 994456c4fd7b: Layer already exists 01:34:20 361eb27aa810: Layer already exists 01:34:20 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:21 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:34:21 a002e7f4d706: Preparing 01:34:21 a6eabe8de9f1: Preparing 01:34:21 0ccbc7f72386: Preparing 01:34:21 d6dd78723e74: Preparing 01:34:21 b3e1c71ee1d4: Preparing 01:34:21 361eb27aa810: Preparing 01:34:21 713b4cfe46d4: Preparing 01:34:21 86873bfa02d4: Preparing 01:34:21 994456c4fd7b: Preparing 01:34:21 361eb27aa810: Waiting 01:34:21 713b4cfe46d4: Waiting 01:34:21 86873bfa02d4: Waiting 01:34:21 994456c4fd7b: Waiting 01:34:21 b3e1c71ee1d4: Layer already exists 01:34:21 0ccbc7f72386: Layer already exists 01:34:21 a6eabe8de9f1: Layer already exists 01:34:21 a002e7f4d706: Layer already exists 01:34:21 d6dd78723e74: Layer already exists 01:34:21 86873bfa02d4: Layer already exists 01:34:21 361eb27aa810: Layer already exists 01:34:21 713b4cfe46d4: Layer already exists 01:34:21 994456c4fd7b: Layer already exists 01:34:21 main: digest: sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:21 ===================================================== [Pipeline] echo 01:34:21 taggedImages: 01:34:21 - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:21 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:34:21 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 01:34:21 - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:21 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:34:21 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:34:21 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:21 latest 01:34:21 4.1.0-dev.35 01:34:21 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:21 main 01:34:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:34:22 47dfc2dfa77b: Preparing 01:34:22 45d67c32c8c5: Preparing 01:34:22 e2ef6777910e: Preparing 01:34:22 d6dd78723e74: Preparing 01:34:22 b3e1c71ee1d4: Preparing 01:34:22 22130fb78849: Preparing 01:34:22 bf3f7da51d58: Preparing 01:34:22 22d79ce419cf: Preparing 01:34:22 994456c4fd7b: Preparing 01:34:22 bf3f7da51d58: Waiting 01:34:22 22130fb78849: Waiting 01:34:22 22d79ce419cf: Waiting 01:34:22 994456c4fd7b: Waiting 01:34:22 d6dd78723e74: Layer already exists 01:34:22 47dfc2dfa77b: Layer already exists 01:34:22 b3e1c71ee1d4: Layer already exists 01:34:22 bf3f7da51d58: Layer already exists 01:34:22 22d79ce419cf: Layer already exists 01:34:22 994456c4fd7b: Layer already exists 01:34:22 e2ef6777910e: Pushed 01:34:22 45d67c32c8c5: Pushed 01:34:34 22130fb78849: Pushed 01:34:34 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:34:35 47dfc2dfa77b: Preparing 01:34:35 45d67c32c8c5: Preparing 01:34:35 e2ef6777910e: Preparing 01:34:35 d6dd78723e74: Preparing 01:34:35 b3e1c71ee1d4: Preparing 01:34:35 22130fb78849: Preparing 01:34:35 bf3f7da51d58: Preparing 01:34:35 22d79ce419cf: Preparing 01:34:35 994456c4fd7b: Preparing 01:34:35 bf3f7da51d58: Waiting 01:34:35 22d79ce419cf: Waiting 01:34:35 994456c4fd7b: Waiting 01:34:35 22130fb78849: Waiting 01:34:35 47dfc2dfa77b: Layer already exists 01:34:35 e2ef6777910e: Layer already exists 01:34:35 45d67c32c8c5: Layer already exists 01:34:35 d6dd78723e74: Layer already exists 01:34:35 b3e1c71ee1d4: Layer already exists 01:34:35 22130fb78849: Layer already exists 01:34:35 bf3f7da51d58: Layer already exists 01:34:35 994456c4fd7b: Layer already exists 01:34:35 22d79ce419cf: Layer already exists 01:34:35 latest: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 01:34:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:34:35 47dfc2dfa77b: Preparing 01:34:35 45d67c32c8c5: Preparing 01:34:35 e2ef6777910e: Preparing 01:34:35 d6dd78723e74: Preparing 01:34:35 b3e1c71ee1d4: Preparing 01:34:35 22130fb78849: Preparing 01:34:35 bf3f7da51d58: Preparing 01:34:35 22d79ce419cf: Preparing 01:34:35 994456c4fd7b: Preparing 01:34:35 bf3f7da51d58: Waiting 01:34:35 22d79ce419cf: Waiting 01:34:35 994456c4fd7b: Waiting 01:34:35 22130fb78849: Waiting 01:34:35 47dfc2dfa77b: Layer already exists 01:34:35 e2ef6777910e: Layer already exists 01:34:35 45d67c32c8c5: Layer already exists 01:34:35 d6dd78723e74: Layer already exists 01:34:35 b3e1c71ee1d4: Layer already exists 01:34:35 22130fb78849: Layer already exists 01:34:35 bf3f7da51d58: Layer already exists 01:34:35 22d79ce419cf: Layer already exists 01:34:35 994456c4fd7b: Layer already exists 01:34:35 4.1.0-dev.35: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:34:36 47dfc2dfa77b: Preparing 01:34:36 45d67c32c8c5: Preparing 01:34:36 e2ef6777910e: Preparing 01:34:36 d6dd78723e74: Preparing 01:34:36 b3e1c71ee1d4: Preparing 01:34:36 22130fb78849: Preparing 01:34:36 bf3f7da51d58: Preparing 01:34:36 22d79ce419cf: Preparing 01:34:36 994456c4fd7b: Preparing 01:34:36 bf3f7da51d58: Waiting 01:34:36 22d79ce419cf: Waiting 01:34:36 994456c4fd7b: Waiting 01:34:36 22130fb78849: Waiting 01:34:36 d6dd78723e74: Layer already exists 01:34:36 e2ef6777910e: Layer already exists 01:34:36 b3e1c71ee1d4: Layer already exists 01:34:36 45d67c32c8c5: Layer already exists 01:34:36 47dfc2dfa77b: Layer already exists 01:34:36 22130fb78849: Layer already exists 01:34:36 22d79ce419cf: Layer already exists 01:34:36 994456c4fd7b: Layer already exists 01:34:36 bf3f7da51d58: Layer already exists 01:34:36 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:34:37 47dfc2dfa77b: Preparing 01:34:37 45d67c32c8c5: Preparing 01:34:37 e2ef6777910e: Preparing 01:34:37 d6dd78723e74: Preparing 01:34:37 b3e1c71ee1d4: Preparing 01:34:37 22130fb78849: Preparing 01:34:37 bf3f7da51d58: Preparing 01:34:37 22d79ce419cf: Preparing 01:34:37 994456c4fd7b: Preparing 01:34:37 22130fb78849: Waiting 01:34:37 bf3f7da51d58: Waiting 01:34:37 22d79ce419cf: Waiting 01:34:37 994456c4fd7b: Waiting 01:34:37 d6dd78723e74: Layer already exists 01:34:37 45d67c32c8c5: Layer already exists 01:34:37 e2ef6777910e: Layer already exists 01:34:37 47dfc2dfa77b: Layer already exists 01:34:37 b3e1c71ee1d4: Layer already exists 01:34:37 22130fb78849: Layer already exists 01:34:37 bf3f7da51d58: Layer already exists 01:34:37 22d79ce419cf: Layer already exists 01:34:37 994456c4fd7b: Layer already exists 01:34:37 main: digest: sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:37 ===================================================== [Pipeline] echo 01:34:37 taggedImages: 01:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 01:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:37 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:34:37 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:34:37 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:37 latest 01:34:37 4.1.0-dev.35 01:34:37 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:37 main 01:34:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:34:37 8efc3b368314: Preparing 01:34:37 d05fe4a3f1b1: Preparing 01:34:37 d6dd78723e74: Preparing 01:34:37 b3e1c71ee1d4: Preparing 01:34:37 364866d3e5cf: Preparing 01:34:37 9798a40a159a: Preparing 01:34:37 994456c4fd7b: Preparing 01:34:37 9798a40a159a: Waiting 01:34:37 994456c4fd7b: Waiting 01:34:37 b3e1c71ee1d4: Layer already exists 01:34:37 d6dd78723e74: Layer already exists 01:34:37 994456c4fd7b: Layer already exists 01:34:37 364866d3e5cf: Pushed 01:34:37 8efc3b368314: Pushed 01:34:38 9798a40a159a: Pushed 01:34:41 d05fe4a3f1b1: Pushed 01:34:41 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:34:42 8efc3b368314: Preparing 01:34:42 d05fe4a3f1b1: Preparing 01:34:42 d6dd78723e74: Preparing 01:34:42 b3e1c71ee1d4: Preparing 01:34:42 364866d3e5cf: Preparing 01:34:42 9798a40a159a: Preparing 01:34:42 994456c4fd7b: Preparing 01:34:42 994456c4fd7b: Waiting 01:34:42 9798a40a159a: Waiting 01:34:42 b3e1c71ee1d4: Layer already exists 01:34:42 8efc3b368314: Layer already exists 01:34:42 d6dd78723e74: Layer already exists 01:34:42 d05fe4a3f1b1: Layer already exists 01:34:42 364866d3e5cf: Layer already exists 01:34:42 9798a40a159a: Layer already exists 01:34:42 994456c4fd7b: Layer already exists 01:34:42 latest: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 01:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:34:43 8efc3b368314: Preparing 01:34:43 d05fe4a3f1b1: Preparing 01:34:43 d6dd78723e74: Preparing 01:34:43 b3e1c71ee1d4: Preparing 01:34:43 364866d3e5cf: Preparing 01:34:43 9798a40a159a: Preparing 01:34:43 994456c4fd7b: Preparing 01:34:43 994456c4fd7b: Waiting 01:34:43 9798a40a159a: Waiting 01:34:43 d05fe4a3f1b1: Layer already exists 01:34:43 8efc3b368314: Layer already exists 01:34:43 b3e1c71ee1d4: Layer already exists 01:34:43 364866d3e5cf: Layer already exists 01:34:43 d6dd78723e74: Layer already exists 01:34:43 9798a40a159a: Layer already exists 01:34:43 994456c4fd7b: Layer already exists 01:34:43 4.1.0-dev.35: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:34:43 8efc3b368314: Preparing 01:34:43 d05fe4a3f1b1: Preparing 01:34:43 d6dd78723e74: Preparing 01:34:43 b3e1c71ee1d4: Preparing 01:34:43 364866d3e5cf: Preparing 01:34:43 9798a40a159a: Preparing 01:34:43 994456c4fd7b: Preparing 01:34:43 9798a40a159a: Waiting 01:34:43 994456c4fd7b: Waiting 01:34:43 8efc3b368314: Layer already exists 01:34:43 364866d3e5cf: Layer already exists 01:34:43 d05fe4a3f1b1: Layer already exists 01:34:43 d6dd78723e74: Layer already exists 01:34:43 b3e1c71ee1d4: Layer already exists 01:34:43 994456c4fd7b: Layer already exists 01:34:43 9798a40a159a: Layer already exists 01:34:43 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:34:44 8efc3b368314: Preparing 01:34:44 d05fe4a3f1b1: Preparing 01:34:44 d6dd78723e74: Preparing 01:34:44 b3e1c71ee1d4: Preparing 01:34:44 364866d3e5cf: Preparing 01:34:44 9798a40a159a: Preparing 01:34:44 994456c4fd7b: Preparing 01:34:44 9798a40a159a: Waiting 01:34:44 994456c4fd7b: Waiting 01:34:44 b3e1c71ee1d4: Layer already exists 01:34:44 364866d3e5cf: Layer already exists 01:34:44 d6dd78723e74: Layer already exists 01:34:44 d05fe4a3f1b1: Layer already exists 01:34:44 8efc3b368314: Layer already exists 01:34:44 9798a40a159a: Layer already exists 01:34:44 994456c4fd7b: Layer already exists 01:34:44 main: digest: sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:44 ===================================================== [Pipeline] echo 01:34:44 taggedImages: 01:34:44 - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:44 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:34:44 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 01:34:44 - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:44 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:34:44 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:34:44 2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:44 latest 01:34:44 4.1.0-dev.35 01:34:44 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:44 main 01:34:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:34:45 00ec41ec76fe: Preparing 01:34:45 88c1a5b88aea: Preparing 01:34:45 d6dd78723e74: Preparing 01:34:45 b3e1c71ee1d4: Preparing 01:34:45 7283a559cdfe: Preparing 01:34:45 eda8a7c37f08: Preparing 01:34:45 994456c4fd7b: Preparing 01:34:45 eda8a7c37f08: Waiting 01:34:45 994456c4fd7b: Waiting 01:34:45 b3e1c71ee1d4: Layer already exists 01:34:45 d6dd78723e74: Layer already exists 01:34:45 994456c4fd7b: Layer already exists 01:34:45 00ec41ec76fe: Pushed 01:34:45 7283a559cdfe: Pushed 01:34:45 eda8a7c37f08: Pushed 01:34:49 88c1a5b88aea: Pushed 01:34:49 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:34:50 00ec41ec76fe: Preparing 01:34:50 88c1a5b88aea: Preparing 01:34:50 d6dd78723e74: Preparing 01:34:50 b3e1c71ee1d4: Preparing 01:34:50 7283a559cdfe: Preparing 01:34:50 eda8a7c37f08: Preparing 01:34:50 994456c4fd7b: Preparing 01:34:50 eda8a7c37f08: Waiting 01:34:50 994456c4fd7b: Waiting 01:34:50 d6dd78723e74: Layer already exists 01:34:50 b3e1c71ee1d4: Layer already exists 01:34:50 00ec41ec76fe: Layer already exists 01:34:50 88c1a5b88aea: Layer already exists 01:34:50 7283a559cdfe: Layer already exists 01:34:50 994456c4fd7b: Layer already exists 01:34:50 eda8a7c37f08: Layer already exists 01:34:50 latest: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 01:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:34:51 00ec41ec76fe: Preparing 01:34:51 88c1a5b88aea: Preparing 01:34:51 d6dd78723e74: Preparing 01:34:51 b3e1c71ee1d4: Preparing 01:34:51 7283a559cdfe: Preparing 01:34:51 eda8a7c37f08: Preparing 01:34:51 994456c4fd7b: Preparing 01:34:51 994456c4fd7b: Waiting 01:34:51 eda8a7c37f08: Waiting 01:34:51 b3e1c71ee1d4: Layer already exists 01:34:51 00ec41ec76fe: Layer already exists 01:34:51 88c1a5b88aea: Layer already exists 01:34:51 7283a559cdfe: Layer already exists 01:34:51 d6dd78723e74: Layer already exists 01:34:51 994456c4fd7b: Layer already exists 01:34:51 eda8a7c37f08: Layer already exists 01:34:51 4.1.0-dev.35: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:34:51 00ec41ec76fe: Preparing 01:34:51 88c1a5b88aea: Preparing 01:34:51 d6dd78723e74: Preparing 01:34:51 b3e1c71ee1d4: Preparing 01:34:51 7283a559cdfe: Preparing 01:34:51 eda8a7c37f08: Preparing 01:34:51 994456c4fd7b: Preparing 01:34:51 eda8a7c37f08: Waiting 01:34:51 994456c4fd7b: Waiting 01:34:51 88c1a5b88aea: Layer already exists 01:34:51 00ec41ec76fe: Layer already exists 01:34:51 d6dd78723e74: Layer already exists 01:34:51 b3e1c71ee1d4: Layer already exists 01:34:51 7283a559cdfe: Layer already exists 01:34:51 994456c4fd7b: Layer already exists 01:34:51 eda8a7c37f08: Layer already exists 01:34:51 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:34:52 00ec41ec76fe: Preparing 01:34:52 88c1a5b88aea: Preparing 01:34:52 d6dd78723e74: Preparing 01:34:52 b3e1c71ee1d4: Preparing 01:34:52 7283a559cdfe: Preparing 01:34:52 eda8a7c37f08: Preparing 01:34:52 994456c4fd7b: Preparing 01:34:52 eda8a7c37f08: Waiting 01:34:52 994456c4fd7b: Waiting 01:34:52 b3e1c71ee1d4: Layer already exists 01:34:52 7283a559cdfe: Layer already exists 01:34:52 00ec41ec76fe: Layer already exists 01:34:52 d6dd78723e74: Layer already exists 01:34:52 88c1a5b88aea: Layer already exists 01:34:52 994456c4fd7b: Layer already exists 01:34:52 eda8a7c37f08: Layer already exists 01:34:52 main: digest: sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:52 ===================================================== [Pipeline] echo 01:34:52 taggedImages: 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:34:52 ========================================================= 01:34:52 [edgeXBuildMultiArch] RAW Config: 01:34:52 images: 01:34:52 - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/core-command:latest 01:34:52 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-command:main 01:34:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:34:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:34:52 - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/core-data:latest 01:34:52 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-data:main 01:34:52 - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:34:52 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:34:52 - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:34:52 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:34:52 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:34:52 settingsFile: 01:34:52 edgex-go-settings 01:34:52 ========================================================= [Pipeline] node 01:34:54 #33 ... 01:34:54 01:34:54 #83 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:54 #83 DONE 106.3s 01:34:54 01:34:54 #119 [security-secretstore-setup builder 6/7] COPY . . 01:34:54 #119 ... 01:34:54 01:34:54 #120 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:34:54 #120 CACHED 01:34:54 01:34:54 #121 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:54 #121 CACHED 01:34:54 01:34:54 #122 [security-bootstrapper builder 6/7] COPY . . 01:34:54 #122 CACHED 01:34:54 01:34:54 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:54 #123 CACHED 01:34:54 01:34:54 #124 [security-proxy-setup builder 6/7] COPY . . 01:34:54 #124 CACHED 01:34:54 01:34:54 #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:34:54 #125 CACHED 01:34:54 01:34:54 #119 [security-secretstore-setup builder 6/7] COPY . . 01:34:54 #119 DONE 1.5s 01:34:54 01:34:54 #126 [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:34:54 #126 2.932 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:34:55 #126 ... 01:34:55 01:34:55 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:55 #86 DONE 105.4s 01:34:55 01:34:55 #127 [core-command builder 6/7] COPY . . 01:34:56 #127 DONE 1.3s 01:34:56 01:34:56 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:34:56 #0 2.802 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:34:56 #128 ... 01:34:56 01:34:56 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:34:56 #129 CACHED 01:34:56 01:34:56 #130 [security-proxy-auth builder 6/7] COPY . . 01:34:56 #130 CACHED 01:34:56 01:34:56 #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:56 #131 CACHED 01:34:56 01:34:56 #132 [core-data builder 4/7] COPY go.mod vendor* ./ 01:34:56 #132 CACHED 01:34:56 01:34:56 #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:56 #133 CACHED 01:34:56 01:34:56 #134 [core-data builder 6/7] COPY . . 01:34:56 #134 CACHED 01:34:56 01:34:56 #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:56 #135 CACHED 01:34:56 01:34:56 #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:34:56 #136 CACHED 01:34:56 01:34:56 #137 [core-metadata builder 6/7] COPY . . 01:34:56 #137 CACHED 01:34:56 01:34:56 #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:56 #138 CACHED 01:34:56 01:34:56 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:34:56 #139 CACHED 01:34:56 01:34:56 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 01:34:56 #140 CACHED 01:34:56 01:34:56 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:34:57 #141 ... 01:34:57 01:34:57 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:34:57 #0 2.364 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:34:57 #142 ... 01:34:57 01:34:57 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:35:01 #143 ... 01:35:01 01:35:01 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:01 #88 DONE 110.4s 01:35:01 01:35:01 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:35:01 #143 5.109 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:35:02 #143 ... 01:35:02 01:35:02 #144 [support-notifications builder 6/7] COPY . . 01:35:02 #144 DONE 1.2s 01:35:02 01:35:02 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:35:04 #145 2.029 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:35:06 #145 ... 01:35:06 01:35:06 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:35:06 #0 5.281 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:35:06 #146 ... 01:35:06 01:35:06 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:35:06 #0 4.252 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:35:06 #147 ... 01:35:06 01:35:06 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:35:06 #0 4.910 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:35:06 #148 ... 01:35:06 01:35:06 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:35:06 #141 5.331 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:35:07 Still waiting to schedule task 01:35:07 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:35:11 #141 ... 01:35:11 01:35:11 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:11 #95 DONE 111.9s 01:35:11 01:35:11 #149 [core-keeper builder 7/8] COPY . . 01:35:11 #149 ... 01:35:11 01:35:11 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:11 #93 DONE 115.9s 01:35:11 01:35:11 #150 [support-scheduler builder 6/7] COPY . . 01:35:12 #150 ... 01:35:12 01:35:12 #149 [core-keeper builder 7/8] COPY . . 01:35:12 #149 DONE 2.0s 01:35:12 01:35:12 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:12 #97 DONE 112.4s 01:35:12 01:35:12 #150 [support-scheduler builder 6/7] COPY . . 01:35:12 #150 DONE 2.1s 01:35:12 01:35:12 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:35:15 #151 ... 01:35:15 01:35:15 #152 [security-spiffe-token-provider builder 6/7] COPY . . 01:35:15 #152 DONE 2.3s 01:35:15 01:35:15 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:35:17 #153 2.681 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:35:23 #153 ... 01:35:23 01:35:23 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:35:23 #0 3.358 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:35:26 #154 ... 01:35:26 01:35:26 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:35:26 #151 4.097 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:36:15 Running on prd-centos7-docker-4c-2g-4498 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:36:15 provisioning config files... 01:36:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16758574011498162696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:36:20 ---> ****-login.sh 01:36:20 nexus3.edgexfoundry.org:10001 01:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:20 Configure a credential helper to remove this warning. See 01:36:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:20 01:36:20 Login Succeeded 01:36:20 nexus3.edgexfoundry.org:10002 01:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:20 Configure a credential helper to remove this warning. See 01:36:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:20 01:36:20 Login Succeeded 01:36:20 nexus3.edgexfoundry.org:10003 01:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:20 Configure a credential helper to remove this warning. See 01:36:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:20 01:36:20 Login Succeeded 01:36:20 nexus3.edgexfoundry.org:10004 01:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:20 Configure a credential helper to remove this warning. See 01:36:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:20 01:36:20 Login Succeeded 01:36:20 ****.io 01:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:21 Configure a credential helper to remove this warning. See 01:36:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:21 01:36:21 Login Succeeded 01:36:21 ---> ****-login.sh ends [Pipeline] } 01:36:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:36:21 + docker buildx ls 01:36:21 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:36:21 default * docker 01:36:21 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:36:22 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:36:22 edgex-builder [Pipeline] sh 01:36:22 + docker buildx inspect --bootstrap 01:36:22 #1 [internal] booting buildkit 01:36:22 #1 pulling image moby/buildkit:buildx-stable-1 01:36:25 #1 pulling image moby/buildkit:buildx-stable-1 3.2s done 01:36:25 #1 creating container buildx_buildkit_edgex-builder0 01:36:28 #1 creating container buildx_buildkit_edgex-builder0 2.3s done 01:36:28 #1 DONE 5.5s 01:36:28 Name: edgex-builder 01:36:28 Driver: docker-container 01:36:28 01:36:28 Nodes: 01:36:28 Name: edgex-builder0 01:36:28 Endpoint: unix:///var/run/docker.sock 01:36:28 Status: running 01:36:28 Buildkit: v0.22.0 01:36:28 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:36:28 + docker buildx ls 01:36:28 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:36:28 edgex-builder * docker-container 01:36:28 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:36:28 default docker 01:36:28 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:36:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:29 #1 [internal] load build definition from Dockerfile 01:36:29 #1 transferring dockerfile: 197B done 01:36:29 #1 DONE 0.1s 01:36:29 01:36:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:29 #2 DONE 0.1s 01:36:29 01:36:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:29 #3 DONE 0.1s 01:36:29 01:36:29 #4 [internal] load .dockerignore 01:36:29 #4 transferring context: 2B done 01:36:29 #4 DONE 0.0s 01:36:29 01:36:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:29 #5 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:29 #5 DONE 0.0s 01:36:29 01:36:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:29 #6 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:29 #6 DONE 0.1s 01:36:29 01:36:29 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:36:29 #7 DONE 0.0s 01:36:29 01:36:29 #8 exporting to image 01:36:29 #8 exporting layers done 01:36:29 #8 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done 01:36:29 #8 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done 01:36:29 #8 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done 01:36:29 #8 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done 01:36:29 #8 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.0s done 01:36:29 #8 pushing layers 0.1s done 01:36:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 01:36:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done 01:36:29 #8 DONE 0.2s 01:36:29 01:36:29 1 warning found (use --debug to expand): 01:36:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:36:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:36:29 #1 [internal] load build definition from Dockerfile 01:36:29 #1 transferring dockerfile: 163B done 01:36:29 #1 DONE 0.0s 01:36:29 01:36:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:36:29 #2 DONE 0.0s 01:36:29 01:36:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:36:29 #3 DONE 0.0s 01:36:29 01:36:29 #4 [internal] load .dockerignore 01:36:29 #4 transferring context: 2B done 01:36:29 #4 DONE 0.0s 01:36:29 01:36:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:29 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:29 #5 CACHED 01:36:29 01:36:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:29 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:29 #6 CACHED 01:36:29 01:36:29 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:36:29 #7 DONE 0.0s 01:36:29 01:36:29 #8 exporting to image 01:36:29 #8 exporting layers done 01:36:29 #8 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done 01:36:29 #8 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done 01:36:29 #8 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done 01:36:29 #8 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done 01:36:29 #8 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done 01:36:29 #8 pushing layers 0.0s done 01:36:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done 01:36:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:29 #8 DONE 0.1s 01:36:29 01:36:29 1 warning found (use --debug to expand): 01:36:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35' 01:36:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 --push - 01:36:30 #1 [internal] load build definition from Dockerfile 01:36:30 #1 transferring dockerfile: 169B done 01:36:30 #1 DONE 0.0s 01:36:30 01:36:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 01:36:30 #2 DONE 0.0s 01:36:30 01:36:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35 01:36:30 #3 DONE 0.0s 01:36:30 01:36:30 #4 [internal] load .dockerignore 01:36:30 #4 transferring context: 2B done 01:36:30 #4 DONE 0.0s 01:36:30 01:36:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:30 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:30 #5 CACHED 01:36:30 01:36:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:30 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:30 #6 CACHED 01:36:30 01:36:30 #7 exporting to image 01:36:30 #7 exporting layers done 01:36:30 #7 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done 01:36:30 #7 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done 01:36:30 #7 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done 01:36:30 #7 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done 01:36:30 #7 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done 01:36:30 #7 pushing layers 0.0s done 01:36:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 01:36:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.35@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done 01:36:30 #7 DONE 0.1s 01:36:30 01:36:30 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:36:30 #8 DONE 0.0s 01:36:30 01:36:30 1 warning found (use --debug to expand): 01:36:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:30 #1 [internal] load build definition from Dockerfile 01:36:30 #1 transferring dockerfile: 210B done 01:36:30 #1 DONE 0.0s 01:36:30 01:36:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:30 #2 DONE 0.0s 01:36:30 01:36:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:30 #3 DONE 0.0s 01:36:30 01:36:30 #4 [internal] load .dockerignore 01:36:30 #4 transferring context: 2B done 01:36:30 #4 DONE 0.0s 01:36:30 01:36:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:30 #5 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:30 #5 CACHED 01:36:30 01:36:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:30 #6 resolve nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 done 01:36:30 #6 CACHED 01:36:30 01:36:30 #7 exporting to image 01:36:30 #7 exporting layers done 01:36:30 #7 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done 01:36:30 #7 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done 01:36:30 #7 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done 01:36:30 #7 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 01:36:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:30 #7 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done 01:36:30 #7 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done 01:36:30 #7 pushing layers 0.0s done 01:36:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done 01:36:30 #7 DONE 0.1s 01:36:30 01:36:30 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:36:30 #8 DONE 0.0s 01:36:30 01:36:30 1 warning found (use --debug to expand): 01:36:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:36:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:36:31 #1 [internal] load build definition from Dockerfile 01:36:31 #1 transferring dockerfile: 161B done 01:36:31 #1 DONE 0.0s 01:36:31 01:36:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:36:31 #2 DONE 0.0s 01:36:31 01:36:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:36:31 #3 DONE 0.0s 01:36:31 01:36:31 #4 [internal] load .dockerignore 01:36:31 #4 transferring context: 2B done 01:36:31 #4 DONE 0.0s 01:36:31 01:36:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:31 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:31 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:31 #5 CACHED 01:36:31 01:36:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 01:36:31 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:35c83635d6cdcdf9afdb77e6fbb3ef2fbc104413fa46b46a1f0ca033a4b9d2a4 0.0s done 01:36:31 #6 CACHED 01:36:31 01:36:31 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:36:31 #7 DONE 0.0s 01:36:31 01:36:31 #8 exporting to image 01:36:31 #8 exporting layers done 01:36:31 #8 exporting manifest sha256:02bef688fd2735535ccb963d3f605c86be194dcfcb8f9154037b2152a7d125a3 done 01:36:31 #8 exporting config sha256:619553ce3b84a91c7b9ab2545fd870e6ce56048ba83d54fc3f8144d373b184f6 done 01:36:31 #8 exporting manifest sha256:9547939409d2d774bf72e588318e19ce7d4ac4509570a550e1fe6cb9d22bb56f done 01:36:31 #8 exporting config sha256:6dc3bc41427e09ef8e17144817c8e1166aab3154bbe5e1db91e0130c965db6e7 done 01:36:31 #8 exporting manifest list sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 done 01:36:31 #8 pushing layers 0.0s done 01:36:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:61cd6e77fd4a5d55104a02474f4c3489b52bf152ce348edf9ffe9bd7745194a9 0.1s done 01:36:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:31 #8 DONE 0.1s 01:36:31 01:36:31 1 warning found (use --debug to expand): 01:36:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:31 #1 [internal] load build definition from Dockerfile 01:36:31 #1 transferring dockerfile: 216B done 01:36:31 #1 DONE 0.0s 01:36:31 01:36:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:31 #2 DONE 0.0s 01:36:31 01:36:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:31 #3 DONE 0.1s 01:36:31 01:36:31 #4 [internal] load .dockerignore 01:36:32 #4 transferring context: 2B done 01:36:32 #4 DONE 0.0s 01:36:32 01:36:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:32 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:32 #5 ... 01:36:32 01:36:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:32 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:32 #6 DONE 0.1s 01:36:32 01:36:32 #7 exporting to image 01:36:32 #7 exporting layers 01:36:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:32 #7 ... 01:36:32 01:36:32 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:32 #8 DONE 0.0s 01:36:32 01:36:32 #7 exporting to image 01:36:32 #7 exporting layers done 01:36:32 #7 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done 01:36:32 #7 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done 01:36:32 #7 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done 01:36:32 #7 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done 01:36:32 #7 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done 01:36:32 #7 pushing layers 0.1s done 01:36:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 01:36:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done 01:36:32 #7 DONE 0.2s 01:36:32 01:36:32 1 warning found (use --debug to expand): 01:36:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:36:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:36:32 #1 [internal] load build definition from Dockerfile 01:36:32 #1 transferring dockerfile: 182B done 01:36:32 #1 DONE 0.0s 01:36:32 01:36:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:36:32 #2 DONE 0.0s 01:36:32 01:36:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:36:32 #3 DONE 0.0s 01:36:32 01:36:32 #4 [internal] load .dockerignore 01:36:32 #4 transferring context: 2B done 01:36:32 #4 DONE 0.0s 01:36:32 01:36:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:32 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:32 #5 CACHED 01:36:32 01:36:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:32 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:32 #6 CACHED 01:36:32 01:36:32 #7 exporting to image 01:36:32 #7 exporting layers 01:36:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:32 #7 exporting layers done 01:36:32 #7 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done 01:36:32 #7 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done 01:36:32 #7 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done 01:36:32 #7 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done 01:36:32 #7 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done 01:36:32 #7 pushing layers 0.0s done 01:36:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done 01:36:32 #7 DONE 0.1s 01:36:32 01:36:32 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:32 #8 DONE 0.0s 01:36:32 01:36:32 1 warning found (use --debug to expand): 01:36:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35' 01:36:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 --push - 01:36:33 #1 [internal] load build definition from Dockerfile 01:36:33 #1 transferring dockerfile: 188B done 01:36:33 #1 DONE 0.2s 01:36:33 01:36:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 01:36:33 #2 DONE 0.0s 01:36:33 01:36:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35 01:36:33 #3 DONE 0.0s 01:36:33 01:36:33 #4 [internal] load .dockerignore 01:36:33 #4 transferring context: 2B done 01:36:33 #4 DONE 0.0s 01:36:33 01:36:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:33 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:33 #5 CACHED 01:36:33 01:36:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:33 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:33 #6 CACHED 01:36:33 01:36:33 #7 exporting to image 01:36:33 #7 exporting layers done 01:36:33 #7 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done 01:36:33 #7 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done 01:36:33 #7 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done 01:36:33 #7 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done 01:36:33 #7 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done 01:36:33 #7 pushing layers 0.0s done 01:36:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 01:36:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.35@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done 01:36:33 #7 DONE 0.1s 01:36:33 01:36:33 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:33 #8 DONE 0.0s 01:36:33 01:36:33 1 warning found (use --debug to expand): 01:36:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:34 #1 [internal] load build definition from Dockerfile 01:36:34 #1 transferring dockerfile: 229B done 01:36:34 #1 DONE 0.0s 01:36:34 01:36:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:34 #2 DONE 0.0s 01:36:34 01:36:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:34 #3 DONE 0.0s 01:36:34 01:36:34 #4 [internal] load .dockerignore 01:36:34 #4 transferring context: 2B done 01:36:34 #4 DONE 0.0s 01:36:34 01:36:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:34 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d done 01:36:34 #5 CACHED 01:36:34 01:36:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:34 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:34 #6 CACHED 01:36:34 01:36:34 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:34 #7 DONE 0.0s 01:36:34 01:36:34 #8 exporting to image 01:36:34 #8 exporting layers done 01:36:34 #8 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done 01:36:34 #8 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done 01:36:34 #8 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done 01:36:34 #8 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done 01:36:34 #8 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done 01:36:34 #8 pushing layers 0.0s done 01:36:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done 01:36:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:34 #8 DONE 0.1s 01:36:34 01:36:34 1 warning found (use --debug to expand): 01:36:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:36:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:36:34 #1 [internal] load build definition from Dockerfile 01:36:34 #1 transferring dockerfile: 180B done 01:36:34 #1 DONE 0.0s 01:36:34 01:36:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:36:34 #2 DONE 0.0s 01:36:34 01:36:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:36:34 #3 DONE 0.0s 01:36:34 01:36:34 #4 [internal] load .dockerignore 01:36:34 #4 transferring context: 01:36:34 #4 transferring context: 2B done 01:36:34 #4 DONE 0.0s 01:36:34 01:36:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:34 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d done 01:36:34 #5 CACHED 01:36:34 01:36:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 01:36:34 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:8dd35401566d40ccd447b4fa04e1614dab65530bdf5a156fdd09bf5d35b24b9d 0.0s done 01:36:34 #6 CACHED 01:36:34 01:36:34 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:34 #7 DONE 0.0s 01:36:34 01:36:34 #8 exporting to image 01:36:34 #8 exporting layers done 01:36:34 #8 exporting manifest sha256:53c26ed9f532e993157ffd593ea79b06616b3021fa488d2e6cff5d08dc71ddd3 done 01:36:34 #8 exporting config sha256:269d8beeeef79c20c1eaa7e3558d21785d93bee490eb5ad2dcdf234264812d49 done 01:36:34 #8 exporting manifest sha256:49969eb5ed22fd1e12e73777bc7cd2d4c99d0cd7f22acfc3d93e39937384f379 done 01:36:34 #8 exporting config sha256:03b5cd606c7339552799c0f9c8295fc70ba4f121b80ab1404318f8b6b8f6295d done 01:36:34 #8 exporting manifest list sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 done 01:36:34 #8 pushing layers 0.0s done 01:36:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f0918e133b6f044e15c03726a0aead40060f14bed0384d73bf5b5a31cb118336 0.1s done 01:36:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:34 #8 DONE 0.1s 01:36:34 01:36:34 1 warning found (use --debug to expand): 01:36:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:35 #1 [internal] load build definition from Dockerfile 01:36:35 #1 transferring dockerfile: 194B done 01:36:35 #1 DONE 0.0s 01:36:35 01:36:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:35 #2 DONE 0.0s 01:36:35 01:36:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:35 #3 DONE 0.1s 01:36:35 01:36:35 #4 [internal] load .dockerignore 01:36:35 #4 transferring context: 2B done 01:36:35 #4 DONE 0.0s 01:36:35 01:36:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:35 #5 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:35 #5 ... 01:36:35 01:36:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:35 #6 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:35 #6 DONE 0.1s 01:36:35 01:36:35 #7 exporting to image 01:36:35 #7 exporting layers done 01:36:35 #7 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb 0.0s done 01:36:35 #7 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done 01:36:35 #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a 01:36:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:35 #7 ... 01:36:35 01:36:35 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:36:35 #8 DONE 0.0s 01:36:35 01:36:35 #7 exporting to image 01:36:35 #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a 0.0s done 01:36:35 #7 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 0.0s done 01:36:35 #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.0s done 01:36:35 #7 pushing layers 0.1s done 01:36:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 01:36:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done 01:36:35 #7 DONE 0.2s 01:36:35 01:36:35 1 warning found (use --debug to expand): 01:36:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:36:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:36:35 #1 [internal] load build definition from Dockerfile 01:36:35 #1 transferring dockerfile: 160B done 01:36:35 #1 DONE 0.0s 01:36:35 01:36:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:36:35 #2 DONE 0.0s 01:36:35 01:36:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:36:35 #3 DONE 0.0s 01:36:35 01:36:35 #4 [internal] load .dockerignore 01:36:35 #4 transferring context: 2B done 01:36:35 #4 DONE 0.0s 01:36:35 01:36:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:35 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:36 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b done 01:36:36 #5 CACHED 01:36:36 01:36:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:36 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:36 #6 CACHED 01:36:36 01:36:36 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:36:36 #7 DONE 0.0s 01:36:36 01:36:36 #8 exporting to image 01:36:36 #8 exporting layers done 01:36:36 #8 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done 01:36:36 #8 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done 01:36:36 #8 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done 01:36:36 #8 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done 01:36:36 #8 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done 01:36:36 #8 pushing layers 0.0s done 01:36:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done 01:36:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:36 #8 DONE 0.1s 01:36:36 01:36:36 1 warning found (use --debug to expand): 01:36:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 --push - 01:36:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35' 01:36:36 #1 [internal] load build definition from Dockerfile 01:36:36 #1 transferring dockerfile: 166B done 01:36:36 #1 DONE 0.0s 01:36:36 01:36:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 01:36:36 #2 DONE 0.0s 01:36:36 01:36:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35 01:36:36 #3 DONE 0.0s 01:36:36 01:36:36 #4 [internal] load .dockerignore 01:36:36 #4 transferring context: 2B done 01:36:36 #4 DONE 0.0s 01:36:36 01:36:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:36 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:36 #5 CACHED 01:36:36 01:36:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:36 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:36 #6 CACHED 01:36:36 01:36:36 #7 exporting to image 01:36:36 #7 exporting layers done 01:36:36 #7 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done 01:36:36 #7 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done 01:36:36 #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done 01:36:36 #7 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done 01:36:36 #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 01:36:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:36 #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done 01:36:36 #7 pushing layers 0.0s done 01:36:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.35@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done 01:36:36 #7 DONE 0.1s 01:36:36 01:36:36 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:36:36 #8 DONE 0.0s 01:36:36 01:36:36 1 warning found (use --debug to expand): 01:36:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:37 #1 [internal] load build definition from Dockerfile 01:36:37 #1 transferring dockerfile: 207B done 01:36:37 #1 DONE 0.0s 01:36:37 01:36:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:37 #2 DONE 0.0s 01:36:37 01:36:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:37 #3 DONE 0.0s 01:36:37 01:36:37 #4 [internal] load .dockerignore 01:36:37 #4 transferring context: 2B done 01:36:37 #4 DONE 0.0s 01:36:37 01:36:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:37 #5 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:37 #5 CACHED 01:36:37 01:36:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:37 #6 resolve nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:37 #6 CACHED 01:36:37 01:36:37 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:36:37 #7 DONE 0.0s 01:36:37 01:36:37 #8 exporting to image 01:36:37 #8 exporting layers done 01:36:37 #8 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done 01:36:37 #8 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done 01:36:37 #8 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done 01:36:37 #8 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done 01:36:37 #8 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done 01:36:37 #8 pushing layers 0.0s done 01:36:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done 01:36:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:37 #8 DONE 0.1s 01:36:37 01:36:37 1 warning found (use --debug to expand): 01:36:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:36:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:36:37 #1 [internal] load build definition from Dockerfile 01:36:37 #1 transferring dockerfile: 158B done 01:36:37 #1 DONE 0.0s 01:36:37 01:36:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:36:37 #2 DONE 0.0s 01:36:37 01:36:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:36:37 #3 DONE 0.0s 01:36:37 01:36:37 #4 [internal] load .dockerignore 01:36:37 #4 transferring context: 2B done 01:36:37 #4 DONE 0.0s 01:36:37 01:36:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:37 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b done 01:36:37 #5 CACHED 01:36:37 01:36:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 01:36:37 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f2e578210ea2881923807d9977ab3a3983eabd15541a0872ed546d94d53e650b 0.0s done 01:36:37 #6 CACHED 01:36:37 01:36:37 #7 exporting to image 01:36:37 #7 exporting layers done 01:36:37 #7 exporting manifest sha256:558fe29d82709675f5aa80598a77b4685631b7a0f95f12bb7f45605a6f3206cb done 01:36:37 #7 exporting config sha256:55a5ef30c1189cbf769e8103a96103f53c7c6e7e3203759e12ca44548831a62c done 01:36:37 #7 exporting manifest sha256:ffcd694afdd06b8a658b649dd3b13e0d0fb28052696be21ab2118df63213cf5a done 01:36:37 #7 exporting config sha256:5673eb1fd46ec1d774466994cddde06ce2a9994b59dd58257ee99f0c314ca045 done 01:36:37 #7 exporting manifest list sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb done 01:36:37 #7 pushing layers 0.0s done 01:36:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 01:36:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:184b5280969422c05e46fc18753e739ff87fd60635dcbbc32c77961c09ec31cb 0.1s done 01:36:37 #7 DONE 0.1s 01:36:37 01:36:37 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:36:37 #8 DONE 0.0s 01:36:37 01:36:37 1 warning found (use --debug to expand): 01:36:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:38 #1 [internal] load build definition from Dockerfile 01:36:38 #1 transferring dockerfile: 196B done 01:36:38 #1 DONE 0.0s 01:36:38 01:36:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:38 #2 DONE 0.0s 01:36:38 01:36:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:38 #3 DONE 0.0s 01:36:38 01:36:38 #4 [internal] load .dockerignore 01:36:38 #4 transferring context: 2B done 01:36:38 #4 DONE 0.0s 01:36:38 01:36:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:38 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done 01:36:38 #5 DONE 0.0s 01:36:38 01:36:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:38 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done 01:36:38 #6 DONE 0.1s 01:36:38 01:36:38 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:38 #7 DONE 0.0s 01:36:38 01:36:38 #8 exporting to image 01:36:38 #8 exporting layers done 01:36:38 #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done 01:36:38 #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done 01:36:38 #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done 01:36:38 #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done 01:36:38 #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done 01:36:38 #8 pushing layers 0.1s done 01:36:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done 01:36:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:38 #8 DONE 0.2s 01:36:38 01:36:38 1 warning found (use --debug to expand): 01:36:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:36:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:36:39 #1 [internal] load build definition from Dockerfile 01:36:39 #1 transferring dockerfile: 162B done 01:36:39 #1 DONE 0.0s 01:36:39 01:36:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:36:39 #2 DONE 0.0s 01:36:39 01:36:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:36:39 #3 DONE 0.0s 01:36:39 01:36:39 #4 [internal] load .dockerignore 01:36:39 #4 transferring context: 2B done 01:36:39 #4 DONE 0.0s 01:36:39 01:36:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:39 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done 01:36:39 #5 CACHED 01:36:39 01:36:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:39 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done 01:36:39 #6 CACHED 01:36:39 01:36:39 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:39 #7 DONE 0.0s 01:36:39 01:36:39 #8 exporting to image 01:36:39 #8 exporting layers done 01:36:39 #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done 01:36:39 #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done 01:36:39 #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done 01:36:39 #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done 01:36:39 #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done 01:36:39 #8 pushing layers 0.0s done 01:36:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done 01:36:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:39 #8 DONE 0.1s 01:36:39 01:36:39 1 warning found (use --debug to expand): 01:36:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35' 01:36:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 --push - 01:36:39 #1 [internal] load build definition from Dockerfile 01:36:39 #1 transferring dockerfile: 168B done 01:36:39 #1 DONE 0.0s 01:36:39 01:36:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 01:36:39 #2 DONE 0.0s 01:36:39 01:36:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35 01:36:39 #3 DONE 0.0s 01:36:39 01:36:39 #4 [internal] load .dockerignore 01:36:39 #4 transferring context: 2B done 01:36:39 #4 DONE 0.0s 01:36:39 01:36:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:39 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done 01:36:39 #5 CACHED 01:36:39 01:36:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:39 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done 01:36:39 #6 CACHED 01:36:39 01:36:39 #7 exporting to image 01:36:39 #7 exporting layers done 01:36:39 #7 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done 01:36:39 #7 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done 01:36:39 #7 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done 01:36:39 #7 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done 01:36:39 #7 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done 01:36:39 #7 pushing layers 0.0s done 01:36:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 01:36:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.35@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done 01:36:39 #7 DONE 0.1s 01:36:39 01:36:39 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:39 #8 DONE 0.0s 01:36:39 01:36:39 1 warning found (use --debug to expand): 01:36:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:40 #1 [internal] load build definition from Dockerfile 01:36:40 #1 transferring dockerfile: 209B done 01:36:40 #1 DONE 0.0s 01:36:40 01:36:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:40 #2 DONE 0.0s 01:36:40 01:36:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:40 #3 DONE 0.0s 01:36:40 01:36:40 #4 [internal] load .dockerignore 01:36:40 #4 transferring context: 2B done 01:36:40 #4 DONE 0.0s 01:36:40 01:36:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:40 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:40 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done 01:36:40 #5 CACHED 01:36:40 01:36:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:40 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done 01:36:40 #6 CACHED 01:36:40 01:36:40 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:40 #7 DONE 0.0s 01:36:40 01:36:40 #8 exporting to image 01:36:40 #8 exporting layers done 01:36:40 #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done 01:36:40 #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done 01:36:40 #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done 01:36:40 #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done 01:36:40 #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done 01:36:40 #8 pushing layers 0.0s done 01:36:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done 01:36:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:40 #8 DONE 0.1s 01:36:40 01:36:40 1 warning found (use --debug to expand): 01:36:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:36:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:36:40 #1 [internal] load build definition from Dockerfile 01:36:40 #1 transferring dockerfile: 160B done 01:36:40 #1 DONE 0.0s 01:36:40 01:36:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:36:40 #2 DONE 0.0s 01:36:40 01:36:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:36:40 #3 DONE 0.0s 01:36:40 01:36:40 #4 [internal] load .dockerignore 01:36:40 #4 transferring context: 2B done 01:36:40 #4 DONE 0.0s 01:36:40 01:36:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:40 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa done 01:36:40 #5 CACHED 01:36:40 01:36:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 01:36:40 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4b303c739474aa3593a399767eb33dc94c6938bccceb9c0af02b2a0e793075fa 0.0s done 01:36:40 #6 CACHED 01:36:40 01:36:40 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:40 #7 DONE 0.0s 01:36:40 01:36:40 #8 exporting to image 01:36:40 #8 exporting layers done 01:36:40 #8 exporting manifest sha256:c748b119ea0431737bc0da2876c3c98815a2c0683f98c66f24749d5ebb8cee1f done 01:36:40 #8 exporting config sha256:9d4ad4f14d3551ded5a542463c9cf2de736987fb763c51b4da7999e226576418 done 01:36:40 #8 exporting manifest sha256:eb06ce9cd0067a2a1c811db0cbaaa65fb3f657478f388dd0d8e145f8f7bf80c7 done 01:36:40 #8 exporting config sha256:25788da602c76b1700e8649d454960067c011bd934007c4f3ccda93b310f66d9 done 01:36:40 #8 exporting manifest list sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db done 01:36:40 #8 pushing layers 0.0s done 01:36:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f1beab7aefe64480a28208c9df7444104293788404386925f5c4f4ba5a2838db 0.1s done 01:36:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:40 #8 DONE 0.1s 01:36:40 01:36:40 1 warning found (use --debug to expand): 01:36:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:41 #1 [internal] load build definition from Dockerfile 01:36:41 #1 transferring dockerfile: 198B done 01:36:41 #1 DONE 0.0s 01:36:41 01:36:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:41 #2 DONE 0.0s 01:36:41 01:36:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:41 #3 DONE 0.1s 01:36:41 01:36:41 #4 [internal] load .dockerignore 01:36:41 #4 transferring context: 2B done 01:36:41 #4 DONE 0.0s 01:36:41 01:36:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:41 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:41 #5 ... 01:36:41 01:36:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:41 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done 01:36:41 #6 DONE 0.1s 01:36:41 01:36:41 #7 exporting to image 01:36:41 #7 exporting layers done 01:36:41 #7 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done 01:36:41 #7 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done 01:36:41 #7 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 0.0s done 01:36:41 #7 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done 01:36:41 #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done 01:36:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:41 #7 ... 01:36:41 01:36:41 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:36:41 #8 DONE 0.0s 01:36:41 01:36:41 #7 exporting to image 01:36:41 #7 pushing layers 0.1s done 01:36:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 01:36:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done 01:36:41 #7 DONE 0.2s 01:36:41 01:36:41 1 warning found (use --debug to expand): 01:36:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:36:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:36:41 #1 [internal] load build definition from Dockerfile 01:36:41 #1 transferring dockerfile: 164B done 01:36:41 #1 DONE 0.0s 01:36:41 01:36:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:36:41 #2 DONE 0.0s 01:36:41 01:36:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:36:41 #3 DONE 0.0s 01:36:41 01:36:41 #4 [internal] load .dockerignore 01:36:41 #4 transferring context: 2B done 01:36:41 #4 DONE 0.0s 01:36:41 01:36:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:41 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done 01:36:41 #5 DONE 0.0s 01:36:41 01:36:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:42 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done 01:36:42 #6 CACHED 01:36:42 01:36:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:42 #5 CACHED 01:36:42 01:36:42 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:36:42 #7 DONE 0.0s 01:36:42 01:36:42 #8 exporting to image 01:36:42 #8 exporting layers done 01:36:42 #8 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done 01:36:42 #8 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done 01:36:42 #8 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done 01:36:42 #8 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done 01:36:42 #8 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done 01:36:42 #8 pushing layers 0.0s done 01:36:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done 01:36:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:42 #8 DONE 0.1s 01:36:42 01:36:42 1 warning found (use --debug to expand): 01:36:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35' 01:36:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 --push - 01:36:42 #1 [internal] load build definition from Dockerfile 01:36:42 #1 transferring dockerfile: 170B done 01:36:42 #1 DONE 0.0s 01:36:42 01:36:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 01:36:42 #2 DONE 0.0s 01:36:42 01:36:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35 01:36:42 #3 DONE 0.0s 01:36:42 01:36:42 #4 [internal] load .dockerignore 01:36:42 #4 transferring context: 2B done 01:36:42 #4 DONE 0.0s 01:36:42 01:36:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:42 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done 01:36:42 #5 CACHED 01:36:42 01:36:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:42 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 0.0s done 01:36:42 #6 CACHED 01:36:42 01:36:42 #7 exporting to image 01:36:42 #7 exporting layers done 01:36:42 #7 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done 01:36:42 #7 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done 01:36:42 #7 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done 01:36:42 #7 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done 01:36:42 #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 01:36:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:42 #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done 01:36:42 #7 pushing layers 0.0s done 01:36:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.35@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done 01:36:42 #7 DONE 0.1s 01:36:42 01:36:42 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:36:42 #8 DONE 0.0s 01:36:42 01:36:42 1 warning found (use --debug to expand): 01:36:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:43 #1 [internal] load build definition from Dockerfile 01:36:43 #1 transferring dockerfile: 211B done 01:36:43 #1 DONE 0.0s 01:36:43 01:36:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:43 #2 DONE 0.0s 01:36:43 01:36:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:43 #3 DONE 0.0s 01:36:43 01:36:43 #4 [internal] load .dockerignore 01:36:43 #4 transferring context: 2B done 01:36:43 #4 DONE 0.0s 01:36:43 01:36:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:43 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done 01:36:43 #5 DONE 0.0s 01:36:43 01:36:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:43 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done 01:36:43 #6 CACHED 01:36:43 01:36:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:43 #5 CACHED 01:36:43 01:36:43 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:36:43 #7 DONE 0.0s 01:36:43 01:36:43 #8 exporting to image 01:36:43 #8 exporting layers done 01:36:43 #8 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done 01:36:43 #8 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done 01:36:43 #8 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done 01:36:43 #8 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done 01:36:43 #8 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done 01:36:43 #8 pushing layers 0.0s done 01:36:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done 01:36:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:43 #8 DONE 0.1s 01:36:43 01:36:43 1 warning found (use --debug to expand): 01:36:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:36:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:36:43 #1 [internal] load build definition from Dockerfile 01:36:43 #1 transferring dockerfile: 162B done 01:36:43 #1 DONE 0.0s 01:36:43 01:36:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:36:43 #2 DONE 0.0s 01:36:43 01:36:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:36:43 #3 DONE 0.0s 01:36:43 01:36:43 #4 [internal] load .dockerignore 01:36:43 #4 transferring context: 2B done 01:36:43 #4 DONE 0.0s 01:36:43 01:36:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:43 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done 01:36:43 #5 CACHED 01:36:43 01:36:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 01:36:43 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c41b5fa55fd9e3d1008f715a5fcb0a2c4ab7a46e2bae50df0e25ba043e6220c5 done 01:36:43 #6 CACHED 01:36:43 01:36:43 #7 exporting to image 01:36:43 #7 exporting layers done 01:36:43 #7 exporting manifest sha256:11934c631fd0aea6fe71c7dd6a03c82eca554e2f0aff10035bd00d20999591ab done 01:36:43 #7 exporting config sha256:f3f41e62dbc4f904b0a43074927dded308b80458c155db9b8c5a73ead0288e57 done 01:36:43 #7 exporting manifest sha256:14bc2f13316bc41e0c297b7b9eb5ba4f77e404ba0fa478ea5dffb5220cba4f34 done 01:36:43 #7 exporting config sha256:bc67e60cdc2c7b92fccc65a8bf1bebef112ce36fef8f350ec4aa700d2850d3c4 done 01:36:43 #7 exporting manifest list sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e done 01:36:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:43 #7 pushing layers 0.0s done 01:36:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcdef99e24cd4c30dd0c66835453272a3b0c36c282d440e777fd2d6ac508e67e 0.1s done 01:36:43 #7 DONE 0.1s 01:36:43 01:36:43 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:36:43 #8 DONE 0.0s 01:36:44 01:36:44 1 warning found (use --debug to expand): 01:36:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:44 #1 [internal] load build definition from Dockerfile 01:36:44 #1 transferring dockerfile: 206B done 01:36:44 #1 DONE 0.0s 01:36:44 01:36:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:44 #2 DONE 0.0s 01:36:44 01:36:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:44 #3 DONE 0.0s 01:36:44 01:36:44 #4 [internal] load .dockerignore 01:36:44 #4 transferring context: 2B done 01:36:44 #4 DONE 0.0s 01:36:44 01:36:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:44 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:44 #5 DONE 0.0s 01:36:44 01:36:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:44 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:45 #6 DONE 0.2s 01:36:45 01:36:45 #7 exporting to image 01:36:45 #7 exporting layers done 01:36:45 #7 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b 0.0s done 01:36:45 #7 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done 01:36:45 #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d 0.0s done 01:36:45 #7 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 0.0s done 01:36:45 #7 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.0s done 01:36:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:45 #7 ... 01:36:45 01:36:45 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:45 #8 DONE 0.0s 01:36:45 01:36:45 #7 exporting to image 01:36:45 #7 pushing layers 0.1s done 01:36:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 01:36:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done 01:36:45 #7 DONE 0.2s 01:36:45 01:36:45 1 warning found (use --debug to expand): 01:36:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:36:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:36:45 #1 [internal] load build definition from Dockerfile 01:36:45 #1 transferring dockerfile: 172B done 01:36:45 #1 DONE 0.0s 01:36:45 01:36:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:36:45 #2 DONE 0.0s 01:36:45 01:36:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:36:45 #3 DONE 0.0s 01:36:45 01:36:45 #4 [internal] load .dockerignore 01:36:45 #4 transferring context: 2B done 01:36:45 #4 DONE 0.0s 01:36:45 01:36:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:45 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:45 #5 CACHED 01:36:45 01:36:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:45 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:45 #6 CACHED 01:36:45 01:36:45 #7 exporting to image 01:36:45 #7 exporting layers done 01:36:45 #7 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done 01:36:45 #7 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done 01:36:45 #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d 01:36:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:45 #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done 01:36:45 #7 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done 01:36:45 #7 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done 01:36:45 #7 pushing layers 0.0s done 01:36:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done 01:36:45 #7 DONE 0.1s 01:36:45 01:36:45 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:45 #8 DONE 0.0s 01:36:45 01:36:45 1 warning found (use --debug to expand): 01:36:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 --push - 01:36:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35' 01:36:46 #1 [internal] load build definition from Dockerfile 01:36:46 #1 transferring dockerfile: 178B done 01:36:46 #1 DONE 0.0s 01:36:46 01:36:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 01:36:46 #2 DONE 0.0s 01:36:46 01:36:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35 01:36:46 #3 DONE 0.0s 01:36:46 01:36:46 #4 [internal] load .dockerignore 01:36:46 #4 transferring context: 2B done 01:36:46 #4 DONE 0.0s 01:36:46 01:36:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:46 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:46 #5 CACHED 01:36:46 01:36:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:46 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:46 #6 CACHED 01:36:46 01:36:46 #7 exporting to image 01:36:46 #7 exporting layers done 01:36:46 #7 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done 01:36:46 #7 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done 01:36:46 #7 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done 01:36:46 #7 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done 01:36:46 #7 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done 01:36:46 #7 pushing layers 0.0s done 01:36:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 01:36:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.35@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done 01:36:46 #7 DONE 0.1s 01:36:46 01:36:46 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:46 #8 DONE 0.0s 01:36:46 01:36:46 1 warning found (use --debug to expand): 01:36:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:46 #1 [internal] load build definition from Dockerfile 01:36:46 #1 transferring dockerfile: 219B done 01:36:46 #1 DONE 0.0s 01:36:46 01:36:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:46 #2 DONE 0.0s 01:36:46 01:36:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:46 #3 DONE 0.0s 01:36:46 01:36:46 #4 [internal] load .dockerignore 01:36:46 #4 transferring context: 2B done 01:36:46 #4 DONE 0.0s 01:36:46 01:36:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:46 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 done 01:36:46 #5 CACHED 01:36:46 01:36:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:46 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:46 #6 CACHED 01:36:46 01:36:46 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:46 #7 DONE 0.0s 01:36:46 01:36:46 #8 exporting to image 01:36:46 #8 exporting layers done 01:36:46 #8 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done 01:36:46 #8 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done 01:36:46 #8 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done 01:36:46 #8 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done 01:36:46 #8 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done 01:36:46 #8 pushing layers 0.0s done 01:36:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done 01:36:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:46 #8 DONE 0.1s 01:36:46 01:36:46 1 warning found (use --debug to expand): 01:36:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:36:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:36:47 #1 [internal] load build definition from Dockerfile 01:36:47 #1 transferring dockerfile: 170B done 01:36:47 #1 DONE 0.0s 01:36:47 01:36:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:36:47 #2 DONE 0.0s 01:36:47 01:36:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:36:47 #3 DONE 0.0s 01:36:47 01:36:47 #4 [internal] load .dockerignore 01:36:47 #4 transferring context: 2B done 01:36:47 #4 DONE 0.0s 01:36:47 01:36:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:47 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:47 #5 CACHED 01:36:47 01:36:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 01:36:47 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b435af8ff22bfd8a773febfc4e3fc9d4b5833fb5a179a89b30180058462c8b47 0.0s done 01:36:47 #6 CACHED 01:36:47 01:36:47 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:36:47 #7 DONE 0.0s 01:36:47 01:36:47 #8 exporting to image 01:36:47 #8 exporting layers done 01:36:47 #8 exporting manifest sha256:49a7972df791f981ee547e4347921469743c0343b6d29c11d2d23d106b21d94b done 01:36:47 #8 exporting config sha256:6e916180348630425f571365afd93ed762e712e034d2d8471be5f2c5e26064ae done 01:36:47 #8 exporting manifest sha256:42c56f8fc0bdea22f08e692e7e660124b9eabac272feec680637d9a92ac3103d done 01:36:47 #8 exporting config sha256:f441ba856d9387ed2944d9366602f422faec7355944a068e87ed927527dc5cb7 done 01:36:47 #8 exporting manifest list sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 done 01:36:47 #8 pushing layers 0.0s done 01:36:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9bfdc0b5b8250e1fd081b242ab7c8ca2584a2d70fc55b17949983ca7c3631ce7 0.1s done 01:36:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:47 #8 DONE 0.1s 01:36:47 01:36:47 1 warning found (use --debug to expand): 01:36:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:48 #1 [internal] load build definition from Dockerfile 01:36:48 #1 transferring dockerfile: 204B done 01:36:48 #1 DONE 0.0s 01:36:48 01:36:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:48 #2 DONE 0.1s 01:36:48 01:36:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:48 #3 DONE 0.1s 01:36:48 01:36:48 #4 [internal] load .dockerignore 01:36:48 #4 transferring context: 2B done 01:36:48 #4 DONE 0.0s 01:36:48 01:36:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:48 #5 ... 01:36:48 01:36:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:48 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:48 #6 DONE 0.1s 01:36:48 01:36:48 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:36:48 #7 DONE 0.0s 01:36:48 01:36:48 #8 exporting to image 01:36:48 #8 exporting layers done 01:36:48 #8 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done 01:36:48 #8 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done 01:36:48 #8 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done 01:36:48 #8 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done 01:36:48 #8 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done 01:36:48 #8 pushing layers 0.1s done 01:36:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 01:36:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done 01:36:48 #8 DONE 0.2s 01:36:48 01:36:48 1 warning found (use --debug to expand): 01:36:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:36:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:36:48 #1 [internal] load build definition from Dockerfile 01:36:48 #1 transferring dockerfile: 170B done 01:36:48 #1 DONE 0.0s 01:36:48 01:36:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:36:48 #2 DONE 0.0s 01:36:48 01:36:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:36:48 #3 DONE 0.0s 01:36:48 01:36:48 #4 [internal] load .dockerignore 01:36:48 #4 transferring context: 2B done 01:36:48 #4 DONE 0.0s 01:36:48 01:36:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:48 #5 CACHED 01:36:48 01:36:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:48 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:48 #6 CACHED 01:36:48 01:36:48 #7 exporting to image 01:36:48 #7 exporting layers done 01:36:48 #7 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done 01:36:48 #7 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done 01:36:48 #7 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done 01:36:48 #7 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 01:36:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:48 #7 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done 01:36:48 #7 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done 01:36:48 #7 pushing layers 0.0s done 01:36:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done 01:36:48 #7 DONE 0.1s 01:36:48 01:36:48 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:36:48 #8 DONE 0.0s 01:36:48 01:36:48 1 warning found (use --debug to expand): 01:36:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35' 01:36:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 --push - 01:36:49 #1 [internal] load build definition from Dockerfile 01:36:49 #1 transferring dockerfile: 176B done 01:36:49 #1 DONE 0.0s 01:36:49 01:36:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 01:36:49 #2 DONE 0.0s 01:36:49 01:36:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35 01:36:49 #3 DONE 0.1s 01:36:49 01:36:49 #4 [internal] load .dockerignore 01:36:49 #4 transferring context: 01:36:49 #4 transferring context: 2B done 01:36:49 #4 DONE 0.0s 01:36:49 01:36:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:49 #5 CACHED 01:36:49 01:36:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:49 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:49 #6 CACHED 01:36:49 01:36:49 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:36:49 #7 DONE 0.0s 01:36:49 01:36:49 #8 exporting to image 01:36:49 #8 exporting layers done 01:36:49 #8 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done 01:36:49 #8 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done 01:36:49 #8 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done 01:36:49 #8 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done 01:36:49 #8 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done 01:36:49 #8 pushing layers 0.0s done 01:36:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.35@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done 01:36:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:49 #8 DONE 0.1s 01:36:49 01:36:49 1 warning found (use --debug to expand): 01:36:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:49 #1 [internal] load build definition from Dockerfile 01:36:49 #1 transferring dockerfile: 217B done 01:36:49 #1 DONE 0.0s 01:36:49 01:36:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:49 #2 DONE 0.0s 01:36:49 01:36:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:49 #3 DONE 0.0s 01:36:49 01:36:49 #4 [internal] load .dockerignore 01:36:49 #4 transferring context: 2B done 01:36:49 #4 DONE 0.0s 01:36:49 01:36:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:49 #5 CACHED 01:36:49 01:36:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:49 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:49 #6 CACHED 01:36:49 01:36:49 #7 exporting to image 01:36:49 #7 exporting layers done 01:36:49 #7 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done 01:36:49 #7 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done 01:36:49 #7 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done 01:36:49 #7 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done 01:36:49 #7 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 01:36:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:49 #7 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done 01:36:49 #7 pushing layers 0.0s done 01:36:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done 01:36:49 #7 DONE 0.1s 01:36:49 01:36:49 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:36:49 #8 DONE 0.0s 01:36:49 01:36:49 1 warning found (use --debug to expand): 01:36:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:36:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:36:50 #1 [internal] load build definition from Dockerfile 01:36:50 #1 transferring dockerfile: 168B done 01:36:50 #1 DONE 0.0s 01:36:50 01:36:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:36:50 #2 DONE 0.0s 01:36:50 01:36:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:36:50 #3 DONE 0.0s 01:36:50 01:36:50 #4 [internal] load .dockerignore 01:36:50 #4 transferring context: 2B done 01:36:50 #4 DONE 0.0s 01:36:50 01:36:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:50 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:50 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:50 #5 CACHED 01:36:50 01:36:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 01:36:50 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:45270411bd02dffdda39629803816b5d976c6c6999dc522ff446d19643d0c002 0.0s done 01:36:50 #6 CACHED 01:36:50 01:36:50 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:36:50 #7 DONE 0.0s 01:36:50 01:36:50 #8 exporting to image 01:36:50 #8 exporting layers done 01:36:50 #8 exporting manifest sha256:0094006b066378b63a4f49164921c55fc160cddbf0e764fd6bfc47fd63cb16cb done 01:36:50 #8 exporting config sha256:2fc899ffcfe9640e7220f8743742ade881bf1c956a33a8e34a1267e5ae2ad18c done 01:36:50 #8 exporting manifest sha256:01b5f03a4c9df9827674503f6ae094352fa9508d0b12186848ad4cbf5583c5bc done 01:36:50 #8 exporting config sha256:f9ffb04184194f6d97e5e71956365e50640993b4c81c1b92c56a2ef911694349 done 01:36:50 #8 exporting manifest list sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 done 01:36:50 #8 pushing layers 0.0s done 01:36:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:9d4fc4f6767c1c7f1309df23af1d87eba44e389015a5381a1a2f0a8aa58a6837 0.1s done 01:36:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:50 #8 DONE 0.1s 01:36:50 01:36:50 1 warning found (use --debug to expand): 01:36:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:50 #1 [internal] load build definition from Dockerfile 01:36:50 #1 transferring dockerfile: 205B done 01:36:50 #1 DONE 0.0s 01:36:50 01:36:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:50 #2 DONE 0.0s 01:36:50 01:36:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:50 #3 DONE 0.1s 01:36:50 01:36:50 #4 [internal] load .dockerignore 01:36:50 #4 transferring context: 2B done 01:36:50 #4 DONE 0.0s 01:36:50 01:36:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:50 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:51 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:51 #5 DONE 0.1s 01:36:51 01:36:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:51 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:51 #6 DONE 0.0s 01:36:51 01:36:51 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:51 #7 DONE 0.0s 01:36:51 01:36:51 #8 exporting to image 01:36:51 #8 exporting layers done 01:36:51 #8 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done 01:36:51 #8 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done 01:36:51 #8 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 0.0s done 01:36:51 #8 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done 01:36:51 #8 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done 01:36:51 #8 pushing layers 0.1s done 01:36:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 01:36:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done 01:36:51 #8 DONE 0.2s 01:36:51 01:36:51 1 warning found (use --debug to expand): 01:36:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:36:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:36:51 #1 [internal] load build definition from Dockerfile 01:36:51 #1 transferring dockerfile: 171B done 01:36:51 #1 DONE 0.0s 01:36:51 01:36:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:36:51 #2 DONE 0.0s 01:36:51 01:36:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:36:51 #3 DONE 0.0s 01:36:51 01:36:51 #4 [internal] load .dockerignore 01:36:51 #4 transferring context: 2B done 01:36:51 #4 DONE 0.0s 01:36:51 01:36:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:51 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:51 #5 CACHED 01:36:51 01:36:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:51 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:51 #6 CACHED 01:36:51 01:36:51 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:51 #7 DONE 0.0s 01:36:51 01:36:51 #8 exporting to image 01:36:51 #8 exporting layers done 01:36:51 #8 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done 01:36:51 #8 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done 01:36:51 #8 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done 01:36:51 #8 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done 01:36:51 #8 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done 01:36:51 #8 pushing layers 0.0s done 01:36:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done 01:36:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:51 #8 DONE 0.1s 01:36:51 01:36:51 1 warning found (use --debug to expand): 01:36:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35' 01:36:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 --push - 01:36:52 #1 [internal] load build definition from Dockerfile 01:36:52 #1 transferring dockerfile: 177B done 01:36:52 #1 DONE 0.0s 01:36:52 01:36:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 01:36:52 #2 DONE 0.0s 01:36:52 01:36:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35 01:36:52 #3 DONE 0.0s 01:36:52 01:36:52 #4 [internal] load .dockerignore 01:36:52 #4 transferring context: 2B done 01:36:52 #4 DONE 0.0s 01:36:52 01:36:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:52 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:52 #5 CACHED 01:36:52 01:36:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:52 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:52 #6 CACHED 01:36:52 01:36:52 #7 exporting to image 01:36:52 #7 exporting layers 01:36:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:52 #7 exporting layers done 01:36:52 #7 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done 01:36:52 #7 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done 01:36:52 #7 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done 01:36:52 #7 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done 01:36:52 #7 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done 01:36:52 #7 pushing layers 0.0s done 01:36:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.35@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done 01:36:52 #7 DONE 0.1s 01:36:52 01:36:52 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:52 #8 DONE 0.0s 01:36:52 01:36:52 1 warning found (use --debug to expand): 01:36:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:52 #1 [internal] load build definition from Dockerfile 01:36:52 #1 transferring dockerfile: 218B done 01:36:52 #1 DONE 0.0s 01:36:52 01:36:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:52 #2 DONE 0.0s 01:36:52 01:36:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:52 #3 DONE 0.0s 01:36:52 01:36:52 #4 [internal] load .dockerignore 01:36:52 #4 transferring context: 2B done 01:36:52 #4 DONE 0.0s 01:36:52 01:36:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:52 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:52 #5 CACHED 01:36:52 01:36:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:52 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:52 #6 CACHED 01:36:52 01:36:52 #7 exporting to image 01:36:52 #7 exporting layers done 01:36:52 #7 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done 01:36:52 #7 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done 01:36:52 #7 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done 01:36:52 #7 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done 01:36:52 #7 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done 01:36:52 #7 pushing layers 0.0s done 01:36:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 01:36:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done 01:36:53 #7 DONE 0.1s 01:36:53 01:36:53 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:53 #8 DONE 0.0s 01:36:53 01:36:53 1 warning found (use --debug to expand): 01:36:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:36:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:36:53 #1 [internal] load build definition from Dockerfile 01:36:53 #1 transferring dockerfile: 169B done 01:36:53 #1 DONE 0.0s 01:36:53 01:36:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:36:53 #2 DONE 0.0s 01:36:53 01:36:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:36:53 #3 DONE 0.0s 01:36:53 01:36:53 #4 [internal] load .dockerignore 01:36:53 #4 transferring context: 2B done 01:36:53 #4 DONE 0.0s 01:36:53 01:36:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:53 #5 CACHED 01:36:53 01:36:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 01:36:53 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:20e6a8789d9412584440eb0e44f4838a6e804eb88603bb1d39393f47b8021b7c 0.0s done 01:36:53 #6 CACHED 01:36:53 01:36:53 #7 exporting to image 01:36:53 #7 exporting layers done 01:36:53 #7 exporting manifest sha256:05e607f9238e435b6adb6f4eeb40971aa2aedf38d395567648d93b74b250cef7 done 01:36:53 #7 exporting config sha256:85109f6049c87abb170eea6b88b8cbd7298e4190934bb63a189d5affde0191b3 done 01:36:53 #7 exporting manifest sha256:0a3e93bfef90a831eb4a9ab10d9e4579776b620460eedf27e017f68e347e2080 done 01:36:53 #7 exporting config sha256:8cbde22ac35f581357a0af460f3d84ade24dbca34444b69e3ba76a34bcb7edbb done 01:36:53 #7 exporting manifest list sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 done 01:36:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:53 #7 pushing layers 0.0s done 01:36:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d5353cd35d8ec25b57dc49bf1ec635e7c6fb25c39299028eb24cbaac0be034f7 0.1s done 01:36:53 #7 DONE 0.1s 01:36:53 01:36:53 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:53 #8 DONE 0.0s 01:36:53 01:36:53 1 warning found (use --debug to expand): 01:36:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:53 #1 [internal] load build definition from Dockerfile 01:36:53 #1 transferring dockerfile: 211B done 01:36:53 #1 DONE 0.0s 01:36:53 01:36:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:53 #2 DONE 0.0s 01:36:53 01:36:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:53 #3 DONE 0.0s 01:36:53 01:36:53 #4 [internal] load .dockerignore 01:36:53 #4 transferring context: 2B done 01:36:53 #4 DONE 0.0s 01:36:53 01:36:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:53 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:53 #5 DONE 0.0s 01:36:53 01:36:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:54 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:54 #6 DONE 0.0s 01:36:54 01:36:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:54 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:54 #5 DONE 0.1s 01:36:54 01:36:54 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:54 #7 DONE 0.0s 01:36:54 01:36:54 #8 exporting to image 01:36:54 #8 exporting layers done 01:36:54 #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 0.0s done 01:36:54 #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done 01:36:54 #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done 01:36:54 #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done 01:36:54 #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done 01:36:54 #8 pushing layers 0.1s done 01:36:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 01:36:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done 01:36:54 #8 DONE 0.2s 01:36:54 01:36:54 1 warning found (use --debug to expand): 01:36:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:36:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:36:54 #1 [internal] load build definition from Dockerfile 01:36:54 #1 transferring dockerfile: 177B done 01:36:54 #1 DONE 0.0s 01:36:54 01:36:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:36:54 #2 DONE 0.0s 01:36:54 01:36:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:36:54 #3 DONE 0.0s 01:36:54 01:36:54 #4 [internal] load .dockerignore 01:36:54 #4 transferring context: 2B done 01:36:54 #4 DONE 0.0s 01:36:54 01:36:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:54 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:54 #5 DONE 0.0s 01:36:54 01:36:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:54 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:54 #6 CACHED 01:36:54 01:36:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:54 #5 CACHED 01:36:54 01:36:54 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:54 #7 DONE 0.0s 01:36:54 01:36:54 #8 exporting to image 01:36:54 #8 exporting layers done 01:36:54 #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done 01:36:54 #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done 01:36:54 #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done 01:36:54 #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done 01:36:54 #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done 01:36:54 #8 pushing layers 0.0s done 01:36:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done 01:36:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:54 #8 DONE 0.1s 01:36:54 01:36:54 1 warning found (use --debug to expand): 01:36:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35' 01:36:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 --push - 01:36:55 #1 [internal] load build definition from Dockerfile 01:36:55 #1 transferring dockerfile: 183B done 01:36:55 #1 DONE 0.0s 01:36:55 01:36:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 01:36:55 #2 DONE 0.0s 01:36:55 01:36:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35 01:36:55 #3 DONE 0.0s 01:36:55 01:36:55 #4 [internal] load .dockerignore 01:36:55 #4 transferring context: 2B done 01:36:55 #4 DONE 0.0s 01:36:55 01:36:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:55 #5 DONE 0.0s 01:36:55 01:36:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:55 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:55 #6 CACHED 01:36:55 01:36:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:55 #5 CACHED 01:36:55 01:36:55 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:55 #7 DONE 0.0s 01:36:55 01:36:55 #8 exporting to image 01:36:55 #8 exporting layers done 01:36:55 #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done 01:36:55 #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done 01:36:55 #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done 01:36:55 #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done 01:36:55 #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done 01:36:55 #8 pushing layers 0.0s done 01:36:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.35@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done 01:36:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:55 #8 DONE 0.1s 01:36:55 01:36:55 1 warning found (use --debug to expand): 01:36:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:55 #1 [internal] load build definition from Dockerfile 01:36:55 #1 transferring dockerfile: 224B done 01:36:55 #1 DONE 0.0s 01:36:55 01:36:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:55 #2 DONE 0.0s 01:36:55 01:36:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:55 #3 DONE 0.0s 01:36:55 01:36:55 #4 [internal] load .dockerignore 01:36:55 #4 transferring context: 2B done 01:36:55 #4 DONE 0.0s 01:36:55 01:36:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:55 #5 DONE 0.0s 01:36:55 01:36:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:56 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:56 #6 CACHED 01:36:56 01:36:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:56 #5 CACHED 01:36:56 01:36:56 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:56 #7 DONE 0.0s 01:36:56 01:36:56 #8 exporting to image 01:36:56 #8 exporting layers done 01:36:56 #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done 01:36:56 #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done 01:36:56 #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done 01:36:56 #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done 01:36:56 #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done 01:36:56 #8 pushing layers 0.0s done 01:36:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done 01:36:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:56 #8 DONE 0.1s 01:36:56 01:36:56 1 warning found (use --debug to expand): 01:36:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:36:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:36:56 #1 [internal] load build definition from Dockerfile 01:36:56 #1 transferring dockerfile: 175B done 01:36:56 #1 DONE 0.0s 01:36:56 01:36:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:36:56 #2 DONE 0.0s 01:36:56 01:36:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:36:56 #3 DONE 0.0s 01:36:56 01:36:56 #4 [internal] load .dockerignore 01:36:56 #4 transferring context: 01:36:56 #4 transferring context: 2B done 01:36:56 #4 DONE 0.0s 01:36:56 01:36:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:56 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:56 #5 CACHED 01:36:56 01:36:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 01:36:56 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:1dd59c6d65c69c4802b55913be6de29480b94e1498c9afd6f2f21b48e05493cb 0.0s done 01:36:56 #6 CACHED 01:36:56 01:36:56 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:36:56 #7 DONE 0.0s 01:36:56 01:36:56 #8 exporting to image 01:36:56 #8 exporting layers done 01:36:56 #8 exporting manifest sha256:bf85b1ef39907b2efcdad3ee63bfede765d5631e8f031c280e4098c641d3e0d2 done 01:36:56 #8 exporting config sha256:34ce399c372ba3471c6e02486f633358b1c3efe441fbabe3a09e378620f5dcb8 done 01:36:56 #8 exporting manifest sha256:66c45ecf349868c7da03c1630752277e46ddd1a7e7ddbcf7208c81c10a5031da done 01:36:56 #8 exporting config sha256:83c3ad45950788e8619917953144b70c581e616d8af1af40916f1d868f41da8a done 01:36:56 #8 exporting manifest list sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 done 01:36:56 #8 pushing layers 0.0s done 01:36:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6dee59c2d11dd97158fb2915caf22ef8410132ac7bc970263f29a950f6009114 0.1s done 01:36:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:56 #8 DONE 0.1s 01:36:56 01:36:56 1 warning found (use --debug to expand): 01:36:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:36:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:36:57 #1 [internal] load build definition from Dockerfile 01:36:57 #1 transferring dockerfile: 215B done 01:36:57 #1 DONE 0.0s 01:36:57 01:36:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:57 #2 DONE 0.0s 01:36:57 01:36:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:36:57 #3 DONE 0.1s 01:36:57 01:36:57 #4 [internal] load .dockerignore 01:36:57 #4 transferring context: 2B done 01:36:57 #4 DONE 0.0s 01:36:57 01:36:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:36:57 #5 DONE 0.0s 01:36:57 01:36:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:36:57 #6 DONE 0.1s 01:36:57 01:36:57 #7 exporting to image 01:36:57 #7 exporting layers done 01:36:57 #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done 01:36:57 #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done 01:36:57 #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a 01:36:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:57 #7 ... 01:36:57 01:36:57 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:36:57 #8 DONE 0.0s 01:36:57 01:36:57 #7 exporting to image 01:36:57 #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done 01:36:57 #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 0.0s done 01:36:57 #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done 01:36:57 #7 pushing layers 0.1s done 01:36:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 01:36:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done 01:36:57 #7 DONE 0.2s 01:36:57 01:36:57 1 warning found (use --debug to expand): 01:36:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:36:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:36:57 #1 [internal] load build definition from Dockerfile 01:36:57 #1 transferring dockerfile: 181B done 01:36:57 #1 DONE 0.0s 01:36:57 01:36:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:36:57 #2 DONE 0.0s 01:36:57 01:36:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:36:57 #3 DONE 0.0s 01:36:57 01:36:57 #4 [internal] load .dockerignore 01:36:57 #4 transferring context: 2B done 01:36:57 #4 DONE 0.0s 01:36:57 01:36:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 done 01:36:57 #5 DONE 0.0s 01:36:57 01:36:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:36:58 #6 CACHED 01:36:58 01:36:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:58 #5 CACHED 01:36:58 01:36:58 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:36:58 #7 DONE 0.0s 01:36:58 01:36:58 #8 exporting to image 01:36:58 #8 exporting layers done 01:36:58 #8 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done 01:36:58 #8 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done 01:36:58 #8 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done 01:36:58 #8 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done 01:36:58 #8 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done 01:36:58 #8 pushing layers 0.0s done 01:36:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done 01:36:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:58 #8 DONE 0.1s 01:36:58 01:36:58 1 warning found (use --debug to expand): 01:36:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35' 01:36:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 --push - 01:36:58 #1 [internal] load build definition from Dockerfile 01:36:58 #1 transferring dockerfile: 187B done 01:36:58 #1 DONE 0.0s 01:36:58 01:36:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 01:36:58 #2 DONE 0.0s 01:36:58 01:36:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35 01:36:58 #3 DONE 0.0s 01:36:58 01:36:58 #4 [internal] load .dockerignore 01:36:58 #4 transferring context: 2B done 01:36:58 #4 DONE 0.0s 01:36:58 01:36:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:36:58 #5 CACHED 01:36:58 01:36:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:36:58 #6 CACHED 01:36:58 01:36:58 #7 exporting to image 01:36:58 #7 exporting layers done 01:36:58 #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done 01:36:58 #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done 01:36:58 #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done 01:36:58 #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done 01:36:58 #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 01:36:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:58 #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done 01:36:58 #7 pushing layers 0.0s done 01:36:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.35@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done 01:36:58 #7 DONE 0.1s 01:36:58 01:36:58 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:36:58 #8 DONE 0.0s 01:36:58 01:36:58 1 warning found (use --debug to expand): 01:36:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:36:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:36:59 #1 [internal] load build definition from Dockerfile 01:36:59 #1 transferring dockerfile: 228B done 01:36:59 #1 DONE 0.0s 01:36:59 01:36:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:59 #2 DONE 0.0s 01:36:59 01:36:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:36:59 #3 DONE 0.0s 01:36:59 01:36:59 #4 [internal] load .dockerignore 01:36:59 #4 transferring context: 2B done 01:36:59 #4 DONE 0.0s 01:36:59 01:36:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 done 01:36:59 #5 CACHED 01:36:59 01:36:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:36:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 done 01:36:59 #6 CACHED 01:36:59 01:36:59 #7 exporting to image 01:36:59 #7 exporting layers done 01:36:59 #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done 01:36:59 #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done 01:36:59 #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done 01:36:59 #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done 01:36:59 #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done 01:36:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:36:59 #7 pushing layers 0.0s done 01:36:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done 01:36:59 #7 DONE 0.1s 01:36:59 01:36:59 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:36:59 #8 DONE 0.0s 01:36:59 01:36:59 1 warning found (use --debug to expand): 01:36:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:36:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:36:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:37:00 #1 [internal] load build definition from Dockerfile 01:37:00 #1 transferring dockerfile: 179B done 01:37:00 #1 DONE 0.0s 01:37:00 01:37:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:37:00 #2 DONE 0.0s 01:37:00 01:37:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:37:00 #3 DONE 0.0s 01:37:00 01:37:00 #4 [internal] load .dockerignore 01:37:00 #4 transferring context: 2B done 01:37:00 #4 DONE 0.0s 01:37:00 01:37:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:37:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:37:00 #5 CACHED 01:37:00 01:37:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 01:37:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4d760d5024068254855a1ed06cc05b8fc0f2a1a92c33d9c8014f045a2453b379 0.0s done 01:37:00 #6 CACHED 01:37:00 01:37:00 #7 exporting to image 01:37:00 #7 exporting layers done 01:37:00 #7 exporting manifest sha256:f6c8242992aa1122e55b26f4403a54506a952954c477ee409984cdaa9659e345 done 01:37:00 #7 exporting config sha256:2f140c13d796f2e1df72b9d647d6d1df2dd030b4a38f2ea9b1570e386d890ab0 done 01:37:00 #7 exporting manifest sha256:a1fe947e119ab636f8eb9017ebf13656e23b398de317ee9f6aba452ae03dda3a done 01:37:00 #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 01:37:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:00 #7 exporting config sha256:7e338129075052370828455be224a8635e83d23574034a847781002142dd3ad3 done 01:37:00 #7 exporting manifest list sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a done 01:37:00 #7 pushing layers 0.0s done 01:37:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7a9751972dcd95b2ea8612e1ad643f82c8e027a4c5987013065d096dfaae991a 0.1s done 01:37:00 #7 DONE 0.1s 01:37:00 01:37:00 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:37:00 #8 DONE 0.0s 01:37:00 01:37:00 1 warning found (use --debug to expand): 01:37:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:37:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:37:00 #1 [internal] load build definition from Dockerfile 01:37:00 #1 transferring dockerfile: 205B done 01:37:00 #1 DONE 0.0s 01:37:00 01:37:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:00 #2 DONE 0.0s 01:37:00 01:37:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:00 #3 DONE 0.0s 01:37:00 01:37:00 #4 [internal] load .dockerignore 01:37:00 #4 transferring context: 01:37:00 #4 transferring context: 2B 0.0s done 01:37:00 #4 DONE 0.0s 01:37:00 01:37:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:00 #5 DONE 0.0s 01:37:00 01:37:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:00 #6 DONE 0.1s 01:37:00 01:37:00 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:37:00 #7 DONE 0.0s 01:37:00 01:37:00 #8 exporting to image 01:37:00 #8 exporting layers done 01:37:00 #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done 01:37:00 #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done 01:37:00 #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done 01:37:00 #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done 01:37:00 #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done 01:37:00 #8 pushing layers 0.1s done 01:37:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 01:37:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done 01:37:00 #8 DONE 0.2s 01:37:00 01:37:00 1 warning found (use --debug to expand): 01:37:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:37:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:37:01 #1 [internal] load build definition from Dockerfile 01:37:01 #1 transferring dockerfile: 171B done 01:37:01 #1 DONE 0.0s 01:37:01 01:37:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:37:01 #2 DONE 0.0s 01:37:01 01:37:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:37:01 #3 DONE 0.0s 01:37:01 01:37:01 #4 [internal] load .dockerignore 01:37:01 #4 transferring context: 2B done 01:37:01 #4 DONE 0.0s 01:37:01 01:37:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:01 #5 CACHED 01:37:01 01:37:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:01 #6 CACHED 01:37:01 01:37:01 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:37:01 #7 DONE 0.0s 01:37:01 01:37:01 #8 exporting to image 01:37:01 #8 exporting layers done 01:37:01 #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done 01:37:01 #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done 01:37:01 #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done 01:37:01 #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done 01:37:01 #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done 01:37:01 #8 pushing layers 0.0s done 01:37:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done 01:37:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:01 #8 DONE 0.1s 01:37:01 01:37:01 1 warning found (use --debug to expand): 01:37:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35' 01:37:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 --push - 01:37:02 #1 [internal] load build definition from Dockerfile 01:37:02 #1 transferring dockerfile: 177B 0.0s done 01:37:02 #1 DONE 0.0s 01:37:02 01:37:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 01:37:02 #2 DONE 0.0s 01:37:02 01:37:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35 01:37:02 #3 DONE 0.0s 01:37:02 01:37:02 #4 [internal] load .dockerignore 01:37:02 #4 transferring context: 2B done 01:37:02 #4 DONE 0.0s 01:37:02 01:37:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:02 #5 DONE 0.0s 01:37:02 01:37:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:02 #6 CACHED 01:37:02 01:37:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:02 #5 CACHED 01:37:02 01:37:02 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:37:02 #7 DONE 0.0s 01:37:02 01:37:02 #8 exporting to image 01:37:02 #8 exporting layers done 01:37:02 #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done 01:37:02 #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done 01:37:02 #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done 01:37:02 #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done 01:37:02 #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done 01:37:02 #8 pushing layers 0.0s done 01:37:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.35@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done 01:37:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:02 #8 DONE 0.1s 01:37:02 01:37:02 1 warning found (use --debug to expand): 01:37:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:37:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:37:02 #1 [internal] load build definition from Dockerfile 01:37:02 #1 transferring dockerfile: 218B done 01:37:02 #1 DONE 0.0s 01:37:02 01:37:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:02 #2 DONE 0.0s 01:37:02 01:37:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:02 #3 DONE 0.0s 01:37:02 01:37:02 #4 [internal] load .dockerignore 01:37:02 #4 transferring context: 2B done 01:37:02 #4 DONE 0.0s 01:37:02 01:37:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:02 #5 CACHED 01:37:02 01:37:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:02 #6 CACHED 01:37:02 01:37:02 #7 exporting to image 01:37:02 #7 exporting layers done 01:37:02 #7 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done 01:37:02 #7 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done 01:37:02 #7 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done 01:37:02 #7 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done 01:37:02 #7 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done 01:37:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:02 #7 pushing layers 0.0s done 01:37:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done 01:37:02 #7 DONE 0.1s 01:37:02 01:37:02 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:37:02 #8 DONE 0.0s 01:37:02 01:37:02 1 warning found (use --debug to expand): 01:37:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:37:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:37:02 #1 [internal] load build definition from Dockerfile 01:37:02 #1 transferring dockerfile: 169B done 01:37:02 #1 DONE 0.0s 01:37:02 01:37:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:37:02 #2 DONE 0.0s 01:37:02 01:37:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:37:02 #3 DONE 0.0s 01:37:02 01:37:02 #4 [internal] load .dockerignore 01:37:02 #4 transferring context: 2B done 01:37:02 #4 DONE 0.0s 01:37:03 01:37:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:03 #5 CACHED 01:37:03 01:37:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 01:37:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b7eacab4e7cbec46f3200eda3165ad97b3e8f817297964dc1b31b3c0cca6175c 0.0s done 01:37:03 #6 CACHED 01:37:03 01:37:03 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:37:03 #7 DONE 0.0s 01:37:03 01:37:03 #8 exporting to image 01:37:03 #8 exporting layers done 01:37:03 #8 exporting manifest sha256:1141ab837b5418007444efed650ce66482940df9e273c101f04877a60e4b2418 done 01:37:03 #8 exporting config sha256:6a6d340d96fb3d66bdea4b74c2c0e7a7d5eed411ba92bf91da52bc63b36a437d done 01:37:03 #8 exporting manifest sha256:c688848192414781c4d416d77e140dbe9c332800ca08df27b4dd89f313c7e233 done 01:37:03 #8 exporting config sha256:01425f34e2622ed46e8bb89599c2e6893bdd832a14693c3f7022a9901bed206d done 01:37:03 #8 exporting manifest list sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 done 01:37:03 #8 pushing layers 0.0s done 01:37:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6c21bbc2c1e7e1d70e723daa7d32f56a416df620c00a18028e3131a1f5e00591 0.1s done 01:37:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:03 #8 DONE 0.1s 01:37:03 01:37:03 1 warning found (use --debug to expand): 01:37:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:37:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:37:03 #1 [internal] load build definition from Dockerfile 01:37:03 #1 transferring dockerfile: 206B done 01:37:03 #1 DONE 0.0s 01:37:03 01:37:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:03 #2 DONE 0.0s 01:37:03 01:37:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:03 #3 DONE 0.0s 01:37:03 01:37:03 #4 [internal] load .dockerignore 01:37:03 #4 transferring context: 2B done 01:37:03 #4 DONE 0.0s 01:37:03 01:37:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:03 #5 DONE 0.0s 01:37:03 01:37:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:03 #6 DONE 0.0s 01:37:03 01:37:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:03 #5 DONE 0.1s 01:37:03 01:37:03 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:37:03 #7 DONE 0.0s 01:37:03 01:37:03 #8 exporting to image 01:37:03 #8 exporting layers done 01:37:03 #8 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done 01:37:03 #8 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done 01:37:03 #8 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done 01:37:03 #8 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done 01:37:03 #8 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done 01:37:03 #8 pushing layers 0.1s done 01:37:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 01:37:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done 01:37:03 #8 DONE 0.2s 01:37:03 01:37:03 1 warning found (use --debug to expand): 01:37:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:37:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:37:04 #1 [internal] load build definition from Dockerfile 01:37:04 #1 transferring dockerfile: 172B done 01:37:04 #1 DONE 0.0s 01:37:04 01:37:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:37:04 #2 DONE 0.0s 01:37:04 01:37:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:37:04 #3 DONE 0.0s 01:37:04 01:37:04 #4 [internal] load .dockerignore 01:37:04 #4 transferring context: 2B done 01:37:04 #4 DONE 0.0s 01:37:04 01:37:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b done 01:37:04 #5 CACHED 01:37:04 01:37:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:04 #6 CACHED 01:37:04 01:37:04 #7 exporting to image 01:37:04 #7 exporting layers done 01:37:04 #7 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done 01:37:04 #7 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done 01:37:04 #7 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done 01:37:04 #7 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done 01:37:04 #7 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done 01:37:04 #7 pushing layers 01:37:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:04 #7 pushing layers 0.0s done 01:37:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done 01:37:04 #7 DONE 0.1s 01:37:04 01:37:04 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:37:04 #8 DONE 0.0s 01:37:04 01:37:04 1 warning found (use --debug to expand): 01:37:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 --push - 01:37:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35' 01:37:04 #1 [internal] load build definition from Dockerfile 01:37:04 #1 transferring dockerfile: 178B done 01:37:04 #1 DONE 0.0s 01:37:04 01:37:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 01:37:04 #2 DONE 0.0s 01:37:04 01:37:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35 01:37:04 #3 DONE 0.0s 01:37:04 01:37:04 #4 [internal] load .dockerignore 01:37:04 #4 transferring context: 2B done 01:37:04 #4 DONE 0.0s 01:37:04 01:37:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:04 #5 DONE 0.0s 01:37:04 01:37:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:05 #6 CACHED 01:37:05 01:37:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:05 #5 CACHED 01:37:05 01:37:05 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:37:05 #7 DONE 0.0s 01:37:05 01:37:05 #8 exporting to image 01:37:05 #8 exporting layers done 01:37:05 #8 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done 01:37:05 #8 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done 01:37:05 #8 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done 01:37:05 #8 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done 01:37:05 #8 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done 01:37:05 #8 pushing layers 0.0s done 01:37:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.35@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done 01:37:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:05 #8 DONE 0.1s 01:37:05 01:37:05 1 warning found (use --debug to expand): 01:37:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:37:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:37:05 #1 [internal] load build definition from Dockerfile 01:37:05 #1 transferring dockerfile: 219B done 01:37:05 #1 DONE 0.0s 01:37:05 01:37:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:05 #2 DONE 0.0s 01:37:05 01:37:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:05 #3 DONE 0.0s 01:37:05 01:37:05 #4 [internal] load .dockerignore 01:37:05 #4 transferring context: 2B done 01:37:05 #4 DONE 0.0s 01:37:05 01:37:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:05 #5 CACHED 01:37:05 01:37:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:05 #6 CACHED 01:37:05 01:37:05 #7 exporting to image 01:37:05 #7 exporting layers done 01:37:05 #7 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done 01:37:05 #7 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done 01:37:05 #7 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done 01:37:05 #7 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done 01:37:05 #7 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done 01:37:05 #7 pushing layers 0.0s done 01:37:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 01:37:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done 01:37:05 #7 DONE 0.1s 01:37:05 01:37:05 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:37:05 #8 DONE 0.0s 01:37:05 01:37:05 1 warning found (use --debug to expand): 01:37:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:37:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:37:06 #1 [internal] load build definition from Dockerfile 01:37:06 #1 transferring dockerfile: 170B done 01:37:06 #1 DONE 0.0s 01:37:06 01:37:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:37:06 #2 DONE 0.0s 01:37:06 01:37:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:37:06 #3 DONE 0.0s 01:37:06 01:37:06 #4 [internal] load .dockerignore 01:37:06 #4 transferring context: 2B done 01:37:06 #4 DONE 0.0s 01:37:06 01:37:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:06 #5 CACHED 01:37:06 01:37:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 01:37:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:280904a28fe4b8b12499bff29223bcaa719e762593c0170661aa5e150cff8a2b 0.0s done 01:37:06 #6 CACHED 01:37:06 01:37:06 #7 exporting to image 01:37:06 #7 exporting layers done 01:37:06 #7 exporting manifest sha256:d90e69b18c0ab01d7c6b03dc443849edf0eac151f486df6ad8bce31747eafb9f done 01:37:06 #7 exporting config sha256:bc5ec10419d813160d63b1c38fae6413a31012e3ecfe4c742350576eaea04dc6 done 01:37:06 #7 exporting manifest sha256:ab33d3958eb047f43111faf14e014dade9d31200f779b394d181c2e65544dbbd done 01:37:06 #7 exporting config sha256:c154208599dc40ec79a61d09cf7b4dec14a55ffcb36334d33312b3b0389636aa done 01:37:06 #7 exporting manifest list sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd done 01:37:06 #7 pushing layers 0.0s done 01:37:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 01:37:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7095a1e5f80d0b5ded5f41ffba2992774625ac7bc8413ed520de55e23cca32dd 0.1s done 01:37:06 #7 DONE 0.1s 01:37:06 01:37:06 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:37:06 #8 DONE 0.0s 01:37:06 01:37:06 1 warning found (use --debug to expand): 01:37:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:37:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:37:06 #1 [internal] load build definition from Dockerfile 01:37:06 #1 transferring dockerfile: 206B done 01:37:06 #1 DONE 0.0s 01:37:06 01:37:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:06 #2 DONE 0.0s 01:37:06 01:37:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:06 #3 DONE 0.0s 01:37:06 01:37:06 #4 [internal] load .dockerignore 01:37:06 #4 transferring context: 2B done 01:37:06 #4 DONE 0.0s 01:37:06 01:37:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:06 #5 DONE 0.0s 01:37:06 01:37:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:06 #6 DONE 0.1s 01:37:06 01:37:06 #7 exporting to image 01:37:06 #7 exporting layers done 01:37:06 #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done 01:37:06 #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done 01:37:06 #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done 01:37:06 #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done 01:37:06 #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 01:37:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:06 #7 ... 01:37:06 01:37:06 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:37:06 #8 DONE 0.0s 01:37:06 01:37:06 #7 exporting to image 01:37:06 #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done 01:37:06 #7 pushing layers 0.1s done 01:37:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 01:37:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done 01:37:06 #7 DONE 0.2s 01:37:06 01:37:06 1 warning found (use --debug to expand): 01:37:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:37:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:37:07 #1 [internal] load build definition from Dockerfile 01:37:07 #1 transferring dockerfile: 172B done 01:37:07 #1 DONE 0.0s 01:37:07 01:37:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:37:07 #2 DONE 0.0s 01:37:07 01:37:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:37:07 #3 DONE 0.0s 01:37:07 01:37:07 #4 [internal] load .dockerignore 01:37:07 #4 transferring context: 01:37:07 #4 transferring context: 2B done 01:37:07 #4 DONE 0.0s 01:37:07 01:37:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:07 #5 CACHED 01:37:07 01:37:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:07 #6 CACHED 01:37:07 01:37:07 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:37:07 #7 DONE 0.0s 01:37:07 01:37:07 #8 exporting to image 01:37:07 #8 exporting layers done 01:37:07 #8 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done 01:37:07 #8 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done 01:37:07 #8 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done 01:37:07 #8 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done 01:37:07 #8 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done 01:37:07 #8 pushing layers 0.0s done 01:37:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done 01:37:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:07 #8 DONE 0.1s 01:37:07 01:37:07 1 warning found (use --debug to expand): 01:37:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35' 01:37:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 --push - 01:37:08 #1 [internal] load build definition from Dockerfile 01:37:08 #1 transferring dockerfile: 178B done 01:37:08 #1 DONE 0.0s 01:37:08 01:37:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 01:37:08 #2 DONE 0.0s 01:37:08 01:37:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35 01:37:08 #3 DONE 0.0s 01:37:08 01:37:08 #4 [internal] load .dockerignore 01:37:08 #4 transferring context: 2B done 01:37:08 #4 DONE 0.0s 01:37:08 01:37:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:08 #5 CACHED 01:37:08 01:37:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:08 #6 CACHED 01:37:08 01:37:08 #7 exporting to image 01:37:08 #7 exporting layers done 01:37:08 #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done 01:37:08 #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done 01:37:08 #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce 01:37:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:08 #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done 01:37:08 #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done 01:37:08 #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done 01:37:08 #7 pushing layers 0.0s done 01:37:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.35@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done 01:37:08 #7 DONE 0.1s 01:37:08 01:37:08 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:37:08 #8 DONE 0.0s 01:37:08 01:37:08 1 warning found (use --debug to expand): 01:37:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:37:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:37:08 #1 [internal] load build definition from Dockerfile 01:37:08 #1 transferring dockerfile: 219B done 01:37:08 #1 DONE 0.0s 01:37:08 01:37:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:08 #2 DONE 0.0s 01:37:08 01:37:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:08 #3 DONE 0.0s 01:37:08 01:37:08 #4 [internal] load .dockerignore 01:37:08 #4 transferring context: 2B done 01:37:08 #4 DONE 0.0s 01:37:08 01:37:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b done 01:37:08 #5 CACHED 01:37:08 01:37:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b done 01:37:08 #6 CACHED 01:37:08 01:37:08 #7 exporting to image 01:37:08 #7 exporting layers done 01:37:08 #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done 01:37:08 #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done 01:37:08 #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done 01:37:08 #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 01:37:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:08 #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done 01:37:08 #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done 01:37:08 #7 pushing layers 0.0s done 01:37:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done 01:37:08 #7 DONE 0.1s 01:37:08 01:37:08 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:37:08 #8 DONE 0.0s 01:37:08 01:37:08 1 warning found (use --debug to expand): 01:37:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:37:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:37:09 #1 [internal] load build definition from Dockerfile 01:37:09 #1 transferring dockerfile: 170B done 01:37:09 #1 DONE 0.0s 01:37:09 01:37:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:37:09 #2 DONE 0.0s 01:37:09 01:37:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:37:09 #3 DONE 0.0s 01:37:09 01:37:09 #4 [internal] load .dockerignore 01:37:09 #4 transferring context: 2B done 01:37:09 #4 DONE 0.0s 01:37:09 01:37:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:09 #5 CACHED 01:37:09 01:37:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 01:37:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5e107736dfebeef2d14cc8820df02ffdfab056f507a6c09d0cf97cd58dd7f49b 0.0s done 01:37:09 #6 CACHED 01:37:09 01:37:09 #7 exporting to image 01:37:09 #7 exporting layers done 01:37:09 #7 exporting manifest sha256:ec005c7a93b96ee1c41244cd0c3db628ff2961339dd93f9fbc65e2c6a9d8d503 done 01:37:09 #7 exporting config sha256:3e049b25f8a3c9ca0c971209586a8c0901bbb1c2dfb0315e42f1903667a68e5b done 01:37:09 #7 exporting manifest sha256:cb901b0fe9f062e23bfa290509b995704c38bd0f8e9fb2b93fe9a2ffd3cde8ce done 01:37:09 #7 exporting config sha256:c6fe31ed673697364cba62e7f33d69b897c31c5248099f0b20e0712b9cc708b5 done 01:37:09 #7 exporting manifest list sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e done 01:37:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:09 #7 pushing layers 0.0s done 01:37:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:839ba1e3a6f018e218cf48ea01786fa8b5c79311075ca61d72e73e308e8b2b9e 0.1s done 01:37:09 #7 DONE 0.1s 01:37:09 01:37:09 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:37:09 #8 DONE 0.0s 01:37:09 01:37:09 1 warning found (use --debug to expand): 01:37:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:37:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:37:09 #1 [internal] load build definition from Dockerfile 01:37:09 #1 transferring dockerfile: 01:37:09 #1 transferring dockerfile: 206B done 01:37:09 #1 DONE 0.1s 01:37:09 01:37:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:09 #2 DONE 0.0s 01:37:09 01:37:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:09 #3 DONE 0.0s 01:37:09 01:37:09 #4 [internal] load .dockerignore 01:37:09 #4 transferring context: 2B done 01:37:09 #4 DONE 0.0s 01:37:09 01:37:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:09 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:09 #5 ... 01:37:09 01:37:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:09 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:10 #6 DONE 0.1s 01:37:10 01:37:10 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:37:10 #7 DONE 0.0s 01:37:10 01:37:10 #8 exporting to image 01:37:10 #8 exporting layers done 01:37:10 #8 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done 01:37:10 #8 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done 01:37:10 #8 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done 01:37:10 #8 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done 01:37:10 #8 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done 01:37:10 #8 pushing layers 01:37:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:10 #8 pushing layers 0.1s done 01:37:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done 01:37:10 #8 DONE 0.2s 01:37:10 01:37:10 1 warning found (use --debug to expand): 01:37:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:37:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:37:10 #1 [internal] load build definition from Dockerfile 01:37:10 #1 transferring dockerfile: 172B done 01:37:10 #1 DONE 0.0s 01:37:10 01:37:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:37:10 #2 DONE 0.0s 01:37:10 01:37:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:37:10 #3 DONE 0.0s 01:37:10 01:37:10 #4 [internal] load .dockerignore 01:37:10 #4 transferring context: 2B done 01:37:10 #4 DONE 0.0s 01:37:10 01:37:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:10 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:10 #5 CACHED 01:37:10 01:37:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:10 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:10 #6 CACHED 01:37:10 01:37:10 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:37:10 #7 DONE 0.0s 01:37:10 01:37:10 #8 exporting to image 01:37:10 #8 exporting layers done 01:37:10 #8 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done 01:37:10 #8 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done 01:37:10 #8 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done 01:37:10 #8 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done 01:37:10 #8 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done 01:37:10 #8 pushing layers 0.0s done 01:37:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done 01:37:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:10 #8 DONE 0.1s 01:37:10 01:37:10 1 warning found (use --debug to expand): 01:37:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35' 01:37:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 --push - 01:37:11 #1 [internal] load build definition from Dockerfile 01:37:11 #1 transferring dockerfile: 178B done 01:37:11 #1 DONE 0.0s 01:37:11 01:37:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 01:37:11 #2 DONE 0.0s 01:37:11 01:37:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35 01:37:11 #3 DONE 0.0s 01:37:11 01:37:11 #4 [internal] load .dockerignore 01:37:11 #4 transferring context: 2B done 01:37:11 #4 DONE 0.0s 01:37:11 01:37:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:11 #5 CACHED 01:37:11 01:37:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:11 #6 CACHED 01:37:11 01:37:11 #7 exporting to image 01:37:11 #7 exporting layers done 01:37:11 #7 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done 01:37:11 #7 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done 01:37:11 #7 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done 01:37:11 #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done 01:37:11 #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done 01:37:11 #7 pushing layers 0.0s done 01:37:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 01:37:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.35@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done 01:37:11 #7 DONE 0.1s 01:37:11 01:37:11 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:37:11 #8 DONE 0.0s 01:37:11 01:37:11 1 warning found (use --debug to expand): 01:37:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:37:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:37:11 #1 [internal] load build definition from Dockerfile 01:37:11 #1 transferring dockerfile: 219B done 01:37:11 #1 DONE 0.0s 01:37:11 01:37:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:11 #2 DONE 0.0s 01:37:11 01:37:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:11 #3 DONE 0.0s 01:37:11 01:37:11 #4 [internal] load .dockerignore 01:37:11 #4 transferring context: 2B done 01:37:11 #4 DONE 0.0s 01:37:11 01:37:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:11 #5 CACHED 01:37:11 01:37:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:11 #6 CACHED 01:37:11 01:37:11 #7 exporting to image 01:37:11 #7 exporting layers done 01:37:11 #7 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done 01:37:11 #7 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done 01:37:11 #7 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done 01:37:11 #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 01:37:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:11 #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done 01:37:11 #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done 01:37:11 #7 pushing layers 0.0s done 01:37:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done 01:37:11 #7 DONE 0.1s 01:37:11 01:37:11 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:37:11 #8 DONE 0.0s 01:37:11 01:37:11 1 warning found (use --debug to expand): 01:37:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:37:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:37:12 #1 [internal] load build definition from Dockerfile 01:37:12 #1 transferring dockerfile: 170B done 01:37:12 #1 DONE 0.0s 01:37:12 01:37:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:37:12 #2 DONE 0.0s 01:37:12 01:37:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:37:12 #3 DONE 0.0s 01:37:12 01:37:12 #4 [internal] load .dockerignore 01:37:12 #4 transferring context: 2B done 01:37:12 #4 DONE 0.0s 01:37:12 01:37:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:12 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:12 #5 CACHED 01:37:12 01:37:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 01:37:12 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4bc08205cb7f03d3912710644b9d952d3767db6ee573668ae4a1904966e74c59 0.0s done 01:37:12 #6 CACHED 01:37:12 01:37:12 #7 exporting to image 01:37:12 #7 exporting layers done 01:37:12 #7 exporting manifest sha256:b419888a5eefc1567c80f0b49f039cdfee376976d469fb5dc7884f831730d5d2 done 01:37:12 #7 exporting config sha256:d60940b3826e8cc495be90aa2d0b40629cd5eef88491c9bf3742cddee430b84a done 01:37:12 #7 exporting manifest sha256:5100dc325030a5de548b6b9cb7fdeafc6d6a0713af4aded778109b8dc2bb8604 done 01:37:12 #7 exporting config sha256:b4bc97f42de5dc227390bc4cae2daac26e8d93fc284b7d21537e2e1a77a923d1 done 01:37:12 #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 01:37:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:12 #7 exporting manifest list sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 done 01:37:12 #7 pushing layers 0.0s done 01:37:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:090bb3cc48634b287cc16e56e9d86ea9680e381e1c03874ec306937ce52150b2 0.1s done 01:37:12 #7 DONE 0.1s 01:37:12 01:37:12 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:37:12 #8 DONE 0.0s 01:37:12 01:37:12 1 warning found (use --debug to expand): 01:37:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7' 01:37:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 --push - 01:37:12 #1 [internal] load build definition from Dockerfile 01:37:12 #1 transferring dockerfile: 202B done 01:37:12 #1 DONE 0.0s 01:37:12 01:37:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:12 #2 DONE 0.0s 01:37:12 01:37:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7 01:37:12 #3 DONE 0.0s 01:37:12 01:37:12 #4 [internal] load .dockerignore 01:37:12 #4 transferring context: 2B done 01:37:12 #4 DONE 0.0s 01:37:12 01:37:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:12 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done 01:37:12 #5 DONE 0.0s 01:37:12 01:37:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:13 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done 01:37:13 #6 DONE 0.0s 01:37:13 01:37:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:13 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done 01:37:13 #5 DONE 0.1s 01:37:13 01:37:13 #7 exporting to image 01:37:13 #7 exporting layers done 01:37:13 #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done 01:37:13 #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done 01:37:13 #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done 01:37:13 #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done 01:37:13 #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 01:37:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:13 #7 ... 01:37:13 01:37:13 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:37:13 #8 DONE 0.0s 01:37:13 01:37:13 #7 exporting to image 01:37:13 #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done 01:37:13 #7 pushing layers 0.1s done 01:37:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 01:37:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done 01:37:13 #7 DONE 0.2s 01:37:13 01:37:13 1 warning found (use --debug to expand): 01:37:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:37:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:37:13 #1 [internal] load build definition from Dockerfile 01:37:13 #1 transferring dockerfile: 168B done 01:37:13 #1 DONE 0.0s 01:37:13 01:37:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:37:13 #2 DONE 0.0s 01:37:13 01:37:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:37:13 #3 DONE 0.0s 01:37:13 01:37:13 #4 [internal] load .dockerignore 01:37:13 #4 transferring context: 2B done 01:37:13 #4 DONE 0.0s 01:37:13 01:37:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:13 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done 01:37:13 #5 CACHED 01:37:13 01:37:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:13 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done 01:37:13 #6 DONE 0.0s 01:37:13 01:37:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:13 #6 CACHED 01:37:13 01:37:13 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:37:13 #7 DONE 0.0s 01:37:13 01:37:13 #8 exporting to image 01:37:13 #8 exporting layers done 01:37:13 #8 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done 01:37:13 #8 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done 01:37:13 #8 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done 01:37:13 #8 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done 01:37:13 #8 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done 01:37:13 #8 pushing layers 0.0s done 01:37:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done 01:37:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:13 #8 DONE 0.1s 01:37:13 01:37:13 1 warning found (use --debug to expand): 01:37:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35' 01:37:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 --push - 01:37:14 #1 [internal] load build definition from Dockerfile 01:37:14 #1 transferring dockerfile: 174B done 01:37:14 #1 DONE 0.0s 01:37:14 01:37:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 01:37:14 #2 DONE 0.0s 01:37:14 01:37:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35 01:37:14 #3 DONE 0.0s 01:37:14 01:37:14 #4 [internal] load .dockerignore 01:37:14 #4 transferring context: 2B done 01:37:14 #4 DONE 0.0s 01:37:14 01:37:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done 01:37:14 #5 CACHED 01:37:14 01:37:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done 01:37:14 #6 CACHED 01:37:14 01:37:14 #7 exporting to image 01:37:14 #7 exporting layers done 01:37:14 #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done 01:37:14 #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 01:37:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:14 #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done 01:37:14 #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done 01:37:14 #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done 01:37:14 #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done 01:37:14 #7 pushing layers 0.0s done 01:37:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.35@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done 01:37:14 #7 DONE 0.1s 01:37:14 01:37:14 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:37:14 #8 DONE 0.0s 01:37:14 01:37:14 1 warning found (use --debug to expand): 01:37:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35' 01:37:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 --push - 01:37:14 #1 [internal] load build definition from Dockerfile 01:37:14 #1 transferring dockerfile: 215B done 01:37:14 #1 DONE 0.0s 01:37:14 01:37:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:14 #2 DONE 0.0s 01:37:14 01:37:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 01:37:14 #3 DONE 0.0s 01:37:14 01:37:14 #4 [internal] load .dockerignore 01:37:14 #4 transferring context: 2B done 01:37:14 #4 DONE 0.0s 01:37:14 01:37:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done 01:37:14 #5 CACHED 01:37:14 01:37:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 0.0s done 01:37:14 #6 CACHED 01:37:14 01:37:14 #7 exporting to image 01:37:14 #7 exporting layers done 01:37:14 #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done 01:37:14 #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done 01:37:14 #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done 01:37:14 #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done 01:37:14 #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done 01:37:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:14 #7 pushing layers 0.0s done 01:37:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done 01:37:14 #7 DONE 0.1s 01:37:14 01:37:14 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:37:14 #8 DONE 0.0s 01:37:14 01:37:14 1 warning found (use --debug to expand): 01:37:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:37:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:37:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:37:15 #1 [internal] load build definition from Dockerfile 01:37:15 #1 transferring dockerfile: 166B done 01:37:15 #1 DONE 0.0s 01:37:15 01:37:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:37:15 #2 DONE 0.0s 01:37:15 01:37:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:37:15 #3 DONE 0.0s 01:37:15 01:37:15 #4 [internal] load .dockerignore 01:37:15 #4 transferring context: 2B done 01:37:15 #4 DONE 0.0s 01:37:15 01:37:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:15 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done 01:37:15 #5 CACHED 01:37:15 01:37:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 01:37:15 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:cdfc5a41c43584f0010b1e54b343c4a96adce52ab3a86302f22a7be90d294400 done 01:37:15 #6 CACHED 01:37:15 01:37:15 #7 exporting to image 01:37:15 #7 exporting layers done 01:37:15 #7 exporting manifest sha256:58848407e22ae4b83d4f35cc439f040230b53f204e4a98c349adfdbcf1054386 done 01:37:15 #7 exporting config sha256:3e270091c82066bc3297f1a1854b432c8c80c7b12894d2ae41f15c5191773da3 done 01:37:15 #7 exporting manifest sha256:6b94e35de1a136811f6e7327701ee897b60211e81c1238293906e6620ff6909c done 01:37:15 #7 exporting config sha256:cece4524c1490f1d029a151425b0696bca849e7f2905876cb4680e3f7e55c610 done 01:37:15 #7 exporting manifest list sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c done 01:37:15 #7 pushing layers 0.0s done 01:37:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 01:37:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:37:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e7587c1fe4669c4530bf5fb6318d84cd6521ed7e954165a2a05f502e3089540c 0.1s done 01:37:15 #7 DONE 0.1s 01:37:15 01:37:15 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:37:15 #8 DONE 0.0s 01:37:15 01:37:15 1 warning found (use --debug to expand): 01:37:15  - 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:37:15 + '[' -d /w/workspace/edgex-go/867/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:37:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:37:16 ---> package-listing.sh 01:37:16 ++ facter osfamily 01:37:16 ++ tr '[:upper:]' '[:lower:]' 01:37:17 + OS_FAMILY=redhat 01:37:17 + workspace=/w/workspace/edgex-go/867 01:37:17 + START_PACKAGES=/tmp/packages_start.txt 01:37:17 + END_PACKAGES=/tmp/packages_end.txt 01:37:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:37:17 + PACKAGES=/tmp/packages_start.txt 01:37:17 + '[' /w/workspace/edgex-go/867 ']' 01:37:17 + PACKAGES=/tmp/packages_end.txt 01:37:17 + case "${OS_FAMILY}" in 01:37:17 + sort 01:37:17 + rpm -qa 01:37:17 + '[' -f /tmp/packages_start.txt ']' 01:37:17 + '[' -f /tmp/packages_end.txt ']' 01:37:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:37:17 + '[' /w/workspace/edgex-go/867 ']' 01:37:17 + mkdir -p /w/workspace/edgex-go/867/archives/ 01:37:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/867/archives/ [Pipeline] echo 01:37:17 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/867/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:37:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:37:18 01:37:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:37:18 latest: Pulling from edgex-lftools-log-publisher 01:37:18 5eb5b503b376: Pulling fs layer 01:37:18 5c69ac0246d0: Pulling fs layer 01:37:18 ec43610c2a17: Pulling fs layer 01:37:18 3a2ae6a8a46f: Pulling fs layer 01:37:18 33b1e0a273af: Pulling fs layer 01:37:18 5d3b04190fa2: Pulling fs layer 01:37:18 2f39f015ded8: Pulling fs layer 01:37:18 3a2ae6a8a46f: Waiting 01:37:18 33b1e0a273af: Waiting 01:37:18 5d3b04190fa2: Waiting 01:37:18 2f39f015ded8: Waiting 01:37:18 5c69ac0246d0: Verifying Checksum 01:37:18 5c69ac0246d0: Download complete 01:37:18 3a2ae6a8a46f: Verifying Checksum 01:37:18 3a2ae6a8a46f: Download complete 01:37:18 33b1e0a273af: Verifying Checksum 01:37:18 33b1e0a273af: Download complete 01:37:18 5d3b04190fa2: Verifying Checksum 01:37:18 5d3b04190fa2: Download complete 01:37:19 ec43610c2a17: Verifying Checksum 01:37:19 ec43610c2a17: Download complete 01:37:19 5eb5b503b376: Verifying Checksum 01:37:19 5eb5b503b376: Download complete 01:37:19 2f39f015ded8: Verifying Checksum 01:37:19 2f39f015ded8: Download complete 01:37:20 5eb5b503b376: Pull complete 01:37:20 5c69ac0246d0: Pull complete 01:37:20 ec43610c2a17: Pull complete 01:37:20 3a2ae6a8a46f: Pull complete 01:37:21 33b1e0a273af: Pull complete 01:37:21 5d3b04190fa2: Pull complete 01:37:25 2f39f015ded8: Pull complete 01:37:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:37:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:37:25 prd-centos7-docker-4c-2g-4498 does not seem to be running inside a container 01:37:25 $ 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/867/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:37:30 $ docker top af91a409e96623b319c376ab9e8caea09a65e983632ef2339dd611053d77a9c5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:37:31 + touch /tmp/pre-build-complete [Pipeline] sh 01:37:31 + mkdir -p /var/log/sysstat [Pipeline] sh 01:37:31 + ls /var/log/sa-host 01:37:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:37:32 provisioning config files... 01:37:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17778673308825532116tmp [Pipeline] { [Pipeline] echo 01:37:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:37:32 ---> create-netrc.sh [Pipeline] } 01:37:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:37:32 ---> python-tools-install.sh [Pipeline] echo 01:37:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:37:33 ---> sudo-logs.sh 01:37:33 Archiving 'sudo' log.. 01:37:33 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:33 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:37:33 $ docker stop --time=1 af91a409e96623b319c376ab9e8caea09a65e983632ef2339dd611053d77a9c5 01:37:34 $ docker rm -f --volumes af91a409e96623b319c376ab9e8caea09a65e983632ef2339dd611053d77a9c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:37:34 [WS-CLEANUP] Deleting project workspace... 01:37:34 [WS-CLEANUP] Deferred wipeout is used... 01:37:34 [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] } 01:53:19 #151 ... 01:53:19 01:53:19 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:53:19 #147 DONE 1093.4s 01:53:19 01:53:19 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:53:19 #33 ... 01:53:19 01:53:19 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:53:19 #155 DONE 0.3s 01:53:19 01:53:19 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:53:19 #156 DONE 0.1s 01:53:19 01:53:19 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:53:19 #157 DONE 0.3s 01:53:19 01:53:19 #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 01:53:19 #158 DONE 0.1s 01:53:19 01:53:19 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:53:19 #65 ... 01:53:19 01:53:19 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:53:19 #159 DONE 0.2s 01:53:19 01:53:19 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:53:19 #160 DONE 2.2s 01:53:19 01:53:19 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:53:19 #33 ... 01:53:19 01:53:19 #108 [core-common-config-bootstrapper] exporting to image 01:53:19 #108 exporting layers 01:53:19 #108 exporting layers 0.6s done 01:53:19 #108 writing image sha256:f2a85b7ee7e1b75ffac57a6365e9c916d48b44e1921629971d81cb408dd885f7 done 01:53:19 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 01:53:19 #108 DONE 5.9s 01:53:19 01:53:19 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:53:21 #33 ... 01:53:21 01:53:21 #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:53:21 #142 DONE 1113.7s 01:53:21 01:53:21 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:53:21 #161 DONE 0.3s 01:53:21 01:53:21 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:53:21 #128 ... 01:53:21 01:53:21 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:53:24 #162 DONE 2.5s 01:53:24 01:53:24 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:53:24 #163 DONE 0.3s 01:53:24 01:53:24 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:53:24 #164 DONE 0.2s 01:53:24 01:53:24 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:53:24 #128 ... 01:53:24 01:53:24 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:53:24 #165 DONE 0.3s 01:53:24 01:53:24 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:53:24 #65 ... 01:53:24 01:53:24 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:53:24 #166 DONE 0.1s 01:53:24 01:53:24 #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/ 01:53:24 #167 DONE 0.1s 01:53:24 01:53:24 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:53:25 #151 ... 01:53:25 01:53:25 #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/ 01:53:25 #168 DONE 0.1s 01:53:25 01:53:25 #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/ 01:53:25 #169 DONE 0.2s 01:53:25 01:53:25 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:53:25 #170 DONE 0.1s 01:53:25 01:53:25 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:53:25 #33 ... 01:53:25 01:53:25 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:53:27 #171 DONE 2.0s 01:53:27 01:53:27 #108 [security-bootstrapper] exporting to image 01:53:27 #108 exporting layers 01:53:28 #108 exporting layers 1.0s done 01:53:28 #108 writing image sha256:e756242c8df69b773067879c5c80a9ea4066c77d60ec1684931239267edebe84 done 01:53:28 #108 naming to docker.io/library/security-bootstrapper-arm64 done 01:53:28 #108 DONE 6.9s 01:53:28 01:53:28 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:09:21 #65 ... 02:09:21 02:09:21 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:09:21 #148 DONE 2053.8s 02:09:21 02:09:21 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:09:21 #33 ... 02:09:21 02:09:21 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:09:21 #172 DONE 0.2s 02:09:21 02:09:21 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:09:21 #173 DONE 0.1s 02:09:21 02:09:21 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:09:21 #174 DONE 0.5s 02:09:21 02:09:21 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:09:21 #175 DONE 0.1s 02:09:21 02:09:21 #108 [core-command] exporting to image 02:09:21 #108 exporting layers 02:09:21 #108 exporting layers 0.5s done 02:09:21 #108 writing image sha256:c788e6a778937c0498d1b489f482a529eb1642419f7159de174c79abfce14046 done 02:09:21 #108 naming to docker.io/library/core-command-arm64 done 02:09:21 #108 DONE 7.4s 02:09:21 02:09:21 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:09:26 #33 ... 02:09:26 02:09:26 #126 [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:09:26 #126 2079.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.35 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:09:28 #126 ... 02:09:28 02:09:28 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:09:28 #128 DONE 2080.6s 02:09:28 02:09:28 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:09:28 #33 ... 02:09:28 02:09:28 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:09:29 #176 DONE 0.2s 02:09:29 02:09:29 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:09:29 #177 DONE 0.2s 02:09:29 02:09:29 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:09:29 #33 ... 02:09:29 02:09:29 #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:09:29 #178 DONE 0.2s 02:09:29 02:09:29 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:09:29 #179 DONE 0.1s 02:09:29 02:09:29 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:09:29 #180 DONE 0.3s 02:09:29 02:09:29 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:09:29 #181 DONE 0.2s 02:09:29 02:09:29 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:09:30 #143 ... 02:09:30 02:09:30 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:32 #182 DONE 2.2s 02:09:32 02:09:32 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:32 #151 ... 02:09:32 02:09:32 #108 [security-proxy-setup] exporting to image 02:09:32 #108 exporting layers 02:09:33 #108 exporting layers 1.0s done 02:09:33 #108 writing image sha256:f9761f5bd9d2a5c9b389b4bcfe5d2832067b9f6fc2a101bdf97d8da3435d90b4 done 02:09:33 #108 naming to docker.io/library/security-proxy-setup-arm64 done 02:09:33 #108 DONE 8.4s 02:09:33 02:09:33 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:09:59 #153 ... 02:09:59 02:09:59 #126 [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:09:59 #126 DONE 2109.5s 02:09:59 02:09:59 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:59 #151 ... 02:09:59 02:09:59 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:09:59 #183 DONE 0.3s 02:09:59 02:09:59 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:09:59 #33 ... 02:09:59 02:09:59 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:09:59 #184 DONE 0.3s 02:09:59 02:09:59 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:59 #151 ... 02:09:59 02:09:59 #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:09:59 #185 DONE 0.3s 02:09:59 02:09:59 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:09:59 #145 ... 02:09:59 02:09:59 #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:09:59 #186 DONE 0.1s 02:09:59 02:09:59 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:09:59 #187 DONE 0.1s 02:09:59 02:09:59 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:59 #151 ... 02:09:59 02:09:59 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:09:59 #188 DONE 0.3s 02:09:59 02:09:59 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:09:59 #189 DONE 0.5s 02:09:59 02:09:59 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:09:59 #190 DONE 0.1s 02:09:59 02:09:59 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:10:01 #191 DONE 2.3s 02:10:01 02:10:01 #108 [security-secretstore-setup] exporting to image 02:10:01 #108 exporting layers 02:10:03 #108 exporting layers 1.7s done 02:10:03 #108 writing image sha256:b704a806c12fea43b8f2d996b46463cdc2cbc70debca85f23c0efd9e2eb93c1c done 02:10:03 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 02:10:03 #108 DONE 10.1s 02:10:03 02:10:03 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:11:25 #33 ... 02:11:25 02:11:25 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:11:25 #153 DONE 2157.4s 02:11:25 02:11:25 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:11:25 #143 ... 02:11:25 02:11:25 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:11:25 #192 DONE 0.3s 02:11:25 02:11:25 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:11:25 #151 ... 02:11:25 02:11:25 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:11:25 #193 DONE 0.1s 02:11:25 02:11:25 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:11:25 #194 DONE 0.4s 02:11:25 02:11:25 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:11:25 #141 ... 02:11:25 02:11:25 #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:11:25 #195 DONE 0.1s 02:11:25 02:11:25 #108 [security-spiffe-token-provider] exporting to image 02:11:25 #108 exporting layers 02:11:25 #108 exporting layers 0.8s done 02:11:25 #108 writing image sha256:f48511d21122432757beb7e5031681097d3bfb4d421fa6eb05e155aa1ca1d660 done 02:11:25 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:11:25 #108 DONE 11.0s 02:11:25 02:11:25 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:11:47 #151 ... 02:11:47 02:11:47 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:11:47 #141 DONE 2210.6s 02:11:47 02:11:47 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:11:47 #33 ... 02:11:47 02:11:47 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:11:47 #196 DONE 0.2s 02:11:47 02:11:47 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:11:47 #33 ... 02:11:47 02:11:47 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:11:47 #197 DONE 0.2s 02:11:47 02:11:47 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:11:48 #198 DONE 0.5s 02:11:48 02:11:48 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:11:48 #199 DONE 0.1s 02:11:48 02:11:48 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:11:48 #200 DONE 0.2s 02:11:48 02:11:48 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:11:48 #143 ... 02:11:48 02:11:48 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:11:50 #201 ... 02:11:50 02:11:50 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:11:50 #143 DONE 2214.3s 02:11:50 02:11:50 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:11:50 #146 ... 02:11:50 02:11:50 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:11:50 #201 DONE 2.5s 02:11:51 02:11:51 #108 [security-proxy-auth] exporting to image 02:11:51 #108 exporting layers 02:11:51 #108 ... 02:11:51 02:11:51 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:11:51 #202 CACHED 02:11:51 02:11:51 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:11:51 #203 CACHED 02:11:52 02:11:52 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:11:52 #204 ... 02:11:52 02:11:52 #108 [security-proxy-auth] exporting to image 02:11:52 #108 exporting layers 0.9s done 02:11:52 #108 writing image sha256:90f216c7f4edfb072ec37a5dd6c51b643708da7a98863fc5f5dd155ad1a0809f done 02:11:52 #108 naming to docker.io/library/security-proxy-auth-arm64 done 02:11:52 #108 DONE 11.9s 02:11:52 02:11:52 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:11:52 #65 ... 02:11:52 02:11:52 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:11:52 #204 DONE 0.6s 02:11:52 02:11:52 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:11:52 #205 DONE 0.2s 02:11:52 02:11:52 #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:11:52 #206 DONE 0.2s 02:11:52 02:11:52 #108 [core-metadata] exporting to image 02:11:53 #108 exporting layers 0.6s done 02:11:53 #108 writing image sha256:80d7c0bc1380acd1879c048bdfdbb8380562a7378381518b197f59e8df5dc603 done 02:11:53 #108 naming to docker.io/library/core-metadata-arm64 done 02:11:53 #108 DONE 12.5s 02:11:53 02:11:53 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:11:54 #33 ... 02:11:54 02:11:54 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:11:54 #154 DONE 2202.4s 02:11:54 02:11:54 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:11:55 #65 ... 02:11:55 02:11:55 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:11:55 #207 DONE 0.2s 02:11:55 02:11:55 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:11:55 #33 ... 02:11:55 02:11:55 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:11:55 #208 DONE 0.4s 02:11:55 02:11:55 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:11:56 #209 DONE 0.1s 02:11:56 02:11:56 #108 [core-keeper] exporting to image 02:11:56 #108 exporting layers 0.5s done 02:11:56 #108 writing image sha256:e410dcbdf2b62109bf8dfb7f8efa8ff4023a043ace1cb9ef18d1ebdd8e94e6d0 done 02:11:56 #108 naming to docker.io/library/core-keeper-arm64 done 02:11:56 #108 DONE 13.0s 02:11:56 02:11:56 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:11:57 #65 ... 02:11:57 02:11:57 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:11:57 #146 DONE 2221.1s 02:11:57 02:11:57 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:11:57 #151 ... 02:11:57 02:11:57 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:11:57 #210 DONE 0.4s 02:11:57 02:11:57 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:11:57 #33 ... 02:11:57 02:11:57 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:11:57 #211 DONE 0.1s 02:11:58 02:11:58 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:11:58 #212 DONE 0.4s 02:11:58 02:11:58 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:11:58 #65 ... 02:11:58 02:11:58 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:11:58 #213 DONE 0.1s 02:11:58 02:11:58 #108 [core-data] exporting to image 02:11:59 #108 exporting layers 0.4s done 02:11:59 #108 writing image sha256:84cfc0fc18c192bf5bc26f97733ce018f1e5a6e16109d6747b2ad65e896e94be done 02:11:59 #108 naming to docker.io/library/core-data-arm64 done 02:11:59 #108 DONE 13.5s 02:11:59 02:11:59 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:12:31 #33 ... 02:12:31 02:12:31 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:12:31 #151 DONE 2235.3s 02:12:31 02:12:31 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:12:31 #33 ... 02:12:31 02:12:31 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:12:31 #214 DONE 0.2s 02:12:31 02:12:31 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:12:31 #215 DONE 0.2s 02:12:31 02:12:31 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:12:31 #216 DONE 0.5s 02:12:31 02:12:31 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:12:31 #217 DONE 0.1s 02:12:31 02:12:31 #108 [support-scheduler] exporting to image 02:12:31 #108 exporting layers 02:12:31 #108 exporting layers 1.1s done 02:12:31 #108 writing image sha256:e994ae63a330224485c12a99755d0b9bec50b46c0dcb6ea3af7909fc9adafada done 02:12:31 #108 naming to docker.io/library/support-scheduler-arm64 done 02:12:31 #108 DONE 14.5s 02:12:31 02:12:31 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:12:34 #33 ... 02:12:34 02:12:34 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:12:34 #145 DONE 2251.8s 02:12:34 02:12:34 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:12:34 #218 DONE 0.1s 02:12:34 02:12:34 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:12:34 #33 ... 02:12:34 02:12:34 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:12:34 #219 DONE 0.1s 02:12:35 02:12:35 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:12:35 #220 DONE 0.4s 02:12:35 02:12:35 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:12:35 #33 ... 02:12:35 02:12:35 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:12:35 #221 DONE 0.1s 02:12:35 02:12:35 #108 [support-notifications] exporting to image 02:12:35 #108 exporting layers 02:12:35 #108 exporting layers 0.6s done 02:12:35 #108 writing image sha256:e9fba365debae954e5af7cd91e233461a1a6c57467b8e7d6de19b20a6d638c05 done 02:12:35 #108 naming to docker.io/library/support-notifications-arm64 done 02:12:35 #108 DONE 15.1s 02:12:35 02:12:35 #33 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:12:35 time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:12:35 time="2025-07-04T01:32:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:12:35 $ docker stop --time=1 ac60f6ec7382e45cad0c6d5f9e41cbcda291652ca1b3b7eabd7a5dc937af6db6 02:12:37 $ docker rm -f --volumes ac60f6ec7382e45cad0c6d5f9e41cbcda291652ca1b3b7eabd7a5dc937af6db6 [Pipeline] // withDockerContainer [Pipeline] sh 02:12:38 + docker images 02:12:38 REPOSITORY TAG IMAGE ID CREATED SIZE 02:12:38 support-notifications-arm64 latest e9fba365deba 2 seconds ago 52.6MB 02:12:38 support-scheduler-arm64 latest e994ae63a330 9 seconds ago 48.9MB 02:12:38 core-data-arm64 latest 84cfc0fc18c1 39 seconds ago 33.4MB 02:12:38 core-keeper-arm64 latest e410dcbdf2b6 42 seconds ago 33MB 02:12:38 core-metadata-arm64 latest 80d7c0bc1380 45 seconds ago 33.6MB 02:12:38 security-proxy-auth-arm64 latest 90f216c7f4ed 47 seconds ago 32.3MB 02:12:38 security-spiffe-token-provider-arm64 latest f48511d21122 About a minute ago 48.4MB 02:12:38 security-secretstore-setup-arm64 latest b704a806c12f 2 minutes ago 68.5MB 02:12:38 security-proxy-setup-arm64 latest f9761f5bd9d2 3 minutes ago 39MB 02:12:38 core-command-arm64 latest c788e6a77893 3 minutes ago 29MB 02:12:38 security-bootstrapper-arm64 latest e756242c8df6 19 minutes ago 21.1MB 02:12:38 core-common-config-bootstrapper-arm64 latest f2a85b7ee7e1 19 minutes ago 18MB 02:12:38 security-spire-config-arm64 latest 7c66cb34039b 39 minutes ago 143MB 02:12:38 security-spire-agent-arm64 latest 48d8c8d52e2a 39 minutes ago 187MB 02:12:38 security-spire-server-arm64 latest 23338767e7a7 39 minutes ago 144MB 02:12:38 ci-base-image-arm64 latest 59dea5d0c77d 41 minutes ago 909MB 02:12:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 weeks ago 560MB 02:12:38 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:12:38 provisioning config files... 02:12:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/867@tmp/config14275391530995497220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:38 ---> ****-login.sh 02:12:38 nexus3.edgexfoundry.org:10001 02:12:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:39 Configure a credential helper to remove this warning. See 02:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:39 02:12:39 Login Succeeded 02:12:39 nexus3.edgexfoundry.org:10002 02:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:39 Configure a credential helper to remove this warning. See 02:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:39 02:12:39 Login Succeeded 02:12:39 nexus3.edgexfoundry.org:10003 02:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:39 Configure a credential helper to remove this warning. See 02:12:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:39 02:12:39 Login Succeeded 02:12:39 nexus3.edgexfoundry.org:10004 02:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:40 Configure a credential helper to remove this warning. See 02:12:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:40 02:12:40 Login Succeeded 02:12:40 ****.io 02:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:12:40 Configure a credential helper to remove this warning. See 02:12:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:12:40 02:12:40 Login Succeeded 02:12:40 ---> ****-login.sh ends [Pipeline] } 02:12:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:12:40 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:12:40 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:12:40 latest 02:12:40 4.1.0-dev.35 02:12:40 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:12:40 main 02:12:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:12:41 857e75ed1ecb: Preparing 02:12:41 26ffbcf6c9b3: Preparing 02:12:41 ac28966a159c: Preparing 02:12:41 5643a156fe11: Preparing 02:12:41 f764b0bee74d: Preparing 02:12:41 9dfe06f5e710: Preparing 02:12:41 dd9c8f8612c8: Preparing 02:12:41 9dfe06f5e710: Waiting 02:12:41 dd9c8f8612c8: Waiting 02:12:41 5643a156fe11: Pushed 02:12:41 857e75ed1ecb: Pushed 02:12:41 ac28966a159c: Pushed 02:12:41 f764b0bee74d: Pushed 02:12:41 dd9c8f8612c8: Layer already exists 02:12:42 9dfe06f5e710: Pushed 02:12:46 26ffbcf6c9b3: Pushed 02:12:46 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:12:47 857e75ed1ecb: Preparing 02:12:47 26ffbcf6c9b3: Preparing 02:12:47 ac28966a159c: Preparing 02:12:47 5643a156fe11: Preparing 02:12:47 f764b0bee74d: Preparing 02:12:47 9dfe06f5e710: Preparing 02:12:47 dd9c8f8612c8: Preparing 02:12:47 9dfe06f5e710: Waiting 02:12:47 dd9c8f8612c8: Waiting 02:12:47 26ffbcf6c9b3: Layer already exists 02:12:47 857e75ed1ecb: Layer already exists 02:12:47 5643a156fe11: Layer already exists 02:12:47 ac28966a159c: Layer already exists 02:12:47 f764b0bee74d: Layer already exists 02:12:47 9dfe06f5e710: Layer already exists 02:12:47 dd9c8f8612c8: Layer already exists 02:12:47 latest: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 02:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:12:48 857e75ed1ecb: Preparing 02:12:48 26ffbcf6c9b3: Preparing 02:12:48 ac28966a159c: Preparing 02:12:48 5643a156fe11: Preparing 02:12:48 f764b0bee74d: Preparing 02:12:48 9dfe06f5e710: Preparing 02:12:48 dd9c8f8612c8: Preparing 02:12:48 9dfe06f5e710: Waiting 02:12:48 dd9c8f8612c8: Waiting 02:12:48 ac28966a159c: Layer already exists 02:12:48 857e75ed1ecb: Layer already exists 02:12:48 26ffbcf6c9b3: Layer already exists 02:12:48 5643a156fe11: Layer already exists 02:12:48 f764b0bee74d: Layer already exists 02:12:48 dd9c8f8612c8: Layer already exists 02:12:48 9dfe06f5e710: Layer already exists 02:12:48 4.1.0-dev.35: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:12:49 857e75ed1ecb: Preparing 02:12:49 26ffbcf6c9b3: Preparing 02:12:49 ac28966a159c: Preparing 02:12:49 5643a156fe11: Preparing 02:12:49 f764b0bee74d: Preparing 02:12:49 9dfe06f5e710: Preparing 02:12:49 dd9c8f8612c8: Preparing 02:12:49 9dfe06f5e710: Waiting 02:12:49 dd9c8f8612c8: Waiting 02:12:49 ac28966a159c: Layer already exists 02:12:49 f764b0bee74d: Layer already exists 02:12:49 5643a156fe11: Layer already exists 02:12:49 26ffbcf6c9b3: Layer already exists 02:12:49 9dfe06f5e710: Layer already exists 02:12:49 dd9c8f8612c8: Layer already exists 02:12:50 857e75ed1ecb: Layer already exists 02:12:50 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:12:51 857e75ed1ecb: Preparing 02:12:51 26ffbcf6c9b3: Preparing 02:12:51 ac28966a159c: Preparing 02:12:51 5643a156fe11: Preparing 02:12:51 f764b0bee74d: Preparing 02:12:51 9dfe06f5e710: Preparing 02:12:51 dd9c8f8612c8: Preparing 02:12:51 9dfe06f5e710: Waiting 02:12:51 dd9c8f8612c8: Waiting 02:12:51 5643a156fe11: Layer already exists 02:12:51 f764b0bee74d: Layer already exists 02:12:51 857e75ed1ecb: Layer already exists 02:12:51 ac28966a159c: Layer already exists 02:12:51 26ffbcf6c9b3: Layer already exists 02:12:51 9dfe06f5e710: Layer already exists 02:12:51 dd9c8f8612c8: Layer already exists 02:12:51 main: digest: sha256:15ee8c2df2401809463720839efc74c9ccc6c370ac8b619ddcccd521f4e6826b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:51 ===================================================== [Pipeline] echo 02:12:51 taggedImages: 02:12:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:12:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:12:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 02:12:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:12:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:12:51 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:12:51 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:12:51 latest 02:12:51 4.1.0-dev.35 02:12:51 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:12:51 main 02:12:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:52 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:12:52 54a3e611308e: Preparing 02:12:52 183caff15a40: Preparing 02:12:52 49a444994869: Preparing 02:12:52 7d16d1447908: Preparing 02:12:52 ac28966a159c: Preparing 02:12:52 5643a156fe11: Preparing 02:12:52 f764b0bee74d: Preparing 02:12:52 9dfe06f5e710: Preparing 02:12:52 dd9c8f8612c8: Preparing 02:12:52 f764b0bee74d: Waiting 02:12:52 5643a156fe11: Waiting 02:12:52 9dfe06f5e710: Waiting 02:12:52 dd9c8f8612c8: Waiting 02:12:52 ac28966a159c: Layer already exists 02:12:52 5643a156fe11: Layer already exists 02:12:52 f764b0bee74d: Layer already exists 02:12:52 49a444994869: Pushed 02:12:52 183caff15a40: Pushed 02:12:52 9dfe06f5e710: Layer already exists 02:12:52 54a3e611308e: Pushed 02:12:52 dd9c8f8612c8: Layer already exists 02:12:55 7d16d1447908: Pushed 02:12:55 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:55 + 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:12:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:12:56 54a3e611308e: Preparing 02:12:56 183caff15a40: Preparing 02:12:56 49a444994869: Preparing 02:12:56 7d16d1447908: Preparing 02:12:56 ac28966a159c: Preparing 02:12:56 5643a156fe11: Preparing 02:12:56 f764b0bee74d: Preparing 02:12:56 9dfe06f5e710: Preparing 02:12:56 dd9c8f8612c8: Preparing 02:12:56 5643a156fe11: Waiting 02:12:56 f764b0bee74d: Waiting 02:12:56 9dfe06f5e710: Waiting 02:12:56 dd9c8f8612c8: Waiting 02:12:56 7d16d1447908: Layer already exists 02:12:56 183caff15a40: Layer already exists 02:12:56 54a3e611308e: Layer already exists 02:12:56 49a444994869: Layer already exists 02:12:56 ac28966a159c: Layer already exists 02:12:56 f764b0bee74d: Layer already exists 02:12:56 5643a156fe11: Layer already exists 02:12:56 9dfe06f5e710: Layer already exists 02:12:56 dd9c8f8612c8: Layer already exists 02:12:56 latest: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 02:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:12:59 54a3e611308e: Preparing 02:12:59 183caff15a40: Preparing 02:12:59 49a444994869: Preparing 02:12:59 7d16d1447908: Preparing 02:12:59 ac28966a159c: Preparing 02:12:59 5643a156fe11: Preparing 02:12:59 f764b0bee74d: Preparing 02:12:59 9dfe06f5e710: Preparing 02:12:59 dd9c8f8612c8: Preparing 02:12:59 f764b0bee74d: Waiting 02:12:59 9dfe06f5e710: Waiting 02:12:59 dd9c8f8612c8: Waiting 02:12:59 5643a156fe11: Waiting 02:12:59 ac28966a159c: Layer already exists 02:12:59 54a3e611308e: Layer already exists 02:12:59 49a444994869: Layer already exists 02:12:59 7d16d1447908: Layer already exists 02:12:59 183caff15a40: Layer already exists 02:12:59 9dfe06f5e710: Layer already exists 02:12:59 5643a156fe11: Layer already exists 02:12:59 f764b0bee74d: Layer already exists 02:12:59 dd9c8f8612c8: Layer already exists 02:12:59 4.1.0-dev.35: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:00 54a3e611308e: Preparing 02:13:00 183caff15a40: Preparing 02:13:00 49a444994869: Preparing 02:13:00 7d16d1447908: Preparing 02:13:00 ac28966a159c: Preparing 02:13:00 5643a156fe11: Preparing 02:13:00 f764b0bee74d: Preparing 02:13:00 9dfe06f5e710: Preparing 02:13:00 dd9c8f8612c8: Preparing 02:13:00 5643a156fe11: Waiting 02:13:00 f764b0bee74d: Waiting 02:13:00 dd9c8f8612c8: Waiting 02:13:00 9dfe06f5e710: Waiting 02:13:00 54a3e611308e: Layer already exists 02:13:00 7d16d1447908: Layer already exists 02:13:00 ac28966a159c: Layer already exists 02:13:00 49a444994869: Layer already exists 02:13:00 183caff15a40: Layer already exists 02:13:00 9dfe06f5e710: Layer already exists 02:13:00 5643a156fe11: Layer already exists 02:13:00 f764b0bee74d: Layer already exists 02:13:00 dd9c8f8612c8: Layer already exists 02:13:00 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:00 + 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:13:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:13:01 54a3e611308e: Preparing 02:13:01 183caff15a40: Preparing 02:13:01 49a444994869: Preparing 02:13:01 7d16d1447908: Preparing 02:13:01 ac28966a159c: Preparing 02:13:01 5643a156fe11: Preparing 02:13:01 f764b0bee74d: Preparing 02:13:01 9dfe06f5e710: Preparing 02:13:01 dd9c8f8612c8: Preparing 02:13:01 5643a156fe11: Waiting 02:13:01 f764b0bee74d: Waiting 02:13:01 9dfe06f5e710: Waiting 02:13:01 dd9c8f8612c8: Waiting 02:13:01 54a3e611308e: Layer already exists 02:13:01 183caff15a40: Layer already exists 02:13:01 ac28966a159c: Layer already exists 02:13:01 49a444994869: Layer already exists 02:13:01 7d16d1447908: Layer already exists 02:13:01 5643a156fe11: Layer already exists 02:13:01 dd9c8f8612c8: Layer already exists 02:13:01 f764b0bee74d: Layer already exists 02:13:01 9dfe06f5e710: Layer already exists 02:13:01 main: digest: sha256:4862e5c67447c8e6b2e0d8b88766864463f33d90929a90b88ff8133b5f1d7f8d size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:01 ===================================================== [Pipeline] echo 02:13:01 taggedImages: 02:13:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:13:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 02:13:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:01 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:13:01 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:13:01 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:01 latest 02:13:01 4.1.0-dev.35 02:13:01 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:01 main 02:13:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:02 555c6aa9ca76: Preparing 02:13:02 f01f6c7e5643: Preparing 02:13:02 ac28966a159c: Preparing 02:13:02 5643a156fe11: Preparing 02:13:02 afc0f4cea611: Preparing 02:13:02 53e346b5b631: Preparing 02:13:02 dd9c8f8612c8: Preparing 02:13:02 53e346b5b631: Waiting 02:13:02 dd9c8f8612c8: Waiting 02:13:02 5643a156fe11: Layer already exists 02:13:02 ac28966a159c: Layer already exists 02:13:02 dd9c8f8612c8: Layer already exists 02:13:02 afc0f4cea611: Pushed 02:13:02 555c6aa9ca76: Pushed 02:13:02 53e346b5b631: Pushed 02:13:08 f01f6c7e5643: Pushed 02:13:08 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:08 555c6aa9ca76: Preparing 02:13:08 f01f6c7e5643: Preparing 02:13:08 ac28966a159c: Preparing 02:13:08 5643a156fe11: Preparing 02:13:08 afc0f4cea611: Preparing 02:13:08 53e346b5b631: Preparing 02:13:08 dd9c8f8612c8: Preparing 02:13:08 dd9c8f8612c8: Waiting 02:13:08 53e346b5b631: Waiting 02:13:08 f01f6c7e5643: Layer already exists 02:13:08 555c6aa9ca76: Layer already exists 02:13:08 ac28966a159c: Layer already exists 02:13:08 afc0f4cea611: Layer already exists 02:13:08 5643a156fe11: Layer already exists 02:13:08 53e346b5b631: Layer already exists 02:13:08 dd9c8f8612c8: Layer already exists 02:13:09 latest: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 02:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:09 555c6aa9ca76: Preparing 02:13:09 f01f6c7e5643: Preparing 02:13:09 ac28966a159c: Preparing 02:13:09 5643a156fe11: Preparing 02:13:09 afc0f4cea611: Preparing 02:13:09 53e346b5b631: Preparing 02:13:09 dd9c8f8612c8: Preparing 02:13:09 53e346b5b631: Waiting 02:13:09 dd9c8f8612c8: Waiting 02:13:09 555c6aa9ca76: Layer already exists 02:13:09 5643a156fe11: Layer already exists 02:13:09 f01f6c7e5643: Layer already exists 02:13:09 ac28966a159c: Layer already exists 02:13:09 afc0f4cea611: Layer already exists 02:13:09 dd9c8f8612c8: Layer already exists 02:13:09 53e346b5b631: Layer already exists 02:13:09 4.1.0-dev.35: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:10 555c6aa9ca76: Preparing 02:13:10 f01f6c7e5643: Preparing 02:13:10 ac28966a159c: Preparing 02:13:10 5643a156fe11: Preparing 02:13:10 afc0f4cea611: Preparing 02:13:10 53e346b5b631: Preparing 02:13:10 dd9c8f8612c8: Preparing 02:13:10 53e346b5b631: Waiting 02:13:10 dd9c8f8612c8: Waiting 02:13:10 afc0f4cea611: Layer already exists 02:13:10 ac28966a159c: Layer already exists 02:13:10 f01f6c7e5643: Layer already exists 02:13:10 555c6aa9ca76: Layer already exists 02:13:10 5643a156fe11: Layer already exists 02:13:10 53e346b5b631: Layer already exists 02:13:10 dd9c8f8612c8: Layer already exists 02:13:11 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:13:11 555c6aa9ca76: Preparing 02:13:11 f01f6c7e5643: Preparing 02:13:11 ac28966a159c: Preparing 02:13:11 5643a156fe11: Preparing 02:13:11 afc0f4cea611: Preparing 02:13:11 53e346b5b631: Preparing 02:13:11 dd9c8f8612c8: Preparing 02:13:11 53e346b5b631: Waiting 02:13:11 afc0f4cea611: Layer already exists 02:13:11 5643a156fe11: Layer already exists 02:13:11 555c6aa9ca76: Layer already exists 02:13:11 f01f6c7e5643: Layer already exists 02:13:11 ac28966a159c: Layer already exists 02:13:11 dd9c8f8612c8: Layer already exists 02:13:11 53e346b5b631: Layer already exists 02:13:12 main: digest: sha256:21780bd43f0a3d89ec15fa8ee2d64e7468fd89b204cfa15d2e8939460d82cc67 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:12 ===================================================== [Pipeline] echo 02:13:12 taggedImages: 02:13:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:13:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 02:13:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:12 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:13:12 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:13:12 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:12 latest 02:13:12 4.1.0-dev.35 02:13:12 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:12 main 02:13:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:13 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:13 317e8ce666df: Preparing 02:13:13 5a490a84c72d: Preparing 02:13:13 5643a156fe11: Preparing 02:13:13 52d6e6f64202: Preparing 02:13:13 1baef0de48be: Preparing 02:13:13 dd9c8f8612c8: Preparing 02:13:13 dd9c8f8612c8: Waiting 02:13:13 5643a156fe11: Layer already exists 02:13:13 dd9c8f8612c8: Layer already exists 02:13:13 1baef0de48be: Pushed 02:13:13 317e8ce666df: Pushed 02:13:13 52d6e6f64202: Pushed 02:13:19 5a490a84c72d: Pushed 02:13:19 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:19 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:20 317e8ce666df: Preparing 02:13:20 5a490a84c72d: Preparing 02:13:20 5643a156fe11: Preparing 02:13:20 52d6e6f64202: Preparing 02:13:20 1baef0de48be: Preparing 02:13:20 dd9c8f8612c8: Preparing 02:13:20 dd9c8f8612c8: Waiting 02:13:20 1baef0de48be: Layer already exists 02:13:20 5a490a84c72d: Layer already exists 02:13:20 52d6e6f64202: Layer already exists 02:13:20 5643a156fe11: Layer already exists 02:13:20 317e8ce666df: Layer already exists 02:13:20 dd9c8f8612c8: Layer already exists 02:13:20 latest: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:20 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 02:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:21 317e8ce666df: Preparing 02:13:21 5a490a84c72d: Preparing 02:13:21 5643a156fe11: Preparing 02:13:21 52d6e6f64202: Preparing 02:13:21 1baef0de48be: Preparing 02:13:21 dd9c8f8612c8: Preparing 02:13:21 dd9c8f8612c8: Waiting 02:13:21 52d6e6f64202: Layer already exists 02:13:21 5643a156fe11: Layer already exists 02:13:21 5a490a84c72d: Layer already exists 02:13:21 317e8ce666df: Layer already exists 02:13:21 1baef0de48be: Layer already exists 02:13:21 dd9c8f8612c8: Layer already exists 02:13:21 4.1.0-dev.35: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:21 317e8ce666df: Preparing 02:13:21 5a490a84c72d: Preparing 02:13:21 5643a156fe11: Preparing 02:13:21 52d6e6f64202: Preparing 02:13:21 1baef0de48be: Preparing 02:13:21 dd9c8f8612c8: Preparing 02:13:21 dd9c8f8612c8: Waiting 02:13:21 5a490a84c72d: Layer already exists 02:13:21 5643a156fe11: Layer already exists 02:13:21 1baef0de48be: Layer already exists 02:13:21 317e8ce666df: Layer already exists 02:13:21 52d6e6f64202: Layer already exists 02:13:21 dd9c8f8612c8: Layer already exists 02:13:21 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:22 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:13:22 317e8ce666df: Preparing 02:13:22 5a490a84c72d: Preparing 02:13:22 5643a156fe11: Preparing 02:13:22 52d6e6f64202: Preparing 02:13:22 1baef0de48be: Preparing 02:13:22 dd9c8f8612c8: Preparing 02:13:22 dd9c8f8612c8: Waiting 02:13:22 5643a156fe11: Layer already exists 02:13:22 1baef0de48be: Layer already exists 02:13:22 52d6e6f64202: Layer already exists 02:13:22 317e8ce666df: Layer already exists 02:13:22 5a490a84c72d: Layer already exists 02:13:22 dd9c8f8612c8: Layer already exists 02:13:23 main: digest: sha256:eb88c9d5eabf153dc20a506be72ece64b30d16d7a429d3fbeeb41cc37f5e1aac size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:23 ===================================================== [Pipeline] echo 02:13:23 taggedImages: 02:13:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:13:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 02:13:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:23 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:13:23 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:13:23 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:23 latest 02:13:23 4.1.0-dev.35 02:13:23 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:23 main 02:13:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:24 a2f5bd4ffc11: Preparing 02:13:24 7196b4812059: Preparing 02:13:24 2d252357842e: Preparing 02:13:24 ac28966a159c: Preparing 02:13:24 5643a156fe11: Preparing 02:13:24 f764b0bee74d: Preparing 02:13:24 9dfe06f5e710: Preparing 02:13:24 dd9c8f8612c8: Preparing 02:13:24 f764b0bee74d: Waiting 02:13:24 9dfe06f5e710: Waiting 02:13:24 dd9c8f8612c8: Waiting 02:13:24 ac28966a159c: Layer already exists 02:13:24 5643a156fe11: Layer already exists 02:13:24 f764b0bee74d: Layer already exists 02:13:24 7196b4812059: Pushed 02:13:24 9dfe06f5e710: Layer already exists 02:13:24 dd9c8f8612c8: Layer already exists 02:13:24 a2f5bd4ffc11: Pushed 02:13:29 2d252357842e: Pushed 02:13:30 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:30 a2f5bd4ffc11: Preparing 02:13:30 7196b4812059: Preparing 02:13:30 2d252357842e: Preparing 02:13:30 ac28966a159c: Preparing 02:13:30 5643a156fe11: Preparing 02:13:30 f764b0bee74d: Preparing 02:13:30 9dfe06f5e710: Preparing 02:13:30 f764b0bee74d: Waiting 02:13:30 dd9c8f8612c8: Preparing 02:13:30 9dfe06f5e710: Waiting 02:13:30 dd9c8f8612c8: Waiting 02:13:30 2d252357842e: Layer already exists 02:13:30 a2f5bd4ffc11: Layer already exists 02:13:30 5643a156fe11: Layer already exists 02:13:30 ac28966a159c: Layer already exists 02:13:30 7196b4812059: Layer already exists 02:13:30 f764b0bee74d: Layer already exists 02:13:30 dd9c8f8612c8: Layer already exists 02:13:30 9dfe06f5e710: Layer already exists 02:13:31 latest: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 02:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:31 a2f5bd4ffc11: Preparing 02:13:31 7196b4812059: Preparing 02:13:31 2d252357842e: Preparing 02:13:31 ac28966a159c: Preparing 02:13:31 5643a156fe11: Preparing 02:13:31 f764b0bee74d: Preparing 02:13:31 9dfe06f5e710: Preparing 02:13:31 dd9c8f8612c8: Preparing 02:13:31 f764b0bee74d: Waiting 02:13:31 9dfe06f5e710: Waiting 02:13:31 dd9c8f8612c8: Waiting 02:13:31 a2f5bd4ffc11: Layer already exists 02:13:31 ac28966a159c: Layer already exists 02:13:31 2d252357842e: Layer already exists 02:13:31 7196b4812059: Layer already exists 02:13:31 5643a156fe11: Layer already exists 02:13:31 f764b0bee74d: Layer already exists 02:13:31 9dfe06f5e710: Layer already exists 02:13:31 dd9c8f8612c8: Layer already exists 02:13:32 4.1.0-dev.35: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:32 a2f5bd4ffc11: Preparing 02:13:32 7196b4812059: Preparing 02:13:32 2d252357842e: Preparing 02:13:32 ac28966a159c: Preparing 02:13:32 5643a156fe11: Preparing 02:13:32 f764b0bee74d: Preparing 02:13:32 9dfe06f5e710: Preparing 02:13:32 dd9c8f8612c8: Preparing 02:13:32 9dfe06f5e710: Waiting 02:13:32 dd9c8f8612c8: Waiting 02:13:32 f764b0bee74d: Waiting 02:13:32 5643a156fe11: Layer already exists 02:13:32 ac28966a159c: Layer already exists 02:13:32 7196b4812059: Layer already exists 02:13:32 2d252357842e: Layer already exists 02:13:32 a2f5bd4ffc11: Layer already exists 02:13:32 9dfe06f5e710: Layer already exists 02:13:32 f764b0bee74d: Layer already exists 02:13:32 dd9c8f8612c8: Layer already exists 02:13:32 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:13:33 a2f5bd4ffc11: Preparing 02:13:33 7196b4812059: Preparing 02:13:33 2d252357842e: Preparing 02:13:33 ac28966a159c: Preparing 02:13:33 5643a156fe11: Preparing 02:13:33 f764b0bee74d: Preparing 02:13:33 9dfe06f5e710: Preparing 02:13:33 f764b0bee74d: Waiting 02:13:33 dd9c8f8612c8: Preparing 02:13:33 9dfe06f5e710: Waiting 02:13:33 dd9c8f8612c8: Waiting 02:13:33 5643a156fe11: Layer already exists 02:13:33 ac28966a159c: Layer already exists 02:13:33 7196b4812059: Layer already exists 02:13:33 2d252357842e: Layer already exists 02:13:33 a2f5bd4ffc11: Layer already exists 02:13:33 dd9c8f8612c8: Layer already exists 02:13:33 f764b0bee74d: Layer already exists 02:13:33 9dfe06f5e710: Layer already exists 02:13:33 main: digest: sha256:16eeab39c700937aead5d6a8841b8d01df0cca2d94ba250caa3d547dae10df3c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:34 ===================================================== [Pipeline] echo 02:13:34 taggedImages: 02:13:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:13:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 02:13:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:13:34 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:13:34 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:34 latest 02:13:34 4.1.0-dev.35 02:13:34 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:34 main 02:13:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:34 c21f7c1e55aa: Preparing 02:13:34 215a5a0b1532: Preparing 02:13:34 e83580d590cf: Preparing 02:13:34 e5fa58ac22e5: Preparing 02:13:34 645e82ea31ca: Preparing 02:13:34 7381de71b186: Preparing 02:13:34 6f25ee8798f8: Preparing 02:13:34 ac28966a159c: Preparing 02:13:34 5643a156fe11: Preparing 02:13:34 86f9b16c4136: Preparing 02:13:34 65c480009480: Preparing 02:13:34 6f25ee8798f8: Waiting 02:13:34 ac28966a159c: Waiting 02:13:34 5643a156fe11: Waiting 02:13:34 86f9b16c4136: Waiting 02:13:34 7381de71b186: Waiting 02:13:34 5f70bf18a086: Preparing 02:13:34 65c480009480: Waiting 02:13:34 b7343d57c1f6: Preparing 02:13:34 5f70bf18a086: Waiting 02:13:34 1eb89d811b84: Preparing 02:13:34 b7343d57c1f6: Waiting 02:13:34 f96ef114d469: Preparing 02:13:34 1eb89d811b84: Waiting 02:13:34 dd9c8f8612c8: Preparing 02:13:34 f96ef114d469: Waiting 02:13:35 e5fa58ac22e5: Pushed 02:13:35 645e82ea31ca: Pushed 02:13:35 215a5a0b1532: Pushed 02:13:35 e83580d590cf: Pushed 02:13:35 c21f7c1e55aa: Pushed 02:13:35 ac28966a159c: Layer already exists 02:13:35 5643a156fe11: Layer already exists 02:13:35 5f70bf18a086: Layer already exists 02:13:35 7381de71b186: Pushed 02:13:35 86f9b16c4136: Pushed 02:13:35 65c480009480: Pushed 02:13:35 b7343d57c1f6: Pushed 02:13:35 dd9c8f8612c8: Layer already exists 02:13:35 1eb89d811b84: Pushed 02:13:35 f96ef114d469: Pushed 02:13:37 6f25ee8798f8: Pushed 02:13:38 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:38 c21f7c1e55aa: Preparing 02:13:38 215a5a0b1532: Preparing 02:13:38 e83580d590cf: Preparing 02:13:38 e5fa58ac22e5: Preparing 02:13:38 645e82ea31ca: Preparing 02:13:38 7381de71b186: Preparing 02:13:38 6f25ee8798f8: Preparing 02:13:38 ac28966a159c: Preparing 02:13:38 5643a156fe11: Preparing 02:13:38 86f9b16c4136: Preparing 02:13:38 65c480009480: Preparing 02:13:38 5f70bf18a086: Preparing 02:13:38 b7343d57c1f6: Preparing 02:13:38 1eb89d811b84: Preparing 02:13:38 f96ef114d469: Preparing 02:13:38 dd9c8f8612c8: Preparing 02:13:38 7381de71b186: Waiting 02:13:38 6f25ee8798f8: Waiting 02:13:38 ac28966a159c: Waiting 02:13:38 5643a156fe11: Waiting 02:13:38 86f9b16c4136: Waiting 02:13:38 65c480009480: Waiting 02:13:38 5f70bf18a086: Waiting 02:13:38 b7343d57c1f6: Waiting 02:13:38 1eb89d811b84: Waiting 02:13:38 f96ef114d469: Waiting 02:13:38 dd9c8f8612c8: Waiting 02:13:38 e83580d590cf: Layer already exists 02:13:38 c21f7c1e55aa: Layer already exists 02:13:38 e5fa58ac22e5: Layer already exists 02:13:38 215a5a0b1532: Layer already exists 02:13:38 645e82ea31ca: Layer already exists 02:13:38 7381de71b186: Layer already exists 02:13:38 5643a156fe11: Layer already exists 02:13:38 86f9b16c4136: Layer already exists 02:13:38 6f25ee8798f8: Layer already exists 02:13:38 ac28966a159c: Layer already exists 02:13:38 65c480009480: Layer already exists 02:13:38 1eb89d811b84: Layer already exists 02:13:38 5f70bf18a086: Layer already exists 02:13:38 b7343d57c1f6: Layer already exists 02:13:38 f96ef114d469: Layer already exists 02:13:38 dd9c8f8612c8: Layer already exists 02:13:39 latest: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 02:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:39 c21f7c1e55aa: Preparing 02:13:39 215a5a0b1532: Preparing 02:13:39 e83580d590cf: Preparing 02:13:39 e5fa58ac22e5: Preparing 02:13:39 645e82ea31ca: Preparing 02:13:39 7381de71b186: Preparing 02:13:39 6f25ee8798f8: Preparing 02:13:39 7381de71b186: Waiting 02:13:39 ac28966a159c: Preparing 02:13:39 6f25ee8798f8: Waiting 02:13:39 5643a156fe11: Preparing 02:13:39 ac28966a159c: Waiting 02:13:39 86f9b16c4136: Preparing 02:13:39 65c480009480: Preparing 02:13:39 5f70bf18a086: Preparing 02:13:39 86f9b16c4136: Waiting 02:13:39 65c480009480: Waiting 02:13:39 b7343d57c1f6: Preparing 02:13:39 5f70bf18a086: Waiting 02:13:39 1eb89d811b84: Preparing 02:13:39 b7343d57c1f6: Waiting 02:13:39 f96ef114d469: Preparing 02:13:39 1eb89d811b84: Waiting 02:13:39 dd9c8f8612c8: Preparing 02:13:39 f96ef114d469: Waiting 02:13:39 dd9c8f8612c8: Waiting 02:13:39 c21f7c1e55aa: Layer already exists 02:13:39 e5fa58ac22e5: Layer already exists 02:13:39 215a5a0b1532: Layer already exists 02:13:39 645e82ea31ca: Layer already exists 02:13:39 e83580d590cf: Layer already exists 02:13:39 7381de71b186: Layer already exists 02:13:39 5643a156fe11: Layer already exists 02:13:39 ac28966a159c: Layer already exists 02:13:39 6f25ee8798f8: Layer already exists 02:13:39 86f9b16c4136: Layer already exists 02:13:39 b7343d57c1f6: Layer already exists 02:13:39 5f70bf18a086: Layer already exists 02:13:39 1eb89d811b84: Layer already exists 02:13:39 65c480009480: Layer already exists 02:13:39 f96ef114d469: Layer already exists 02:13:39 dd9c8f8612c8: Layer already exists 02:13:40 4.1.0-dev.35: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:40 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:40 c21f7c1e55aa: Preparing 02:13:40 215a5a0b1532: Preparing 02:13:40 e83580d590cf: Preparing 02:13:40 e5fa58ac22e5: Preparing 02:13:40 645e82ea31ca: Preparing 02:13:40 7381de71b186: Preparing 02:13:40 6f25ee8798f8: Preparing 02:13:40 ac28966a159c: Preparing 02:13:40 5643a156fe11: Preparing 02:13:40 86f9b16c4136: Preparing 02:13:40 65c480009480: Preparing 02:13:40 5f70bf18a086: Preparing 02:13:40 b7343d57c1f6: Preparing 02:13:40 1eb89d811b84: Preparing 02:13:40 f96ef114d469: Preparing 02:13:40 dd9c8f8612c8: Preparing 02:13:40 5643a156fe11: Waiting 02:13:40 86f9b16c4136: Waiting 02:13:40 65c480009480: Waiting 02:13:40 5f70bf18a086: Waiting 02:13:40 7381de71b186: Waiting 02:13:40 6f25ee8798f8: Waiting 02:13:40 b7343d57c1f6: Waiting 02:13:40 ac28966a159c: Waiting 02:13:40 1eb89d811b84: Waiting 02:13:40 f96ef114d469: Waiting 02:13:40 dd9c8f8612c8: Waiting 02:13:40 215a5a0b1532: Layer already exists 02:13:40 e5fa58ac22e5: Layer already exists 02:13:40 645e82ea31ca: Layer already exists 02:13:40 e83580d590cf: Layer already exists 02:13:40 c21f7c1e55aa: Layer already exists 02:13:40 ac28966a159c: Layer already exists 02:13:40 7381de71b186: Layer already exists 02:13:40 86f9b16c4136: Layer already exists 02:13:40 5643a156fe11: Layer already exists 02:13:40 6f25ee8798f8: Layer already exists 02:13:40 65c480009480: Layer already exists 02:13:40 5f70bf18a086: Layer already exists 02:13:40 b7343d57c1f6: Layer already exists 02:13:40 1eb89d811b84: Layer already exists 02:13:40 f96ef114d469: Layer already exists 02:13:41 dd9c8f8612c8: Layer already exists 02:13:41 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:13:41 c21f7c1e55aa: Preparing 02:13:41 215a5a0b1532: Preparing 02:13:41 e83580d590cf: Preparing 02:13:41 e5fa58ac22e5: Preparing 02:13:41 645e82ea31ca: Preparing 02:13:41 7381de71b186: Preparing 02:13:41 7381de71b186: Waiting 02:13:41 6f25ee8798f8: Preparing 02:13:41 ac28966a159c: Preparing 02:13:41 5643a156fe11: Preparing 02:13:41 86f9b16c4136: Preparing 02:13:41 65c480009480: Preparing 02:13:41 5f70bf18a086: Preparing 02:13:41 b7343d57c1f6: Preparing 02:13:41 1eb89d811b84: Preparing 02:13:41 f96ef114d469: Preparing 02:13:41 5643a156fe11: Waiting 02:13:41 dd9c8f8612c8: Preparing 02:13:41 86f9b16c4136: Waiting 02:13:41 6f25ee8798f8: Waiting 02:13:41 1eb89d811b84: Waiting 02:13:41 65c480009480: Waiting 02:13:41 f96ef114d469: Waiting 02:13:41 5f70bf18a086: Waiting 02:13:41 dd9c8f8612c8: Waiting 02:13:41 ac28966a159c: Waiting 02:13:41 e83580d590cf: Layer already exists 02:13:41 c21f7c1e55aa: Layer already exists 02:13:41 e5fa58ac22e5: Layer already exists 02:13:41 215a5a0b1532: Layer already exists 02:13:41 645e82ea31ca: Layer already exists 02:13:41 7381de71b186: Layer already exists 02:13:41 5643a156fe11: Layer already exists 02:13:41 6f25ee8798f8: Layer already exists 02:13:41 86f9b16c4136: Layer already exists 02:13:41 ac28966a159c: Layer already exists 02:13:41 1eb89d811b84: Layer already exists 02:13:41 f96ef114d469: Layer already exists 02:13:41 65c480009480: Layer already exists 02:13:41 5f70bf18a086: Layer already exists 02:13:41 b7343d57c1f6: Layer already exists 02:13:42 dd9c8f8612c8: Layer already exists 02:13:42 main: digest: sha256:e9e541ea40370560ff53f4b82d4ff33f6102cea480aaef585e13408c32a272f8 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:42 ===================================================== [Pipeline] echo 02:13:42 taggedImages: 02:13:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:13:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 02:13:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:13:42 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:13:42 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:42 latest 02:13:42 4.1.0-dev.35 02:13:42 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:42 main 02:13:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:42 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:42 fb1d510b4fbe: Preparing 02:13:42 27127dac8e9f: Preparing 02:13:42 45acd7565a19: Preparing 02:13:42 c98ea681867d: Preparing 02:13:42 ac28966a159c: Preparing 02:13:42 5643a156fe11: Preparing 02:13:42 f764b0bee74d: Preparing 02:13:42 9dfe06f5e710: Preparing 02:13:42 dd9c8f8612c8: Preparing 02:13:42 5643a156fe11: Waiting 02:13:42 f764b0bee74d: Waiting 02:13:42 dd9c8f8612c8: Waiting 02:13:42 9dfe06f5e710: Waiting 02:13:43 ac28966a159c: Layer already exists 02:13:43 5643a156fe11: Layer already exists 02:13:43 f764b0bee74d: Layer already exists 02:13:43 45acd7565a19: Pushed 02:13:43 27127dac8e9f: Pushed 02:13:43 fb1d510b4fbe: Pushed 02:13:43 9dfe06f5e710: Layer already exists 02:13:43 dd9c8f8612c8: Layer already exists 02:13:48 c98ea681867d: Pushed 02:13:48 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:48 + 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:13:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:49 fb1d510b4fbe: Preparing 02:13:49 27127dac8e9f: Preparing 02:13:49 45acd7565a19: Preparing 02:13:49 c98ea681867d: Preparing 02:13:49 ac28966a159c: Preparing 02:13:49 5643a156fe11: Preparing 02:13:49 f764b0bee74d: Preparing 02:13:49 9dfe06f5e710: Preparing 02:13:49 dd9c8f8612c8: Preparing 02:13:49 5643a156fe11: Waiting 02:13:49 f764b0bee74d: Waiting 02:13:49 9dfe06f5e710: Waiting 02:13:49 dd9c8f8612c8: Waiting 02:13:49 c98ea681867d: Layer already exists 02:13:49 27127dac8e9f: Layer already exists 02:13:49 fb1d510b4fbe: Layer already exists 02:13:49 45acd7565a19: Layer already exists 02:13:49 ac28966a159c: Layer already exists 02:13:49 5643a156fe11: Layer already exists 02:13:49 9dfe06f5e710: Layer already exists 02:13:49 dd9c8f8612c8: Layer already exists 02:13:49 f764b0bee74d: Layer already exists 02:13:49 latest: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:49 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 02:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:50 fb1d510b4fbe: Preparing 02:13:50 27127dac8e9f: Preparing 02:13:50 45acd7565a19: Preparing 02:13:50 c98ea681867d: Preparing 02:13:50 ac28966a159c: Preparing 02:13:50 5643a156fe11: Preparing 02:13:50 f764b0bee74d: Preparing 02:13:50 9dfe06f5e710: Preparing 02:13:50 dd9c8f8612c8: Preparing 02:13:50 5643a156fe11: Waiting 02:13:50 f764b0bee74d: Waiting 02:13:50 9dfe06f5e710: Waiting 02:13:50 dd9c8f8612c8: Waiting 02:13:50 c98ea681867d: Layer already exists 02:13:50 ac28966a159c: Layer already exists 02:13:50 27127dac8e9f: Layer already exists 02:13:50 45acd7565a19: Layer already exists 02:13:50 fb1d510b4fbe: Layer already exists 02:13:50 5643a156fe11: Layer already exists 02:13:50 9dfe06f5e710: Layer already exists 02:13:50 f764b0bee74d: Layer already exists 02:13:50 dd9c8f8612c8: Layer already exists 02:13:50 4.1.0-dev.35: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:50 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:51 fb1d510b4fbe: Preparing 02:13:51 27127dac8e9f: Preparing 02:13:51 45acd7565a19: Preparing 02:13:51 c98ea681867d: Preparing 02:13:51 ac28966a159c: Preparing 02:13:51 5643a156fe11: Preparing 02:13:51 f764b0bee74d: Preparing 02:13:51 9dfe06f5e710: Preparing 02:13:51 dd9c8f8612c8: Preparing 02:13:51 5643a156fe11: Waiting 02:13:51 f764b0bee74d: Waiting 02:13:51 9dfe06f5e710: Waiting 02:13:51 dd9c8f8612c8: Waiting 02:13:51 c98ea681867d: Layer already exists 02:13:51 27127dac8e9f: Layer already exists 02:13:51 45acd7565a19: Layer already exists 02:13:51 fb1d510b4fbe: Layer already exists 02:13:51 ac28966a159c: Layer already exists 02:13:51 f764b0bee74d: Layer already exists 02:13:51 5643a156fe11: Layer already exists 02:13:51 dd9c8f8612c8: Layer already exists 02:13:51 9dfe06f5e710: Layer already exists 02:13:51 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:51 + 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:13:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:13:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:13:52 fb1d510b4fbe: Preparing 02:13:52 27127dac8e9f: Preparing 02:13:52 45acd7565a19: Preparing 02:13:52 c98ea681867d: Preparing 02:13:52 ac28966a159c: Preparing 02:13:52 5643a156fe11: Preparing 02:13:52 f764b0bee74d: Preparing 02:13:52 9dfe06f5e710: Preparing 02:13:52 dd9c8f8612c8: Preparing 02:13:52 f764b0bee74d: Waiting 02:13:52 9dfe06f5e710: Waiting 02:13:52 dd9c8f8612c8: Waiting 02:13:52 5643a156fe11: Waiting 02:13:52 fb1d510b4fbe: Layer already exists 02:13:52 45acd7565a19: Layer already exists 02:13:52 c98ea681867d: Layer already exists 02:13:52 ac28966a159c: Layer already exists 02:13:52 27127dac8e9f: Layer already exists 02:13:52 9dfe06f5e710: Layer already exists 02:13:52 f764b0bee74d: Layer already exists 02:13:52 5643a156fe11: Layer already exists 02:13:52 dd9c8f8612c8: Layer already exists 02:13:52 main: digest: sha256:1069f899179926200855b2b960f4bf414a73590ff22588cc1a4b9caa10eae110 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:13:52 ===================================================== [Pipeline] echo 02:13:52 taggedImages: 02:13:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:13:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 02:13:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:52 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:13:52 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:13:52 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:52 latest 02:13:52 4.1.0-dev.35 02:13:52 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:13:52 main 02:13:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:53 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:13:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:13:53 c6ac8cce103b: Preparing 02:13:53 fb76d9495b41: Preparing 02:13:53 58278fc8195c: Preparing 02:13:53 f9442fa903ab: Preparing 02:13:53 11c6b9c12577: Preparing 02:13:53 ac28966a159c: Preparing 02:13:53 5643a156fe11: Preparing 02:13:53 ac28966a159c: Waiting 02:13:53 7a468c9b4171: Preparing 02:13:53 5643a156fe11: Waiting 02:13:53 0fb644587485: Preparing 02:13:53 7a468c9b4171: Waiting 02:13:53 0fb644587485: Waiting 02:13:53 400f6c48c0a5: Preparing 02:13:53 dd9c8f8612c8: Preparing 02:13:53 400f6c48c0a5: Waiting 02:13:53 dd9c8f8612c8: Waiting 02:13:53 fb76d9495b41: Pushed 02:13:53 11c6b9c12577: Pushed 02:13:53 ac28966a159c: Layer already exists 02:13:53 c6ac8cce103b: Pushed 02:13:53 f9442fa903ab: Pushed 02:13:53 5643a156fe11: Layer already exists 02:13:53 dd9c8f8612c8: Layer already exists 02:13:53 7a468c9b4171: Pushed 02:13:53 0fb644587485: Pushed 02:13:56 400f6c48c0a5: Pushed 02:13:57 58278fc8195c: Pushed 02:13:57 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:58 + 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:13:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:13:58 c6ac8cce103b: Preparing 02:13:58 fb76d9495b41: Preparing 02:13:58 58278fc8195c: Preparing 02:13:58 f9442fa903ab: Preparing 02:13:58 11c6b9c12577: Preparing 02:13:58 ac28966a159c: Preparing 02:13:58 5643a156fe11: Preparing 02:13:58 7a468c9b4171: Preparing 02:13:58 0fb644587485: Preparing 02:13:58 400f6c48c0a5: Preparing 02:13:58 dd9c8f8612c8: Preparing 02:13:58 5643a156fe11: Waiting 02:13:58 7a468c9b4171: Waiting 02:13:58 0fb644587485: Waiting 02:13:58 400f6c48c0a5: Waiting 02:13:58 dd9c8f8612c8: Waiting 02:13:58 ac28966a159c: Waiting 02:13:58 c6ac8cce103b: Layer already exists 02:13:58 58278fc8195c: Layer already exists 02:13:58 f9442fa903ab: Layer already exists 02:13:58 fb76d9495b41: Layer already exists 02:13:58 11c6b9c12577: Layer already exists 02:13:58 5643a156fe11: Layer already exists 02:13:58 ac28966a159c: Layer already exists 02:13:58 0fb644587485: Layer already exists 02:13:58 7a468c9b4171: Layer already exists 02:13:58 400f6c48c0a5: Layer already exists 02:13:58 dd9c8f8612c8: Layer already exists 02:13:58 latest: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:59 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 02:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:13:59 c6ac8cce103b: Preparing 02:13:59 fb76d9495b41: Preparing 02:13:59 58278fc8195c: Preparing 02:13:59 f9442fa903ab: Preparing 02:13:59 11c6b9c12577: Preparing 02:13:59 ac28966a159c: Preparing 02:13:59 5643a156fe11: Preparing 02:13:59 ac28966a159c: Waiting 02:13:59 7a468c9b4171: Preparing 02:13:59 0fb644587485: Preparing 02:13:59 400f6c48c0a5: Preparing 02:13:59 5643a156fe11: Waiting 02:13:59 dd9c8f8612c8: Preparing 02:13:59 7a468c9b4171: Waiting 02:13:59 0fb644587485: Waiting 02:13:59 400f6c48c0a5: Waiting 02:13:59 dd9c8f8612c8: Waiting 02:13:59 f9442fa903ab: Layer already exists 02:13:59 c6ac8cce103b: Layer already exists 02:13:59 58278fc8195c: Layer already exists 02:13:59 fb76d9495b41: Layer already exists 02:13:59 11c6b9c12577: Layer already exists 02:13:59 7a468c9b4171: Layer already exists 02:13:59 ac28966a159c: Layer already exists 02:13:59 5643a156fe11: Layer already exists 02:13:59 400f6c48c0a5: Layer already exists 02:13:59 0fb644587485: Layer already exists 02:13:59 dd9c8f8612c8: Layer already exists 02:13:59 4.1.0-dev.35: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:00 c6ac8cce103b: Preparing 02:14:00 fb76d9495b41: Preparing 02:14:00 58278fc8195c: Preparing 02:14:00 f9442fa903ab: Preparing 02:14:00 11c6b9c12577: Preparing 02:14:00 ac28966a159c: Preparing 02:14:00 5643a156fe11: Preparing 02:14:00 ac28966a159c: Waiting 02:14:00 7a468c9b4171: Preparing 02:14:00 5643a156fe11: Waiting 02:14:00 0fb644587485: Preparing 02:14:00 7a468c9b4171: Waiting 02:14:00 0fb644587485: Waiting 02:14:00 400f6c48c0a5: Preparing 02:14:00 dd9c8f8612c8: Preparing 02:14:00 400f6c48c0a5: Waiting 02:14:00 dd9c8f8612c8: Waiting 02:14:00 f9442fa903ab: Layer already exists 02:14:00 11c6b9c12577: Layer already exists 02:14:00 fb76d9495b41: Layer already exists 02:14:00 c6ac8cce103b: Layer already exists 02:14:00 58278fc8195c: Layer already exists 02:14:00 ac28966a159c: Layer already exists 02:14:00 0fb644587485: Layer already exists 02:14:00 5643a156fe11: Layer already exists 02:14:00 7a468c9b4171: Layer already exists 02:14:00 400f6c48c0a5: Layer already exists 02:14:00 dd9c8f8612c8: Layer already exists 02:14:00 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:01 + 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:14:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:14:01 c6ac8cce103b: Preparing 02:14:01 fb76d9495b41: Preparing 02:14:01 58278fc8195c: Preparing 02:14:01 f9442fa903ab: Preparing 02:14:01 11c6b9c12577: Preparing 02:14:01 ac28966a159c: Preparing 02:14:01 5643a156fe11: Preparing 02:14:01 7a468c9b4171: Preparing 02:14:01 0fb644587485: Preparing 02:14:01 400f6c48c0a5: Preparing 02:14:01 dd9c8f8612c8: Preparing 02:14:01 7a468c9b4171: Waiting 02:14:01 0fb644587485: Waiting 02:14:01 400f6c48c0a5: Waiting 02:14:01 ac28966a159c: Waiting 02:14:01 dd9c8f8612c8: Waiting 02:14:01 58278fc8195c: Layer already exists 02:14:01 c6ac8cce103b: Layer already exists 02:14:01 11c6b9c12577: Layer already exists 02:14:01 fb76d9495b41: Layer already exists 02:14:01 f9442fa903ab: Layer already exists 02:14:01 ac28966a159c: Layer already exists 02:14:01 7a468c9b4171: Layer already exists 02:14:01 5643a156fe11: Layer already exists 02:14:01 0fb644587485: Layer already exists 02:14:01 400f6c48c0a5: Layer already exists 02:14:01 dd9c8f8612c8: Layer already exists 02:14:01 main: digest: sha256:0e9c4baa7efa2e2f98f8908e798f205f22eac1a83111a1bef46c83778a543076 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:01 ===================================================== [Pipeline] echo 02:14:01 taggedImages: 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:14:01 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:14:01 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:01 latest 02:14:01 4.1.0-dev.35 02:14:01 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:01 main 02:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:02 07a075203030: Preparing 02:14:02 cd8e6548cd67: Preparing 02:14:02 1c5ce4ed09ac: Preparing 02:14:02 a80bda2165a9: Preparing 02:14:02 a1ea360ddaea: Preparing 02:14:02 3c8806d4f8a7: Preparing 02:14:02 710cec782c53: Preparing 02:14:02 ac28966a159c: Preparing 02:14:02 5643a156fe11: Preparing 02:14:02 f7d35c421821: Preparing 02:14:02 a2c02b509224: Preparing 02:14:02 dd9c8f8612c8: Preparing 02:14:02 ac28966a159c: Waiting 02:14:02 5643a156fe11: Waiting 02:14:02 f7d35c421821: Waiting 02:14:02 a2c02b509224: Waiting 02:14:02 dd9c8f8612c8: Waiting 02:14:02 3c8806d4f8a7: Waiting 02:14:02 710cec782c53: Waiting 02:14:02 cd8e6548cd67: Pushed 02:14:02 07a075203030: Pushed 02:14:02 a1ea360ddaea: Pushed 02:14:02 ac28966a159c: Layer already exists 02:14:02 5643a156fe11: Layer already exists 02:14:02 3c8806d4f8a7: Pushed 02:14:02 710cec782c53: Pushed 02:14:03 dd9c8f8612c8: Layer already exists 02:14:03 f7d35c421821: Pushed 02:14:06 a2c02b509224: Pushed 02:14:07 a80bda2165a9: Pushed 02:14:09 1c5ce4ed09ac: Pushed 02:14:10 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:10 + 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:14:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:10 07a075203030: Preparing 02:14:10 cd8e6548cd67: Preparing 02:14:10 1c5ce4ed09ac: Preparing 02:14:10 a80bda2165a9: Preparing 02:14:10 a1ea360ddaea: Preparing 02:14:10 3c8806d4f8a7: Preparing 02:14:10 710cec782c53: Preparing 02:14:10 ac28966a159c: Preparing 02:14:10 5643a156fe11: Preparing 02:14:10 f7d35c421821: Preparing 02:14:10 a2c02b509224: Preparing 02:14:10 dd9c8f8612c8: Preparing 02:14:10 ac28966a159c: Waiting 02:14:10 5643a156fe11: Waiting 02:14:10 f7d35c421821: Waiting 02:14:10 a2c02b509224: Waiting 02:14:10 dd9c8f8612c8: Waiting 02:14:10 3c8806d4f8a7: Waiting 02:14:10 710cec782c53: Waiting 02:14:10 1c5ce4ed09ac: Layer already exists 02:14:10 a80bda2165a9: Layer already exists 02:14:10 cd8e6548cd67: Layer already exists 02:14:10 07a075203030: Layer already exists 02:14:10 a1ea360ddaea: Layer already exists 02:14:10 3c8806d4f8a7: Layer already exists 02:14:10 710cec782c53: Layer already exists 02:14:10 f7d35c421821: Layer already exists 02:14:10 ac28966a159c: Layer already exists 02:14:10 5643a156fe11: Layer already exists 02:14:10 a2c02b509224: Layer already exists 02:14:10 dd9c8f8612c8: Layer already exists 02:14:11 latest: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 02:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:11 07a075203030: Preparing 02:14:11 cd8e6548cd67: Preparing 02:14:11 1c5ce4ed09ac: Preparing 02:14:11 a80bda2165a9: Preparing 02:14:11 a1ea360ddaea: Preparing 02:14:11 3c8806d4f8a7: Preparing 02:14:11 710cec782c53: Preparing 02:14:11 ac28966a159c: Preparing 02:14:11 5643a156fe11: Preparing 02:14:11 f7d35c421821: Preparing 02:14:11 a2c02b509224: Preparing 02:14:11 dd9c8f8612c8: Preparing 02:14:11 ac28966a159c: Waiting 02:14:11 a2c02b509224: Waiting 02:14:11 5643a156fe11: Waiting 02:14:11 f7d35c421821: Waiting 02:14:11 3c8806d4f8a7: Waiting 02:14:11 710cec782c53: Waiting 02:14:11 dd9c8f8612c8: Waiting 02:14:11 1c5ce4ed09ac: Layer already exists 02:14:11 a1ea360ddaea: Layer already exists 02:14:11 cd8e6548cd67: Layer already exists 02:14:11 07a075203030: Layer already exists 02:14:11 a80bda2165a9: Layer already exists 02:14:11 f7d35c421821: Layer already exists 02:14:11 710cec782c53: Layer already exists 02:14:11 5643a156fe11: Layer already exists 02:14:11 3c8806d4f8a7: Layer already exists 02:14:11 ac28966a159c: Layer already exists 02:14:11 a2c02b509224: Layer already exists 02:14:11 dd9c8f8612c8: Layer already exists 02:14:12 4.1.0-dev.35: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:12 07a075203030: Preparing 02:14:12 cd8e6548cd67: Preparing 02:14:12 1c5ce4ed09ac: Preparing 02:14:12 a80bda2165a9: Preparing 02:14:12 a1ea360ddaea: Preparing 02:14:12 3c8806d4f8a7: Preparing 02:14:12 710cec782c53: Preparing 02:14:12 ac28966a159c: Preparing 02:14:12 5643a156fe11: Preparing 02:14:12 f7d35c421821: Preparing 02:14:12 a2c02b509224: Preparing 02:14:12 dd9c8f8612c8: Preparing 02:14:12 3c8806d4f8a7: Waiting 02:14:12 5643a156fe11: Waiting 02:14:12 f7d35c421821: Waiting 02:14:12 a2c02b509224: Waiting 02:14:12 dd9c8f8612c8: Waiting 02:14:12 710cec782c53: Waiting 02:14:12 ac28966a159c: Waiting 02:14:12 a80bda2165a9: Layer already exists 02:14:12 cd8e6548cd67: Layer already exists 02:14:12 07a075203030: Layer already exists 02:14:12 1c5ce4ed09ac: Layer already exists 02:14:12 a1ea360ddaea: Layer already exists 02:14:12 710cec782c53: Layer already exists 02:14:12 3c8806d4f8a7: Layer already exists 02:14:12 ac28966a159c: Layer already exists 02:14:12 5643a156fe11: Layer already exists 02:14:12 f7d35c421821: Layer already exists 02:14:12 dd9c8f8612c8: Layer already exists 02:14:12 a2c02b509224: Layer already exists 02:14:13 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:13 + 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:14:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:14:13 07a075203030: Preparing 02:14:13 cd8e6548cd67: Preparing 02:14:13 1c5ce4ed09ac: Preparing 02:14:13 a80bda2165a9: Preparing 02:14:13 a1ea360ddaea: Preparing 02:14:13 3c8806d4f8a7: Preparing 02:14:13 710cec782c53: Preparing 02:14:13 ac28966a159c: Preparing 02:14:13 5643a156fe11: Preparing 02:14:13 f7d35c421821: Preparing 02:14:13 a2c02b509224: Preparing 02:14:13 dd9c8f8612c8: Preparing 02:14:13 ac28966a159c: Waiting 02:14:13 5643a156fe11: Waiting 02:14:13 f7d35c421821: Waiting 02:14:13 a2c02b509224: Waiting 02:14:13 dd9c8f8612c8: Waiting 02:14:13 3c8806d4f8a7: Waiting 02:14:13 710cec782c53: Waiting 02:14:13 a1ea360ddaea: Layer already exists 02:14:13 a80bda2165a9: Layer already exists 02:14:13 1c5ce4ed09ac: Layer already exists 02:14:13 cd8e6548cd67: Layer already exists 02:14:13 07a075203030: Layer already exists 02:14:13 3c8806d4f8a7: Layer already exists 02:14:13 f7d35c421821: Layer already exists 02:14:13 710cec782c53: Layer already exists 02:14:13 5643a156fe11: Layer already exists 02:14:13 ac28966a159c: Layer already exists 02:14:13 a2c02b509224: Layer already exists 02:14:13 dd9c8f8612c8: Layer already exists 02:14:13 main: digest: sha256:90bf5582d18ab5c990c499bb3dcdd0b880146e514d9fd07d097f613337d0a3c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:14 ===================================================== [Pipeline] echo 02:14:14 taggedImages: 02:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 02:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:14:14 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:14:14 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:14 latest 02:14:14 4.1.0-dev.35 02:14:14 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:14 main 02:14:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:14 53fe9fb709fa: Preparing 02:14:14 4bb000e6bd0c: Preparing 02:14:14 ac28966a159c: Preparing 02:14:14 5643a156fe11: Preparing 02:14:14 c65743112f43: Preparing 02:14:14 f2b1e75d081a: Preparing 02:14:14 dd9c8f8612c8: Preparing 02:14:14 f2b1e75d081a: Waiting 02:14:14 dd9c8f8612c8: Waiting 02:14:14 5643a156fe11: Layer already exists 02:14:15 ac28966a159c: Layer already exists 02:14:15 c65743112f43: Pushed 02:14:15 dd9c8f8612c8: Layer already exists 02:14:15 53fe9fb709fa: Pushed 02:14:17 f2b1e75d081a: Pushed 02:14:22 4bb000e6bd0c: Pushed 02:14:22 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:22 + 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:14:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:23 53fe9fb709fa: Preparing 02:14:23 4bb000e6bd0c: Preparing 02:14:23 ac28966a159c: Preparing 02:14:23 5643a156fe11: Preparing 02:14:23 c65743112f43: Preparing 02:14:23 f2b1e75d081a: Preparing 02:14:23 dd9c8f8612c8: Preparing 02:14:23 f2b1e75d081a: Waiting 02:14:23 dd9c8f8612c8: Waiting 02:14:23 ac28966a159c: Layer already exists 02:14:23 53fe9fb709fa: Layer already exists 02:14:23 4bb000e6bd0c: Layer already exists 02:14:23 c65743112f43: Layer already exists 02:14:23 5643a156fe11: Layer already exists 02:14:23 f2b1e75d081a: Layer already exists 02:14:23 dd9c8f8612c8: Layer already exists 02:14:23 latest: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 02:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:24 53fe9fb709fa: Preparing 02:14:24 4bb000e6bd0c: Preparing 02:14:24 ac28966a159c: Preparing 02:14:24 5643a156fe11: Preparing 02:14:24 c65743112f43: Preparing 02:14:24 f2b1e75d081a: Preparing 02:14:24 dd9c8f8612c8: Preparing 02:14:24 f2b1e75d081a: Waiting 02:14:24 dd9c8f8612c8: Waiting 02:14:24 ac28966a159c: Layer already exists 02:14:24 53fe9fb709fa: Layer already exists 02:14:24 4bb000e6bd0c: Layer already exists 02:14:24 5643a156fe11: Layer already exists 02:14:24 c65743112f43: Layer already exists 02:14:24 f2b1e75d081a: Layer already exists 02:14:24 dd9c8f8612c8: Layer already exists 02:14:24 4.1.0-dev.35: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:24 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:25 53fe9fb709fa: Preparing 02:14:25 4bb000e6bd0c: Preparing 02:14:25 ac28966a159c: Preparing 02:14:25 5643a156fe11: Preparing 02:14:25 c65743112f43: Preparing 02:14:25 f2b1e75d081a: Preparing 02:14:25 dd9c8f8612c8: Preparing 02:14:25 f2b1e75d081a: Waiting 02:14:25 dd9c8f8612c8: Waiting 02:14:25 4bb000e6bd0c: Layer already exists 02:14:25 53fe9fb709fa: Layer already exists 02:14:25 c65743112f43: Layer already exists 02:14:25 ac28966a159c: Layer already exists 02:14:25 5643a156fe11: Layer already exists 02:14:25 f2b1e75d081a: Layer already exists 02:14:25 dd9c8f8612c8: Layer already exists 02:14:25 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:25 + 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:14:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:14:26 53fe9fb709fa: Preparing 02:14:26 4bb000e6bd0c: Preparing 02:14:26 ac28966a159c: Preparing 02:14:26 5643a156fe11: Preparing 02:14:26 c65743112f43: Preparing 02:14:26 f2b1e75d081a: Preparing 02:14:26 dd9c8f8612c8: Preparing 02:14:26 dd9c8f8612c8: Waiting 02:14:26 f2b1e75d081a: Waiting 02:14:26 53fe9fb709fa: Layer already exists 02:14:26 4bb000e6bd0c: Layer already exists 02:14:26 5643a156fe11: Layer already exists 02:14:26 ac28966a159c: Layer already exists 02:14:26 c65743112f43: Layer already exists 02:14:26 f2b1e75d081a: Layer already exists 02:14:26 dd9c8f8612c8: Layer already exists 02:14:26 main: digest: sha256:685564edcfcc33d43a87c5913533029e15059af957f7837b8e55d78eab334eb2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:26 ===================================================== [Pipeline] echo 02:14:26 taggedImages: 02:14:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:14:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 02:14:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:26 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:14:26 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:14:26 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:26 latest 02:14:26 4.1.0-dev.35 02:14:26 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:26 main 02:14:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:14:27 129d34e88bac: Preparing 02:14:27 27f9cdfe38c1: Preparing 02:14:27 2ce714256307: Preparing 02:14:27 ac28966a159c: Preparing 02:14:27 5643a156fe11: Preparing 02:14:27 7575ecf381db: Preparing 02:14:27 6962cb255fb3: Preparing 02:14:27 b2af24a47923: Preparing 02:14:27 caa1a98f0360: Preparing 02:14:27 dd9c8f8612c8: Preparing 02:14:27 b2af24a47923: Waiting 02:14:27 caa1a98f0360: Waiting 02:14:27 dd9c8f8612c8: Waiting 02:14:27 7575ecf381db: Waiting 02:14:27 6962cb255fb3: Waiting 02:14:27 ac28966a159c: Layer already exists 02:14:27 5643a156fe11: Layer already exists 02:14:27 2ce714256307: Pushed 02:14:27 27f9cdfe38c1: Pushed 02:14:27 129d34e88bac: Pushed 02:14:27 dd9c8f8612c8: Layer already exists 02:14:27 b2af24a47923: Pushed 02:14:28 caa1a98f0360: Pushed 02:14:38 6962cb255fb3: Pushed 02:14:53 7575ecf381db: Pushed 02:14:53 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:53 + 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:14:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:14:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:14:54 129d34e88bac: Preparing 02:14:54 27f9cdfe38c1: Preparing 02:14:54 2ce714256307: Preparing 02:14:54 ac28966a159c: Preparing 02:14:54 5643a156fe11: Preparing 02:14:54 7575ecf381db: Preparing 02:14:54 6962cb255fb3: Preparing 02:14:54 b2af24a47923: Preparing 02:14:54 caa1a98f0360: Preparing 02:14:54 dd9c8f8612c8: Preparing 02:14:54 6962cb255fb3: Waiting 02:14:54 b2af24a47923: Waiting 02:14:54 caa1a98f0360: Waiting 02:14:54 7575ecf381db: Waiting 02:14:54 dd9c8f8612c8: Waiting 02:14:54 2ce714256307: Layer already exists 02:14:54 5643a156fe11: Layer already exists 02:14:54 129d34e88bac: Layer already exists 02:14:54 ac28966a159c: Layer already exists 02:14:54 27f9cdfe38c1: Layer already exists 02:14:54 caa1a98f0360: Layer already exists 02:14:54 6962cb255fb3: Layer already exists 02:14:54 b2af24a47923: Layer already exists 02:14:54 7575ecf381db: Layer already exists 02:14:54 dd9c8f8612c8: Layer already exists 02:14:54 latest: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:54 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 02:14:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:14:55 129d34e88bac: Preparing 02:14:55 27f9cdfe38c1: Preparing 02:14:55 2ce714256307: Preparing 02:14:55 ac28966a159c: Preparing 02:14:55 5643a156fe11: Preparing 02:14:55 7575ecf381db: Preparing 02:14:55 6962cb255fb3: Preparing 02:14:55 b2af24a47923: Preparing 02:14:55 caa1a98f0360: Preparing 02:14:55 dd9c8f8612c8: Preparing 02:14:55 7575ecf381db: Waiting 02:14:55 6962cb255fb3: Waiting 02:14:55 b2af24a47923: Waiting 02:14:55 caa1a98f0360: Waiting 02:14:55 dd9c8f8612c8: Waiting 02:14:55 27f9cdfe38c1: Layer already exists 02:14:55 ac28966a159c: Layer already exists 02:14:55 5643a156fe11: Layer already exists 02:14:55 2ce714256307: Layer already exists 02:14:55 129d34e88bac: Layer already exists 02:14:55 caa1a98f0360: Layer already exists 02:14:55 6962cb255fb3: Layer already exists 02:14:55 7575ecf381db: Layer already exists 02:14:55 dd9c8f8612c8: Layer already exists 02:14:55 b2af24a47923: Layer already exists 02:14:55 4.1.0-dev.35: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:14:56 129d34e88bac: Preparing 02:14:56 27f9cdfe38c1: Preparing 02:14:56 2ce714256307: Preparing 02:14:56 ac28966a159c: Preparing 02:14:56 5643a156fe11: Preparing 02:14:56 7575ecf381db: Preparing 02:14:56 6962cb255fb3: Preparing 02:14:56 b2af24a47923: Preparing 02:14:56 caa1a98f0360: Preparing 02:14:56 dd9c8f8612c8: Preparing 02:14:56 7575ecf381db: Waiting 02:14:56 6962cb255fb3: Waiting 02:14:56 b2af24a47923: Waiting 02:14:56 caa1a98f0360: Waiting 02:14:56 dd9c8f8612c8: Waiting 02:14:56 5643a156fe11: Layer already exists 02:14:56 2ce714256307: Layer already exists 02:14:56 129d34e88bac: Layer already exists 02:14:56 27f9cdfe38c1: Layer already exists 02:14:56 ac28966a159c: Layer already exists 02:14:56 6962cb255fb3: Layer already exists 02:14:56 dd9c8f8612c8: Layer already exists 02:14:56 caa1a98f0360: Layer already exists 02:14:56 7575ecf381db: Layer already exists 02:14:56 b2af24a47923: Layer already exists 02:14:56 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:56 + 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:14:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:14:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:14:56 129d34e88bac: Preparing 02:14:56 27f9cdfe38c1: Preparing 02:14:56 2ce714256307: Preparing 02:14:56 ac28966a159c: Preparing 02:14:56 5643a156fe11: Preparing 02:14:56 7575ecf381db: Preparing 02:14:56 6962cb255fb3: Preparing 02:14:56 b2af24a47923: Preparing 02:14:56 caa1a98f0360: Preparing 02:14:56 dd9c8f8612c8: Preparing 02:14:56 6962cb255fb3: Waiting 02:14:56 b2af24a47923: Waiting 02:14:56 caa1a98f0360: Waiting 02:14:56 dd9c8f8612c8: Waiting 02:14:56 7575ecf381db: Waiting 02:14:56 27f9cdfe38c1: Layer already exists 02:14:56 ac28966a159c: Layer already exists 02:14:56 2ce714256307: Layer already exists 02:14:56 5643a156fe11: Layer already exists 02:14:56 129d34e88bac: Layer already exists 02:14:56 6962cb255fb3: Layer already exists 02:14:56 7575ecf381db: Layer already exists 02:14:56 caa1a98f0360: Layer already exists 02:14:56 b2af24a47923: Layer already exists 02:14:56 dd9c8f8612c8: Layer already exists 02:14:56 main: digest: sha256:e07c915f37b053bec08738b274b82b142dfc9c1a601b9a710b840f6a8e330032 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:57 ===================================================== [Pipeline] echo 02:14:57 taggedImages: 02:14:57 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:57 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:14:57 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 02:14:57 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:57 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:14:57 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:14:57 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:57 latest 02:14:57 4.1.0-dev.35 02:14:57 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:14:57 main 02:14:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:57 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:14:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:14:58 ae16b5eeb196: Preparing 02:14:58 9b97b857fae7: Preparing 02:14:58 25e746bd987d: Preparing 02:14:58 ac28966a159c: Preparing 02:14:58 5643a156fe11: Preparing 02:14:58 a15c32b161b7: Preparing 02:14:58 4d03740268f8: Preparing 02:14:58 8bb890ff4eb0: Preparing 02:14:58 dd9c8f8612c8: Preparing 02:14:58 a15c32b161b7: Waiting 02:14:58 4d03740268f8: Waiting 02:14:58 8bb890ff4eb0: Waiting 02:14:58 dd9c8f8612c8: Waiting 02:14:58 5643a156fe11: Layer already exists 02:14:58 ac28966a159c: Layer already exists 02:14:58 9b97b857fae7: Pushed 02:14:58 ae16b5eeb196: Pushed 02:14:58 25e746bd987d: Pushed 02:14:58 dd9c8f8612c8: Layer already exists 02:14:58 4d03740268f8: Pushed 02:14:58 8bb890ff4eb0: Pushed 02:15:25 a15c32b161b7: Pushed 02:15:25 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:25 + 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:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:26 ae16b5eeb196: Preparing 02:15:26 9b97b857fae7: Preparing 02:15:26 25e746bd987d: Preparing 02:15:26 ac28966a159c: Preparing 02:15:26 5643a156fe11: Preparing 02:15:26 a15c32b161b7: Preparing 02:15:26 4d03740268f8: Preparing 02:15:26 8bb890ff4eb0: Preparing 02:15:26 dd9c8f8612c8: Preparing 02:15:26 a15c32b161b7: Waiting 02:15:26 4d03740268f8: Waiting 02:15:26 dd9c8f8612c8: Waiting 02:15:26 8bb890ff4eb0: Waiting 02:15:26 ae16b5eeb196: Layer already exists 02:15:26 9b97b857fae7: Layer already exists 02:15:26 25e746bd987d: Layer already exists 02:15:26 5643a156fe11: Layer already exists 02:15:26 ac28966a159c: Layer already exists 02:15:26 4d03740268f8: Layer already exists 02:15:26 8bb890ff4eb0: Layer already exists 02:15:26 a15c32b161b7: Layer already exists 02:15:26 dd9c8f8612c8: Layer already exists 02:15:26 latest: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 02:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:27 ae16b5eeb196: Preparing 02:15:27 9b97b857fae7: Preparing 02:15:27 25e746bd987d: Preparing 02:15:27 ac28966a159c: Preparing 02:15:27 5643a156fe11: Preparing 02:15:27 a15c32b161b7: Preparing 02:15:27 4d03740268f8: Preparing 02:15:27 8bb890ff4eb0: Preparing 02:15:27 dd9c8f8612c8: Preparing 02:15:27 4d03740268f8: Waiting 02:15:27 8bb890ff4eb0: Waiting 02:15:27 a15c32b161b7: Waiting 02:15:27 dd9c8f8612c8: Waiting 02:15:27 9b97b857fae7: Layer already exists 02:15:27 5643a156fe11: Layer already exists 02:15:27 25e746bd987d: Layer already exists 02:15:27 ae16b5eeb196: Layer already exists 02:15:27 ac28966a159c: Layer already exists 02:15:27 a15c32b161b7: Layer already exists 02:15:27 8bb890ff4eb0: Layer already exists 02:15:27 4d03740268f8: Layer already exists 02:15:27 dd9c8f8612c8: Layer already exists 02:15:27 4.1.0-dev.35: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:28 ae16b5eeb196: Preparing 02:15:28 9b97b857fae7: Preparing 02:15:28 25e746bd987d: Preparing 02:15:28 ac28966a159c: Preparing 02:15:28 5643a156fe11: Preparing 02:15:28 a15c32b161b7: Preparing 02:15:28 4d03740268f8: Preparing 02:15:28 8bb890ff4eb0: Preparing 02:15:28 dd9c8f8612c8: Preparing 02:15:28 a15c32b161b7: Waiting 02:15:28 4d03740268f8: Waiting 02:15:28 8bb890ff4eb0: Waiting 02:15:28 dd9c8f8612c8: Waiting 02:15:28 5643a156fe11: Layer already exists 02:15:28 9b97b857fae7: Layer already exists 02:15:28 ac28966a159c: Layer already exists 02:15:28 ae16b5eeb196: Layer already exists 02:15:28 25e746bd987d: Layer already exists 02:15:28 4d03740268f8: Layer already exists 02:15:28 dd9c8f8612c8: Layer already exists 02:15:28 a15c32b161b7: Layer already exists 02:15:28 8bb890ff4eb0: Layer already exists 02:15:28 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:28 + 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:15:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:15:29 ae16b5eeb196: Preparing 02:15:29 9b97b857fae7: Preparing 02:15:29 25e746bd987d: Preparing 02:15:29 ac28966a159c: Preparing 02:15:29 5643a156fe11: Preparing 02:15:29 a15c32b161b7: Preparing 02:15:29 4d03740268f8: Preparing 02:15:29 8bb890ff4eb0: Preparing 02:15:29 dd9c8f8612c8: Preparing 02:15:29 a15c32b161b7: Waiting 02:15:29 4d03740268f8: Waiting 02:15:29 8bb890ff4eb0: Waiting 02:15:29 dd9c8f8612c8: Waiting 02:15:29 ae16b5eeb196: Layer already exists 02:15:29 25e746bd987d: Layer already exists 02:15:29 9b97b857fae7: Layer already exists 02:15:29 ac28966a159c: Layer already exists 02:15:29 5643a156fe11: Layer already exists 02:15:29 8bb890ff4eb0: Layer already exists 02:15:29 a15c32b161b7: Layer already exists 02:15:29 4d03740268f8: Layer already exists 02:15:29 dd9c8f8612c8: Layer already exists 02:15:29 main: digest: sha256:0897f4d17454d3e85e65ff561e512c082eb721db7eaabb634c42a6cb6dff44aa size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:15:29 ===================================================== [Pipeline] echo 02:15:29 taggedImages: 02:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 02:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:15:29 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:15:29 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:29 latest 02:15:29 4.1.0-dev.35 02:15:29 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:29 main 02:15:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:15:30 11c3bc94210d: Preparing 02:15:30 1b3af86f1b73: Preparing 02:15:30 50a95a1a860f: Preparing 02:15:30 ac28966a159c: Preparing 02:15:30 5643a156fe11: Preparing 02:15:30 7575ecf381db: Preparing 02:15:30 b2af24a47923: Preparing 02:15:30 caa1a98f0360: Preparing 02:15:30 dd9c8f8612c8: Preparing 02:15:30 b2af24a47923: Waiting 02:15:30 7575ecf381db: Waiting 02:15:30 caa1a98f0360: Waiting 02:15:30 dd9c8f8612c8: Waiting 02:15:30 5643a156fe11: Layer already exists 02:15:30 ac28966a159c: Layer already exists 02:15:30 7575ecf381db: Layer already exists 02:15:30 b2af24a47923: Layer already exists 02:15:30 caa1a98f0360: Layer already exists 02:15:30 dd9c8f8612c8: Layer already exists 02:15:30 50a95a1a860f: Pushed 02:15:30 11c3bc94210d: Pushed 02:15:30 1b3af86f1b73: Pushed 02:15:30 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:30 + 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:15:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:15:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:15:31 11c3bc94210d: Preparing 02:15:31 1b3af86f1b73: Preparing 02:15:31 50a95a1a860f: Preparing 02:15:31 ac28966a159c: Preparing 02:15:31 5643a156fe11: Preparing 02:15:31 7575ecf381db: Preparing 02:15:31 b2af24a47923: Preparing 02:15:31 caa1a98f0360: Preparing 02:15:31 dd9c8f8612c8: Preparing 02:15:31 7575ecf381db: Waiting 02:15:31 b2af24a47923: Waiting 02:15:31 caa1a98f0360: Waiting 02:15:31 dd9c8f8612c8: Waiting 02:15:31 50a95a1a860f: Layer already exists 02:15:31 11c3bc94210d: Layer already exists 02:15:31 ac28966a159c: Layer already exists 02:15:31 5643a156fe11: Layer already exists 02:15:31 1b3af86f1b73: Layer already exists 02:15:31 caa1a98f0360: Layer already exists 02:15:31 b2af24a47923: Layer already exists 02:15:31 dd9c8f8612c8: Layer already exists 02:15:31 7575ecf381db: Layer already exists 02:15:31 latest: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 02:15:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:15:32 11c3bc94210d: Preparing 02:15:32 1b3af86f1b73: Preparing 02:15:32 50a95a1a860f: Preparing 02:15:32 ac28966a159c: Preparing 02:15:32 5643a156fe11: Preparing 02:15:32 7575ecf381db: Preparing 02:15:32 b2af24a47923: Preparing 02:15:32 caa1a98f0360: Preparing 02:15:32 dd9c8f8612c8: Preparing 02:15:32 b2af24a47923: Waiting 02:15:32 caa1a98f0360: Waiting 02:15:32 dd9c8f8612c8: Waiting 02:15:32 7575ecf381db: Waiting 02:15:32 50a95a1a860f: Layer already exists 02:15:32 1b3af86f1b73: Layer already exists 02:15:32 ac28966a159c: Layer already exists 02:15:32 11c3bc94210d: Layer already exists 02:15:32 5643a156fe11: Layer already exists 02:15:32 7575ecf381db: Layer already exists 02:15:32 dd9c8f8612c8: Layer already exists 02:15:32 b2af24a47923: Layer already exists 02:15:32 caa1a98f0360: Layer already exists 02:15:32 4.1.0-dev.35: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:15:33 11c3bc94210d: Preparing 02:15:33 1b3af86f1b73: Preparing 02:15:33 50a95a1a860f: Preparing 02:15:33 ac28966a159c: Preparing 02:15:33 5643a156fe11: Preparing 02:15:33 7575ecf381db: Preparing 02:15:33 b2af24a47923: Preparing 02:15:33 caa1a98f0360: Preparing 02:15:33 dd9c8f8612c8: Preparing 02:15:33 7575ecf381db: Waiting 02:15:33 b2af24a47923: Waiting 02:15:33 caa1a98f0360: Waiting 02:15:33 dd9c8f8612c8: Waiting 02:15:33 11c3bc94210d: Layer already exists 02:15:33 50a95a1a860f: Layer already exists 02:15:33 ac28966a159c: Layer already exists 02:15:33 1b3af86f1b73: Layer already exists 02:15:33 5643a156fe11: Layer already exists 02:15:33 caa1a98f0360: Layer already exists 02:15:33 7575ecf381db: Layer already exists 02:15:33 dd9c8f8612c8: Layer already exists 02:15:33 b2af24a47923: Layer already exists 02:15:33 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:33 + 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:15:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:15:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:15:34 11c3bc94210d: Preparing 02:15:34 1b3af86f1b73: Preparing 02:15:34 50a95a1a860f: Preparing 02:15:34 ac28966a159c: Preparing 02:15:34 5643a156fe11: Preparing 02:15:34 7575ecf381db: Preparing 02:15:34 b2af24a47923: Preparing 02:15:34 caa1a98f0360: Preparing 02:15:34 dd9c8f8612c8: Preparing 02:15:34 b2af24a47923: Waiting 02:15:34 caa1a98f0360: Waiting 02:15:34 7575ecf381db: Waiting 02:15:34 dd9c8f8612c8: Waiting 02:15:34 1b3af86f1b73: Layer already exists 02:15:34 ac28966a159c: Layer already exists 02:15:34 5643a156fe11: Layer already exists 02:15:34 11c3bc94210d: Layer already exists 02:15:34 50a95a1a860f: Layer already exists 02:15:34 7575ecf381db: Layer already exists 02:15:34 b2af24a47923: Layer already exists 02:15:34 caa1a98f0360: Layer already exists 02:15:34 dd9c8f8612c8: Layer already exists 02:15:34 main: digest: sha256:a1d48ec48a514192005cef665f8ff849b482b333e30217a79b811d8aed4bbca4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:15:34 ===================================================== [Pipeline] echo 02:15:34 taggedImages: 02:15:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:15:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 02:15:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:34 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:15:34 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:15:34 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:34 latest 02:15:34 4.1.0-dev.35 02:15:34 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:34 main 02:15:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:15:35 358bf4bdd254: Preparing 02:15:35 fd55b8a09345: Preparing 02:15:35 ac28966a159c: Preparing 02:15:35 5643a156fe11: Preparing 02:15:35 231f79e38d8c: Preparing 02:15:35 5347679e19ae: Preparing 02:15:35 dd9c8f8612c8: Preparing 02:15:35 5347679e19ae: Waiting 02:15:35 dd9c8f8612c8: Waiting 02:15:35 5643a156fe11: Layer already exists 02:15:35 ac28966a159c: Layer already exists 02:15:35 dd9c8f8612c8: Layer already exists 02:15:35 231f79e38d8c: Pushed 02:15:35 358bf4bdd254: Pushed 02:15:36 5347679e19ae: Pushed 02:15:43 fd55b8a09345: Pushed 02:15:43 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:15:44 358bf4bdd254: Preparing 02:15:44 fd55b8a09345: Preparing 02:15:44 ac28966a159c: Preparing 02:15:44 5643a156fe11: Preparing 02:15:44 231f79e38d8c: Preparing 02:15:44 5347679e19ae: Preparing 02:15:44 dd9c8f8612c8: Preparing 02:15:44 5347679e19ae: Waiting 02:15:44 dd9c8f8612c8: Waiting 02:15:44 ac28966a159c: Layer already exists 02:15:44 358bf4bdd254: Layer already exists 02:15:44 231f79e38d8c: Layer already exists 02:15:44 fd55b8a09345: Layer already exists 02:15:44 5643a156fe11: Layer already exists 02:15:44 5347679e19ae: Layer already exists 02:15:44 dd9c8f8612c8: Layer already exists 02:15:44 latest: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 02:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:15:45 358bf4bdd254: Preparing 02:15:45 fd55b8a09345: Preparing 02:15:45 ac28966a159c: Preparing 02:15:45 5643a156fe11: Preparing 02:15:45 231f79e38d8c: Preparing 02:15:45 5347679e19ae: Preparing 02:15:45 dd9c8f8612c8: Preparing 02:15:45 5347679e19ae: Waiting 02:15:45 dd9c8f8612c8: Waiting 02:15:45 fd55b8a09345: Layer already exists 02:15:45 ac28966a159c: Layer already exists 02:15:45 231f79e38d8c: Layer already exists 02:15:45 5643a156fe11: Layer already exists 02:15:45 358bf4bdd254: Layer already exists 02:15:45 5347679e19ae: Layer already exists 02:15:45 dd9c8f8612c8: Layer already exists 02:15:45 4.1.0-dev.35: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:15:46 358bf4bdd254: Preparing 02:15:46 fd55b8a09345: Preparing 02:15:46 ac28966a159c: Preparing 02:15:46 5643a156fe11: Preparing 02:15:46 231f79e38d8c: Preparing 02:15:46 5347679e19ae: Preparing 02:15:46 dd9c8f8612c8: Preparing 02:15:46 5347679e19ae: Waiting 02:15:46 dd9c8f8612c8: Waiting 02:15:46 fd55b8a09345: Layer already exists 02:15:46 358bf4bdd254: Layer already exists 02:15:46 231f79e38d8c: Layer already exists 02:15:46 ac28966a159c: Layer already exists 02:15:46 5643a156fe11: Layer already exists 02:15:46 5347679e19ae: Layer already exists 02:15:46 dd9c8f8612c8: Layer already exists 02:15:46 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:15:47 358bf4bdd254: Preparing 02:15:47 fd55b8a09345: Preparing 02:15:47 ac28966a159c: Preparing 02:15:47 5643a156fe11: Preparing 02:15:47 231f79e38d8c: Preparing 02:15:47 5347679e19ae: Preparing 02:15:47 dd9c8f8612c8: Preparing 02:15:47 5347679e19ae: Waiting 02:15:47 dd9c8f8612c8: Waiting 02:15:47 358bf4bdd254: Layer already exists 02:15:47 231f79e38d8c: Layer already exists 02:15:47 ac28966a159c: Layer already exists 02:15:47 fd55b8a09345: Layer already exists 02:15:47 5643a156fe11: Layer already exists 02:15:47 dd9c8f8612c8: Layer already exists 02:15:47 5347679e19ae: Layer already exists 02:15:47 main: digest: sha256:7856c4a24bfd1a87db7039bd558e6add79885fb8d5531598dd2012ba44ddb566 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:15:47 ===================================================== [Pipeline] echo 02:15:47 taggedImages: 02:15:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:15:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 02:15:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:15:47 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:15:47 2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:47 latest 02:15:47 4.1.0-dev.35 02:15:47 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:15:47 main 02:15:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:15:48 a42972972b0b: Preparing 02:15:48 a0e0bdab4aec: Preparing 02:15:48 ac28966a159c: Preparing 02:15:48 5643a156fe11: Preparing 02:15:48 68f038b7ec83: Preparing 02:15:48 54f2f2611a3d: Preparing 02:15:48 dd9c8f8612c8: Preparing 02:15:48 54f2f2611a3d: Waiting 02:15:48 dd9c8f8612c8: Waiting 02:15:48 ac28966a159c: Layer already exists 02:15:48 5643a156fe11: Layer already exists 02:15:48 dd9c8f8612c8: Layer already exists 02:15:48 a42972972b0b: Pushed 02:15:48 68f038b7ec83: Pushed 02:15:49 54f2f2611a3d: Pushed 02:15:57 a0e0bdab4aec: Pushed 02:15:57 2a66c938598a16446a2d6239f2ebc3721c7459d7: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:15:58 a42972972b0b: Preparing 02:15:58 a0e0bdab4aec: Preparing 02:15:58 ac28966a159c: Preparing 02:15:58 5643a156fe11: Preparing 02:15:58 68f038b7ec83: Preparing 02:15:58 54f2f2611a3d: Preparing 02:15:58 dd9c8f8612c8: Preparing 02:15:58 54f2f2611a3d: Waiting 02:15:58 dd9c8f8612c8: Waiting 02:15:58 ac28966a159c: Layer already exists 02:15:58 a42972972b0b: Layer already exists 02:15:58 68f038b7ec83: Layer already exists 02:15:58 a0e0bdab4aec: Layer already exists 02:15:58 5643a156fe11: Layer already exists 02:15:58 dd9c8f8612c8: Layer already exists 02:15:58 54f2f2611a3d: Layer already exists 02:15:58 latest: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 02:15:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:15:59 a42972972b0b: Preparing 02:15:59 a0e0bdab4aec: Preparing 02:15:59 ac28966a159c: Preparing 02:15:59 5643a156fe11: Preparing 02:15:59 68f038b7ec83: Preparing 02:15:59 54f2f2611a3d: Preparing 02:15:59 dd9c8f8612c8: Preparing 02:15:59 54f2f2611a3d: Waiting 02:15:59 dd9c8f8612c8: Waiting 02:15:59 a42972972b0b: Layer already exists 02:15:59 ac28966a159c: Layer already exists 02:15:59 68f038b7ec83: Layer already exists 02:15:59 5643a156fe11: Layer already exists 02:15:59 a0e0bdab4aec: Layer already exists 02:15:59 54f2f2611a3d: Layer already exists 02:15:59 dd9c8f8612c8: Layer already exists 02:15:59 4.1.0-dev.35: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:15:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:00 a42972972b0b: Preparing 02:16:00 a0e0bdab4aec: Preparing 02:16:00 ac28966a159c: Preparing 02:16:00 5643a156fe11: Preparing 02:16:00 68f038b7ec83: Preparing 02:16:00 54f2f2611a3d: Preparing 02:16:00 dd9c8f8612c8: Preparing 02:16:00 54f2f2611a3d: Waiting 02:16:00 ac28966a159c: Layer already exists 02:16:00 a0e0bdab4aec: Layer already exists 02:16:00 68f038b7ec83: Layer already exists 02:16:00 a42972972b0b: Layer already exists 02:16:00 5643a156fe11: Layer already exists 02:16:00 dd9c8f8612c8: Layer already exists 02:16:00 54f2f2611a3d: Layer already exists 02:16:00 2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:16:00 a42972972b0b: Preparing 02:16:00 a0e0bdab4aec: Preparing 02:16:00 ac28966a159c: Preparing 02:16:00 5643a156fe11: Preparing 02:16:00 68f038b7ec83: Preparing 02:16:00 54f2f2611a3d: Preparing 02:16:00 dd9c8f8612c8: Preparing 02:16:00 54f2f2611a3d: Waiting 02:16:00 dd9c8f8612c8: Waiting 02:16:00 a42972972b0b: Layer already exists 02:16:00 68f038b7ec83: Layer already exists 02:16:00 a0e0bdab4aec: Layer already exists 02:16:00 5643a156fe11: Layer already exists 02:16:00 ac28966a159c: Layer already exists 02:16:00 dd9c8f8612c8: Layer already exists 02:16:00 54f2f2611a3d: Layer already exists 02:16:01 main: digest: sha256:6d271861afab8cf3f159887c9ce617a888fb1d57a52608126bf539cf9bc0405e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:16:01 ===================================================== [Pipeline] echo 02:16:01 taggedImages: 02:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 02:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 02:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 02:16:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:16:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2a66c938598a16446a2d6239f2ebc3721c7459d7-4.1.0-dev.35 [Pipeline] echo 02:16:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:16:02 02:16:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:16:03 arm64: Pulling from edgex-lftools-log-publisher 02:16:03 8998bd30e6a1: Pulling fs layer 02:16:03 04944245beec: Pulling fs layer 02:16:03 699f458cf7ca: Pulling fs layer 02:16:03 765212b225bb: Pulling fs layer 02:16:03 f23df028b6ca: Pulling fs layer 02:16:03 d65c8cfc05b1: Pulling fs layer 02:16:03 2437ff75d9bd: Pulling fs layer 02:16:03 765212b225bb: Waiting 02:16:03 f23df028b6ca: Waiting 02:16:03 2437ff75d9bd: Waiting 02:16:03 d65c8cfc05b1: Waiting 02:16:03 04944245beec: Verifying Checksum 02:16:03 04944245beec: Download complete 02:16:03 765212b225bb: Verifying Checksum 02:16:03 765212b225bb: Download complete 02:16:03 f23df028b6ca: Verifying Checksum 02:16:03 f23df028b6ca: Download complete 02:16:03 d65c8cfc05b1: Download complete 02:16:03 699f458cf7ca: Verifying Checksum 02:16:03 699f458cf7ca: Download complete 02:16:03 8998bd30e6a1: Verifying Checksum 02:16:03 8998bd30e6a1: Download complete 02:16:06 2437ff75d9bd: Verifying Checksum 02:16:08 8998bd30e6a1: Pull complete 02:16:08 04944245beec: Pull complete 02:16:10 699f458cf7ca: Pull complete 02:16:10 765212b225bb: Pull complete 02:16:12 f23df028b6ca: Pull complete 02:16:12 d65c8cfc05b1: Pull complete 02:16:30 2437ff75d9bd: Pull complete 02:16:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:16:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:16:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:30 prd-ubuntu20.04-docker-arm64-4c-16g-4495 does not seem to be running inside a container 02:16:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:16:32 $ docker top 9a3e2e4add486bfb72c31be8e378e8cafd56c0d3db02c237612b345ece664a5c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:16:33 ---> job-cost.sh 02:16:33 lf-activate-venv: SKIPPING 02:16:33 INFO: No Stack... 02:16:34 INFO: Retrieving Pricing Info for: v3-standard-4 02:16:34 INFO: Archiving Costs [Pipeline] sh 02:16:35 + cat /w/workspace/edgex-go/867/archives/cost.csv 02:16:35 + cut -d, -f6 [Pipeline] lock 02:16:35 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-867-stack-cost] 02:16:35 Resource [jenkins-edgexfoundry-edgex-go-main-867-stack-cost] did not exist. Created. 02:16:35 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-867-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:16:36 + echo total: 0.10999999940395355 [Pipeline] stash 02:16:37 Stashed 1 file(s) [Pipeline] } 02:16:37 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-867-stack-cost] [Pipeline] // lock [Pipeline] } 02:16:37 $ docker stop --time=1 9a3e2e4add486bfb72c31be8e378e8cafd56c0d3db02c237612b345ece664a5c 02:16:38 $ docker rm -f --volumes 9a3e2e4add486bfb72c31be8e378e8cafd56c0d3db02c237612b345ece664a5c [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:16:39 provisioning config files... 02:16:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/867@tmp/config16740661292460715075tmp [Pipeline] { [Pipeline] sh 02:16:39 + set +x 02:16:39 + curl -s https://codecov.io/bash 02:16:39 + bash -s -- 02:16:39 02:16:39 _____ _ 02:16:39 / ____| | | 02:16:39 | | ___ __| | ___ ___ _____ __ 02:16:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:16:39 | |___| (_) | (_| | __/ (_| (_) \ V / 02:16:39 \_____\___/ \__,_|\___|\___\___/ \_/ 02:16:39 Bash-1.0.6 02:16:39 02:16:39 02:16:39 ==> git version 2.25.1 found 02:16:39 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:16:39 Release-Date: 2020-01-08 02:16:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:16:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:16:39 ==> Jenkins CI detected. 02:16:39 current dir:  /w/workspace/edgex-go/867 02:16:39 project root: . 02:16:39 --> token set from env 02:16:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:16:39 ==> Running gcov in . (disable via -X gcov) 02:16:39 ==> Python coveragepy not found 02:16:39 ==> Searching for coverage reports in: 02:16:39 + . 02:16:39 -> Found 1 reports 02:16:39 ==> Detecting git/mercurial file structure 02:16:39 ==> Reading reports 02:16:39 + ./coverage.out bytes=1666030 02:16:39 ==> Appending adjustments 02:16:39 https://docs.codecov.io/docs/fixing-reports 02:16:41 + Found adjustments 02:16:41 ==> Gzipping contents 02:16:41 140K /tmp/codecov.hLKLhB.gz 02:16:41 ==> Uploading reports 02:16:41 url: https://codecov.io 02:16:41 query: branch=main&commit=2a66c938598a16446a2d6239f2ebc3721c7459d7&build=867&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F867%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:16:41 -> Pinging Codecov 02:16:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=2a66c938598a16446a2d6239f2ebc3721c7459d7&build=867&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F867%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:16:41 -> Uploading to 02:16:41 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/2a66c938598a16446a2d6239f2ebc3721c7459d7/d0e89587-0eb9-4080-b96e-838cf83add4a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250704%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250704T021641Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f70bbd78afe9d03c16eb8b0060015d72ec705f516de06e742af5c01614f61f90 02:16:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:16:41 Dload Upload Total Spent Left Speed 02:16:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 369k --:--:-- --:--:-- --:--:-- 369k 02:16:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/2a66c938598a16446a2d6239f2ebc3721c7459d7 [Pipeline] } 02:16:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:16:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:16:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:16:42 02:16:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:16:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:16:44 latest: Pulling from edgex-devops/edgex-snyk-go 02:16:44 0a9a5dfd008f: Already exists 02:16:45 36466aa92d05: Already exists 02:16:45 e10405b45d13: Already exists 02:16:46 096b7ceb2af7: Already exists 02:16:46 4f4fb700ef54: Already exists 02:16:47 e50aa161e22a: Pulling fs layer 02:16:47 d3c8db5fb9df: Pulling fs layer 02:16:47 e50aa161e22a: Verifying Checksum 02:16:47 e50aa161e22a: Download complete 02:16:49 d3c8db5fb9df: Verifying Checksum 02:16:49 d3c8db5fb9df: Download complete 02:16:49 e50aa161e22a: Pull complete 02:16:54 d3c8db5fb9df: Pull complete 02:16:55 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:16:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:16:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:16:55 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 02:16:55 $ 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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:17:02 $ docker top 183b0545d0b07ceba00827cb6e5cc11b17eaa0c79f31350208f4e57b3ef59d9e -eo pid,comm [Pipeline] { [Pipeline] sh 02:17:02 + git config --global --add safe.directory /w/workspace/edgex-go/867 [Pipeline] echo 02:17:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:17:03 + set -o pipefail 02:17:03 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:17:13 02:17:13 Monitoring /w/workspace/edgex-go/867 (github.com/edgexfoundry/edgex-go)... 02:17:13 02:17:13 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/c08ca1ff-6889-45b9-8deb-b4a4d0111710 02:17:13 02:17:13 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:17:13 [Pipeline] } 02:17:13 $ docker stop --time=1 183b0545d0b07ceba00827cb6e5cc11b17eaa0c79f31350208f4e57b3ef59d9e 02:17:17 $ docker rm -f --volumes 183b0545d0b07ceba00827cb6e5cc11b17eaa0c79f31350208f4e57b3ef59d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:17:18 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:17:18 provisioning config files... 02:17:18 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/867@tmp/config5483737130348891854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:18 --> edgex-publish-swagger.sh 02:17:18 === Publish openapi API === 02:17:18 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:17:18 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/867/openapi/core-command.yaml] 02:17:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:18 Dload Upload Total Spent Left Speed 02:17:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 240 118k --:--:-- --:--:-- --:--:-- 118k 02:17:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:18 02:17:18 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/867/openapi/core-data.yaml] 02:17:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:18 Dload Upload Total Spent Left Speed 02:17:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 415 429k --:--:-- --:--:-- --:--:-- 430k 02:17:18 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:18 02:17:18 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/867/openapi/core-keeper.yaml] 02:17:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:18 Dload Upload Total Spent Left Speed 02:17:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 488 218k --:--:-- --:--:-- --:--:-- 219k 02:17:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:19 02:17:19 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/867/openapi/core-metadata.yaml] 02:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:19 Dload Upload Total Spent Left Speed 02:17:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 230 548k --:--:-- --:--:-- --:--:-- 548k 02:17:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:19 02:17:19 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/867/openapi/security-proxy-auth.yaml] 02:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:19 Dload Upload Total Spent Left Speed 02:17:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24469 0 0 100 24469 0 118k --:--:-- --:--:-- --:--:-- 117k 100 24535 100 66 100 24469 246 91302 --:--:-- --:--:-- --:--:-- 91208 02:17:19 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:19 02:17:19 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/867/openapi/security-secretstore-setup.yaml] 02:17:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:19 Dload Upload Total Spent Left Speed 02:17:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 584 34628 --:--:-- --:--:-- --:--:-- 35212 02:17:20 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:20 02:17:20 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/867/openapi/support-notifications.yaml] 02:17:20 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:20 Dload Upload Total Spent Left Speed 02:17:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 428 633k --:--:-- --:--:-- --:--:-- 638k 02:17:20 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:20 02:17:20 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/867/openapi/support-scheduler.yaml] 02:17:20 % Total % Received % Xferd Average Speed Time Time Time Current 02:17:20 Dload Upload Total Spent Left Speed 02:17:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 474 356k --:--:-- --:--:-- --:--:-- 356k 02:17:20 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:17:20 [Pipeline] } 02:17:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:17:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:17:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:17:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:21 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 02:17:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:17:21 $ docker top 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee -eo pid,comm 02:17:21 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:17:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:17:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:17:21 [ssh-agent] Looking for ssh-agent implementation... 02:17:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:17:21 $ docker exec 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee ssh-agent 02:17:21 SSH_AUTH_SOCK=/tmp/ssh-QJzs7nKwYce5/agent.32 02:17:21 SSH_AGENT_PID=38 02:17:21 Running ssh-add (command line suppressed) 02:17:21 Identity added: /w/workspace/edgex-go/867@tmp/private_key_15668459284384785110.key (/w/workspace/edgex-go/867@tmp/private_key_15668459284384785110.key) 02:17:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:17:22 + git semver tag 02:17:22 2025-07-04 02:17:22,357 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:17:22 2025-07-04 02:17:22,362 [run_tag] DEBUG tag force:False 02:17:22 2025-07-04 02:17:22,362 [check_head_tag] DEBUG check head tag 02:17:22 2025-07-04 02:17:22,363 [execute] INFO git cat-file --batch-check 02:17:22 2025-07-04 02:17:22,363 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/867, stdin=, shell=False, universal_newlines=False) 02:17:22 2025-07-04 02:17:22,365 [execute] INFO git cat-file --batch 02:17:22 2025-07-04 02:17:22,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/867, stdin=, shell=False, universal_newlines=False) 02:17:22 2025-07-04 02:17:22,383 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 02:17:22 2025-07-04 02:17:22,383 [execute] INFO git tag -a v4.1.0-dev.35 -m v4.1.0-dev.35 02:17:22 2025-07-04 02:17:22,383 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.35', '-m', 'v4.1.0-dev.35'], cwd=/w/workspace/edgex-go/867, stdin=None, shell=False, universal_newlines=False) 02:17:22 2025-07-04 02:17:22,387 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 02:17:22 4.1.0-dev.35 [Pipeline] } 02:17:22 $ docker exec --env ******** --env ******** 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee ssh-agent -k 02:17:22 unset SSH_AUTH_SOCK; 02:17:22 unset SSH_AGENT_PID; 02:17:22 echo Agent pid 38 killed; 02:17:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:17:23 + git semver [Pipeline] } 02:17:23 $ docker stop --time=1 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee 02:17:24 $ docker rm -f --volumes 8d0184ef81da6de74e96c81b55e1845375481bece9902a2b79f9295043ac2fee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:17:25 02:17:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:17:25 0.23.1-centos7: Pulling from edgex-lftools 02:17:25 ab5ef0e58194: Pulling fs layer 02:17:25 9712f1f96733: Pulling fs layer 02:17:25 63f879dbbcfc: Pulling fs layer 02:17:25 0d9ebad4ef96: Pulling fs layer 02:17:25 0d9ebad4ef96: Waiting 02:17:25 e9a5061849ea: Pulling fs layer 02:17:25 d747dcd14b5f: Pulling fs layer 02:17:25 e9a5061849ea: Waiting 02:17:25 2de7ff778b66: Pulling fs layer 02:17:25 d747dcd14b5f: Waiting 02:17:25 2de7ff778b66: Waiting 02:17:25 9712f1f96733: Download complete 02:17:25 63f879dbbcfc: Verifying Checksum 02:17:25 63f879dbbcfc: Download complete 02:17:25 e9a5061849ea: Verifying Checksum 02:17:25 e9a5061849ea: Download complete 02:17:25 d747dcd14b5f: Verifying Checksum 02:17:25 d747dcd14b5f: Download complete 02:17:25 ab5ef0e58194: Verifying Checksum 02:17:25 ab5ef0e58194: Download complete 02:17:25 0d9ebad4ef96: Verifying Checksum 02:17:25 0d9ebad4ef96: Download complete 02:17:25 2de7ff778b66: Verifying Checksum 02:17:25 2de7ff778b66: Download complete 02:17:29 ab5ef0e58194: Pull complete 02:17:29 9712f1f96733: Pull complete 02:17:30 63f879dbbcfc: Pull complete 02:17:35 0d9ebad4ef96: Pull complete 02:17:35 e9a5061849ea: Pull complete 02:17:35 d747dcd14b5f: Pull complete 02:17:36 2de7ff778b66: Pull complete 02:17:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:17:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:17:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:36 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 02:17:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:17:41 $ docker top bef85c7b551c86c22fe3756b58267df44f2a3b23127a68011fad549377f5610a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:17:41 provisioning config files... 02:17:41 copy managed file [sigul-config] to file:/w/workspace/edgex-go/867@tmp/config10873492016199197018tmp 02:17:41 copy managed file [sigul-password] to file:/w/workspace/edgex-go/867@tmp/config1045456132727471308tmp 02:17:41 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/867@tmp/config7872496491013559266tmp [Pipeline] { [Pipeline] echo 02:17:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:17:41 ---> sigul-configuration.sh 02:17:41 gpg: directory `/root/.gnupg' created 02:17:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:17:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:17:41 gpg: keyring `/root/.gnupg/secring.gpg' created 02:17:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:17:41 gpg: CAST5 encrypted data 02:17:41 gpg: encrypted with 1 passphrase 02:17:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:17:42 + mkdir /home/jenkins 02:17:42 + mkdir /home/jenkins/sigul [Pipeline] sh 02:17:42 + 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:17:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:17:42 ---> sigul-install.sh 02:17:42 Sigul already installed; skipping installation. [Pipeline] sh 02:17:42 + git tag --list 02:17:42 0.6.0 02:17:42 0.6.1 02:17:42 0.7.0 02:17:42 0.7.1 02:17:42 v1.0.0 02:17:42 v1.0.1 02:17:42 v1.1.0 02:17:42 v1.2.0 02:17:42 v1.2.1 02:17:42 v1.3.0 02:17:42 v1.3.1 02:17:42 v2.0.0 02:17:42 v2.1.0 02:17:42 v2.1.1 02:17:42 v2.2.0 02:17:42 v2.3.0 02:17:42 v3.0 02:17:42 v3.0.0 02:17:42 v3.1 02:17:42 v3.1.0 02:17:42 v3.1.1 02:17:42 v4.0 02:17:42 v4.0.0 02:17:42 v4.0.1 02:17:42 v4.0.1-dev.1 02:17:42 v4.1.0-dev.1 02:17:42 v4.1.0-dev.10 02:17:42 v4.1.0-dev.11 02:17:42 v4.1.0-dev.12 02:17:42 v4.1.0-dev.13 02:17:42 v4.1.0-dev.14 02:17:42 v4.1.0-dev.15 02:17:42 v4.1.0-dev.16 02:17:42 v4.1.0-dev.17 02:17:42 v4.1.0-dev.18 02:17:42 v4.1.0-dev.19 02:17:42 v4.1.0-dev.2 02:17:42 v4.1.0-dev.20 02:17:42 v4.1.0-dev.21 02:17:42 v4.1.0-dev.22 02:17:42 v4.1.0-dev.23 02:17:42 v4.1.0-dev.24 02:17:42 v4.1.0-dev.25 02:17:42 v4.1.0-dev.26 02:17:42 v4.1.0-dev.27 02:17:42 v4.1.0-dev.28 02:17:42 v4.1.0-dev.29 02:17:42 v4.1.0-dev.3 02:17:42 v4.1.0-dev.30 02:17:42 v4.1.0-dev.31 02:17:42 v4.1.0-dev.32 02:17:42 v4.1.0-dev.33 02:17:42 v4.1.0-dev.34 02:17:42 v4.1.0-dev.35 02:17:42 v4.1.0-dev.4 02:17:42 v4.1.0-dev.5 02:17:42 v4.1.0-dev.6 02:17:42 v4.1.0-dev.7 02:17:42 v4.1.0-dev.8 02:17:42 v4.1.0-dev.9 [Pipeline] sh 02:17:43 + lftools sign git-tag v4.1.0-dev.35 02:17:43 Signing Git tag with Sigul... 02:17:43 Signing v4.1.0-dev.35 [Pipeline] echo 02:17:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:17:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:17:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:17:44 $ docker stop --time=1 bef85c7b551c86c22fe3756b58267df44f2a3b23127a68011fad549377f5610a 02:17:46 $ docker rm -f --volumes bef85c7b551c86c22fe3756b58267df44f2a3b23127a68011fad549377f5610a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:17:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:17:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:17:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:47 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 02:17:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:17:48 $ docker top 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 -eo pid,comm 02:17:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:17:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:17:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:17:48 [ssh-agent] Looking for ssh-agent implementation... 02:17:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:17:48 $ docker exec 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 ssh-agent 02:17:48 SSH_AUTH_SOCK=/tmp/ssh-tF7XJ11UNC1Y/agent.14 02:17:48 SSH_AGENT_PID=20 02:17:48 Running ssh-add (command line suppressed) 02:17:48 Identity added: /w/workspace/edgex-go/867@tmp/private_key_5123695162405662352.key (/w/workspace/edgex-go/867@tmp/private_key_5123695162405662352.key) 02:17:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:17:48 + git semver bump pre 02:17:49 2025-07-04 02:17:49,175 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:17:49 2025-07-04 02:17:49,178 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 02:17:49 2025-07-04 02:17:49,178 [bump_version] DEBUG bumping version:4.1.0-dev.35 on axis:pre with prefix:dev 02:17:49 2025-07-04 02:17:49,178 [bump_version] DEBUG bumped version:4.1.0-dev.36 02:17:49 2025-07-04 02:17:49,178 [write_version] DEBUG write version:4.1.0-dev.36 to path:/w/workspace/edgex-go/867/.semver/main with force:True 02:17:49 2025-07-04 02:17:49,178 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 02:17:49 2025-07-04 02:17:49,178 [write_file] DEBUG write to file:/w/workspace/edgex-go/867/.semver/main 02:17:49 2025-07-04 02:17:49,180 [execute] INFO git cat-file --batch-check 02:17:49 2025-07-04 02:17:49,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/867/.semver, stdin=, shell=False, universal_newlines=False) 02:17:49 2025-07-04 02:17:49,183 [execute] INFO git cat-file --batch 02:17:49 2025-07-04 02:17:49,183 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/867/.semver, stdin=, shell=False, universal_newlines=False) 02:17:49 2025-07-04 02:17:49,187 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 02:17:49 4.1.0-dev.36 [Pipeline] } 02:17:49 $ docker exec --env ******** --env ******** 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 ssh-agent -k 02:17:49 unset SSH_AUTH_SOCK; 02:17:49 unset SSH_AGENT_PID; 02:17:49 echo Agent pid 20 killed; 02:17:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:17:49 + git semver [Pipeline] } 02:17:50 $ docker stop --time=1 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 02:17:51 $ docker rm -f --volumes 4a1e204409ee506eb6bbc22d1cfcac40bfe2faf6d49cda5dfbb55b1b970d8e36 [Pipeline] // withDockerContainer [Pipeline] sh 02:17:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:17:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:17:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:17:52 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 02:17:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:17:54 $ docker top c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 -eo pid,comm 02:17:54 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:17:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:17:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:17:54 [ssh-agent] Looking for ssh-agent implementation... 02:17:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:17:54 $ docker exec c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 ssh-agent 02:17:54 SSH_AUTH_SOCK=/tmp/ssh-gpllEnygNLQm/agent.14 02:17:54 SSH_AGENT_PID=20 02:17:54 Running ssh-add (command line suppressed) 02:17:54 Identity added: /w/workspace/edgex-go/867@tmp/private_key_6033584268370808134.key (/w/workspace/edgex-go/867@tmp/private_key_6033584268370808134.key) 02:17:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:17:54 + git semver push 02:17:55 2025-07-04 02:17:55,196 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:17:55 2025-07-04 02:17:55,255 [run_push] DEBUG push 02:17:55 2025-07-04 02:17:55,256 [execute] INFO git cat-file --batch-check 02:17:55 2025-07-04 02:17:55,257 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/867/.semver, stdin=, shell=False, universal_newlines=False) 02:17:55 2025-07-04 02:17:55,259 [execute] INFO git rev-list 5ffbe157831cd9af93f250b4170e7581dddda636 -- 02:17:55 2025-07-04 02:17:55,259 [execute] DEBUG Popen(['git', 'rev-list', '5ffbe157831cd9af93f250b4170e7581dddda636', '--'], cwd=/w/workspace/edgex-go/867/.semver, stdin=None, shell=False, universal_newlines=False) 02:17:55 2025-07-04 02:17:55,280 [execute] INFO git fetch -v -- origin 02:17:55 2025-07-04 02:17:55,280 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/867/.semver, stdin=None, shell=False, universal_newlines=True) 02:17:55 2025-07-04 02:17:55,756 [run_push] DEBUG no remote changes detected 02:17:55 2025-07-04 02:17:55,756 [execute] INFO git push origin semver 02:17:55 2025-07-04 02:17:55,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/867/.semver, stdin=None, shell=False, universal_newlines=False) 02:17:56 2025-07-04 02:17:56,554 [run_push] DEBUG push all version tags 02:17:56 2025-07-04 02:17:56,555 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:17:56 2025-07-04 02:17:56,555 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/867, stdin=None, shell=False, universal_newlines=False) 02:17:57 2025-07-04 02:17:57,228 [read_version] DEBUG read version from /w/workspace/edgex-go/867/.semver/main 02:17:57 4.1.0-dev.36 [Pipeline] } 02:17:57 $ docker exec --env ******** --env ******** c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 ssh-agent -k 02:17:57 unset SSH_AUTH_SOCK; 02:17:57 unset SSH_AGENT_PID; 02:17:57 echo Agent pid 20 killed; 02:17:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:17:57 + git semver [Pipeline] } 02:17:58 $ docker stop --time=1 c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 02:18:00 $ docker rm -f --volumes c1c89245a203b2d7ca8e239dacb9199f73acf8d7c31a8181b8bf10b3f0d5eb57 [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:18:00 + [ -d /w/workspace/edgex-go/867/archives ] [Pipeline] libraryResource [Pipeline] sh 02:18:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:18:02 ---> package-listing.sh 02:18:02 ++ facter osfamily 02:18:02 ++ tr '[:upper:]' '[:lower:]' 02:18:02 + OS_FAMILY=debian 02:18:02 + workspace=/w/workspace/edgex-go/867 02:18:02 + START_PACKAGES=/tmp/packages_start.txt 02:18:02 + END_PACKAGES=/tmp/packages_end.txt 02:18:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:18:02 + PACKAGES=/tmp/packages_start.txt 02:18:02 + '[' /w/workspace/edgex-go/867 ']' 02:18:02 + PACKAGES=/tmp/packages_end.txt 02:18:02 + case "${OS_FAMILY}" in 02:18:02 + dpkg -l 02:18:02 + grep '^ii' 02:18:02 + '[' -f /tmp/packages_start.txt ']' 02:18:02 + '[' -f /tmp/packages_end.txt ']' 02:18:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:18:02 + '[' /w/workspace/edgex-go/867 ']' 02:18:02 + mkdir -p /w/workspace/edgex-go/867/archives/ 02:18:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/867/archives/ [Pipeline] echo 02:18:02 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/867/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:18:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:03 02:18:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:03 latest: Pulling from edgex-lftools-log-publisher 02:18:03 5eb5b503b376: Pulling fs layer 02:18:03 5c69ac0246d0: Pulling fs layer 02:18:03 ec43610c2a17: Pulling fs layer 02:18:03 3a2ae6a8a46f: Pulling fs layer 02:18:03 33b1e0a273af: Pulling fs layer 02:18:03 5d3b04190fa2: Pulling fs layer 02:18:03 2f39f015ded8: Pulling fs layer 02:18:03 33b1e0a273af: Waiting 02:18:03 5d3b04190fa2: Waiting 02:18:03 2f39f015ded8: Waiting 02:18:03 3a2ae6a8a46f: Waiting 02:18:03 5c69ac0246d0: Verifying Checksum 02:18:03 5c69ac0246d0: Download complete 02:18:03 3a2ae6a8a46f: Download complete 02:18:03 33b1e0a273af: Verifying Checksum 02:18:03 33b1e0a273af: Download complete 02:18:03 ec43610c2a17: Verifying Checksum 02:18:03 ec43610c2a17: Download complete 02:18:03 5d3b04190fa2: Download complete 02:18:03 5eb5b503b376: Verifying Checksum 02:18:03 5eb5b503b376: Download complete 02:18:04 2f39f015ded8: Download complete 02:18:05 5eb5b503b376: Pull complete 02:18:05 5c69ac0246d0: Pull complete 02:18:06 ec43610c2a17: Pull complete 02:18:06 3a2ae6a8a46f: Pull complete 02:18:06 33b1e0a273af: Pull complete 02:18:06 5d3b04190fa2: Pull complete 02:18:11 2f39f015ded8: Pull complete 02:18:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:18:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:18:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:11 prd-ubuntu20.04-docker-8c-8g-4493 does not seem to be running inside a container 02:18:11 $ 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/867/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/867 -v /w/workspace/edgex-go/867:/w/workspace/edgex-go/867:rw,z -v /w/workspace/edgex-go/867@tmp:/w/workspace/edgex-go/867@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:18:15 $ docker top c08af9ff5a8c6edd7f6e03d1eaa88384f2b043cb009df635867d5b68bebd4968 -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:16 + touch /tmp/pre-build-complete [Pipeline] sh 02:18:16 + mkdir -p /var/log/sysstat [Pipeline] sh 02:18:16 + ls /var/log/sa-host 02:18:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:18:16 provisioning config files... 02:18:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/867@tmp/config1084566178730953164tmp [Pipeline] { [Pipeline] echo 02:18:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:18:17 ---> create-netrc.sh [Pipeline] } 02:18:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:18:17 ---> python-tools-install.sh [Pipeline] echo 02:18:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:18:17 ---> sudo-logs.sh 02:18:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:18:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:18:18 ---> job-cost.sh 02:18:18 lf-activate-venv: SKIPPING 02:18:18 DEBUG: total: 0.10999999940395355 02:18:18 INFO: Retrieving Stack Cost... 02:18:18 INFO: Retrieving Pricing Info for: v3-standard-8 02:18:19 INFO: Archiving Costs [Pipeline] echo 02:18:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:18:19 ---> logs-deploy.sh 02:18:19 lf-activate-venv: SKIPPING 02:18:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/867 02:18:19 INFO: archiving workspace using pattern(s): 02:18:20 Archives upload complete. 02:18:20 INFO: archiving logs to Nexus 02:18:21 ---> uname -a: 02:18:21 Linux prd-ubuntu20-04-docker-8c-8g-4493 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:18:21 02:18:21 02:18:21 ---> lscpu: 02:18:21 Architecture: x86_64 02:18:21 CPU op-mode(s): 32-bit, 64-bit 02:18:21 Byte Order: Little Endian 02:18:21 Address sizes: 40 bits physical, 48 bits virtual 02:18:21 CPU(s): 8 02:18:21 On-line CPU(s) list: 0-7 02:18:21 Thread(s) per core: 1 02:18:21 Core(s) per socket: 1 02:18:21 Socket(s): 8 02:18:21 NUMA node(s): 1 02:18:21 Vendor ID: AuthenticAMD 02:18:21 CPU family: 23 02:18:21 Model: 49 02:18:21 Model name: AMD EPYC-Rome Processor 02:18:21 Stepping: 0 02:18:21 CPU MHz: 2800.000 02:18:21 BogoMIPS: 5600.00 02:18:21 Virtualization: AMD-V 02:18:21 Hypervisor vendor: KVM 02:18:21 Virtualization type: full 02:18:21 L1d cache: 256 KiB 02:18:21 L1i cache: 256 KiB 02:18:21 L2 cache: 4 MiB 02:18:21 L3 cache: 128 MiB 02:18:21 NUMA node0 CPU(s): 0-7 02:18:21 Vulnerability Gather data sampling: Not affected 02:18:21 Vulnerability Itlb multihit: Not affected 02:18:21 Vulnerability L1tf: Not affected 02:18:21 Vulnerability Mds: Not affected 02:18:21 Vulnerability Meltdown: Not affected 02:18:21 Vulnerability Mmio stale data: Not affected 02:18:21 Vulnerability Retbleed: Vulnerable 02:18:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:18:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:18:21 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:18:21 Vulnerability Srbds: Not affected 02:18:21 Vulnerability Tsx async abort: Not affected 02:18:21 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:18:21 02:18:21 02:18:21 ---> nproc: 02:18:21 8 02:18:21 02:18:21 02:18:21 ---> df -h: 02:18:21 Filesystem Size Used Avail Use% Mounted on 02:18:21 overlay 155G 31G 125G 20% / 02:18:21 tmpfs 64M 0 64M 0% /dev 02:18:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:18:21 shm 64M 0 64M 0% /dev/shm 02:18:21 /dev/vda1 155G 31G 125G 20% /facter-os 02:18:21 02:18:21 02:18:21 ---> sar -b -r -n DEV: 02:18:21 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4493) 07/04/25 _x86_64_ (8 CPU) 02:18:21 02:18:21 01:23:54 LINUX RESTART (8 CPU) 02:18:21 02:18:21 01:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:18:21 01:25:01 399.93 72.74 327.20 0.00 12311.28 100109.05 0.00 02:18:21 01:26:01 173.95 9.88 164.07 0.00 1661.59 44233.56 0.00 02:18:21 01:27:01 37.59 0.02 37.58 0.00 0.13 35851.91 0.00 02:18:21 01:28:01 50.69 0.25 50.44 0.00 2.93 20472.59 0.00 02:18:21 01:29:01 263.94 0.17 263.78 0.00 15.45 231229.17 0.00 02:18:21 01:30:01 892.95 23.96 868.99 0.00 4459.18 188819.86 0.00 02:18:21 01:31:01 217.06 0.97 216.10 0.00 10.26 101094.48 0.00 02:18:21 01:32:01 409.70 0.08 409.61 0.00 0.67 131685.30 0.00 02:18:21 01:33:01 617.63 0.10 617.53 0.00 9.07 137346.71 0.00 02:18:21 01:34:01 35.83 0.08 35.74 0.00 14.40 931.18 0.00 02:18:21 01:35:01 17.03 0.00 17.03 0.00 0.00 462.99 0.00 02:18:21 01:36:01 2.63 0.00 2.63 0.00 0.00 33.33 0.00 02:18:21 01:37:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 02:18:21 01:38:01 1.07 0.00 1.07 0.00 0.00 11.33 0.00 02:18:21 01:39:01 2.22 0.02 2.20 0.00 0.13 23.86 0.00 02:18:21 01:40:01 1.32 0.02 1.30 0.00 3.07 18.00 0.00 02:18:21 01:41:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 02:18:21 01:42:01 1.40 0.00 1.40 0.00 0.00 14.80 0.00 02:18:21 01:43:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 02:18:21 01:44:01 1.17 0.00 1.17 0.00 0.00 12.00 0.00 02:18:21 01:45:01 1.17 0.00 1.17 0.00 0.00 13.60 0.00 02:18:21 01:46:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 02:18:21 01:47:02 1.15 0.00 1.15 0.00 0.00 12.93 0.00 02:18:21 01:48:01 0.98 0.00 0.98 0.00 0.00 10.30 0.00 02:18:21 01:49:01 1.15 0.00 1.15 0.00 0.00 13.06 0.00 02:18:21 01:50:01 1.08 0.00 1.08 0.00 0.00 13.46 0.00 02:18:21 01:51:01 1.35 0.00 1.35 0.00 0.00 14.40 0.00 02:18:21 01:52:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 02:18:21 01:53:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 02:18:21 01:54:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 02:18:21 01:55:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 02:18:21 01:56:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 02:18:21 01:57:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 02:18:21 01:58:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 02:18:21 01:59:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 02:18:21 02:00:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 02:18:21 02:01:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 02:18:21 02:02:01 0.87 0.00 0.87 0.00 0.00 9.33 0.00 02:18:21 02:03:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 02:18:21 02:04:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 02:18:21 02:05:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 02:18:21 02:06:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 02:18:21 02:07:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 02:18:21 02:08:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 02:18:21 02:09:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 02:18:21 02:10:01 1.25 0.00 1.25 0.00 0.00 13.06 0.00 02:18:21 02:11:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 02:18:21 02:12:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 02:18:21 02:13:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 02:18:21 02:14:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 02:18:21 02:15:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 02:18:21 02:16:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 02:18:21 02:17:01 17.20 0.15 17.05 0.00 12.00 8844.66 0.00 02:18:21 02:18:01 146.83 0.38 146.44 0.00 3.07 42420.13 0.00 02:18:21 Average: 61.69 2.02 59.67 0.00 342.76 19344.97 0.00 02:18:21 02:18:21 01:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:18:21 01:25:01 28909240 31484924 827820 2.52 75696 2795956 1744112 5.14 1024412 2578260 129844 02:18:21 01:26:01 26969940 31122424 1157984 3.52 120460 4198744 2395252 7.06 1848740 3533088 302892 02:18:21 01:27:01 26600080 31234272 1042880 3.17 127520 4632368 2259040 6.66 1737640 3971412 197892 02:18:21 01:28:01 25806564 31389424 884944 2.69 135188 5515988 1943664 5.73 1936476 4505560 535672 02:18:21 01:29:01 20575564 31330324 935512 2.85 144852 10564932 3119548 9.20 2094476 9452012 298316 02:18:21 01:30:01 12615192 31332428 902076 2.74 384932 17788316 2265996 6.68 3202256 15772712 2335860 02:18:21 01:31:01 7283272 28390468 3772052 11.48 421176 19761504 10829308 31.93 6997960 16818564 1659024 02:18:21 01:32:01 4026760 28193404 3973324 12.09 439460 22687908 9804776 28.91 8491552 18474508 1057544 02:18:21 01:33:01 7577312 31371856 861496 2.62 453076 22501908 2001776 5.90 3654328 20055380 524 02:18:21 01:34:01 7559460 31356700 875824 2.66 454888 22502844 2126612 6.27 4058564 19668532 492 02:18:21 01:35:01 7567544 31365688 866584 2.64 455544 22502988 2005884 5.91 4399840 19318316 588 02:18:21 01:36:01 7568976 31367160 865076 2.63 455560 22502988 2005884 5.91 4399204 19318316 144 02:18:21 01:37:01 7569888 31368076 864640 2.63 455568 22502992 2005884 5.91 4397920 19318320 168 02:18:21 01:38:01 7570276 31368624 864208 2.63 455596 22503124 2005884 5.91 4398412 19318444 136 02:18:21 01:39:01 7587944 31386388 846388 2.57 455640 22503120 2024344 5.97 4378376 19318452 32 02:18:21 01:40:01 7588180 31386668 845972 2.57 455676 22503192 2024344 5.97 4379408 19318476 140 02:18:21 01:41:01 7588304 31386872 845716 2.57 455696 22503196 2024344 5.97 4377788 19318524 12 02:18:21 01:42:01 7588008 31386612 846116 2.57 455704 22503200 2024344 5.97 4378840 19318528 4 02:18:21 01:43:01 7588236 31386856 845828 2.57 455724 22503204 2024344 5.97 4377844 19318532 28 02:18:21 01:44:01 7589780 31388456 844296 2.57 455736 22503204 2024344 5.97 4377768 19318532 8 02:18:21 01:45:01 7589108 31387924 844764 2.57 455760 22503336 2024344 5.97 4376884 19318656 32 02:18:21 01:46:01 7587840 31386700 845984 2.57 455784 22503340 2024344 5.97 4378084 19318668 172 02:18:21 01:47:02 7588296 31387180 845448 2.57 455804 22503340 2024344 5.97 4376860 19318668 12 02:18:21 01:48:01 7588516 31387420 845128 2.57 455820 22503348 2024344 5.97 4377864 19318672 164 02:18:21 01:49:01 7588192 31387112 845380 2.57 455836 22503344 2024344 5.97 4376904 19318672 8 02:18:21 01:50:01 7588224 31387184 845216 2.57 455876 22503356 2007992 5.92 4378012 19318676 208 02:18:21 01:51:01 7588320 31387316 845268 2.57 455892 22503360 2024044 5.97 4376976 19318680 8 02:18:21 01:52:01 7588588 31387600 844956 2.57 455908 22503360 2024044 5.97 4378196 19318688 136 02:18:21 01:53:01 7588216 31387248 845180 2.57 455920 22503364 2024044 5.97 4377328 19318692 168 02:18:21 01:54:01 7588484 31387536 844884 2.57 455940 22503368 2024044 5.97 4377888 19318696 28 02:18:21 01:55:01 7588436 31387512 844976 2.57 455948 22503360 2024044 5.97 4377112 19318696 8 02:18:21 01:56:01 7588388 31387472 844956 2.57 455952 22503372 2024044 5.97 4377912 19318700 28 02:18:21 01:57:01 7588368 31387460 845140 2.57 455952 22503372 2024044 5.97 4377044 19318700 8 02:18:21 01:58:01 7588344 31387440 845100 2.57 455972 22503380 2024044 5.97 4378020 19318704 160 02:18:21 01:59:01 7588324 31387456 844892 2.57 455984 22503380 2024044 5.97 4377076 19318708 8 02:18:21 02:00:01 7588388 31387560 844764 2.57 456008 22503380 2040168 6.01 4378328 19318708 76 02:18:21 02:01:01 7588012 31387212 845256 2.57 456020 22503388 2040168 6.01 4377132 19318712 12 02:18:21 02:02:01 7588272 31387480 844940 2.57 456044 22503388 2040168 6.01 4378012 19318712 8 02:18:21 02:03:01 7588224 31387592 844780 2.57 456056 22503520 2023812 5.97 4377160 19318844 4 02:18:21 02:04:01 7588240 31387628 844732 2.57 456068 22503524 2023812 5.97 4378056 19318852 8 02:18:21 02:05:01 7588064 31387464 844832 2.57 456088 22503520 2023812 5.97 4377252 19318852 4 02:18:21 02:06:01 7587788 31387224 845004 2.57 456116 22503532 2023812 5.97 4378340 19318856 48 02:18:21 02:07:01 7587660 31387164 844928 2.57 456132 22503536 2023812 5.97 4377256 19318864 12 02:18:21 02:08:01 7587108 31386628 845392 2.57 456156 22503536 2023812 5.97 4378128 19318864 8 02:18:21 02:09:01 7587216 31386764 845148 2.57 456184 22503544 2023812 5.97 4377296 19318868 40 02:18:21 02:10:01 7586872 31386464 845636 2.57 456192 22503544 2023812 5.97 4378376 19318872 152 02:18:21 02:11:01 7587400 31387004 845048 2.57 456220 22503548 2023812 5.97 4377348 19318876 28 02:18:21 02:12:01 7587060 31386720 845276 2.57 456244 22503552 2023812 5.97 4378792 19318880 152 02:18:21 02:13:01 7587084 31386748 845236 2.57 456256 22503552 2023812 5.97 4377384 19318880 8 02:18:21 02:14:01 7586384 31386068 846040 2.57 456264 22503556 2023812 5.97 4378696 19318884 264 02:18:21 02:15:01 7587092 31386788 845324 2.57 456280 22503548 2023812 5.97 4377476 19318884 4 02:18:21 02:16:01 7586864 31386584 845456 2.57 456300 22503560 2023812 5.97 4377428 19318888 28 02:18:21 02:17:01 7124352 31346252 885000 2.69 461520 22901676 2116616 6.24 4416704 19718336 134584 02:18:21 02:18:01 6383852 31329344 901052 2.74 497136 23505660 2017000 5.95 4500704 20295276 232 02:18:21 Average: 9260224 31260424 974071 2.96 423432 20824058 2362839 6.97 4220627 17893123 123262 02:18:21 02:18:21 01:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:18:21 01:25:01 docker0 462.91 421.40 31.68 2218.76 0.00 0.00 0.00 0.00 02:18:21 01:25:01 veth53f1748 462.91 421.50 38.00 2218.77 0.00 0.00 0.00 0.18 02:18:21 01:25:01 ens3 1246.09 1053.51 9715.80 142.91 0.00 0.00 0.00 0.00 02:18:21 01:25:01 lo 3.63 3.63 0.35 0.35 0.00 0.00 0.00 0.00 02:18:21 01:26:01 veth7336f5a 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:18:21 01:26:01 docker0 444.98 442.86 32.74 2419.69 0.00 0.00 0.00 0.00 02:18:21 01:26:01 ens3 603.12 542.73 5650.37 91.99 0.00 0.00 0.00 0.00 02:18:21 01:26:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 02:18:21 01:27:01 veth7336f5a 1.32 1.35 0.11 0.12 0.00 0.00 0.00 0.00 02:18:21 01:27:01 docker0 1.32 1.32 0.10 0.12 0.00 0.00 0.00 0.00 02:18:21 01:27:01 ens3 34.86 24.56 27.15 15.67 0.00 0.00 0.00 0.00 02:18:21 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:28:01 veth7336f5a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:28:01 ens3 23.30 14.63 19.50 10.86 0.00 0.00 0.00 0.00 02:18:21 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:29:01 veth85efdef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 docker0 15.37 29.60 0.95 417.74 0.00 0.00 0.00 0.00 02:18:21 01:29:01 veth04836ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 veth8522118 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 vethba48dd7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 vetha75f3e0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 veth8dcfd0d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 veth153d5e4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 vethe325f0c 0.63 0.93 0.06 0.26 0.00 0.00 0.00 0.00 02:18:21 01:29:01 vethc82edbd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:29:01 ens3 132.15 83.12 2640.28 20.97 0.00 0.00 0.00 0.00 02:18:21 01:29:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 02:18:21 01:30:01 docker0 595.82 916.99 48.52 8399.08 0.00 0.00 0.00 0.00 02:18:21 01:30:01 vethe325f0c 0.17 2.00 0.01 0.08 0.00 0.00 0.00 0.00 02:18:21 01:30:01 ens3 1157.30 726.17 12260.53 73.55 0.00 0.00 0.00 0.00 02:18:21 01:30:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethec24f21 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethe61068e 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 veth93c1f4b 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 veth577fe52 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 docker0 0.63 0.03 0.02 0.00 0.00 0.00 0.00 0.00 02:18:21 01:31:01 veth5cd5bba 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 veth691069a 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 veth8a68a68 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethc096bea 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethabedc7f 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethe325f0c 0.03 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethca0858e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vethee374d2 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 ens3 15.06 11.20 12.32 7.21 0.00 0.00 0.00 0.00 02:18:21 01:31:01 vetha0c6d57 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:18:21 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 vethe61068e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 veth93c1f4b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 veth577fe52 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 veth5cd5bba 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 veth691069a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 veth8a68a68 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 vethabedc7f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 vethe325f0c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 vethca0858e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 vethee374d2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 ens3 4.85 3.60 3.87 2.29 0.00 0.00 0.00 0.00 02:18:21 01:32:01 vetha0c6d57 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:33:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:33:01 ens3 107.37 131.58 52.95 377.01 0.00 0.00 0.00 0.00 02:18:21 01:33:01 lo 8.27 8.27 0.81 0.81 0.00 0.00 0.00 0.00 02:18:21 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:34:01 ens3 442.84 432.98 213.84 2393.02 0.00 0.00 0.00 0.00 02:18:21 01:34:01 lo 41.39 41.39 4.05 4.05 0.00 0.00 0.00 0.00 02:18:21 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:35:01 ens3 293.15 307.93 120.53 1836.29 0.00 0.00 0.00 0.00 02:18:21 01:35:01 lo 19.66 19.66 1.92 1.92 0.00 0.00 0.00 0.00 02:18:21 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:36:01 ens3 0.95 0.33 0.31 0.20 0.00 0.00 0.00 0.00 02:18:21 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:37:01 ens3 0.93 0.57 2.83 0.23 0.00 0.00 0.00 0.00 02:18:21 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:38:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:39:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:40:01 ens3 0.33 0.22 0.14 0.07 0.00 0.00 0.00 0.00 02:18:21 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:41:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:42:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:43:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:44:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:45:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 02:18:21 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:46:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:47:02 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 02:18:21 01:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:48:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:49:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:50:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:18:21 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:51:01 ens3 0.38 0.03 0.04 0.00 0.00 0.00 0.00 0.00 02:18:21 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:52:01 ens3 0.47 0.40 0.26 0.22 0.00 0.00 0.00 0.00 02:18:21 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:53:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:54:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 02:18:21 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:55:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:18:21 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:57:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:58:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 01:59:01 ens3 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 02:18:21 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:00:01 ens3 0.93 0.57 0.55 0.35 0.00 0.00 0.00 0.00 02:18:21 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:02:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:03:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:04:01 ens3 0.25 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:05:01 ens3 0.75 0.13 0.18 0.07 0.00 0.00 0.00 0.00 02:18:21 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:06:01 ens3 0.52 0.38 0.27 0.22 0.00 0.00 0.00 0.00 02:18:21 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:07:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:08:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:09:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:10:01 ens3 0.38 0.22 0.14 0.07 0.00 0.00 0.00 0.00 02:18:21 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:11:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:12:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:13:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:18:21 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:15:01 ens3 0.25 0.15 0.13 0.07 0.00 0.00 0.00 0.00 02:18:21 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:18:21 02:17:01 ens3 91.80 53.94 2652.26 13.44 0.00 0.00 0.00 0.00 02:18:21 02:17:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 02:18:21 02:18:01 docker0 78.15 90.87 6.72 866.36 0.00 0.00 0.00 0.00 02:18:21 02:18:01 ens3 294.98 239.01 4145.57 166.45 0.00 0.00 0.00 0.00 02:18:21 02:18:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 02:18:21 Average: docker0 29.63 35.25 2.24 265.32 0.00 0.00 0.00 0.00 02:18:21 Average: ens3 82.55 67.24 695.09 95.46 0.00 0.00 0.00 0.00 02:18:21 Average: lo 1.55 1.55 0.15 0.15 0.00 0.00 0.00 0.00 02:18:21 02:18:21 02:18:21 ---> sar -P ALL: 02:18:21 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4493) 07/04/25 _x86_64_ (8 CPU) 02:18:21 02:18:21 01:23:54 LINUX RESTART (8 CPU) 02:18:21 02:18:21 01:24:01 CPU %user %nice %system %iowait %steal %idle 02:18:21 01:25:01 all 8.96 0.00 2.56 2.25 0.06 86.17 02:18:21 01:25:01 0 6.12 0.00 1.90 1.31 0.07 90.59 02:18:21 01:25:01 1 7.40 0.00 1.72 1.15 0.05 89.68 02:18:21 01:25:01 2 7.49 0.00 2.54 1.18 0.07 88.73 02:18:21 01:25:01 3 9.09 0.00 3.59 4.94 0.07 82.30 02:18:21 01:25:01 4 7.96 0.00 2.19 3.67 0.07 86.11 02:18:21 01:25:01 5 11.93 0.00 3.67 4.09 0.07 80.24 02:18:21 01:25:01 6 10.88 0.00 2.78 0.91 0.07 85.36 02:18:21 01:25:01 7 10.84 0.00 2.06 0.75 0.05 86.29 02:18:21 01:26:01 all 14.98 0.00 3.51 1.33 0.07 80.11 02:18:21 01:26:01 0 14.54 0.00 3.08 0.08 0.07 82.23 02:18:21 01:26:01 1 16.08 0.00 4.24 0.18 0.07 79.43 02:18:21 01:26:01 2 15.62 0.00 3.37 0.17 0.07 80.78 02:18:21 01:26:01 3 14.64 0.00 4.08 4.82 0.08 76.38 02:18:21 01:26:01 4 14.33 0.00 3.34 0.84 0.07 81.42 02:18:21 01:26:01 5 13.04 0.00 2.87 1.35 0.07 82.67 02:18:21 01:26:01 6 16.56 0.00 3.67 1.13 0.08 78.56 02:18:21 01:26:01 7 14.99 0.00 3.40 2.05 0.08 79.47 02:18:21 01:27:01 all 38.88 0.00 6.27 0.71 0.09 54.04 02:18:21 01:27:01 0 37.39 0.00 6.10 0.00 0.08 56.43 02:18:21 01:27:01 1 38.94 0.00 6.64 0.02 0.10 54.30 02:18:21 01:27:01 2 39.92 0.00 6.58 0.02 0.08 53.40 02:18:21 01:27:01 3 41.29 0.00 6.39 0.02 0.08 52.22 02:18:21 01:27:01 4 37.59 0.00 6.16 2.83 0.10 53.32 02:18:21 01:27:01 5 38.15 0.00 5.93 2.37 0.08 53.47 02:18:21 01:27:01 6 37.49 0.00 5.99 0.03 0.08 56.40 02:18:21 01:27:01 7 40.28 0.00 6.40 0.37 0.12 52.83 02:18:21 01:28:01 all 63.76 0.00 7.68 0.17 0.12 28.26 02:18:21 01:28:01 0 64.68 0.00 7.74 0.07 0.12 27.40 02:18:21 01:28:01 1 62.76 0.00 7.95 0.03 0.12 29.14 02:18:21 01:28:01 2 63.31 0.00 7.67 0.03 0.13 28.86 02:18:21 01:28:01 3 63.91 0.00 7.93 0.00 0.13 28.02 02:18:21 01:28:01 4 64.06 0.00 7.43 0.02 0.12 28.38 02:18:21 01:28:01 5 62.93 0.00 7.71 1.01 0.13 28.22 02:18:21 01:28:01 6 64.68 0.00 7.11 0.05 0.12 28.04 02:18:21 01:28:01 7 63.79 0.00 7.90 0.18 0.12 28.01 02:18:21 01:29:01 all 16.40 0.00 5.86 14.51 0.07 63.17 02:18:21 01:29:01 0 17.22 0.00 5.23 13.94 0.09 63.53 02:18:21 01:29:01 1 16.33 0.00 5.78 7.24 0.09 70.56 02:18:21 01:29:01 2 16.36 0.00 5.38 14.67 0.09 63.51 02:18:21 01:29:01 3 15.56 0.00 5.49 9.45 0.07 69.42 02:18:21 01:29:01 4 17.16 0.00 6.25 35.97 0.07 40.55 02:18:21 01:29:01 5 17.02 0.00 6.80 12.57 0.05 63.56 02:18:21 01:29:01 6 14.69 0.00 5.71 12.06 0.07 67.47 02:18:21 01:29:01 7 16.85 0.00 6.20 10.43 0.05 66.48 02:18:21 01:30:01 all 12.87 0.00 7.60 12.74 0.09 66.70 02:18:21 01:30:01 0 11.69 0.00 8.06 10.90 0.08 69.27 02:18:21 01:30:01 1 13.94 0.00 6.86 19.23 0.08 59.89 02:18:21 01:30:01 2 13.50 0.00 8.62 7.78 0.08 70.02 02:18:21 01:30:01 3 12.94 0.00 7.98 22.34 0.08 56.66 02:18:21 01:30:01 4 13.21 0.00 7.76 8.59 0.08 70.36 02:18:21 01:30:01 5 11.65 0.00 6.02 4.98 0.08 77.27 02:18:21 01:30:01 6 13.09 0.00 8.69 18.12 0.10 60.00 02:18:21 01:30:01 7 12.96 0.00 6.85 10.11 0.08 69.99 02:18:21 01:31:01 all 64.64 0.00 8.43 4.67 0.15 22.12 02:18:21 01:31:01 0 63.87 0.00 8.94 0.84 0.17 26.18 02:18:21 01:31:01 1 64.70 0.00 8.32 1.02 0.15 25.81 02:18:21 01:31:01 2 65.14 0.00 7.75 1.72 0.15 25.23 02:18:21 01:31:01 3 64.56 0.00 8.33 7.05 0.13 19.93 02:18:21 01:31:01 4 64.38 0.00 9.53 23.82 0.15 2.12 02:18:21 01:31:01 5 64.98 0.00 7.87 1.02 0.13 26.00 02:18:21 01:31:01 6 64.45 0.00 8.63 0.80 0.15 25.97 02:18:21 01:31:01 7 65.04 0.00 8.03 1.17 0.13 25.62 02:18:21 01:32:01 all 91.39 0.00 8.46 0.00 0.15 0.00 02:18:21 01:32:01 0 91.38 0.00 8.47 0.00 0.15 0.00 02:18:21 01:32:01 1 91.39 0.00 8.46 0.00 0.15 0.00 02:18:21 01:32:01 2 91.85 0.00 7.98 0.00 0.17 0.00 02:18:21 01:32:01 3 91.30 0.00 8.55 0.00 0.15 0.00 02:18:21 01:32:01 4 90.77 0.00 9.08 0.00 0.15 0.00 02:18:21 01:32:01 5 91.46 0.00 8.37 0.00 0.17 0.00 02:18:21 01:32:01 6 91.70 0.00 8.15 0.00 0.15 0.00 02:18:21 01:32:01 7 91.23 0.00 8.62 0.00 0.15 0.00 02:18:21 01:33:01 all 62.74 0.00 7.44 2.84 0.11 26.87 02:18:21 01:33:01 0 64.33 0.00 7.47 2.57 0.08 25.55 02:18:21 01:33:01 1 62.18 0.00 8.12 5.71 0.13 23.86 02:18:21 01:33:01 2 62.46 0.00 6.89 1.70 0.10 28.85 02:18:21 01:33:01 3 63.87 0.00 7.34 1.72 0.12 26.96 02:18:21 01:33:01 4 62.17 0.00 7.48 6.76 0.13 23.46 02:18:21 01:33:01 5 63.12 0.00 7.38 1.02 0.10 28.37 02:18:21 01:33:01 6 61.99 0.00 7.53 1.92 0.08 28.48 02:18:21 01:33:01 7 61.82 0.00 7.31 1.34 0.12 29.41 02:18:21 01:34:01 all 9.82 0.00 1.02 0.12 0.07 88.98 02:18:21 01:34:01 0 12.55 0.00 1.29 0.05 0.07 86.05 02:18:21 01:34:01 1 12.26 0.00 1.10 0.52 0.07 86.05 02:18:21 01:34:01 2 6.49 0.00 0.87 0.02 0.05 92.57 02:18:21 01:34:01 3 8.51 0.00 0.85 0.03 0.07 90.54 02:18:21 01:34:01 4 4.12 0.00 0.89 0.27 0.05 94.67 02:18:21 01:34:01 5 13.50 0.00 1.19 0.02 0.10 85.20 02:18:21 01:34:01 6 10.04 0.00 0.94 0.02 0.07 88.93 02:18:21 01:34:01 7 11.06 0.00 1.02 0.03 0.07 87.82 02:18:21 01:35:01 all 7.48 0.00 0.65 0.08 0.05 91.75 02:18:21 01:35:01 0 8.63 0.00 0.53 0.00 0.07 90.77 02:18:21 01:35:01 1 10.67 0.00 0.79 0.02 0.05 88.47 02:18:21 01:35:01 2 6.63 0.00 0.58 0.02 0.03 92.74 02:18:21 01:35:01 3 10.88 0.00 0.64 0.03 0.05 88.40 02:18:21 01:35:01 4 8.52 0.00 0.70 0.29 0.07 90.43 02:18:21 01:35:01 5 3.62 0.00 0.57 0.02 0.05 95.75 02:18:21 01:35:01 6 6.30 0.00 0.80 0.15 0.07 92.68 02:18:21 01:35:01 7 4.55 0.00 0.55 0.08 0.03 94.78 02:18:21 02:18:21 01:35:01 CPU %user %nice %system %iowait %steal %idle 02:18:21 01:36:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:18:21 01:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 01:36:01 2 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 01:36:01 3 0.02 0.00 0.00 0.02 0.02 99.95 02:18:21 01:36:01 4 0.07 0.00 0.03 0.00 0.03 99.87 02:18:21 01:36:01 5 0.02 0.00 0.00 0.00 0.03 99.95 02:18:21 01:36:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:18:21 01:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:37:01 all 0.04 0.00 0.02 0.07 0.02 99.85 02:18:21 01:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 01:37:01 2 0.08 0.00 0.03 0.00 0.03 99.85 02:18:21 01:37:01 3 0.03 0.00 0.02 0.35 0.02 99.58 02:18:21 01:37:01 4 0.13 0.00 0.05 0.00 0.02 99.80 02:18:21 01:37:01 5 0.02 0.00 0.03 0.00 0.03 99.92 02:18:21 01:37:01 6 0.00 0.00 0.02 0.18 0.02 99.78 02:18:21 01:37:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:38:01 all 0.02 0.00 0.02 0.01 0.01 99.94 02:18:21 01:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 01:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:38:01 3 0.00 0.00 0.03 0.00 0.02 99.95 02:18:21 01:38:01 4 0.05 0.00 0.05 0.00 0.02 99.88 02:18:21 01:38:01 5 0.05 0.00 0.03 0.00 0.03 99.88 02:18:21 01:38:01 6 0.00 0.00 0.00 0.05 0.02 99.93 02:18:21 01:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:39:01 all 0.04 0.00 0.04 0.01 0.01 99.91 02:18:21 01:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 01:39:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:18:21 01:39:01 2 0.05 0.00 0.03 0.02 0.02 99.88 02:18:21 01:39:01 3 0.10 0.00 0.03 0.02 0.02 99.83 02:18:21 01:39:01 4 0.05 0.00 0.07 0.00 0.02 99.87 02:18:21 01:39:01 5 0.03 0.00 0.05 0.00 0.03 99.88 02:18:21 01:39:01 6 0.02 0.00 0.03 0.02 0.00 99.93 02:18:21 01:39:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 01:40:01 all 0.02 0.00 0.01 0.04 0.01 99.92 02:18:21 01:40:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:18:21 01:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:40:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 01:40:01 3 0.02 0.00 0.05 0.02 0.00 99.92 02:18:21 01:40:01 4 0.05 0.00 0.00 0.00 0.02 99.93 02:18:21 01:40:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:18:21 01:40:01 6 0.02 0.00 0.02 0.27 0.00 99.70 02:18:21 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:41:01 all 0.03 0.00 0.01 0.02 0.01 99.93 02:18:21 01:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 01:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:41:01 3 0.05 0.00 0.02 0.02 0.02 99.90 02:18:21 01:41:01 4 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 01:41:01 5 0.03 0.00 0.05 0.00 0.02 99.90 02:18:21 01:41:01 6 0.02 0.00 0.00 0.13 0.00 99.85 02:18:21 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:18:21 01:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 01:42:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:18:21 01:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 01:42:01 4 0.03 0.00 0.02 0.03 0.02 99.90 02:18:21 01:42:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 01:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:43:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:18:21 01:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:43:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:43:01 2 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 01:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 01:43:01 4 0.03 0.00 0.03 0.00 0.02 99.92 02:18:21 01:43:01 5 0.03 0.00 0.02 0.00 0.03 99.92 02:18:21 01:43:01 6 0.05 0.00 0.00 0.03 0.00 99.92 02:18:21 01:43:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:44:01 all 0.04 0.00 0.02 0.00 0.01 99.93 02:18:21 01:44:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:18:21 01:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:44:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 01:44:01 3 0.05 0.00 0.05 0.00 0.02 99.88 02:18:21 01:44:01 4 0.13 0.00 0.00 0.00 0.00 99.87 02:18:21 01:44:01 5 0.05 0.00 0.05 0.00 0.03 99.87 02:18:21 01:44:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 01:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:18:21 01:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:45:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:45:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 01:45:01 3 0.08 0.00 0.02 0.00 0.02 99.88 02:18:21 01:45:01 4 0.03 0.00 0.02 0.02 0.03 99.90 02:18:21 01:45:01 5 0.05 0.00 0.03 0.00 0.03 99.88 02:18:21 01:45:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:46:01 all 0.02 0.00 0.02 0.00 0.01 99.94 02:18:21 01:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:18:21 01:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:18:21 01:46:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:18:21 01:46:01 5 0.07 0.00 0.05 0.00 0.03 99.85 02:18:21 01:46:01 6 0.00 0.00 0.00 0.03 0.00 99.97 02:18:21 01:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:18:21 01:46:01 CPU %user %nice %system %iowait %steal %idle 02:18:21 01:47:02 all 0.04 0.00 0.02 0.00 0.01 99.92 02:18:21 01:47:02 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:47:02 1 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:47:02 2 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 01:47:02 3 0.03 0.00 0.05 0.00 0.02 99.90 02:18:21 01:47:02 4 0.10 0.00 0.03 0.00 0.02 99.85 02:18:21 01:47:02 5 0.08 0.00 0.03 0.00 0.03 99.85 02:18:21 01:47:02 6 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 01:47:02 7 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 01:48:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:18:21 01:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 01:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:48:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 01:48:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 01:48:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 01:48:01 5 0.03 0.00 0.05 0.00 0.02 99.90 02:18:21 01:48:01 6 0.00 0.00 0.02 0.03 0.02 99.93 02:18:21 01:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:49:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:18:21 01:49:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 01:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:49:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 01:49:01 3 0.07 0.00 0.02 0.00 0.00 99.92 02:18:21 01:49:01 4 0.12 0.00 0.05 0.00 0.02 99.82 02:18:21 01:49:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 01:49:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:18:21 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:50:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:18:21 01:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:18:21 01:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:50:01 4 0.05 0.00 0.02 0.02 0.02 99.90 02:18:21 01:50:01 5 0.03 0.00 0.05 0.00 0.03 99.88 02:18:21 01:50:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 01:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:18:21 01:51:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:51:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:18:21 01:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 01:51:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:18:21 01:51:01 5 0.02 0.00 0.05 0.00 0.02 99.92 02:18:21 01:51:01 6 0.03 0.00 0.00 0.02 0.02 99.93 02:18:21 01:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:18:21 01:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:52:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 01:52:01 3 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 01:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:52:01 5 0.07 0.00 0.02 0.00 0.03 99.88 02:18:21 01:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:18:21 01:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:53:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:53:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 01:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:53:01 4 0.08 0.00 0.03 0.02 0.02 99.85 02:18:21 01:53:01 5 0.05 0.00 0.02 0.00 0.03 99.90 02:18:21 01:53:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:18:21 01:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:54:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:18:21 01:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:54:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:54:01 3 0.02 0.00 0.05 0.00 0.02 99.92 02:18:21 01:54:01 4 0.02 0.00 0.02 0.02 0.02 99.93 02:18:21 01:54:01 5 0.07 0.00 0.03 0.00 0.02 99.88 02:18:21 01:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 01:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:18:21 01:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 01:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 01:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 01:55:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:18:21 01:55:01 4 0.03 0.00 0.02 0.02 0.00 99.93 02:18:21 01:55:01 5 0.07 0.00 0.02 0.00 0.03 99.88 02:18:21 01:55:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:18:21 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:56:01 all 0.03 0.00 0.01 0.01 0.01 99.93 02:18:21 01:56:01 0 0.07 0.00 0.00 0.00 0.02 99.92 02:18:21 01:56:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:18:21 01:56:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 01:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:56:01 4 0.03 0.00 0.02 0.05 0.02 99.88 02:18:21 01:56:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 01:56:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 01:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:57:01 all 0.10 0.00 0.02 0.00 0.01 99.87 02:18:21 01:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:57:01 1 0.02 0.00 0.05 0.00 0.02 99.92 02:18:21 01:57:01 2 0.02 0.00 0.03 0.00 0.03 99.92 02:18:21 01:57:01 3 0.07 0.00 0.02 0.00 0.00 99.92 02:18:21 01:57:01 4 0.00 0.00 0.02 0.02 0.02 99.95 02:18:21 01:57:01 5 0.63 0.00 0.00 0.00 0.00 99.37 02:18:21 01:57:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 01:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:18:21 01:57:01 CPU %user %nice %system %iowait %steal %idle 02:18:21 01:58:01 all 0.21 0.00 0.01 0.00 0.01 99.78 02:18:21 01:58:01 0 0.10 0.00 0.02 0.00 0.02 99.87 02:18:21 01:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 01:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 01:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:58:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 01:58:01 5 1.50 0.00 0.02 0.00 0.02 98.47 02:18:21 01:58:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 01:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 01:59:01 all 0.27 0.00 0.01 0.00 0.01 99.70 02:18:21 01:59:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:18:21 01:59:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 01:59:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:18:21 01:59:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 01:59:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:18:21 01:59:01 5 2.05 0.00 0.03 0.00 0.02 97.90 02:18:21 01:59:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 01:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:00:01 all 0.25 0.00 0.03 0.01 0.00 99.70 02:18:21 02:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 02:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:18:21 02:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 02:00:01 4 0.02 0.00 0.03 0.07 0.00 99.88 02:18:21 02:00:01 5 1.83 0.00 0.07 0.00 0.02 98.09 02:18:21 02:00:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:18:21 02:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:01:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:18:21 02:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 02:01:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 02:01:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:18:21 02:01:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:18:21 02:01:01 4 0.05 0.00 0.00 0.02 0.02 99.92 02:18:21 02:01:01 5 0.07 0.00 0.03 0.00 0.02 99.88 02:18:21 02:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 02:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:02:01 all 0.03 0.00 0.01 0.04 0.01 99.92 02:18:21 02:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 02:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:18:21 02:02:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 02:02:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:02:01 4 0.02 0.00 0.02 0.02 0.00 99.95 02:18:21 02:02:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 02:02:01 6 0.00 0.00 0.00 0.32 0.00 99.68 02:18:21 02:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:03:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:18:21 02:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 02:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:18:21 02:03:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:18:21 02:03:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 02:03:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 02:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:18:21 02:04:01 0 0.08 0.00 0.02 0.00 0.02 99.88 02:18:21 02:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 02:04:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 02:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:04:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 02:04:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 02:04:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:18:21 02:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:05:01 all 0.03 0.00 0.01 0.00 0.00 99.95 02:18:21 02:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 02:05:01 1 0.07 0.00 0.00 0.00 0.00 99.93 02:18:21 02:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 02:05:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 02:05:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 02:05:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:18:21 02:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:18:21 02:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 02:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 02:06:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 02:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:18:21 02:06:01 4 0.05 0.00 0.02 0.02 0.00 99.92 02:18:21 02:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 02:06:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 02:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:18:21 02:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:18:21 02:07:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 02:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 02:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 02:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:18:21 02:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 02:07:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 02:07:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:18:21 02:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 02:08:01 all 0.03 0.00 0.01 0.00 0.00 99.95 02:18:21 02:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:18:21 02:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 02:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 02:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:18:21 02:08:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:18:21 02:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 02:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:18:21 02:08:01 CPU %user %nice %system %iowait %steal %idle 02:18:21 02:09:01 all 0.06 0.00 0.01 0.00 0.01 99.92 02:18:21 02:09:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 02:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:18:21 02:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:18:21 02:09:01 3 0.07 0.00 0.03 0.00 0.02 99.88 02:18:21 02:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 02:09:01 5 0.32 0.00 0.02 0.00 0.03 99.63 02:18:21 02:09:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:18:21 02:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:10:01 all 0.27 0.00 0.01 0.11 0.01 99.60 02:18:21 02:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 02:10:01 1 0.02 0.00 0.05 0.00 0.02 99.92 02:18:21 02:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:18:21 02:10:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 02:10:01 4 0.02 0.00 0.00 0.35 0.02 99.62 02:18:21 02:10:01 5 2.04 0.00 0.00 0.00 0.02 97.95 02:18:21 02:10:01 6 0.02 0.00 0.00 0.50 0.00 99.48 02:18:21 02:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:11:01 all 0.27 0.00 0.02 0.01 0.00 99.70 02:18:21 02:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:18:21 02:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 02:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:11:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:18:21 02:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:11:01 5 2.02 0.00 0.05 0.00 0.02 97.92 02:18:21 02:11:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 02:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 02:12:01 all 0.08 0.00 0.01 0.00 0.01 99.90 02:18:21 02:12:01 0 0.07 0.00 0.03 0.00 0.00 99.90 02:18:21 02:12:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 02:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 02:12:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 02:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:18:21 02:12:01 5 0.45 0.00 0.05 0.00 0.02 99.48 02:18:21 02:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 02:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:13:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:18:21 02:13:01 0 0.07 0.00 0.02 0.00 0.02 99.90 02:18:21 02:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:13:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:18:21 02:13:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:18:21 02:13:01 4 0.02 0.00 0.02 0.02 0.02 99.93 02:18:21 02:13:01 5 0.07 0.00 0.03 0.00 0.03 99.87 02:18:21 02:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:14:01 all 0.21 0.00 0.01 0.00 0.01 99.77 02:18:21 02:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:18:21 02:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 02:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:18:21 02:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:14:01 4 0.00 0.00 0.02 0.02 0.00 99.97 02:18:21 02:14:01 5 1.53 0.00 0.03 0.00 0.00 98.43 02:18:21 02:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:18:21 02:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:15:01 all 0.06 0.00 0.03 0.00 0.01 99.90 02:18:21 02:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 02:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:15:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:18:21 02:15:01 3 0.07 0.00 0.02 0.00 0.00 99.92 02:18:21 02:15:01 4 0.00 0.00 0.05 0.00 0.00 99.95 02:18:21 02:15:01 5 0.37 0.00 0.07 0.00 0.02 99.55 02:18:21 02:15:01 6 0.02 0.00 0.03 0.00 0.02 99.93 02:18:21 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:16:01 all 0.02 0.00 0.01 0.24 0.00 99.72 02:18:21 02:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:18:21 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:18:21 02:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:18:21 02:16:01 4 0.00 0.00 0.00 0.60 0.00 99.40 02:18:21 02:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:18:21 02:16:01 6 0.07 0.00 0.02 1.32 0.02 98.58 02:18:21 02:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:18:21 02:17:01 all 1.75 0.00 0.78 3.96 0.03 93.49 02:18:21 02:17:01 0 2.75 0.00 0.67 0.00 0.02 96.56 02:18:21 02:17:01 1 0.58 0.00 0.43 0.77 0.03 98.18 02:18:21 02:17:01 2 2.37 0.00 1.55 1.27 0.03 94.77 02:18:21 02:17:01 3 1.29 0.00 0.64 1.14 0.02 96.92 02:18:21 02:17:01 4 1.49 0.00 0.74 9.81 0.03 87.93 02:18:21 02:17:01 5 2.67 0.00 0.60 0.00 0.02 96.72 02:18:21 02:17:01 6 1.24 0.00 0.60 18.37 0.03 79.75 02:18:21 02:17:01 7 1.59 0.00 1.00 0.37 0.02 97.02 02:18:21 02:18:01 all 6.61 0.00 2.75 3.03 0.06 87.56 02:18:21 02:18:01 0 8.14 0.00 4.32 6.74 0.10 80.69 02:18:21 02:18:01 1 7.85 0.00 3.32 0.62 0.05 88.15 02:18:21 02:18:01 2 7.92 0.00 2.50 4.86 0.07 84.66 02:18:21 02:18:01 3 6.67 0.00 3.03 0.22 0.05 90.02 02:18:21 02:18:01 4 5.23 0.00 1.63 1.85 0.03 91.26 02:18:21 02:18:01 5 5.61 0.00 2.17 0.52 0.05 91.65 02:18:21 02:18:01 6 6.09 0.00 2.54 2.32 0.07 88.98 02:18:21 02:18:01 7 5.38 0.00 2.45 7.08 0.05 85.04 02:18:21 Average: all 7.44 0.00 1.17 0.86 0.03 90.50 02:18:21 Average: 0 7.46 0.00 1.19 0.67 0.03 90.66 02:18:21 Average: 1 7.49 0.00 1.19 0.67 0.03 90.62 02:18:21 Average: 2 7.40 0.00 1.16 0.61 0.03 90.81 02:18:21 Average: 3 7.50 0.00 1.21 0.96 0.03 90.31 02:18:21 Average: 4 7.24 0.00 1.18 1.75 0.03 89.80 02:18:21 Average: 5 7.65 0.00 1.15 0.53 0.04 90.63 02:18:21 Average: 6 7.38 0.00 1.17 1.08 0.02 90.34 02:18:21 Average: 7 7.39 0.00 1.14 0.62 0.02 90.82 02:18:21 02:18:21 02:18:21