Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4970ed1aee4dc7c062ad44033828496cd844e6b8 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-ssh1298588580136139754.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-ssh5823670270873411946.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-ssh773227779015030734.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-ssh11501334229822061946.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-ssh16213228035019427977.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-2855’ Running on prd-ubuntu20.04-docker-8c-8g-2861 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/849 [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/849 # 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 4970ed1aee4dc7c062ad44033828496cd844e6b8 (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 4970ed1aee4dc7c062ad44033828496cd844e6b8 # timeout=10 Commit message: "build(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#5173)" > git rev-list --no-walk 5418542a6204e0a541a276132820ea4c886ae933 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:06:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:06:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:06:57 ========================================================= 01:06:57 EdgeX Global Pipelines Version Info 01:06:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:06:58 ------------------- 01:06:58 stable info: 01:06:58 ------------------- 01:06:58 Commited By: Ginny Guan ginny@iotechsys.com 01:06:58 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:06:58 Message: update stable to v1.0.274 01:06:59 ------------------- 01:06:59 experimental info: 01:06:59 ------------------- 01:06:59 Commited By: **** collab-it+edgex@linuxfoundation.org 01:06:59 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 01:06:59 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4970ed1 [Pipeline] echo 01:06:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:06:59 provisioning config files... 01:06:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/849@tmp/config11784857953730903348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:07:00 ---> ****-login.sh 01:07:00 nexus3.edgexfoundry.org:10001 01:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:00 Configure a credential helper to remove this warning. See 01:07:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:00 01:07:00 Login Succeeded 01:07:00 nexus3.edgexfoundry.org:10002 01:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:00 Configure a credential helper to remove this warning. See 01:07:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:00 01:07:00 Login Succeeded 01:07:00 nexus3.edgexfoundry.org:10003 01:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:00 Configure a credential helper to remove this warning. See 01:07:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:00 01:07:00 Login Succeeded 01:07:00 nexus3.edgexfoundry.org:10004 01:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:00 Configure a credential helper to remove this warning. See 01:07:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:00 01:07:00 Login Succeeded 01:07:00 ****.io 01:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:07:01 Configure a credential helper to remove this warning. See 01:07:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:07:01 01:07:01 Login Succeeded 01:07:01 ---> ****-login.sh ends [Pipeline] } 01:07:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:07:01 + 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:07:01 + cut -d/ -f2 01:07:01 + dirname cmd/core-command/Dockerfile 01:07:01 + echo core-command,cmd/core-command/Dockerfile 01:07:01 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:07:01 + dirname cmd/core-data/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo core-data,cmd/core-data/Dockerfile 01:07:01 + + dirname cmd/core-keeper/Dockerfile 01:07:01 cut -d/ -f2 01:07:01 + echo core-keeper,cmd/core-keeper/Dockerfile 01:07:01 + dirname cmd/core-metadata/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo core-metadata,cmd/core-metadata/Dockerfile 01:07:01 + dirname cmd/security-bootstrapper/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:07:01 + dirname cmd/security-proxy-auth/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:07:01 + dirname cmd/security-proxy-setup/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:07:01 + dirname cmd/security-secretstore-setup/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:07:01 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:07:01 + + dirname cmd/security-spire-agent/Dockerfile 01:07:01 cut -d/ -f2 01:07:01 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:07:01 + dirname cmd/security-spire-config/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:07:01 + dirname cmd/security-spire-server/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:07:01 + dirname cmd/support-notifications/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo support-notifications,cmd/support-notifications/Dockerfile 01:07:01 + dirname cmd/support-scheduler/Dockerfile 01:07:01 + cut -d/ -f2 01:07:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:07:01 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:07:01 + git rev-list -1 --merges 4970ed1aee4dc7c062ad44033828496cd844e6b8~1..4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:07:01 -----------> git rev-list -1 --merges 4970ed1aee4dc7c062ad44033828496cd844e6b8~1..4970ed1aee4dc7c062ad44033828496cd844e6b8 4970ed1aee4dc7c062ad44033828496cd844e6b8 [false] [Pipeline] sh 01:07:02 + git log --format=format:%s -1 4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:07:02 ========================================================= 01:07:02 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:07:02 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:07:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:07:02 + grep -v github /etc/ssh/ssh_known_hosts 01:07:02 + [ -e /tmp/ssh_known_hosts ] 01:07:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:07:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:07:02 + sudo tee -a /etc/ssh/ssh_known_hosts 01:07:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:07:03 01:07:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:07:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:07:03 0.1.4: Pulling from edgex-devops/py-git-semver 01:07:03 3dae71ba6b94: Pulling fs layer 01:07:03 6bf1a483ea7c: Pulling fs layer 01:07:03 f5dfc541a4d3: Pulling fs layer 01:07:03 461d9e800cba: Pulling fs layer 01:07:03 80192f66455f: Pulling fs layer 01:07:03 461d9e800cba: Waiting 01:07:03 2e8e34ca0e6c: Pulling fs layer 01:07:03 a29436f7fd5d: Pulling fs layer 01:07:03 923cac83aea3: Pulling fs layer 01:07:03 25ad8b0a4227: Pulling fs layer 01:07:03 db01528c6b51: Pulling fs layer 01:07:03 28988de357af: Pulling fs layer 01:07:03 2e8e34ca0e6c: Waiting 01:07:03 80192f66455f: Waiting 01:07:03 db01528c6b51: Waiting 01:07:03 28988de357af: Waiting 01:07:03 a29436f7fd5d: Waiting 01:07:03 25ad8b0a4227: Waiting 01:07:03 923cac83aea3: Waiting 01:07:03 6bf1a483ea7c: Verifying Checksum 01:07:03 6bf1a483ea7c: Download complete 01:07:03 461d9e800cba: Verifying Checksum 01:07:03 461d9e800cba: Download complete 01:07:03 80192f66455f: Verifying Checksum 01:07:03 80192f66455f: Download complete 01:07:03 f5dfc541a4d3: Verifying Checksum 01:07:03 f5dfc541a4d3: Download complete 01:07:03 3dae71ba6b94: Download complete 01:07:03 923cac83aea3: Verifying Checksum 01:07:03 923cac83aea3: Download complete 01:07:03 25ad8b0a4227: Verifying Checksum 01:07:03 25ad8b0a4227: Download complete 01:07:03 db01528c6b51: Verifying Checksum 01:07:03 db01528c6b51: Download complete 01:07:03 28988de357af: Verifying Checksum 01:07:03 28988de357af: Download complete 01:07:04 a29436f7fd5d: Verifying Checksum 01:07:04 a29436f7fd5d: Download complete 01:07:04 2e8e34ca0e6c: Verifying Checksum 01:07:04 2e8e34ca0e6c: Download complete 01:07:04 3dae71ba6b94: Pull complete 01:07:05 6bf1a483ea7c: Pull complete 01:07:06 f5dfc541a4d3: Pull complete 01:07:06 461d9e800cba: Pull complete 01:07:06 80192f66455f: Pull complete 01:07:09 2e8e34ca0e6c: Pull complete 01:07:10 a29436f7fd5d: Pull complete 01:07:10 923cac83aea3: Pull complete 01:07:11 25ad8b0a4227: Pull complete 01:07:11 db01528c6b51: Pull complete 01:07:11 28988de357af: Pull complete 01:07:11 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:07:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:07:11 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:07:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:07:17 $ docker top 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb -eo pid,comm 01:07:17 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:07:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:07:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:07:17 [ssh-agent] Looking for ssh-agent implementation... 01:07:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:07:17 $ docker exec 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb ssh-agent 01:07:17 SSH_AUTH_SOCK=/tmp/ssh-9607fTMWEArr/agent.21 01:07:17 SSH_AGENT_PID=27 01:07:17 Running ssh-add (command line suppressed) 01:07:17 Identity added: /w/workspace/edgex-go/849@tmp/private_key_6469777008609098084.key (/w/workspace/edgex-go/849@tmp/private_key_6469777008609098084.key) 01:07:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:07:18 + git tag --points-at HEAD [Pipeline] } 01:07:18 $ docker exec --env ******** --env ******** 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb ssh-agent -k 01:07:18 unset SSH_AUTH_SOCK; 01:07:18 unset SSH_AGENT_PID; 01:07:18 echo Agent pid 27 killed; 01:07:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:07:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:07:18 [ssh-agent] Looking for ssh-agent implementation... 01:07:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:07:18 $ docker exec 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb ssh-agent 01:07:18 SSH_AUTH_SOCK=/tmp/ssh-BsJLWlI7ber4/agent.73 01:07:18 SSH_AGENT_PID=79 01:07:18 Running ssh-add (command line suppressed) 01:07:18 Identity added: /w/workspace/edgex-go/849@tmp/private_key_12957610722007301264.key (/w/workspace/edgex-go/849@tmp/private_key_12957610722007301264.key) 01:07:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:07:19 + git semver init 01:07:19 2025-06-06 01:07:19,374 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:07:19 2025-06-06 01:07:19,389 [run_init] DEBUG init version:0.0.0 force:False 01:07:19 2025-06-06 01:07:19,390 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/849/.semver 01:07:19 2025-06-06 01:07:19,391 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/849/.semver 01:07:19 2025-06-06 01:07:19,392 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/849/.semver'], cwd=/w/workspace/edgex-go/849, stdin=None, shell=False, universal_newlines=False) 01:07:25 2025-06-06 01:07:25,818 [append_file] DEBUG append to file:/w/workspace/edgex-go/849/.git/info/exclude 01:07:25 2025-06-06 01:07:25,819 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/849/.semver/main with force:False 01:07:25 2025-06-06 01:07:25,819 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:07:25 2025-06-06 01:07:25,819 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:07:25 4.1.0-dev.22 [Pipeline] } 01:07:25 $ docker exec --env ******** --env ******** 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb ssh-agent -k 01:07:26 unset SSH_AUTH_SOCK; 01:07:26 unset SSH_AGENT_PID; 01:07:26 echo Agent pid 79 killed; 01:07:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:07:26 + git semver [Pipeline] } 01:07:26 $ docker stop --time=1 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb 01:07:28 $ docker rm -f --volumes 55d2c423f0d707f9d377ce1b43099de76fa1103fefb717602be9868520ae30fb [Pipeline] // withDockerContainer [Pipeline] sh 01:07:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:07:28 Stashed 1 file(s) [Pipeline] echo 01:07:28 [edgeXSemver]: initialized semver on version 4.1.0-dev.22 [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:07:29 + git config --global --add safe.directory /w/workspace/edgex-go/849 [Pipeline] echo 01:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:07:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:07:29 ========================================================= 01:07:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:07:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:07:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:07:29 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:07:29 0a9a5dfd008f: Pulling fs layer 01:07:29 dbfa0bcfca99: Pulling fs layer 01:07:29 70eabb1d9476: Pulling fs layer 01:07:29 957bedc73fa3: Pulling fs layer 01:07:29 4f4fb700ef54: Pulling fs layer 01:07:29 f40432e63723: Pulling fs layer 01:07:29 90b4343acab7: Pulling fs layer 01:07:29 9f67ea4ac784: Pulling fs layer 01:07:29 9228b9a606be: Pulling fs layer 01:07:29 957bedc73fa3: Waiting 01:07:29 4f4fb700ef54: Waiting 01:07:29 f40432e63723: Waiting 01:07:29 90b4343acab7: Waiting 01:07:29 9f67ea4ac784: Waiting 01:07:29 9228b9a606be: Waiting 01:07:29 dbfa0bcfca99: Verifying Checksum 01:07:29 dbfa0bcfca99: Download complete 01:07:29 957bedc73fa3: Verifying Checksum 01:07:29 957bedc73fa3: Download complete 01:07:29 4f4fb700ef54: Verifying Checksum 01:07:29 4f4fb700ef54: Download complete 01:07:29 f40432e63723: Verifying Checksum 01:07:29 f40432e63723: Download complete 01:07:29 0a9a5dfd008f: Download complete 01:07:29 90b4343acab7: Verifying Checksum 01:07:29 90b4343acab7: Download complete 01:07:29 0a9a5dfd008f: Pull complete 01:07:30 9228b9a606be: Verifying Checksum 01:07:30 9228b9a606be: Download complete 01:07:30 dbfa0bcfca99: Pull complete 01:07:30 70eabb1d9476: Download complete 01:07:30 9f67ea4ac784: Verifying Checksum 01:07:30 9f67ea4ac784: Download complete 01:07:33 70eabb1d9476: Pull complete 01:07:34 957bedc73fa3: Pull complete 01:07:34 4f4fb700ef54: Pull complete 01:07:34 f40432e63723: Pull complete 01:07:35 90b4343acab7: Pull complete 01:07:37 9f67ea4ac784: Pull complete 01:07:38 9228b9a606be: Pull complete 01:07:38 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 01:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:07:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:07:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:07:38 WORKDIR /edgex 01:07:38 COPY go.mod . 01:07:38 RUN go mod download 01:07:38 + docker build -t ci-base-image-x86_64 -f - . 01:07:39 Sending build context to Docker daemon 185.8MB 01:07:39 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:07:39 ---> 69404ca5bff2 01:07:39 Step 2/4 : WORKDIR /edgex 01:07:43 Still waiting to schedule task 01:07:43 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2859’ 01:07:49 ---> Running in 43396003ef0c 01:07:49 Removing intermediate container 43396003ef0c 01:07:49 ---> bf653dd845ae 01:07:49 Step 3/4 : COPY go.mod . 01:07:49 ---> e89ce2e8c548 01:07:49 Step 4/4 : RUN go mod download 01:07:49 ---> Running in e6827498111b 01:08:21 Removing intermediate container e6827498111b 01:08:21 ---> 727c5439ebc5 01:08:21 Successfully built 727c5439ebc5 01:08:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:21 + docker inspect -f . ci-base-image-x86_64 01:08:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:21 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:08:22 $ docker top 5e5acfcec5c9fd2ff4b2974383295dabe18a5bfd7079b449a39cbd4f28e23274 -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:22 + go version 01:08:22 go version go1.23.8 linux/amd64 [Pipeline] } 01:08:22 $ docker stop --time=1 5e5acfcec5c9fd2ff4b2974383295dabe18a5bfd7079b449a39cbd4f28e23274 01:08:24 $ docker rm -f --volumes 5e5acfcec5c9fd2ff4b2974383295dabe18a5bfd7079b449a39cbd4f28e23274 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:08:24 + docker inspect -f . ci-base-image-x86_64 01:08:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:08:24 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:08:24 $ 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/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:08:25 $ docker top ba91020c9d08bfc33d2b985b41f2fd467d403333f74a56657e32e15499e0ffbe -eo pid,comm [Pipeline] { [Pipeline] echo 01:08:25 ========================================================= 01:08:25 [edgeXBuildGoParallel] Running Tests and Build... 01:08:25 ========================================================= [Pipeline] sh 01:08:25 + git config --global --add safe.directory /w/workspace/edgex-go/849 [Pipeline] fileExists [Pipeline] sh 01:08:25 + make test 01:08:25 go test -race -coverprofile=coverage.out ./... 01:08:35 ? github.com/edgexfoundry/edgex-go [no test files] 01:09:02 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:09:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:09:02 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:09:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.029s coverage: 42.3% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:09:02 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:09:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:09:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:09:05 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:09:05 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:09:05 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:09:05 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements 01:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 01:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.057s coverage: 45.2% of statements 01:09:06 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:09:06 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.352s coverage: 93.4% of statements 01:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.055s coverage: 92.3% of statements 01:09:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 8.4% of statements 01:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:09:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:09:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:09:09 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.366s coverage: 95.8% of statements 01:09:10 ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements 01:09:10 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:09:10 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:09:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:09:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:09:10 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:09:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:09:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.044s coverage: 0.0% of statements [no tests to run] 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.031s coverage: 38.1% of statements 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.029s coverage: 81.1% of statements 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 94.1% of statements 01:09:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:09:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:09:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.081s coverage: 96.3% of statements 01:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:09:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:09:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:09:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 01:09:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:09:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:09:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:09:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:09:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:09:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:09:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:09:16 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:09:16 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:09:16 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:09:18 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:09:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:09:20 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:09:21 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:09:21 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:09:21 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:09:24 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:09:25 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:09:25 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.036s coverage: 94.4% of statements 01:09:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:09:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:09:25 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:09:28 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:09:30 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:09:30 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:09:30 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:09:30 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:09:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:09:31 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:09:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:09:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:09:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:09:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.051s coverage: 92.9% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.028s coverage: 68.8% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.181s coverage: 87.2% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.101s coverage: 81.8% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.095s coverage: 82.1% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.051s coverage: 6.8% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.049s coverage: 33.3% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.188s coverage: 54.5% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.4% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.035s coverage: 96.8% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.366s coverage: 29.2% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 01:09:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.029s coverage: 54.0% of statements 01:09:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.0% of statements 01:09:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.143s coverage: 94.9% of statements 01:09:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.033s coverage: 9.0% of statements 01:09:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.074s coverage: 97.7% of statements 01:09:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 43.6% of statements 01:09:37 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:09:37 running golangci-lint 01:09:38 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:09:38 go version go1.23.8 linux/amd64 01:09:38 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:09:38 level=info msg="[config_reader] Used config file .golangci.yml" 01:09:38 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:10:04 level=info msg="[loader] Go packages loading at mode 575 (imports|name|types_sizes|deps|files|compiled_files|exports_file) took 26.018396307s" 01:10:04 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 53.726029ms" 01:10:22 level=info msg="[linters_context/goanalysis] analyzers took 2m11.461725529s with top 10 stages: buildir: 1m19.794920781s, gosec: 5.232514184s, inspect: 3.508857824s, fact_deprecated: 2.689977997s, printf: 2.092258121s, ctrlflow: 1.855860322s, fact_purity: 1.561397918s, S1038: 1.439917984s, nilness: 1.204239953s, directives: 773.546496ms" 01:10:22 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:10:22 level=info msg="[runner] Processors filtering stat (in/out): invalid_issue: 202/202, exclude-rules: 202/20, exclude: 202/202, skip_files: 202/202, skip_dirs: 202/202, nolint: 20/0, filename_unadjuster: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, cgo: 202/202, autogenerated_exclude: 202/202" 01:10:22 level=info msg="[runner] processing took 19.474239ms with stages: nolint: 9.470423ms, identifier_marker: 4.368962ms, path_prettifier: 2.144642ms, exclude-rules: 1.15695ms, autogenerated_exclude: 1.060461ms, skip_dirs: 1.014385ms, cgo: 109.32µs, invalid_issue: 91.969µs, filename_unadjuster: 50.915µs, uniq_by_line: 1.031µs, max_same_issues: 1µs, skip_files: 621ns, fixer: 620ns, source_code: 490ns, sort_results: 450ns, path_prefixer: 390ns, exclude: 390ns, severity-rules: 390ns, max_from_linter: 290ns, max_per_file_from_linter: 280ns, diff: 160ns, path_shortener: 100ns" 01:10:22 level=info msg="[runner] linters took 16.113842848s with stages: goanalysis_metalinter: 16.09426953s" 01:10:22 level=info msg="File cache stats: 0 entries of total size 0B" 01:10:22 level=info msg="Memory: 409 samples, avg is 305.4MB, max is 1424.7MB" 01:10:22 level=info msg="Execution took 42.194883012s" 01:10:22 go vet ./... 01:10:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:10:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:10:28 ./bin/test-attribution-txt.sh 01:10:28 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:10:28 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 01:10:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:10:29 + ls -al . 01:10:29 total 1992 01:10:29 drwxrwxr-x 11 1001 1001 4096 Jun 6 01:08 . 01:10:29 drwxr-xr-x 4 root root 4096 Jun 6 01:08 .. 01:10:29 drwxrwxr-x 2 1001 1001 4096 Jun 6 01:06 .blubracket 01:10:29 -rw-rw-r-- 1 1001 1001 10 Jun 6 01:06 .dockerignore 01:10:29 drwxrwxr-x 8 1001 1001 4096 Jun 6 01:09 .git 01:10:29 drwxrwxr-x 3 1001 1001 4096 Jun 6 01:06 .github 01:10:29 -rw-rw-r-- 1 1001 1001 909 Jun 6 01:06 .gitignore 01:10:29 -rw-rw-r-- 1 1001 1001 218 Jun 6 01:06 .golangci.yml 01:10:29 -rw-rw-r-- 1 1001 1001 100 Jun 6 01:06 .hadolint.yml 01:10:29 drwxr-xr-x 3 1001 1001 4096 Jun 6 01:07 .semver 01:10:29 -rw-rw-r-- 1 1001 1001 155 Jun 6 01:06 .sonarcloud.properties 01:10:29 -rw-rw-r-- 1 1001 1001 1171 Jun 6 01:06 ADOPTERS.md 01:10:29 -rw-rw-r-- 1 1001 1001 17374 Jun 6 01:06 Attribution.txt 01:10:29 -rw-rw-r-- 1 1001 1001 108018 Jun 6 01:06 CHANGELOG.md 01:10:29 -rw-rw-r-- 1 1001 1001 3804 Jun 6 01:06 CONTRIBUTING.md 01:10:29 -rw-rw-r-- 1 1001 1001 677 Jun 6 01:06 GOVERNANCE.md 01:10:29 -rw-rw-r-- 1 1001 1001 858 Jun 6 01:06 Jenkinsfile 01:10:29 -rw-rw-r-- 1 1001 1001 10775 Jun 6 01:06 LICENSE 01:10:29 -rw-rw-r-- 1 1001 1001 16740 Jun 6 01:06 Makefile 01:10:29 -rw-rw-r-- 1 1001 1001 582 Jun 6 01:06 OWNERS.md 01:10:29 -rw-rw-r-- 1 1001 1001 9932 Jun 6 01:06 README.md 01:10:29 -rw-rw-r-- 1 1001 1001 789 Jun 6 01:06 SECURITY.md 01:10:29 -rw-rw-r-- 1 1001 1001 12 Jun 6 01:07 VERSION 01:10:29 drwxrwxr-x 2 1001 1001 4096 Jun 6 01:06 bin 01:10:29 drwxrwxr-x 19 1001 1001 4096 Jun 6 01:06 cmd 01:10:29 -rw-r--r-- 1 root root 1661404 Jun 6 01:09 coverage.out 01:10:29 drwxrwxr-x 2 1001 1001 4096 Jun 6 01:06 fuzz_test 01:10:29 -rw-rw-r-- 1 1001 1001 6474 Jun 6 01:06 go.mod 01:10:29 -rw-rw-r-- 1 1001 1001 88008 Jun 6 01:06 go.sum 01:10:29 drwxrwxr-x 7 1001 1001 4096 Jun 6 01:06 internal 01:10:29 drwxrwxr-x 2 1001 1001 4096 Jun 6 01:06 openapi 01:10:29 -rw-rw-r-- 1 1001 1001 584 Jun 6 01:06 security.txt 01:10:29 -rw-rw-r-- 1 1001 1001 204 Jun 6 01:06 version.go [Pipeline] sh 01:10:29 + '[' -e coverage.out ] 01:10:29 + chown 1001:1001 coverage.out [Pipeline] stash 01:10:29 Stashed 1 file(s) [Pipeline] sh 01:10:29 + make build 01:10:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:10:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:10:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:10:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:10:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:10:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:11:03 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2862 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:11:03 Running in /w/workspace/edgex-go/849 [Pipeline] { [Pipeline] checkout 01:11:06 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:11:06 The recommended git tool is: git 01:11:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:11:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:11:11 using credential edgex-jenkins-ssh 01:11:12 Cloning the remote Git repository 01:11:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:11:12 > git init /w/workspace/edgex-go/849 # timeout=10 01:11:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:11:12 > git --version # timeout=10 01:11:12 > git --version # 'git version 2.25.1' 01:11:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:11:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:11:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:11:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:11:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:11:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:11:19 $ docker stop --time=1 ba91020c9d08bfc33d2b985b41f2fd467d403333f74a56657e32e15499e0ffbe 01:11:22 $ docker rm -f --volumes ba91020c9d08bfc33d2b985b41f2fd467d403333f74a56657e32e15499e0ffbe [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:11:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:11:24 01:11:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:11:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:11:24 latest: Pulling from edgex-devops/edgex-compose 01:11:24 91d30c5bc195: Pulling fs layer 01:11:24 2e9b0aa3be6d: Pulling fs layer 01:11:24 9c61dcf015f6: Pulling fs layer 01:11:24 4698f68db338: Pulling fs layer 01:11:24 2a2f49069b9e: Pulling fs layer 01:11:24 e0025b399a48: Pulling fs layer 01:11:24 4698f68db338: Waiting 01:11:24 e0025b399a48: Waiting 01:11:24 2a2f49069b9e: Waiting 01:11:24 91d30c5bc195: Download complete 01:11:24 4698f68db338: Verifying Checksum 01:11:24 4698f68db338: Download complete 01:11:24 2e9b0aa3be6d: Verifying Checksum 01:11:24 2e9b0aa3be6d: Download complete 01:11:24 e0025b399a48: Verifying Checksum 01:11:24 e0025b399a48: Download complete 01:11:24 91d30c5bc195: Pull complete 01:11:24 2a2f49069b9e: Download complete 01:11:25 2e9b0aa3be6d: Pull complete 01:11:25 9c61dcf015f6: Download complete 01:11:32 Avoid second fetch 01:11:32 Checking out Revision 4970ed1aee4dc7c062ad44033828496cd844e6b8 (main) 01:11:33 9c61dcf015f6: Pull complete 01:11:33 4698f68db338: Pull complete 01:11:33 2a2f49069b9e: Pull complete 01:11:33 e0025b399a48: Pull complete 01:11:33 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:11:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:11:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:11:33 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:11:33 $ 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/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:11:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:11:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:11:32 > git config core.sparsecheckout # timeout=10 01:11:32 > git checkout -f 4970ed1aee4dc7c062ad44033828496cd844e6b8 # timeout=10 01:11:33 Commit message: "build(deps): Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#5173)" 01:11:34 $ docker top f8f4292c4b2f5a22e724fc57b971f562563abd468f22dfa9e61d4c73d66810d8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:11:35 + docker compose -f ./docker-compose-build.yml build --parallel 01:11:37 #1 [security-spire-server internal] load build definition from Dockerfile 01:11:37 #1 transferring dockerfile: 1.70kB done 01:11:37 #1 DONE 0.2s 01:11:37 01:11:37 #2 [security-proxy-setup internal] load build definition from Dockerfile 01:11:37 #2 transferring dockerfile: 2.50kB done 01:11:37 #2 DONE 0.1s 01:11:37 01:11:37 #3 [core-metadata internal] load build definition from Dockerfile 01:11:37 #3 transferring dockerfile: 2.10kB done 01:11:37 #3 DONE 0.2s 01:11:37 01:11:37 #4 [security-secretstore-setup internal] load build definition from Dockerfile [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:11:38 #4 ... 01:11:38 01:11:38 #5 [security-spire-server internal] load .dockerignore 01:11:38 #5 transferring context: 50B done 01:11:38 #5 DONE 0.4s 01:11:38 01:11:38 #6 [support-notifications internal] load build definition from Dockerfile 01:11:38 #6 transferring dockerfile: 2.00kB done 01:11:38 #6 DONE 0.5s 01:11:38 01:11:38 #7 [security-secretstore-setup internal] load .dockerignore 01:11:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:11:38 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:38 Dload Upload Total Spent Left Speed 01:11:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 98k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 01:11:38 #7 ... 01:11:38 01:11:38 #8 [security-spire-config internal] load build definition from Dockerfile 01:11:38 #8 transferring dockerfile: 1.69kB done 01:11:38 #8 DONE 0.8s 01:11:38 01:11:38 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:11:38 #9 transferring dockerfile: 1.89kB done 01:11:38 #9 DONE 0.8s 01:11:38 01:11:38 #10 [security-spire-agent internal] load build definition from Dockerfile 01:11:38 #10 transferring dockerfile: 1.81kB done 01:11:38 #10 DONE 0.9s 01:11:38 01:11:38 #11 [core-data internal] load .dockerignore 01:11:39 #11 ... 01:11:39 01:11:39 #12 [core-keeper internal] load build definition from Dockerfile 01:11:39 #12 transferring dockerfile: 2.01kB done 01:11:39 #12 DONE 1.1s 01:11:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:11:39 01:11:39 #13 [security-bootstrapper internal] load build definition from Dockerfile 01:11:39 #13 transferring dockerfile: 3.02kB done 01:11:39 #13 DONE 1.2s 01:11:39 01:11:39 #4 [security-secretstore-setup internal] load build definition from Dockerfile 01:11:39 #4 transferring dockerfile: 2.49kB 0.0s done 01:11:39 #4 ... 01:11:39 01:11:39 #14 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 01:11:39 #14 DONE 0.9s 01:11:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 01:11:39 sudo tee /etc/docker/daemon.new 01:11:39 { 01:11:39 "registry-mirrors": [ 01:11:39 "https://nexus3.edgexfoundry.org:10001" 01:11:39 ], 01:11:39 "bip": "10.250.0.254/24", 01:11:39 "hosts": [ 01:11:39 "tcp://0.0.0.0:5555", 01:11:39 "unix:///var/run/docker.sock" 01:11:39 ], 01:11:39 "mtu": 1458, 01:11:39 "selinux-enabled": true, 01:11:39 "seccomp-profile": "/etc/docker/seccomp.json" 01:11:39 } [Pipeline] sh 01:11:39 01:11:39 #15 [core-keeper internal] load .dockerignore 01:11:39 #15 transferring context: 50B 0.0s done 01:11:39 #15 ... 01:11:39 01:11:39 #16 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:11:39 #16 transferring dockerfile: 2.23kB done 01:11:39 #16 DONE 1.5s 01:11:39 01:11:39 #17 [core-data internal] load build definition from Dockerfile 01:11:39 #17 transferring dockerfile: 2.04kB 0.0s done 01:11:39 #17 DONE 1.5s 01:11:39 01:11:39 #18 [security-proxy-auth internal] load build definition from Dockerfile 01:11:39 #18 transferring dockerfile: 2.14kB 0.0s done 01:11:39 #18 DONE 1.6s 01:11:39 01:11:39 #19 [core-metadata internal] load .dockerignore 01:11:39 #19 transferring context: 50B 0.0s done 01:11:39 #19 DONE 1.4s 01:11:39 01:11:39 #20 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:11:39 #20 DONE 1.1s 01:11:39 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:11:39 01:11:39 #21 [core-command internal] load build definition from Dockerfile 01:11:39 #21 transferring dockerfile: 1.94kB 0.0s done 01:11:39 #21 DONE 1.7s 01:11:39 01:11:39 #4 [security-secretstore-setup internal] load build definition from Dockerfile 01:11:39 #4 DONE 1.7s 01:11:39 01:11:39 #22 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:39 #22 DONE 0.0s 01:11:39 01:11:39 #23 [security-proxy-setup internal] load .dockerignore 01:11:39 #23 transferring context: 50B 0.0s done 01:11:39 #23 DONE 1.6s 01:11:39 01:11:39 #14 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 01:11:39 #14 DONE 1.1s 01:11:39 01:11:39 #24 [security-spire-config internal] load .dockerignore 01:11:39 #24 transferring context: 50B 0.0s done 01:11:39 #24 DONE 1.5s 01:11:39 01:11:39 #22 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:39 #22 DONE 0.0s 01:11:39 01:11:39 #25 [security-spiffe-token-provider internal] load .dockerignore 01:11:39 #25 transferring context: 50B 0.0s done 01:11:39 #25 DONE 1.5s 01:11:39 01:11:39 #26 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:11:39 #26 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:11:39 #26 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:11:39 #26 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:11:39 #26 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:11:40 #26 ... 01:11:40 01:11:40 #27 [support-scheduler internal] load build definition from Dockerfile 01:11:40 #27 transferring dockerfile: 1.83kB 0.0s done 01:11:40 #27 DONE 1.8s 01:11:40 01:11:40 #28 [security-spire-agent internal] load .dockerignore 01:11:40 #28 transferring context: 50B 0.0s done 01:11:40 #28 DONE 1.5s 01:11:40 01:11:40 #22 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:40 #22 DONE 0.0s 01:11:40 01:11:40 #15 [core-keeper internal] load .dockerignore 01:11:40 #15 DONE 1.6s 01:11:40 01:11:40 #26 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:11:40 #26 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:11:40 #26 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:11:40 #26 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:11:40 #26 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:11:40 #26 ... 01:11:40 01:11:40 #29 [security-bootstrapper internal] load .dockerignore 01:11:40 #29 transferring context: 50B 0.0s done 01:11:40 #29 DONE 1.7s 01:11:40 01:11:40 #22 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:40 #22 DONE 0.0s 01:11:40 01:11:40 #30 [support-notifications internal] load .dockerignore 01:11:40 #30 transferring context: 50B 0.0s done 01:11:40 #30 DONE 1.8s 01:11:40 01:11:40 #7 [security-secretstore-setup internal] load .dockerignore 01:11:40 #7 transferring context: 50B done 01:11:40 #7 DONE 1.8s 01:11:40 01:11:40 #31 [core-common-config-bootstrapper internal] load .dockerignore 01:11:40 #31 transferring context: 50B done 01:11:40 #31 DONE 1.8s 01:11:40 01:11:40 #22 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:40 #22 DONE 0.0s 01:11:40 01:11:40 #26 [security-spiffe-token-provider stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:11:40 #26 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:11:40 #26 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:11:40 #26 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:11:40 #26 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:11:40 + sudo service docker restart 01:11:40 #26 ... 01:11:40 01:11:40 #32 [core-command internal] load .dockerignore 01:11:40 #32 transferring context: 50B done 01:11:40 #32 DONE 1.8s 01:11:40 01:11:40 #20 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:11:40 #20 DONE 1.4s 01:11:40 01:11:40 #33 [support-scheduler internal] load .dockerignore 01:11:40 #33 transferring context: 50B done 01:11:40 #33 DONE 1.8s 01:11:40 01:11:40 #22 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:40 #22 DONE 0.0s 01:11:40 01:11:40 #26 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:11:40 #26 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:11:40 #26 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:11:40 #26 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:11:40 #26 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:11:40 #26 ... 01:11:40 01:11:40 #11 [core-data internal] load .dockerignore 01:11:40 #11 transferring context: 50B done 01:11:40 #11 DONE 1.9s 01:11:40 01:11:40 #34 [security-proxy-auth internal] load .dockerignore 01:11:40 #34 transferring context: 50B done 01:11:40 #34 DONE 2.0s 01:11:40 01:11:40 #22 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:40 #22 DONE 0.0s 01:11:40 01:11:40 #26 [security-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:11:40 #26 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:11:40 #26 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:11:40 #26 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:11:40 #26 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:11:40 #26 ... 01:11:40 01:11:40 #22 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:11:40 #22 DONE 0.0s 01:11:40 01:11:40 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:11:40 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:11:40 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:11:40 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:11:40 #35 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:11:40 #35 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:11:40 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:11:40 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 01:11:40 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:11:40 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:11:40 #35 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s 01:11:40 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:11:40 #35 ... 01:11:40 01:11:40 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:11:40 #36 DONE 1.0s 01:11:41 01:11:41 #14 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:11:41 #14 DONE 2.1s 01:11:41 01:11:41 #26 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:11:41 #26 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:11:41 #26 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:11:41 #26 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:11:41 #26 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:11:41 #26 DONE 1.6s 01:11:41 01:11:41 #37 [security-spire-server internal] load build context 01:11:41 #37 transferring context: 23.80kB done 01:11:41 #37 DONE 1.5s 01:11:41 01:11:41 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:11:41 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:11:41 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:11:41 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:11:41 #35 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:11:41 #35 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:11:41 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:11:41 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 01:11:41 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:11:41 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:11:41 #35 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.1s done 01:11:41 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:11:41 #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:11:42 #35 ... 01:11:42 01:11:42 #38 [security-spire-config internal] load build context 01:11:42 #38 transferring context: 22.05kB done 01:11:42 #38 DONE 1.9s 01:11:42 01:11:42 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:11:43 #35 ... 01:11:43 01:11:43 #39 [security-spire-agent internal] load build context 01:11:43 #39 transferring context: 23.33kB 0.0s done 01:11:43 #39 DONE 2.6s 01:11:43 01:11:43 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:11:43 #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.9s done 01:11:49 #35 ... 01:11:49 01:11:49 #40 [core-common-config-bootstrapper internal] load build context 01:11:49 #40 transferring context: 277.31MB 7.5s 01:11:49 #40 ... 01:11:49 01:11:49 #41 [support-notifications internal] load build context 01:11:50 #41 ... 01:11:50 01:11:50 #40 [core-common-config-bootstrapper internal] load build context 01:11:50 #40 ... 01:11:50 01:11:50 #42 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 01:11:50 #42 ... 01:11:50 01:11:50 #43 [core-metadata internal] load build context 01:11:50 #43 ... 01:11:50 01:11:50 #44 [security-spiffe-token-provider internal] load build context 01:11:50 #44 ... 01:11:50 01:11:50 #45 [security-proxy-setup internal] load build context 01:11:50 #45 ... 01:11:50 01:11:50 #46 [core-keeper internal] load build context 01:11:50 #46 ... 01:11:50 01:11:50 #47 [security-bootstrapper internal] load build context 01:11:50 #47 ... 01:11:50 01:11:50 #48 [security-secretstore-setup internal] load build context 01:11:50 #48 ... 01:11:50 01:11:50 #49 [core-command internal] load build context 01:11:52 #49 ... 01:11:52 01:11:52 #45 [security-proxy-setup internal] load build context 01:11:52 #45 ... 01:11:52 01:11:52 #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:11:52 #50 ... 01:11:52 01:11:52 #51 [security-proxy-auth internal] load build context 01:11:52 #51 ... 01:11:52 01:11:52 #52 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:11:52 #52 ... 01:11:52 01:11:52 #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:11:52 #53 ... 01:11:52 01:11:52 #54 [core-data internal] load build context 01:11:52 #54 ... 01:11:52 01:11:52 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:11:52 #0 6.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:11:52 #0 6.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:11:52 #0 6.752 (1/4) Installing dumb-init (1.2.5-r3) 01:11:52 #0 6.756 (2/4) Installing openssl (3.3.3-r0) 01:11:52 #0 6.773 (3/4) Installing su-exec (0.2-r3) 01:11:52 #0 6.773 (4/4) Installing yq-go (4.44.1-r2) 01:11:52 #0 6.840 Executing busybox-1.36.1-r29.trigger 01:11:52 #0 6.848 OK: 19 MiB in 18 packages 01:11:52 #55 ... 01:11:52 01:11:52 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:11:53 #56 ... 01:11:53 01:11:53 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:11:53 #57 ... 01:11:53 01:11:53 #58 [support-scheduler internal] load build context 01:11:53 #58 ... 01:11:53 01:11:53 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:11:53 #59 ... 01:11:53 01:11:53 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:11:53 #60 ... 01:11:53 01:11:53 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:11:53 #61 ... 01:11:53 01:11:53 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:11:53 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 01:11:53 #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:11:53 #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:11:53 #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:11:53 #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done 01:11:53 #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.2s done 01:11:53 #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:11:53 #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.2s done 01:11:53 #62 ... 01:11:53 01:11:53 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:11:53 #0 3.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:11:53 #0 3.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:11:53 #0 3.915 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:11:53 #0 3.915 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:11:53 #0 3.915 OK: 24171 distinct packages available 01:11:53 #0 3.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:11:53 #0 4.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:11:53 #0 4.297 (1/5) Installing dumb-init (1.2.5-r3) 01:11:53 #0 4.301 (2/5) Installing musl-obstack (1.2.3-r2) 01:11:53 #0 4.305 (3/5) Installing libucontext (1.2-r3) 01:11:53 #0 4.311 (4/5) Installing gcompat (1.1.0-r4) 01:11:53 #0 4.313 (5/5) Installing openssl (3.3.3-r0) 01:11:53 #0 4.326 Executing busybox-1.36.1-r29.trigger 01:11:53 #0 4.335 OK: 9 MiB in 19 packages 01:11:53 #63 ... 01:11:53 01:11:53 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:11:53 #64 ... 01:11:53 01:11:53 #58 [support-scheduler internal] load build context 01:11:53 #58 transferring context: 363.21MB 11.7s 01:11:57 #58 transferring context: 507.73MB 14.6s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:11:58 provisioning config files... 01:11:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/849@tmp/config10786062852871739413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:11:58 ---> ****-login.sh 01:11:58 nexus3.edgexfoundry.org:10001 01:11:58 #58 ... 01:11:58 01:11:58 #49 [core-command internal] load build context 01:11:58 #49 transferring context: 507.73MB 17.3s done 01:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:59 Configure a credential helper to remove this warning. See 01:11:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:59 01:11:59 Login Succeeded 01:11:59 nexus3.edgexfoundry.org:10002 01:11:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:11:59 #49 ... 01:11:59 01:11:59 #41 [support-notifications internal] load build context 01:11:59 #41 transferring context: 507.73MB 15.1s done 01:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:11:59 Configure a credential helper to remove this warning. See 01:11:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:11:59 01:11:59 Login Succeeded 01:11:59 nexus3.edgexfoundry.org:10003 01:12:00 #41 ... 01:12:00 01:12:00 #40 [core-common-config-bootstrapper internal] load build context 01:12:00 #40 transferring context: 507.73MB 15.0s done 01:12:00 #40 ... 01:12:00 01:12:00 #43 [core-metadata internal] load build context 01:12:00 #43 transferring context: 507.73MB 17.2s done 01:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:00 Configure a credential helper to remove this warning. See 01:12:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:00 01:12:00 Login Succeeded 01:12:00 nexus3.edgexfoundry.org:10004 01:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:00 Configure a credential helper to remove this warning. See 01:12:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:00 01:12:00 Login Succeeded 01:12:00 ****.io 01:12:00 #43 ... 01:12:00 01:12:00 #44 [security-spiffe-token-provider internal] load build context 01:12:00 #44 transferring context: 507.73MB 17.0s done 01:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:12:00 #44 ... 01:12:00 01:12:00 #46 [core-keeper internal] load build context 01:12:00 #46 transferring context: 507.73MB 16.9s done 01:12:00 #46 ... 01:12:00 01:12:00 #48 [security-secretstore-setup internal] load build context 01:12:00 #48 transferring context: 507.73MB 14.9s done 01:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:12:01 Configure a credential helper to remove this warning. See 01:12:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:12:01 01:12:01 Login Succeeded 01:12:01 ---> ****-login.sh ends 01:12:01 #48 ... 01:12:01 01:12:01 #47 [security-bootstrapper internal] load build context 01:12:01 #47 transferring context: 507.73MB 14.9s done 01:12:01 #47 ... 01:12:01 01:12:01 #45 [security-proxy-setup internal] load build context 01:12:01 #45 transferring context: 507.73MB 16.4s done [Pipeline] } 01:12:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:12:01 + git config --global --add safe.directory /w/workspace/edgex-go/849 [Pipeline] echo 01:12:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:12:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:12:01 ========================================================= 01:12:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:12:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:12:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:12:02 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:12:02 94e9d8af2201: Pulling fs layer 01:12:02 634366ca850b: Pulling fs layer 01:12:02 f66ade281fe9: Pulling fs layer 01:12:02 13fd4ce6e94e: Pulling fs layer 01:12:02 4f4fb700ef54: Pulling fs layer 01:12:02 4cccf3f17d63: Pulling fs layer 01:12:02 2d8010953d95: Pulling fs layer 01:12:02 ec743f232bc5: Pulling fs layer 01:12:02 4f4fb700ef54: Waiting 01:12:02 4cccf3f17d63: Waiting 01:12:02 2d8010953d95: Waiting 01:12:02 ec743f232bc5: Waiting 01:12:02 13fd4ce6e94e: Waiting 01:12:02 634366ca850b: Verifying Checksum 01:12:02 634366ca850b: Download complete 01:12:02 13fd4ce6e94e: Verifying Checksum 01:12:02 13fd4ce6e94e: Download complete 01:12:02 4f4fb700ef54: Verifying Checksum 01:12:02 4f4fb700ef54: Download complete 01:12:02 4cccf3f17d63: Verifying Checksum 01:12:02 4cccf3f17d63: Download complete 01:12:02 94e9d8af2201: Verifying Checksum 01:12:02 94e9d8af2201: Download complete 01:12:02 #45 ... 01:12:02 01:12:02 #51 [security-proxy-auth internal] load build context 01:12:02 #51 transferring context: 507.73MB 14.9s done 01:12:02 ec743f232bc5: Verifying Checksum 01:12:02 ec743f232bc5: Download complete 01:12:03 94e9d8af2201: Pull complete 01:12:04 #51 ... 01:12:04 01:12:04 #54 [core-data internal] load build context 01:12:04 #54 transferring context: 507.73MB 14.5s done 01:12:04 634366ca850b: Pull complete 01:12:04 f66ade281fe9: Verifying Checksum 01:12:04 f66ade281fe9: Download complete 01:12:05 2d8010953d95: Verifying Checksum 01:12:05 2d8010953d95: Download complete 01:12:20 f66ade281fe9: Pull complete 01:12:20 13fd4ce6e94e: Pull complete 01:12:20 4f4fb700ef54: Pull complete 01:12:20 4cccf3f17d63: Pull complete 01:12:28 2d8010953d95: Pull complete 01:12:29 ec743f232bc5: Pull complete 01:12:29 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 01:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:12:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:12:29 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:12:29 WORKDIR /edgex 01:12:29 COPY go.mod . 01:12:29 RUN go mod download 01:12:29 docker build -t ci-base-image-arm64 -f - . 01:12:30 Sending build context to Docker daemon 3.695MB 01:12:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:12:30 ---> 12c1d4c06be1 01:12:30 Step 2/4 : WORKDIR /edgex 01:12:31 ---> Running in 57d8c612bec5 01:12:31 Removing intermediate container 57d8c612bec5 01:12:31 ---> 87cfe46b7712 01:12:31 Step 3/4 : COPY go.mod . 01:12:32 ---> c295fdaca416 01:12:32 Step 4/4 : RUN go mod download 01:12:32 ---> Running in e3f6597a03fa 01:12:36 #54 ... 01:12:36 01:12:36 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:12:36 #59 DONE 54.1s 01:12:36 01:12:36 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:12:36 #65 ... 01:12:36 01:12:36 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:12:36 #55 DONE 54.2s 01:12:36 01:12:36 #47 [security-bootstrapper internal] load build context 01:12:36 #47 DONE 55.1s 01:12:36 01:12:36 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:12:36 #63 DONE 54.4s 01:12:36 01:12:36 #48 [security-secretstore-setup internal] load build context 01:12:36 #48 DONE 55.2s 01:12:36 01:12:36 #40 [core-common-config-bootstrapper internal] load build context 01:12:36 #40 DONE 55.3s 01:12:36 01:12:36 #41 [support-notifications internal] load build context 01:12:36 #41 DONE 55.3s 01:12:36 01:12:36 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:12:36 #64 54.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:36 #64 ... 01:12:36 01:12:36 #54 [core-data internal] load build context 01:12:36 #54 DONE 54.7s 01:12:36 01:12:36 #58 [support-scheduler internal] load build context 01:12:36 #58 DONE 54.8s 01:12:36 01:12:36 #51 [security-proxy-auth internal] load build context 01:12:36 #51 DONE 54.8s 01:12:36 01:12:36 #45 [security-proxy-setup internal] load build context 01:12:36 #45 DONE 55.9s 01:12:36 01:12:36 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:12:36 #64 54.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:36 #64 ... 01:12:36 01:12:36 #49 [core-command internal] load build context 01:12:36 #49 DONE 55.5s 01:12:36 01:12:36 #46 [core-keeper internal] load build context 01:12:36 #46 DONE 55.7s 01:12:36 01:12:36 #43 [core-metadata internal] load build context 01:12:36 #43 DONE 56.0s 01:12:36 01:12:36 #44 [security-spiffe-token-provider internal] load build context 01:12:36 #44 DONE 55.7s 01:12:36 01:12:36 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:12:36 #56 55.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:36 #56 55.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:36 #56 ... 01:12:36 01:12:36 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:12:36 #35 DONE 56.9s 01:12:36 01:12:36 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:12:36 #61 54.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:36 #61 54.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:36 #61 55.12 (1/7) Installing ca-certificates (20241121-r1) 01:12:36 #61 55.14 (2/7) Installing dumb-init (1.2.5-r3) 01:12:36 #61 55.14 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:12:36 #61 55.15 (4/7) Installing libsodium (1.0.19-r0) 01:12:36 #61 55.16 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:12:36 #61 55.18 (6/7) Installing libzmq (4.3.5-r2) 01:12:36 #61 55.20 (7/7) Installing zeromq (4.3.5-r2) 01:12:36 #61 55.20 Executing busybox-1.36.1-r29.trigger 01:12:36 #61 55.21 Executing ca-certificates-20241121-r1.trigger 01:12:36 #61 55.38 OK: 12 MiB in 21 packages 01:12:37 #61 ... 01:12:37 01:12:37 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:12:37 #62 DONE 56.0s 01:12:37 01:12:37 #50 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:12:37 #50 54.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:37 #50 54.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:37 #50 54.94 (1/3) Installing ca-certificates (20241121-r1) 01:12:37 #50 54.97 (2/3) Installing dumb-init (1.2.5-r3) 01:12:37 #50 54.97 (3/3) Installing tzdata (2025b-r0) 01:12:37 #50 55.00 Executing busybox-1.36.1-r29.trigger 01:12:37 #50 55.01 Executing ca-certificates-20241121-r1.trigger 01:12:37 #50 55.07 OK: 10 MiB in 17 packages 01:12:37 #50 DONE 55.8s 01:12:37 01:12:37 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:12:37 #57 54.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:37 #57 54.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:37 #57 55.08 (1/2) Installing dumb-init (1.2.5-r3) 01:12:37 #57 55.09 (2/2) Installing su-exec (0.2-r3) 01:12:37 #57 55.09 Executing busybox-1.36.1-r29.trigger 01:12:37 #57 55.11 OK: 8 MiB in 16 packages 01:12:37 #57 DONE 55.8s 01:12:37 01:12:37 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:12:37 #56 55.52 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:12:37 #56 55.52 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:12:37 #56 55.52 OK: 24171 distinct packages available 01:12:37 #56 55.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:37 #56 55.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:37 #56 56.05 (1/14) Installing ca-certificates (20241121-r1) 01:12:37 #56 56.07 (2/14) Installing brotli-libs (1.1.0-r2) 01:12:37 #56 56.09 (3/14) Installing c-ares (1.33.1-r0) 01:12:37 #56 56.09 (4/14) Installing libunistring (1.2-r0) 01:12:37 #56 56.13 (5/14) Installing libidn2 (2.3.7-r0) 01:12:37 #56 56.14 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:12:37 #56 56.14 (7/14) Installing libpsl (0.21.5-r1) 01:12:37 #56 ... 01:12:37 01:12:37 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:12:37 #61 DONE 55.9s 01:12:37 01:12:37 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:12:37 #56 56.14 (8/14) Installing zstd-libs (1.5.6-r0) 01:12:37 #56 56.16 (9/14) Installing libcurl (8.12.1-r0) 01:12:37 #56 56.17 (10/14) Installing curl (8.12.1-r0) 01:12:37 #56 56.18 (11/14) Installing dumb-init (1.2.5-r3) 01:12:37 #56 56.19 (12/14) Installing musl-obstack (1.2.3-r2) 01:12:37 #56 56.19 (13/14) Installing libucontext (1.2-r3) 01:12:37 #56 56.19 (14/14) Installing gcompat (1.1.0-r4) 01:12:37 #56 56.19 Executing busybox-1.36.1-r29.trigger 01:12:37 #56 56.20 Executing ca-certificates-20241121-r1.trigger 01:12:37 #56 ... 01:12:37 01:12:37 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:12:37 #64 54.90 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:12:37 #64 54.90 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:12:37 #64 54.90 OK: 24171 distinct packages available 01:12:37 #64 54.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:37 #64 55.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:37 #64 55.43 (1/4) Installing dumb-init (1.2.5-r3) 01:12:37 #64 55.47 (2/4) Installing musl-obstack (1.2.3-r2) 01:12:37 #64 55.48 (3/4) Installing libucontext (1.2-r3) 01:12:37 #64 55.49 (4/4) Installing gcompat (1.1.0-r4) 01:12:37 #64 55.49 Executing busybox-1.36.1-r29.trigger 01:12:37 #64 55.49 OK: 8 MiB in 18 packages 01:12:37 #64 DONE 56.0s 01:12:37 01:12:37 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:12:37 #56 56.29 OK: 13 MiB in 28 packages 01:12:37 #56 ... 01:12:37 01:12:37 #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:12:37 #53 55.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:37 #53 55.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:37 #53 55.47 (1/1) Installing dumb-init (1.2.5-r3) 01:12:37 #53 55.48 Executing busybox-1.36.1-r29.trigger 01:12:37 #53 55.48 OK: 8 MiB in 15 packages 01:12:37 #53 DONE 56.2s 01:12:37 01:12:37 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:12:37 #60 54.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:37 #60 54.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:37 #60 55.30 (1/4) Installing ca-certificates (20241121-r1) 01:12:37 #60 55.35 (2/4) Installing dumb-init (1.2.5-r3) 01:12:37 #60 55.35 (3/4) Installing su-exec (0.2-r3) 01:12:37 #60 55.36 (4/4) Installing yq-go (4.44.1-r2) 01:12:37 #60 55.50 Executing busybox-1.36.1-r29.trigger 01:12:37 #60 55.51 Executing ca-certificates-20241121-r1.trigger 01:12:37 #60 55.60 OK: 19 MiB in 18 packages 01:12:37 #60 DONE 56.3s 01:12:37 01:12:37 #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:12:38 #66 ... 01:12:38 01:12:38 #52 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:12:38 #52 54.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:38 #52 55.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:38 #52 55.93 (1/1) Installing dumb-init (1.2.5-r3) 01:12:38 #52 55.93 Executing busybox-1.36.1-r29.trigger 01:12:38 #52 55.94 OK: 8 MiB in 15 packages 01:12:38 #52 DONE 56.7s 01:12:38 01:12:38 #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:12:38 #56 DONE 57.1s 01:12:38 01:12:38 #67 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:12:38 #67 ... 01:12:38 01:12:38 #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:12:38 #0 2.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:38 #0 2.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:38 #0 2.443 OK: 19 MiB in 18 packages 01:12:38 #68 DONE 2.8s 01:12:38 01:12:38 #69 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:12:38 #0 1.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:38 #0 1.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:38 #0 2.191 OK: 9 MiB in 19 packages 01:12:38 #69 DONE 2.9s 01:12:38 01:12:38 #70 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:12:40 #70 ... 01:12:40 01:12:40 #42 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 01:12:40 #42 DONE 60.4s 01:12:40 01:12:40 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:12:40 #65 1.405 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:40 #65 1.913 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:40 #65 2.649 (1/1) Installing dumb-init (1.2.5-r3) 01:12:40 #65 2.942 Executing busybox-1.36.1-r29.trigger 01:12:40 #65 2.950 OK: 8 MiB in 15 packages 01:12:40 #65 DONE 4.8s 01:12:40 01:12:40 #71 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:12:40 #71 DONE 2.1s 01:12:40 01:12:40 #72 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:12:40 #72 DONE 2.1s 01:12:40 01:12:40 #73 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 01:12:40 #73 ... 01:12:40 01:12:40 #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:12:40 #74 DONE 2.1s 01:12:40 01:12:40 #75 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:12:41 #75 DONE 1.5s 01:12:41 01:12:41 #73 [core-data builder 2/7] WORKDIR /edgex-go 01:12:41 #73 DONE 1.6s 01:12:41 01:12:41 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:12:41 #0 3.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:41 #0 3.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:41 #0 3.416 OK: 8 MiB in 16 packages 01:12:41 #76 DONE 4.7s 01:12:41 01:12:41 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:12:41 #77 ... 01:12:41 01:12:41 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:12:41 #0 3.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:41 #0 3.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:41 #0 3.494 OK: 10 MiB in 17 packages 01:12:41 #78 DONE 4.8s 01:12:41 01:12:41 #79 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:12:41 #79 DONE 1.7s 01:12:42 01:12:42 #80 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:12:42 #80 ... 01:12:42 01:12:42 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:12:42 #0 4.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:42 #0 4.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:42 #0 4.678 OK: 12 MiB in 21 packages 01:12:42 #81 DONE 5.2s 01:12:42 01:12:42 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:12:42 #0 4.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:42 #0 4.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:42 #0 4.569 OK: 8 MiB in 15 packages 01:12:42 #82 DONE 4.9s 01:12:42 01:12:42 #83 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:12:42 #83 DONE 0.7s 01:12:42 01:12:42 #84 [security-spire-server stage-2 6/9] COPY security.txt / 01:12:42 #84 DONE 0.8s 01:12:42 01:12:42 #85 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:12:42 #85 ... 01:12:42 01:12:42 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:12:42 #0 4.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:42 #0 4.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:42 #0 5.198 OK: 8 MiB in 18 packages 01:12:42 #86 DONE 5.5s 01:12:42 01:12:42 #87 [security-spire-agent stage-3 7/10] COPY security.txt / 01:12:42 #87 DONE 0.3s 01:12:42 01:12:42 #88 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:12:43 #88 ... 01:12:43 01:12:43 #85 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:12:43 #85 DONE 0.4s 01:12:43 01:12:43 #70 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:12:43 #70 4.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:43 #70 4.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:43 #70 5.277 OK: 8 MiB in 15 packages 01:12:43 #70 ... 01:12:43 01:12:43 #67 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:12:43 #67 4.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:43 #67 4.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:43 #67 4.888 OK: 13 MiB in 28 packages 01:12:43 #67 DONE 5.3s 01:12:43 01:12:43 #70 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:12:43 #70 DONE 5.6s 01:12:43 01:12:43 #89 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:12:43 #0 1.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:43 #0 1.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:43 #89 2.017 OK: 248 MiB in 58 packages 01:12:44 #89 ... 01:12:44 01:12:44 #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:12:44 #66 4.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:44 #66 5.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:44 #66 5.580 OK: 19 MiB in 18 packages 01:12:44 #66 DONE 7.1s 01:12:44 01:12:44 #88 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:12:44 #88 DONE 1.8s 01:12:44 01:12:44 #89 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:12:44 #89 DONE 3.1s 01:12:44 01:12:44 #90 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:12:44 #0 1.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:44 #0 1.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:44 #0 2.009 OK: 248 MiB in 58 packages 01:12:44 #90 DONE 3.1s 01:12:44 01:12:44 #91 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:12:44 #0 1.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:44 #0 1.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:44 #0 1.719 OK: 248 MiB in 58 packages 01:12:44 #91 DONE 3.1s 01:12:44 01:12:44 #92 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:12:45 #92 ... 01:12:45 01:12:45 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:12:45 #93 DONE 2.1s 01:12:45 01:12:45 #94 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:12:45 #94 DONE 2.0s 01:12:45 01:12:45 #80 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:12:45 #80 3.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:45 #80 3.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:45 #80 ... 01:12:45 01:12:45 #95 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:12:45 #95 DONE 0.5s 01:12:45 01:12:45 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:12:45 #96 DONE 0.4s 01:12:45 01:12:45 #97 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:12:45 #97 DONE 0.6s 01:12:45 01:12:45 #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:12:45 #98 DONE 0.4s 01:12:45 01:12:45 #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:45 #99 ... 01:12:45 01:12:45 #100 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:12:45 #100 DONE 0.7s 01:12:45 01:12:45 #92 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:12:45 #92 DONE 0.7s 01:12:45 01:12:45 #101 [security-spire-server] exporting to image 01:12:45 #101 exporting layers 01:12:45 #101 ... 01:12:45 01:12:45 #102 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:12:45 #102 DONE 4.1s 01:12:45 01:12:45 #80 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:12:45 #80 3.767 OK: 248 MiB in 58 packages 01:12:45 #80 DONE 4.2s 01:12:45 01:12:45 #103 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:12:46 #103 ... 01:12:46 01:12:46 #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:12:46 #104 DONE 0.6s 01:12:46 01:12:46 #105 [security-spire-config stage-2 6/10] COPY security.txt / 01:12:46 #105 DONE 0.7s 01:12:46 01:12:46 #101 [security-spire-agent] exporting to image 01:12:46 #101 ... 01:12:46 01:12:46 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:12:46 #77 DONE 4.5s 01:12:46 01:12:46 #103 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:12:46 #103 DONE 0.5s 01:12:46 01:12:46 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:12:46 #106 DONE 0.4s 01:12:46 01:12:46 #107 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:46 #107 ... 01:12:46 01:12:46 #108 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:12:46 #108 DONE 0.3s 01:12:46 01:12:46 #109 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:12:46 #0 3.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:46 #0 3.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:46 #0 4.233 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:12:46 #0 4.233 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:12:46 #0 4.233 OK: 24171 distinct packages available 01:12:46 #0 4.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:46 #0 4.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:46 #0 4.855 OK: 248 MiB in 58 packages 01:12:46 #109 DONE 5.1s 01:12:46 01:12:46 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:12:46 #110 DONE 0.3s 01:12:46 01:12:46 #101 [security-spire-agent] exporting to image 01:12:46 #101 exporting layers 1.4s done 01:12:47 #101 writing image sha256:0895108950ba25a9c21de10849c7cb216bdfb1b52cb7acdfcbb57c8fe3f1f1d3 01:12:47 #101 ... 01:12:47 01:12:47 #111 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:12:47 #111 DONE 0.3s 01:12:47 01:12:47 #101 [security-spire-server] exporting to image 01:12:47 #101 writing image sha256:0895108950ba25a9c21de10849c7cb216bdfb1b52cb7acdfcbb57c8fe3f1f1d3 0.1s done 01:12:47 #101 naming to docker.io/library/security-spire-server done 01:12:47 #101 ... 01:12:47 01:12:47 #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:12:47 #112 DONE 0.4s 01:12:47 01:12:47 #101 [security-spire-agent] exporting to image 01:12:47 #101 writing image sha256:bd5aece9d504f43d1bc7b6d247c1400f2b8518446a3c7af617a8c08524c7d935 0.0s done 01:12:47 #101 naming to docker.io/library/security-spire-agent 0.0s done 01:12:48 #101 exporting layers 1.0s done 01:12:48 #101 writing image sha256:c0935ceb104246ed0abb2a64c88612c1ba8820b21898084efbc53203efb78d00 done 01:12:48 #101 naming to docker.io/library/security-spire-config 0.0s done 01:12:48 #101 DONE 2.6s 01:12:48 01:12:48 #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:12:48 #0 0.936 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:12:48 #0 1.373 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:12:48 #0 2.101 OK: 248 MiB in 58 packages 01:12:48 #113 DONE 2.4s 01:12:48 01:12:48 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:12:48 #114 DONE 0.2s 01:12:48 01:12:48 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:53 #115 ... 01:12:53 01:12:53 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:55 #116 ... 01:12:55 01:12:55 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:12:55 #117 ... 01:12:55 01:12:55 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:13:28 Removing intermediate container e3f6597a03fa 01:13:28 ---> c9427603cb1b 01:13:28 Successfully built c9427603cb1b 01:13:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:28 + docker inspect -f . ci-base-image-arm64 01:13:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:13:29 prd-ubuntu20.04-docker-arm64-4c-16g-2862 does not seem to be running inside a container 01:13:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@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:13:30 $ docker top 0110513e5749b4f832eaa49da55832b08af937dee0941c1492938132a2725705 -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:31 + go version 01:13:31 go version go1.23.8 linux/arm64 [Pipeline] } 01:13:31 $ docker stop --time=1 0110513e5749b4f832eaa49da55832b08af937dee0941c1492938132a2725705 01:13:32 $ docker rm -f --volumes 0110513e5749b4f832eaa49da55832b08af937dee0941c1492938132a2725705 [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:13:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:13:33 01:13:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:13:33 latest: Pulling from edgex-devops/edgex-compose-arm64 01:13:33 547446be3368: Pulling fs layer 01:13:33 d125d8839a47: Pulling fs layer 01:13:33 3e85d5ac6304: Pulling fs layer 01:13:33 c3105a71a48b: Pulling fs layer 01:13:33 0f093f025ec4: Pulling fs layer 01:13:33 c3106fc0e877: Pulling fs layer 01:13:33 c3105a71a48b: Waiting 01:13:33 0f093f025ec4: Waiting 01:13:33 c3106fc0e877: Waiting 01:13:34 547446be3368: Verifying Checksum 01:13:34 547446be3368: Download complete 01:13:34 c3105a71a48b: Verifying Checksum 01:13:34 c3105a71a48b: Download complete 01:13:34 d125d8839a47: Verifying Checksum 01:13:34 d125d8839a47: Download complete 01:13:34 c3106fc0e877: Verifying Checksum 01:13:34 c3106fc0e877: Download complete 01:13:34 0f093f025ec4: Verifying Checksum 01:13:34 0f093f025ec4: Download complete 01:13:34 547446be3368: Pull complete 01:13:36 d125d8839a47: Pull complete 01:13:36 3e85d5ac6304: Download complete 01:13:46 3e85d5ac6304: Pull complete 01:13:46 c3105a71a48b: Pull complete 01:13:46 0f093f025ec4: Pull complete 01:13:46 c3106fc0e877: Pull complete 01:13:46 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:13:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:13:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:13:47 prd-ubuntu20.04-docker-arm64-4c-16g-2862 does not seem to be running inside a container 01:13:47 $ 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/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@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:13:49 $ docker top 615e55f98534567031aba10f0479d3dbbaa43d3ed2cd39e84fe07798e654e598 -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:49 + docker compose -f ./docker-compose-build.yml build --parallel 01:14:00 #1 [security-proxy-setup internal] load build definition from Dockerfile 01:14:00 #1 transferring dockerfile: 01:14:00 #1 transferring dockerfile: 2.50kB done 01:14:00 #1 DONE 0.1s 01:14:00 01:14:00 #2 [security-spire-server internal] load build definition from Dockerfile 01:14:00 #2 transferring dockerfile: 1.70kB done 01:14:00 #2 DONE 0.1s 01:14:00 01:14:00 #3 [core-metadata internal] load build definition from Dockerfile 01:14:00 #3 transferring dockerfile: 2.10kB done 01:14:00 #3 DONE 0.1s 01:14:00 01:14:00 #4 [security-spire-agent internal] load build definition from Dockerfile 01:14:00 #4 transferring dockerfile: 1.81kB done 01:14:00 #4 DONE 0.1s 01:14:00 01:14:00 #5 [support-notifications internal] load build definition from Dockerfile 01:14:00 #5 transferring dockerfile: 2.00kB 0.0s done 01:14:00 #5 DONE 0.1s 01:14:00 01:14:00 #6 [core-keeper internal] load build definition from Dockerfile 01:14:00 #6 transferring dockerfile: 2.01kB 0.0s done 01:14:00 #6 DONE 0.1s 01:14:00 01:14:00 #7 [core-command internal] load build definition from Dockerfile 01:14:00 #7 transferring dockerfile: 1.94kB 0.0s done 01:14:00 #7 DONE 0.1s 01:14:00 01:14:00 #8 [security-proxy-auth internal] load build definition from Dockerfile 01:14:00 #8 transferring dockerfile: 2.14kB done 01:14:00 #8 DONE 0.1s 01:14:00 01:14:00 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:14:00 #9 transferring dockerfile: 1.89kB done 01:14:00 #9 DONE 0.1s 01:14:00 01:14:00 #10 [support-scheduler internal] load build definition from Dockerfile 01:14:00 #10 transferring dockerfile: 1.83kB done 01:14:00 #10 DONE 0.1s 01:14:00 01:14:00 #11 [core-data internal] load build definition from Dockerfile 01:14:00 #11 transferring dockerfile: 2.04kB done 01:14:00 #11 DONE 0.0s 01:14:00 01:14:00 #12 [security-secretstore-setup internal] load build definition from Dockerfile 01:14:00 #12 transferring dockerfile: 2.49kB done 01:14:00 #12 DONE 0.1s 01:14:00 01:14:00 #13 [security-bootstrapper internal] load build definition from Dockerfile 01:14:00 #13 transferring dockerfile: 3.02kB done 01:14:00 #13 DONE 0.1s 01:14:00 01:14:00 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:14:00 #14 transferring dockerfile: 2.23kB done 01:14:00 #14 DONE 0.1s 01:14:00 01:14:00 #15 [security-spire-config internal] load build definition from Dockerfile 01:14:00 #15 transferring dockerfile: 1.69kB done 01:14:00 #15 DONE 0.1s 01:14:00 01:14:00 #16 [security-proxy-setup internal] load .dockerignore 01:14:00 #16 transferring context: 50B 0.0s done 01:14:00 #16 DONE 0.1s 01:14:01 01:14:01 #17 [security-spire-server internal] load .dockerignore 01:14:01 #17 transferring context: 50B 0.0s done 01:14:01 #17 DONE 0.1s 01:14:01 01:14:01 #18 [core-metadata internal] load .dockerignore 01:14:01 #18 transferring context: 50B done 01:14:01 #18 DONE 0.0s 01:14:01 01:14:01 #19 [security-spire-agent internal] load .dockerignore 01:14:01 #19 transferring context: 50B done 01:14:01 #19 DONE 0.1s 01:14:01 01:14:01 #20 [support-notifications internal] load .dockerignore 01:14:01 #20 transferring context: 50B 0.0s done 01:14:01 #20 DONE 0.1s 01:14:01 01:14:01 #21 [core-keeper internal] load .dockerignore 01:14:01 #21 transferring context: 50B done 01:14:01 #21 DONE 0.1s 01:14:01 01:14:01 #22 [core-command internal] load .dockerignore 01:14:01 #22 transferring context: 50B done 01:14:01 #22 DONE 0.1s 01:14:01 01:14:01 #23 [security-proxy-auth internal] load .dockerignore 01:14:01 #23 transferring context: 50B done 01:14:01 #23 DONE 0.1s 01:14:01 01:14:01 #24 [security-spiffe-token-provider internal] load .dockerignore 01:14:01 #24 transferring context: 50B 0.0s done 01:14:01 #24 DONE 0.1s 01:14:01 01:14:01 #25 [support-scheduler internal] load .dockerignore 01:14:01 #25 ... 01:14:01 01:14:01 #26 [core-data internal] load .dockerignore 01:14:01 #26 transferring context: 50B 0.0s done 01:14:01 #26 DONE 0.1s 01:14:01 01:14:01 #25 [support-scheduler internal] load .dockerignore 01:14:01 #25 transferring context: 50B 0.0s done 01:14:01 #25 ... 01:14:01 01:14:01 #27 [security-secretstore-setup internal] load .dockerignore 01:14:01 #27 transferring context: 50B 0.0s done 01:14:01 #27 DONE 0.1s 01:14:01 01:14:01 #28 [security-bootstrapper internal] load .dockerignore 01:14:01 #28 transferring context: 50B done 01:14:01 #28 DONE 0.0s 01:14:01 01:14:01 #29 [security-spire-config internal] load .dockerignore 01:14:01 #29 transferring context: 50B done 01:14:01 #29 DONE 0.1s 01:14:01 01:14:01 #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:01 #30 DONE 0.0s 01:14:01 01:14:01 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:14:02 #31 ... 01:14:02 01:14:02 #32 [core-common-config-bootstrapper internal] load .dockerignore 01:14:02 #32 transferring context: 50B 0.0s done 01:14:02 #32 DONE 0.1s 01:14:02 01:14:02 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:14:02 #31 DONE 0.2s 01:14:02 01:14:02 #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:02 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:02 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:02 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:02 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:02 #33 DONE 0.2s 01:14:02 01:14:02 #34 [security-proxy-setup internal] load build context 01:14:02 #34 transferring context: 3.22MB 0.6s done 01:14:02 #34 DONE 0.8s 01:14:02 01:14:02 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:02 #30 DONE 0.0s 01:14:02 01:14:02 #31 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 01:14:03 #31 ... 01:14:03 01:14:03 #33 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:03 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:03 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:03 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:03 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:03 #33 DONE 0.3s 01:14:03 01:14:03 #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:14:03 #35 DONE 1.6s 01:14:03 01:14:03 #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:14:03 #31 DONE 0.4s 01:14:03 01:14:03 #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:03 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:03 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:03 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:03 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:03 #33 DONE 0.3s 01:14:03 01:14:03 #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:03 #30 DONE 0.0s 01:14:03 01:14:03 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:14:03 #35 DONE 1.7s 01:14:03 01:14:03 #36 [support-notifications builder 2/7] WORKDIR /edgex-go 01:14:03 #36 DONE 0.7s 01:14:03 01:14:03 #30 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:03 #30 DONE 0.0s 01:14:03 01:14:03 #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:14:03 #37 ... 01:14:03 01:14:03 #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:03 #30 DONE 0.0s 01:14:03 #118 ... 01:14:03 01:14:03 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:03 #116 DONE 68.2s 01:14:03 01:14:03 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:03 #117 DONE 71.2s 01:14:03 01:14:03 #107 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:03 #107 DONE 70.3s 01:14:03 01:14:03 #99 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:03 #99 DONE 71.4s 01:14:03 01:14:03 #119 [core-metadata builder 6/7] COPY . . 01:14:03 #119 ... 01:14:03 01:14:03 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:03 #118 DONE 71.3s 01:14:03 01:14:03 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:03 #115 DONE 69.8s 01:14:03 01:14:03 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:14:03 01:14:03 #33 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:03 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:03 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:03 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:03 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:03 #33 DONE 0.4s 01:14:03 01:14:03 #31 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 01:14:03 #31 DONE 0.7s 01:14:03 01:14:03 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:14:03 #35 DONE 1.7s 01:14:03 01:14:03 #36 [core-keeper builder 2/7] WORKDIR /edgex-go 01:14:03 #36 DONE 0.7s 01:14:03 01:14:03 #38 [core-keeper internal] load build context 01:14:03 #38 ... 01:14:03 01:14:03 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:03 #30 DONE 0.0s 01:14:04 01:14:04 #39 [core-metadata internal] load build context 01:14:04 #39 ... 01:14:04 01:14:04 #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:04 #30 DONE 0.0s 01:14:04 01:14:04 #39 [core-metadata internal] load build context 01:14:04 #39 ... 01:14:04 01:14:04 #30 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:04 #30 DONE 0.0s 01:14:04 01:14:04 #39 [core-metadata internal] load build context 01:14:04 #39 transferring context: 3.22MB 1.1s done 01:14:04 #39 ... 01:14:04 01:14:04 #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:04 #30 DONE 0.0s 01:14:04 01:14:04 #38 [core-keeper internal] load build context 01:14:04 #38 ... 01:14:04 01:14:04 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:14:04 #40 DONE 1.7s 01:14:04 01:14:04 #38 [core-keeper internal] load build context 01:14:04 #38 ... 01:14:04 01:14:04 #33 [support-scheduler stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:04 #33 DONE 0.4s 01:14:04 01:14:04 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:14:04 #35 DONE 1.8s 01:14:04 01:14:04 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 01:14:04 #36 DONE 0.8s 01:14:04 01:14:04 #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:04 #30 DONE 0.0s 01:14:04 01:14:04 #41 [core-data internal] load build context 01:14:04 #41 DONE 0.0s 01:14:04 01:14:04 #42 [security-secretstore-setup internal] load build context 01:14:04 #42 DONE 0.0s 01:14:04 01:14:04 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:04 #43 DONE 0.0s 01:14:04 01:14:04 #44 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:14:04 #44 DONE 2.0s 01:14:04 01:14:04 #38 [core-keeper internal] load build context 01:14:05 #38 ... 01:14:05 01:14:05 #33 [security-spiffe-token-provider stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:05 #33 DONE 0.5s 01:14:05 01:14:05 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:14:05 #35 DONE 1.8s 01:14:05 01:14:05 #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:14:05 #36 DONE 0.8s 01:14:05 01:14:05 #38 [core-keeper internal] load build context 01:14:05 #38 ... 01:14:05 01:14:05 #39 [core-metadata internal] load build context 01:14:05 #39 DONE 2.0s 01:14:05 01:14:05 #38 [core-keeper internal] load build context 01:14:05 #38 ... 01:14:05 01:14:05 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:14:05 #30 DONE 0.0s 01:14:05 01:14:05 #38 [core-keeper internal] load build context 01:14:05 #38 ... 01:14:05 01:14:05 #45 [support-notifications internal] load build context 01:14:05 #45 transferring context: 3.22MB 2.3s done 01:14:05 #45 DONE 2.8s 01:14:06 01:14:06 #38 [core-keeper internal] load build context 01:14:06 #38 ... 01:14:06 01:14:06 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:14:06 #31 DONE 3.5s 01:14:06 01:14:06 #38 [core-keeper internal] load build context 01:14:06 #38 ... 01:14:06 01:14:06 #33 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:06 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:06 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:06 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:06 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:06 #33 DONE 0.5s 01:14:06 01:14:06 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:14:06 #35 DONE 1.8s 01:14:06 01:14:06 #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 01:14:06 #36 DONE 0.8s 01:14:06 01:14:06 #38 [core-keeper internal] load build context 01:14:06 #120 ... 01:14:06 01:14:06 #121 [security-proxy-setup builder 6/7] COPY . . 01:14:07 #38 ... 01:14:07 01:14:07 #44 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:14:07 #44 DONE 3.8s 01:14:07 01:14:07 #38 [core-keeper internal] load build context 01:14:07 #38 ... 01:14:07 01:14:07 #33 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:14:07 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:14:07 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:14:07 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:14:07 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:14:07 #33 DONE 0.5s 01:14:07 01:14:07 #46 [security-proxy-auth internal] load build context 01:14:07 #46 transferring context: 3.22MB 2.5s done 01:14:07 #46 DONE 3.6s 01:14:07 01:14:07 #38 [core-keeper internal] load build context 01:14:07 #121 ... 01:14:07 01:14:07 #122 [core-keeper builder 7/8] COPY . . 01:14:07 #122 ... 01:14:07 01:14:07 #123 [support-notifications builder 6/7] COPY . . 01:14:07 #123 ... 01:14:07 01:14:07 #124 [support-scheduler builder 6/7] COPY . . 01:14:08 #38 ... 01:14:08 01:14:08 #47 [core-command internal] load build context 01:14:08 #47 transferring context: 3.22MB 2.8s done 01:14:08 #47 DONE 4.2s 01:14:08 01:14:08 #38 [core-keeper internal] load build context 01:14:08 #38 ... 01:14:08 01:14:08 #48 [security-spire-agent internal] load build context 01:14:08 #48 transferring context: 23.33kB 0.2s done 01:14:08 #48 DONE 3.2s 01:14:08 01:14:08 #38 [core-keeper internal] load build context 01:14:08 #38 transferring context: 3.22MB 4.0s done 01:14:08 #38 ... 01:14:08 01:14:08 #49 [security-spire-server internal] load build context 01:14:08 #49 transferring context: 23.80kB 0.1s done 01:14:08 #49 DONE 3.9s 01:14:08 01:14:08 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:08 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.0s done 01:14:08 #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:14:08 #50 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:14:08 #50 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:14:09 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:14:09 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s 01:14:10 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s 01:14:10 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:14:10 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 01:14:10 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 01:14:10 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 01:14:10 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s done 01:14:10 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s done 01:14:10 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.1s 01:14:11 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.5s 01:14:11 #50 ... 01:14:11 01:14:11 #38 [core-keeper internal] load build context 01:14:11 #38 DONE 7.7s 01:14:11 01:14:11 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:11 #50 ... 01:14:11 01:14:11 #41 [core-data internal] load build context 01:14:11 #41 ... 01:14:11 01:14:11 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:12 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.5s done 01:14:12 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.6s 01:14:12 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.5s done 01:14:12 #50 ... 01:14:12 01:14:12 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:14:12 #0 5.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:12 #0 6.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:12 #0 8.103 (1/4) Installing dumb-init (1.2.5-r3) 01:14:12 #0 8.151 (2/4) Installing openssl (3.3.3-r0) 01:14:12 #0 8.195 (3/4) Installing su-exec (0.2-r3) 01:14:12 #0 8.195 (4/4) Installing yq-go (4.44.1-r2) 01:14:12 #0 8.594 Executing busybox-1.36.1-r29.trigger 01:14:12 #0 8.718 OK: 20 MiB in 18 packages 01:14:12 #51 ... 01:14:12 01:14:12 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:12 #50 ... 01:14:12 01:14:12 #52 [security-spire-config internal] load build context 01:14:12 #52 transferring context: 22.05kB 0.7s done 01:14:12 #52 DONE 5.5s 01:14:12 01:14:12 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:13 #50 ... 01:14:13 01:14:13 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:14:13 #0 8.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:13 #0 9.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:13 #53 ... 01:14:13 01:14:13 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:13 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.6s 01:14:13 #50 ... 01:14:13 01:14:13 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:14:13 #0 7.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:13 #0 8.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:13 #54 ... 01:14:13 01:14:13 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:14:13 #51 DONE 10.9s 01:14:13 01:14:13 #55 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:14:13 #55 ... 01:14:13 01:14:13 #56 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:14:13 #0 9.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:13 #56 ... 01:14:13 01:14:13 #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:14 #57 ... 01:14:14 01:14:14 #58 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:14:14 #58 ... 01:14:14 01:14:14 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:14 #59 DONE 10.1s 01:14:14 01:14:14 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:14 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.7s 01:14:14 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 01:14:14 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 01:14:14 #50 ... 01:14:14 01:14:14 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:14 #43 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.9s done 01:14:14 #43 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:14:14 #43 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:14:14 #43 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:14:14 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.5s done 01:14:14 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.9s done 01:14:14 #43 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.0s done 01:14:14 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 01:14:14 #43 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 6.5s 01:14:14 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.3s done 01:14:15 #43 ... 01:14:15 01:14:15 #60 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:14:15 #60 ... 01:14:15 01:14:15 #61 [security-spiffe-token-provider internal] load build context 01:14:15 #61 transferring context: 3.22MB 6.6s done 01:14:15 #61 DONE 10.4s 01:14:15 01:14:15 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:15 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 5.7s 01:14:15 #50 ... 01:14:15 01:14:15 #62 [support-scheduler internal] load build context 01:14:15 #62 transferring context: 3.22MB 7.4s done 01:14:15 #62 ... 01:14:15 01:14:15 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:14:15 #63 ... 01:14:15 01:14:15 #62 [support-scheduler internal] load build context 01:14:15 #62 DONE 10.7s 01:14:15 01:14:15 #41 [core-data internal] load build context 01:14:15 #41 transferring context: 3.22MB 8.0s done 01:14:15 #41 DONE 10.8s 01:14:15 01:14:15 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:14:16 #64 ... 01:14:16 01:14:16 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:14:16 #65 ... 01:14:16 01:14:16 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:14:16 #66 ... 01:14:16 01:14:16 #42 [security-secretstore-setup internal] load build context 01:14:16 #42 transferring context: 3.22MB 7.9s done 01:14:16 #42 ... 01:14:16 01:14:16 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:14:16 #67 ... 01:14:16 01:14:16 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:14:16 #68 ... 01:14:16 01:14:16 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:16 #50 ... 01:14:16 01:14:16 #42 [security-secretstore-setup internal] load build context 01:14:16 #42 DONE 11.8s 01:14:16 01:14:16 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:16 #50 ... 01:14:16 01:14:16 #57 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:16 #57 DONE 13.2s 01:14:16 01:14:16 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:16 #50 ... 01:14:16 01:14:16 #69 [core-common-config-bootstrapper internal] load build context 01:14:16 #69 ... 01:14:16 01:14:16 #70 [security-bootstrapper internal] load build context 01:14:17 #70 ... 01:14:17 01:14:17 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:14:17 #54 11.39 OK: 239 MiB in 58 packages 01:14:17 #54 DONE 13.5s 01:14:17 01:14:17 #70 [security-bootstrapper internal] load build context 01:14:17 #70 ... 01:14:17 01:14:17 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:17 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.64MB / 33.17MB 7.5s 01:14:17 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 8.0s 01:14:18 #50 ... 01:14:18 01:14:18 #53 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:14:18 #53 11.91 (1/1) Installing dumb-init (1.2.5-r3) 01:14:18 #53 11.91 Executing busybox-1.36.1-r29.trigger 01:14:18 #53 12.01 OK: 9 MiB in 15 packages 01:14:18 #53 DONE 15.2s 01:14:18 01:14:18 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:18 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 8.6s 01:14:18 #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 01:14:18 #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.3s done 01:14:18 #50 ... 01:14:18 01:14:18 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:14:18 #71 ... 01:14:18 01:14:18 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:14:18 #72 ... 01:14:18 01:14:18 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:19 #50 ... 01:14:19 01:14:19 #56 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:14:19 #56 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:19 #56 14.27 OK: 239 MiB in 58 packages 01:14:19 #56 DONE 16.9s 01:14:19 01:14:19 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:19 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 10.0s 01:14:19 #50 ... 01:14:19 01:14:19 #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:14:19 #55 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:19 #55 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:19 #55 15.57 OK: 239 MiB in 58 packages 01:14:19 #55 DONE 16.7s 01:14:19 01:14:19 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:20 #50 ... 01:14:20 01:14:20 #69 [core-common-config-bootstrapper internal] load build context 01:14:20 #69 transferring context: 3.22MB 10.9s done 01:14:20 #69 DONE 13.3s 01:14:20 01:14:20 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:21 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 11.3s 01:14:21 #50 ... 01:14:21 01:14:21 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:14:21 #73 DONE 4.5s 01:14:21 01:14:21 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:21 #50 ... 01:14:21 01:14:21 #70 [security-bootstrapper internal] load build context 01:14:21 #70 transferring context: 3.22MB 8.9s done 01:14:21 #70 DONE 15.0s 01:14:21 01:14:21 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:22 #124 ... 01:14:22 01:14:22 #121 [security-proxy-setup builder 6/7] COPY . . 01:14:22 #121 DONE 25.1s 01:14:22 01:14:22 #125 [core-command builder 6/7] COPY . . 01:14:22 #125 CACHED 01:14:22 01:14:22 #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:22 #126 CACHED 01:14:22 01:14:22 #127 [core-command builder 4/7] COPY go.mod vendor* ./ 01:14:22 #127 CACHED 01:14:22 01:14:22 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:22 #128 CACHED 01:14:22 01:14:22 #129 [security-secretstore-setup builder 6/7] COPY . . 01:14:22 #129 CACHED 01:14:22 01:14:22 #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:14:22 #130 CACHED 01:14:22 01:14:22 #131 [core-data builder 4/7] COPY go.mod vendor* ./ 01:14:22 #131 CACHED 01:14:22 01:14:22 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:22 #132 CACHED 01:14:22 01:14:22 #133 [core-data builder 6/7] COPY . . 01:14:22 #133 CACHED 01:14:22 01:14:22 #134 [security-proxy-auth builder 6/7] COPY . . 01:14:22 #134 CACHED 01:14:22 01:14:22 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:14:22 #135 CACHED 01:14:22 01:14:22 #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:22 #136 CACHED 01:14:22 01:14:22 #137 [security-bootstrapper builder 6/7] COPY . . 01:14:22 #137 CACHED 01:14:22 01:14:22 #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:22 #138 CACHED 01:14:22 01:14:22 #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:14:22 #139 CACHED 01:14:22 01:14:22 #119 [core-metadata builder 6/7] COPY . . 01:14:22 #119 DONE 25.1s 01:14:22 01:14:22 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:14:22 #140 CACHED 01:14:22 01:14:22 #141 [core-common-config-bootstrapper builder 6/7] COPY . . 01:14:22 #141 CACHED 01:14:22 01:14:22 #142 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:22 #142 CACHED 01:14:22 01:14:22 #123 [support-notifications builder 6/7] COPY . . 01:14:22 #123 DONE 25.2s 01:14:22 01:14:22 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:14:22 #120 DONE 25.0s 01:14:22 01:14:22 #122 [core-keeper builder 7/8] COPY . . 01:14:22 #122 DONE 25.3s 01:14:22 01:14:22 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:14:22 #143 ... 01:14:22 01:14:22 #124 [support-scheduler builder 6/7] COPY . . 01:14:22 #124 DONE 25.2s 01:14:22 01:14:22 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:14:22 #50 ... 01:14:22 01:14:22 #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:14:22 #74 DONE 2.7s 01:14:22 01:14:22 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:22 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 12.8s 01:14:23 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 13.7s 01:14:24 #50 ... 01:14:24 01:14:24 #75 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:14:24 #75 DONE 3.9s 01:14:24 01:14:24 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:24 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 14.5s 01:14:24 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.95MB / 33.17MB 14.9s 01:14:24 #50 ... 01:14:24 01:14:24 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:14:24 #76 ... 01:14:24 01:14:24 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:24 #144 2.636 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:14:24 #50 ... 01:14:24 01:14:24 #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:14:24 #37 13.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:24 #37 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:24 #37 17.85 (1/7) Installing ca-certificates (20241121-r1) 01:14:24 #37 18.19 (2/7) Installing dumb-init (1.2.5-r3) 01:14:24 #37 18.19 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:14:24 #37 18.23 (4/7) Installing libsodium (1.0.19-r0) 01:14:24 #37 18.27 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:14:24 #37 18.73 (6/7) Installing libzmq (4.3.5-r2) 01:14:24 #37 18.73 (7/7) Installing zeromq (4.3.5-r2) 01:14:24 #37 18.76 Executing busybox-1.36.1-r29.trigger 01:14:24 #37 18.91 Executing ca-certificates-20241121-r1.trigger 01:14:24 #37 19.76 OK: 14 MiB in 21 packages 01:14:24 #37 DONE 21.6s 01:14:24 01:14:24 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:25 #50 ... 01:14:25 01:14:25 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:25 #43 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 10.1s done 01:14:25 #43 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done 01:14:25 #43 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 01:14:25 #43 ... 01:14:25 01:14:25 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:26 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.10MB / 33.17MB 16.5s 01:14:26 #50 ... 01:14:26 01:14:26 #60 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:14:26 #60 16.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:26 #60 16.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:26 #60 21.01 OK: 239 MiB in 58 packages 01:14:26 #60 DONE 21.9s 01:14:26 01:14:26 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:26 #50 ... 01:14:26 01:14:26 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:14:27 #77 ... 01:14:27 01:14:27 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:27 #50 ... 01:14:27 01:14:27 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:14:27 #63 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:27 #63 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:27 #63 17.07 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:14:27 #63 17.07 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:14:27 #63 17.07 OK: 24049 distinct packages available 01:14:27 #63 17.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:27 #63 19.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:27 #63 ... 01:14:27 01:14:27 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:27 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.89MB / 33.17MB 17.8s 01:14:27 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.1s done 01:14:27 #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.1s done 01:14:28 #50 ... 01:14:28 01:14:28 #78 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:14:28 #78 ... 01:14:28 01:14:28 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:28 #43 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.3s 01:14:28 #43 ... 01:14:28 01:14:28 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:14:28 #79 DONE 1.7s 01:14:28 01:14:28 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:31 #43 ... 01:14:31 01:14:31 #63 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:14:31 #63 24.86 OK: 239 MiB in 58 packages 01:14:31 #63 DONE 26.0s 01:14:31 01:14:31 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:14:31 #66 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:31 #66 17.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:31 #66 22.23 (1/4) Installing ca-certificates (20241121-r1) 01:14:31 #66 22.43 (2/4) Installing dumb-init (1.2.5-r3) 01:14:31 #66 22.44 (3/4) Installing su-exec (0.2-r3) 01:14:31 #66 22.44 (4/4) Installing yq-go (4.44.1-r2) 01:14:31 #66 23.04 Executing busybox-1.36.1-r29.trigger 01:14:31 #66 23.16 Executing ca-certificates-20241121-r1.trigger 01:14:31 #66 23.93 OK: 20 MiB in 18 packages 01:14:31 #66 DONE 25.4s 01:14:31 01:14:31 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:14:31 #80 ... 01:14:31 01:14:31 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:32 #81 ... 01:14:32 01:14:32 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:32 #43 ... 01:14:32 01:14:32 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:32 #82 ... 01:14:32 01:14:32 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:32 #144 ... 01:14:32 01:14:32 #145 [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:14:32 #0 1.029 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:14:32 #145 ... 01:14:32 01:14:32 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:14:32 #0 2.372 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:14:32 #146 ... 01:14:32 01:14:32 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:14:32 #0 0.995 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:14:32 #147 ... 01:14:32 01:14:32 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:14:32 #0 0.889 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:14:32 #148 ... 01:14:32 01:14:32 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:14:32 #0 0.748 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:14:32 #149 ... 01:14:32 01:14:32 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:14:32 #0 3.116 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:14:32 #150 ... 01:14:32 01:14:32 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:14:32 #0 1.177 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:14:32 #43 ... 01:14:32 01:14:32 #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:14:32 #83 DONE 1.9s 01:14:32 01:14:32 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:33 #151 ... 01:14:33 01:14:33 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:14:33 #0 1.131 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:14:33 #152 ... 01:14:33 01:14:33 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:14:33 #0 3.116 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:14:33 #43 ... 01:14:33 01:14:33 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:14:33 #64 17.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:33 #64 19.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:33 #64 23.61 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:14:33 #64 23.61 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:14:33 #64 23.61 OK: 24049 distinct packages available 01:14:33 #64 25.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:33 #64 26.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:33 #64 ... 01:14:33 01:14:33 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:33 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.4s 01:14:33 #153 ... 01:14:33 01:14:33 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:14:33 #0 1.419 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:14:34 #50 ... 01:14:34 01:14:34 #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:34 #84 ... 01:14:34 01:14:34 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:34 #43 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.2s 01:14:35 #43 ... 01:14:35 01:14:35 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:14:35 #85 ... 01:14:35 01:14:35 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:35 #154 ... 01:14:35 01:14:35 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:14:35 #143 2.812 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:14:36 #43 ... 01:14:36 01:14:36 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:14:36 #68 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:36 #68 21.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:36 #68 27.63 (1/1) Installing dumb-init (1.2.5-r3) 01:14:36 #68 27.67 Executing busybox-1.36.1-r29.trigger 01:14:36 #68 27.78 OK: 9 MiB in 15 packages 01:14:36 #68 DONE 30.6s 01:14:36 01:14:36 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:38 #43 ... 01:14:38 01:14:38 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:14:38 #67 22.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:38 #67 23.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:38 #67 ... 01:14:38 01:14:38 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:38 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s 01:14:38 #50 ... 01:14:38 01:14:38 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:38 #86 ... 01:14:38 01:14:38 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:14:38 #80 7.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:40 #80 ... 01:14:40 01:14:40 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:14:40 #65 24.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:40 #65 26.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:40 #65 ... 01:14:40 01:14:40 #58 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:14:40 #58 16.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:40 #58 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:40 #58 ... 01:14:40 01:14:40 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:14:40 #71 22.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:40 #71 23.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:40 #71 ... 01:14:40 01:14:40 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:41 #50 ... 01:14:41 01:14:41 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:14:41 #72 22.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:41 #72 24.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:41 #72 ... 01:14:41 01:14:41 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:14:41 #80 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:43 #80 ... 01:14:43 01:14:43 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:43 #87 ... 01:14:43 01:14:43 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:14:43 #76 18.45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:43 #76 20.66 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:43 #76 ... 01:14:43 01:14:43 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:14:43 #77 16.29 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:43 #77 18.27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:43 #77 ... 01:14:43 01:14:43 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:43 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s 01:14:44 #50 ... 01:14:44 01:14:44 #58 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:14:44 #58 27.87 OK: 20 MiB in 18 packages 01:14:44 #58 DONE 30.4s 01:14:44 01:14:44 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:44 #50 ... 01:14:44 01:14:44 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:14:44 #88 DONE 0.2s 01:14:44 01:14:44 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:45 #50 ... 01:14:45 01:14:45 #78 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:14:45 #78 16.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:45 #78 19.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:45 #78 ... 01:14:45 01:14:45 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:14:45 #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.6s done 01:14:45 #50 ... 01:14:45 01:14:45 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:14:45 #85 10.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:45 #85 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:45 #85 ... 01:14:45 01:14:45 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:14:45 #64 39.45 (1/5) Installing dumb-init (1.2.5-r3) 01:14:45 #64 39.51 (2/5) Installing musl-obstack (1.2.3-r2) 01:14:45 #64 39.54 (3/5) Installing libucontext (1.2-r3) 01:14:45 #64 39.55 (4/5) Installing gcompat (1.1.0-r4) 01:14:45 #64 39.66 (5/5) Installing openssl (3.3.3-r0) 01:14:45 #64 39.78 Executing busybox-1.36.1-r29.trigger 01:14:45 #64 39.94 OK: 10 MiB in 19 packages 01:14:46 #64 ... 01:14:46 01:14:46 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:14:46 #0 4.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:46 #0 7.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:46 #89 ... 01:14:46 01:14:46 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:14:46 #72 36.95 (1/2) Installing dumb-init (1.2.5-r3) 01:14:46 #72 36.98 (2/2) Installing su-exec (0.2-r3) 01:14:46 #72 36.99 Executing busybox-1.36.1-r29.trigger 01:14:46 #72 37.30 OK: 9 MiB in 16 packages 01:14:47 #72 ... 01:14:47 01:14:47 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:14:47 #64 DONE 41.6s 01:14:47 01:14:47 #72 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:14:47 #72 DONE 38.9s 01:14:47 01:14:47 #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:14:48 #90 ... 01:14:48 01:14:48 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:14:48 #43 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.0s done 01:14:48 #43 ... 01:14:48 01:14:48 #78 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:14:48 #78 29.98 OK: 9 MiB in 15 packages 01:14:48 #78 ... 01:14:48 01:14:48 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:14:48 #77 30.14 OK: 239 MiB in 58 packages 01:14:48 #77 DONE 31.9s 01:14:48 01:14:48 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:14:49 #91 DONE 0.5s 01:14:49 01:14:49 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:14:49 #76 33.26 (1/1) Installing dumb-init (1.2.5-r3) 01:14:49 #76 33.97 Executing busybox-1.36.1-r29.trigger 01:14:49 #76 34.10 OK: 9 MiB in 15 packages 01:14:49 #76 ... 01:14:49 01:14:49 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:14:49 #67 33.80 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:14:49 #67 33.83 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:14:49 #67 33.83 OK: 24049 distinct packages available 01:14:49 #67 36.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:49 #67 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:49 #67 ... 01:14:49 01:14:49 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:14:50 #92 ... 01:14:50 01:14:50 #78 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 01:14:50 #78 DONE 32.1s 01:14:50 01:14:50 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:14:50 #65 38.83 (1/3) Installing ca-certificates (20241121-r1) 01:14:50 #65 39.50 (2/3) Installing dumb-init (1.2.5-r3) 01:14:50 #65 39.56 (3/3) Installing tzdata (2025b-r0) 01:14:50 #65 41.22 Executing busybox-1.36.1-r29.trigger 01:14:50 #65 41.35 Executing ca-certificates-20241121-r1.trigger 01:14:50 #65 43.41 OK: 11 MiB in 17 packages 01:14:50 #65 ... 01:14:50 01:14:50 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:14:50 #85 23.57 OK: 14 MiB in 21 packages 01:14:50 #85 DONE 25.4s 01:14:50 01:14:50 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:14:51 #93 ... 01:14:51 01:14:51 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:14:51 #65 DONE 45.8s 01:14:51 01:14:51 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:14:51 #76 DONE 37.1s 01:14:51 01:14:51 #94 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:14:52 #94 ... 01:14:52 01:14:52 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:14:52 #71 34.20 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:14:52 #71 34.21 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:14:52 #71 34.21 OK: 24049 distinct packages available 01:14:52 #71 36.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:52 #71 38.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:52 #71 ... 01:14:52 01:14:52 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:14:52 #80 20.92 OK: 20 MiB in 18 packages 01:14:53 #80 DONE 22.6s 01:14:53 01:14:53 #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:14:53 #90 5.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:14:54 #90 7.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:14:55 #90 ... 01:14:55 01:14:55 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:14:55 #89 17.59 OK: 9 MiB in 15 packages 01:14:55 #89 DONE 18.8s 01:14:55 01:14:55 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:14:55 #67 49.51 (1/14) Installing ca-certificates (20241121-r1) 01:14:55 #67 49.85 (2/14) Installing brotli-libs (1.1.0-r2) 01:14:55 #67 49.93 (3/14) Installing c-ares (1.33.1-r0) 01:14:55 #67 49.95 (4/14) Installing libunistring (1.2-r0) 01:14:55 #67 50.07 (5/14) Installing libidn2 (2.3.7-r0) 01:14:55 #67 50.09 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:14:55 #67 50.11 (7/14) Installing libpsl (0.21.5-r1) 01:14:55 #67 50.12 (8/14) Installing zstd-libs (1.5.6-r0) 01:14:55 #67 50.16 (9/14) Installing libcurl (8.12.1-r0) 01:14:56 #67 50.23 (10/14) Installing curl (8.12.1-r0) 01:14:56 #67 50.26 (11/14) Installing dumb-init (1.2.5-r3) 01:14:56 #67 50.28 (12/14) Installing musl-obstack (1.2.3-r2) 01:14:56 #67 50.29 (13/14) Installing libucontext (1.2-r3) 01:14:56 #67 50.29 (14/14) Installing gcompat (1.1.0-r4) 01:14:56 #67 50.35 Executing busybox-1.36.1-r29.trigger 01:14:56 #67 50.44 Executing ca-certificates-20241121-r1.trigger 01:14:56 #67 51.14 OK: 15 MiB in 28 packages 01:14:57 #67 ... 01:14:57 01:14:57 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:14:57 #71 47.82 (1/4) Installing dumb-init (1.2.5-r3) 01:14:57 #71 47.83 (2/4) Installing musl-obstack (1.2.3-r2) 01:14:57 #71 47.84 (3/4) Installing libucontext (1.2-r3) 01:14:57 #71 47.85 (4/4) Installing gcompat (1.1.0-r4) 01:14:57 #71 47.88 Executing busybox-1.36.1-r29.trigger 01:14:57 #71 47.98 OK: 9 MiB in 18 packages 01:14:57 #71 DONE 48.9s 01:14:57 01:14:57 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:14:58 #95 ... 01:14:58 01:14:58 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:14:58 #67 DONE 52.5s 01:14:58 01:14:58 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:15:01 #96 ... 01:15:01 01:15:01 #94 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:15:01 #94 3.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:15:01 #94 4.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:15:01 #94 8.480 OK: 11 MiB in 17 packages 01:15:01 #94 DONE 9.1s 01:15:01 01:15:01 #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:15:01 #90 12.51 OK: 9 MiB in 16 packages 01:15:01 #90 DONE 13.3s 01:15:01 01:15:01 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:15:01 #93 5.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:15:01 #93 7.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:15:01 #93 12.67 OK: 10 MiB in 19 packages 01:15:01 #93 DONE 13.4s 01:15:01 01:15:01 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:15:01 #96 2.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:15:01 #96 3.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:15:02 #96 ... 01:15:02 01:15:02 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:15:02 #97 DONE 2.0s 01:15:02 01:15:02 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:15:03 #98 ... 01:15:03 01:15:03 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:15:03 #99 DONE 3.3s 01:15:04 01:15:04 #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:15:04 #100 DONE 0.3s 01:15:04 01:15:04 #101 [security-spire-server stage-2 6/9] COPY security.txt / 01:15:04 #101 ... 01:15:04 01:15:04 #102 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:15:04 #102 DONE 3.5s 01:15:04 01:15:04 #103 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:15:04 #103 ... 01:15:04 01:15:04 #101 [security-spire-server stage-2 6/9] COPY security.txt / 01:15:04 #101 DONE 0.5s 01:15:04 01:15:04 #103 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:15:04 #103 DONE 0.6s 01:15:04 01:15:04 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:15:05 #104 DONE 0.3s 01:15:05 01:15:05 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:15:05 #95 3.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:15:05 #95 3.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:15:05 #95 7.665 OK: 9 MiB in 18 packages 01:15:05 #95 ... 01:15:05 01:15:05 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:15:05 #98 DONE 2.5s 01:15:05 01:15:05 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:15:05 #105 DONE 0.3s 01:15:05 01:15:05 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:15:05 #96 6.930 OK: 15 MiB in 28 packages 01:15:05 #96 ... 01:15:05 01:15:05 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:15:05 #106 DONE 0.3s 01:15:05 01:15:05 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 01:15:05 #107 DONE 0.2s 01:15:05 01:15:05 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:15:05 #108 DONE 0.2s 01:15:05 01:15:05 #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:15:05 #84 ... 01:15:05 01:15:05 #109 [security-spire-server] exporting to image 01:15:05 #109 exporting layers 01:15:06 #109 ... 01:15:06 01:15:06 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:15:06 #95 DONE 8.6s 01:15:06 01:15:06 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:15:06 #110 DONE 0.4s 01:15:06 01:15:06 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:15:06 #111 ... 01:15:06 01:15:06 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:15:06 #96 DONE 8.0s 01:15:06 01:15:06 #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:15:06 #112 ... 01:15:06 01:15:06 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:15:06 #111 DONE 0.4s 01:15:06 01:15:06 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:15:07 #113 DONE 0.3s 01:15:07 01:15:07 #109 [security-spire-agent] exporting to image 01:15:09 #109 ... 01:15:09 01:15:09 #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:15:09 #112 DONE 3.5s 01:15:09 01:15:09 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:15:09 #114 DONE 0.3s 01:15:09 01:15:09 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:15:09 #43 ... 01:15:09 01:15:09 #109 [security-spire-agent] exporting to image 01:15:09 #109 exporting layers 4.3s done 01:15:10 #109 writing image sha256:f3b9f46a0a11b25fd5b3ca588228b071589e0b75d1f60f2907addc62c6d6bf0a 0.0s done 01:15:10 #109 naming to docker.io/library/security-spire-server-arm64 0.0s done 01:15:10 #109 ... 01:15:10 01:15:10 #115 [security-spire-config stage-2 6/10] COPY security.txt / 01:15:10 #115 DONE 0.4s 01:15:10 01:15:10 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:15:10 #116 DONE 0.2s 01:15:10 01:15:10 #109 [security-spire-agent] exporting to image 01:15:10 #109 exporting layers 3.5s done 01:15:10 #109 writing image sha256:7208a1e7cb684529ab711e3158f0add3c5f0ef49bbdae88b05d7034354f35004 0.0s done 01:15:10 #109 naming to docker.io/library/security-spire-agent-arm64 0.0s done 01:15:10 #109 DONE 4.7s 01:15:10 01:15:10 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:15:10 #117 DONE 0.2s 01:15:10 01:15:10 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:15:10 #118 DONE 0.2s 01:15:10 01:15:10 #109 [security-spire-config] exporting to image 01:15:13 #109 exporting layers 2.0s done 01:15:13 #109 writing image sha256:9158c5e800d0e0fe3e51a65ced2ee300ad4dd1a5de29747857055b67e0e11ae3 done 01:15:13 #109 naming to docker.io/library/security-spire-config-arm64 done 01:15:13 #109 DONE 6.8s 01:15:13 01:15:13 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #92 ... 01:16:49 01:16:49 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #81 DONE 145.6s 01:16:49 01:16:49 #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #84 DONE 143.5s 01:16:49 01:16:49 #82 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #82 DONE 145.1s 01:16:49 01:16:49 #119 [core-metadata builder 6/7] COPY . . 01:16:49 #119 ... 01:16:49 01:16:49 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #87 DONE 134.7s 01:16:49 01:16:49 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #86 DONE 139.1s 01:16:49 01:16:49 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:49 #92 DONE 118.3s 01:16:49 01:16:49 #120 [support-scheduler builder 6/7] COPY . . 01:16:49 #120 ... 01:16:49 01:16:49 #119 [core-metadata builder 6/7] COPY . . 01:16:49 #119 DONE 2.5s 01:16:50 01:16:50 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 01:16:50 #121 CACHED 01:16:50 01:16:50 #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:50 #122 CACHED 01:16:50 01:16:50 #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:16:50 #123 CACHED 01:16:50 01:16:50 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:50 #124 CACHED 01:16:50 01:16:50 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 01:16:50 #125 CACHED 01:16:50 01:16:50 #126 [core-data builder 6/7] COPY . . 01:16:50 #126 CACHED 01:16:50 01:16:50 #120 [support-scheduler builder 6/7] COPY . . 01:16:50 #120 DONE 2.4s 01:16:50 01:16:50 #127 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:16:50 #127 CACHED 01:16:50 01:16:50 #128 [security-proxy-auth builder 6/7] COPY . . 01:16:50 #128 CACHED 01:16:50 01:16:50 #129 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:50 #129 CACHED 01:16:50 01:16:50 #130 [core-command builder 4/7] COPY go.mod vendor* ./ 01:16:50 #130 CACHED 01:16:50 01:16:50 #131 [core-command builder 6/7] COPY . . 01:16:50 #131 CACHED 01:16:50 01:16:50 #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:50 #132 CACHED 01:16:50 01:16:50 #133 [core-keeper builder 7/8] COPY . . 01:16:50 #133 DONE 2.4s 01:16:50 01:16:50 #134 [security-proxy-setup builder 6/7] COPY . . 01:16:50 #134 DONE 2.7s 01:16:50 01:16:50 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:16:50 #135 ... 01:16:50 01:16:50 #136 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:16:50 #136 CACHED 01:16:50 01:16:50 #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:50 #137 CACHED 01:16:50 01:16:50 #138 [security-bootstrapper builder 6/7] COPY . . 01:16:50 #138 CACHED 01:16:50 01:16:50 #139 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:16:50 #139 CACHED 01:16:50 01:16:50 #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:16:50 #140 CACHED 01:16:50 01:16:50 #141 [security-secretstore-setup builder 6/7] COPY . . 01:16:50 #141 CACHED 01:16:50 01:16:50 #142 [security-spiffe-token-provider builder 6/7] COPY . . 01:16:50 #142 DONE 2.6s 01:16:50 01:16:50 #143 [support-notifications builder 6/7] COPY . . 01:16:50 #143 DONE 2.7s 01:16:50 01:16:50 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:16:56 #144 ... 01:16:56 01:16:56 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:16:56 #0 5.965 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:16:56 #145 ... 01:16:56 01:16:56 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:16:56 #0 5.996 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:16:56 #143 ... 01:16:56 01:16:56 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:16:56 #147 DONE 140.8s 01:16:56 01:16:56 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:16:56 #154 ... 01:16:56 01:16:56 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:16:56 #150 DONE 152.5s 01:16:56 01:16:56 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:16:57 #146 ... 01:16:57 01:16:57 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:16:57 #0 6.857 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:16:57 #147 ... 01:16:57 01:16:57 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:16:57 #0 6.959 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:16:57 #148 ... 01:16:57 01:16:57 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:16:57 #144 7.342 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:17:00 #144 ... 01:17:00 01:17:00 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:17:00 #0 7.550 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:17:00 #149 ... 01:17:00 01:17:00 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:17:00 #0 7.568 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:17:00 #150 ... 01:17:00 01:17:00 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:17:00 #0 7.154 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:17:00 #151 ... 01:17:00 01:17:00 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:17:00 #0 7.875 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:17:00 #152 ... 01:17:00 01:17:00 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:17:00 #0 7.127 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:17:01 #153 ... 01:17:01 01:17:01 #154 [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:17:01 #0 7.706 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:17:01 #154 ... 01:17:01 01:17:01 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:17:01 #135 7.555 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:17:06 #154 ... 01:17:06 01:17:06 #145 [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:17:06 #145 163.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:17:10 #145 ... 01:17:10 01:17:10 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:16 #155 ... 01:17:16 01:17:16 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:17:16 #143 DONE 174.1s 01:17:16 01:17:16 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:17:16 #156 ... 01:17:16 01:17:16 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:17:16 #153 DONE 174.4s 01:17:16 01:17:16 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:16 #155 ... 01:17:16 01:17:16 #145 [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:17:16 #145 DONE 174.7s 01:17:16 01:17:16 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:17:16 #148 DONE 174.8s 01:17:16 01:17:16 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:17:16 #154 DONE 174.9s 01:17:16 01:17:16 #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:16 #157 ... 01:17:16 01:17:16 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:17:16 #152 DONE 174.8s 01:17:16 01:17:16 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:17:16 #146 DONE 175.1s 01:17:16 01:17:16 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:17:16 #149 DONE 175.1s 01:17:16 01:17:16 #158 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:17:17 #158 ... 01:17:17 01:17:17 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:17:17 #144 DONE 175.1s 01:17:17 01:17:17 #159 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:17:17 #159 ... 01:17:17 01:17:17 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:17 #155 DONE 6.5s 01:17:17 01:17:17 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:17:17 #156 DONE 3.7s 01:17:17 01:17:17 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:17:17 #151 DONE 175.5s 01:17:17 01:17:17 #160 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:17 #160 ... 01:17:17 01:17:17 #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:17 #157 DONE 1.0s 01:17:18 01:17:18 #161 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #161 DONE 0.8s 01:17:18 01:17:18 #158 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #158 DONE 0.8s 01:17:18 01:17:18 #162 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #162 DONE 0.7s 01:17:18 01:17:18 #159 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #159 DONE 0.7s 01:17:18 01:17:18 #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:17:18 #163 DONE 0.5s 01:17:18 01:17:18 #164 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:17:18 #164 ... 01:17:18 01:17:18 #165 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:17:18 #165 CACHED 01:17:18 01:17:18 #166 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #166 CACHED 01:17:18 01:17:18 #160 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #160 DONE 0.4s 01:17:18 01:17:18 #167 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #167 CACHED 01:17:18 01:17:18 #168 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:17:18 #168 CACHED 01:17:18 01:17:18 #169 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:17:18 #169 CACHED 01:17:18 01:17:18 #170 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #170 CACHED 01:17:18 01:17:18 #171 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:17:18 #171 DONE 0.4s 01:17:18 01:17:18 #172 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:18 #172 DONE 0.3s 01:17:18 01:17:18 #173 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:17:19 #173 ... 01:17:19 01:17:19 #174 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:19 #174 DONE 1.1s 01:17:19 01:17:19 #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:17:19 #175 DONE 1.1s 01:17:19 01:17:19 #176 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:17:19 #176 DONE 1.1s 01:17:19 01:17:19 #164 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:17:19 #164 DONE 1.1s 01:17:19 01:17:19 #177 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:17:19 #177 DONE 1.6s 01:17:19 01:17:19 #178 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:17:19 #178 ... 01:17:19 01:17:19 #179 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:17:19 #179 DONE 1.4s 01:17:19 01:17:19 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:17:19 #180 DONE 1.4s 01:17:19 01:17:19 #181 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:19 #181 DONE 1.4s 01:17:19 01:17:19 #182 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:17:19 #182 ... 01:17:19 01:17:19 #183 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:17:19 #183 DONE 1.6s 01:17:19 01:17:19 #184 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:17:19 #184 DONE 1.6s 01:17:19 01:17:19 #185 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:17:19 #185 DONE 1.6s 01:17:19 01:17:19 #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:17:19 #186 ... 01:17:19 01:17:19 #173 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:17:19 #173 DONE 1.8s 01:17:20 01:17:20 #187 [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:17:20 #187 ... 01:17:20 01:17:20 #188 [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:17:20 #188 DONE 1.7s 01:17:20 01:17:20 #189 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:17:20 #189 DONE 1.8s 01:17:20 01:17:20 #190 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:17:21 #190 ... 01:17:21 01:17:21 #191 [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:17:21 #191 DONE 2.1s 01:17:21 01:17:21 #178 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:17:21 #178 DONE 2.2s 01:17:21 01:17:21 #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:17:21 #192 DONE 2.3s 01:17:21 01:17:21 #193 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:17:21 #193 ... 01:17:21 01:17:21 #194 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:17:21 #194 DONE 2.1s 01:17:21 01:17:21 #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:17:21 #195 DONE 2.2s 01:17:21 01:17:21 #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:17:21 #196 ... 01:17:21 01:17:21 #182 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:17:21 #182 DONE 2.3s 01:17:21 01:17:21 #197 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:17:21 #197 DONE 2.2s 01:17:21 01:17:21 #198 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:17:21 #198 ... 01:17:21 01:17:21 #199 [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:17:21 #199 DONE 2.3s 01:17:22 01:17:22 #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:17:22 #186 DONE 2.4s 01:17:22 01:17:22 #200 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:17:22 #200 ... 01:17:22 01:17:22 #187 [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:17:22 #187 DONE 2.2s 01:17:22 01:17:22 #101 [security-spiffe-token-provider] exporting to image 01:17:22 #101 exporting layers 01:17:22 #101 exporting layers 0.8s done 01:17:22 #101 ... 01:17:22 01:17:22 #201 [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:17:22 #201 DONE 1.8s 01:17:22 01:17:22 #190 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:17:22 #190 DONE 1.9s 01:17:22 01:17:22 #202 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:17:22 #202 DONE 1.5s 01:17:22 01:17:22 #193 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:17:22 #193 DONE 1.4s 01:17:22 01:17:22 #101 [core-data] exporting to image 01:17:22 #101 writing image sha256:471412ade7882b2a11b6fc6c29f265c96c0c56ff441596539773c9117b24cedc 0.0s done 01:17:22 #101 naming to docker.io/library/core-keeper 0.0s done 01:17:22 #101 ... 01:17:22 01:17:22 #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:17:22 #196 DONE 1.2s 01:17:22 01:17:22 #200 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:17:22 #200 DONE 0.9s 01:17:22 01:17:22 #198 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:17:22 #198 DONE 1.0s 01:17:22 01:17:22 #101 [core-metadata] exporting to image 01:17:22 #101 writing image sha256:ec15a3c1d3badc99d555d49ef2acb2e3cc27effa1a76762664a0890e495273db 0.0s done 01:17:22 #101 naming to docker.io/library/core-command done 01:17:22 #101 ... 01:17:22 01:17:22 #203 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:17:22 #203 DONE 1.1s 01:17:22 01:17:22 #101 [support-notifications] exporting to image 01:17:22 #101 exporting layers 0.2s done 01:17:23 #101 ... 01:17:23 01:17:23 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:17:23 #204 DONE 0.9s 01:17:23 01:17:23 #101 [support-scheduler] exporting to image 01:17:23 #101 writing image sha256:dd140e35ac2c1c7524b4e61c87ba17db6092f04049c5784075d841cdad97e62e 01:17:23 #101 ... 01:17:23 01:17:23 #205 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:17:23 #205 DONE 1.0s 01:17:23 01:17:23 #101 [security-spiffe-token-provider] exporting to image 01:17:23 #101 exporting layers 0.6s done 01:17:23 #101 writing image sha256:dd140e35ac2c1c7524b4e61c87ba17db6092f04049c5784075d841cdad97e62e 0.3s done 01:17:23 #101 naming to docker.io/library/security-spiffe-token-provider 0.0s done 01:17:23 #101 writing image sha256:5e451f4d461d3632198f4e6e6615bb5fa64dd66d717632e4c8cc438143834d5f 0.0s done 01:17:23 #101 naming to docker.io/library/core-data 01:17:23 #101 ... 01:17:23 01:17:23 #206 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:17:23 #206 DONE 0.9s 01:17:23 01:17:23 #207 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:17:23 #207 DONE 0.8s 01:17:23 01:17:23 #101 [core-data] exporting to image 01:17:23 #101 exporting layers 0.7s done 01:17:23 #101 naming to docker.io/library/core-data done 01:17:23 #101 writing image sha256:d6acf28629b97e700e2f41e28ec9cb8b89cb0e4d9eb83bac2ad9ec0bc0036a7b 01:17:23 #101 exporting layers 0.6s done 01:17:23 #101 writing image sha256:d6acf28629b97e700e2f41e28ec9cb8b89cb0e4d9eb83bac2ad9ec0bc0036a7b 0.0s done 01:17:23 #101 naming to docker.io/library/core-metadata done 01:17:23 #101 writing image sha256:9f696f06f7d721428ac2de960289a1caebc5dc96f9b01ee1af6f76a519e65510 01:17:23 #101 writing image sha256:9f696f06f7d721428ac2de960289a1caebc5dc96f9b01ee1af6f76a519e65510 0.0s done 01:17:23 #101 naming to docker.io/library/support-notifications 0.0s done 01:17:23 #101 writing image sha256:1470d7a916c77f9e31cb15015ecb55cfe88d1c049f4e924aa945d9eb770806ee 01:17:24 #101 writing image sha256:1470d7a916c77f9e31cb15015ecb55cfe88d1c049f4e924aa945d9eb770806ee 0.0s done 01:17:24 #101 naming to docker.io/library/support-scheduler 0.0s done 01:17:24 #101 DONE 5.2s 01:17:24 01:17:24 #208 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:17:24 #208 DONE 0.6s 01:17:24 01:17:24 #209 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:17:24 #209 ... 01:17:24 01:17:24 #210 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:24 #210 DONE 1.4s 01:17:24 01:17:24 #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:24 #211 DONE 1.5s 01:17:24 01:17:24 #212 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:17:24 #212 DONE 0.8s 01:17:24 01:17:24 #213 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:17:24 #213 DONE 0.9s 01:17:24 01:17:24 #214 [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:17:25 #214 ... 01:17:25 01:17:25 #209 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:17:25 #209 DONE 0.9s 01:17:25 01:17:25 #214 [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:17:25 #214 DONE 0.6s 01:17:25 01:17:25 #215 [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:17:25 #215 ... 01:17:25 01:17:25 #101 [security-proxy-auth] exporting to image 01:17:25 #101 exporting layers 0.9s done 01:17:25 #101 writing image sha256:87ee8d8ba2c907f1423aa7cfccbe5f2916d10b3ace5829ff625548dbbed0a271 0.0s done 01:17:25 #101 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 01:17:25 #101 writing image sha256:767c8d59c6411e5f4431c2380b58e38c22730a38c7cab9c7af6dc9b425e80b91 0.0s done 01:17:25 #101 naming to docker.io/library/security-proxy-auth done 01:17:25 #101 DONE 6.3s 01:17:25 01:17:25 #216 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:17:25 #216 DONE 0.5s 01:17:25 01:17:25 #217 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:25 #217 ... 01:17:25 01:17:25 #215 [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:17:25 #215 DONE 0.4s 01:17:25 01:17:25 #218 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:25 #218 DONE 1.1s 01:17:25 01:17:25 #219 [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:17:25 #219 DONE 0.1s 01:17:25 01:17:25 #220 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:17:25 #220 DONE 0.2s 01:17:25 01:17:25 #101 [security-proxy-setup] exporting to image 01:17:26 #101 ... 01:17:26 01:17:26 #217 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:17:26 #217 DONE 0.6s 01:17:26 01:17:26 #101 [security-secretstore-setup] exporting to image 01:17:26 #101 exporting layers 0.7s done 01:17:26 #101 writing image sha256:0e271c1782841bf0523251b33feb31e89ced9b0554f2edd80882d7c4436a7017 0.0s done 01:17:26 #101 naming to docker.io/library/security-proxy-setup done 01:17:26 #101 ... 01:17:26 01:17:26 #221 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:17:26 #221 DONE 0.6s 01:17:26 01:17:26 #101 [security-bootstrapper] exporting to image 01:17:27 #101 exporting layers 1.1s done 01:17:27 #101 writing image sha256:541056cc7799673e28679c29c3ce7a160445764eb3699439c1f9891a627f6bcd 0.0s done 01:17:27 #101 naming to docker.io/library/security-secretstore-setup 01:17:27 #101 naming to docker.io/library/security-secretstore-setup 0.0s done 01:17:27 #101 exporting layers 1.1s done 01:17:27 #101 writing image sha256:ad1d412c298957174fb7272daf13937d7e7190c5432e87e353e82eacddb39bba 0.0s done 01:17:27 #101 naming to docker.io/library/security-bootstrapper done 01:17:27 #101 DONE 8.3s 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:17:27 time="2025-06-06T01:11:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:17:27 $ docker stop --time=1 f8f4292c4b2f5a22e724fc57b971f562563abd468f22dfa9e61d4c73d66810d8 01:17:28 $ docker rm -f --volumes f8f4292c4b2f5a22e724fc57b971f562563abd468f22dfa9e61d4c73d66810d8 [Pipeline] // withDockerContainer [Pipeline] sh 01:17:29 + docker images 01:17:29 REPOSITORY TAG IMAGE ID CREATED SIZE 01:17:29 security-bootstrapper latest ad1d412c2989 3 seconds ago 20.4MB 01:17:29 security-proxy-setup latest 0e271c178284 4 seconds ago 38.5MB 01:17:29 security-secretstore-setup latest 541056cc7799 4 seconds ago 68.7MB 01:17:29 core-common-config-bootstrapper latest 87ee8d8ba2c9 5 seconds ago 17.1MB 01:17:29 security-proxy-auth latest 767c8d59c641 5 seconds ago 31.8MB 01:17:29 support-scheduler latest 1470d7a916c7 7 seconds ago 48.8MB 01:17:29 core-metadata latest d6acf28629b9 7 seconds ago 33.1MB 01:17:29 core-data latest 5e451f4d461d 7 seconds ago 32.9MB 01:17:29 security-spiffe-token-provider latest dd140e35ac2c 7 seconds ago 47.7MB 01:17:29 support-notifications latest 9f696f06f7d7 7 seconds ago 52.4MB 01:17:29 core-keeper latest 471412ade788 8 seconds ago 32.5MB 01:17:29 core-command latest ec15a3c1d3ba 8 seconds ago 28.4MB 01:17:29 security-spire-config latest c0935ceb1042 4 minutes ago 149MB 01:17:29 security-spire-agent latest bd5aece9d504 4 minutes ago 195MB 01:17:29 security-spire-server latest 0895108950ba 4 minutes ago 149MB 01:17:29 ci-base-image-x86_64 latest 727c5439ebc5 9 minutes ago 925MB 01:17:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 11 days ago 573MB 01:17:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 weeks ago 574MB 01:17:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:17:29 provisioning config files... 01:17:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/849@tmp/config1218710229893008144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:17:29 ---> ****-login.sh 01:17:29 nexus3.edgexfoundry.org:10001 01:17:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:17:30 Configure a credential helper to remove this warning. See 01:17:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:17:30 01:17:30 Login Succeeded 01:17:30 nexus3.edgexfoundry.org:10002 01:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:17:30 Configure a credential helper to remove this warning. See 01:17:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:17:30 01:17:30 Login Succeeded 01:17:30 nexus3.edgexfoundry.org:10003 01:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:17:30 Configure a credential helper to remove this warning. See 01:17:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:17:30 01:17:30 Login Succeeded 01:17:30 nexus3.edgexfoundry.org:10004 01:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:17:30 Configure a credential helper to remove this warning. See 01:17:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:17:30 01:17:30 Login Succeeded 01:17:30 ****.io 01:17:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:17:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:17:30 Configure a credential helper to remove this warning. See 01:17:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:17:30 01:17:30 Login Succeeded 01:17:30 ---> ****-login.sh ends [Pipeline] } 01:17:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:17:30 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:17:30 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:30 latest 01:17:30 4.1.0-dev.22 01:17:30 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:30 main 01:17:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:31 + docker push nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:31 f09e71378cc8: Preparing 01:17:31 93a7d9203043: Preparing 01:17:31 703a4888cd30: Preparing 01:17:31 e2ed48aacc2a: Preparing 01:17:31 2a7a6aae8bfb: Preparing 01:17:31 04a9bdeecced: Preparing 01:17:31 994456c4fd7b: Preparing 01:17:31 04a9bdeecced: Waiting 01:17:31 994456c4fd7b: Waiting 01:17:31 2a7a6aae8bfb: Pushed 01:17:31 f09e71378cc8: Pushed 01:17:31 e2ed48aacc2a: Pushed 01:17:31 703a4888cd30: Pushed 01:17:31 994456c4fd7b: Layer already exists 01:17:31 04a9bdeecced: Pushed 01:17:33 93a7d9203043: Pushed 01:17:34 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:34 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:34 f09e71378cc8: Preparing 01:17:34 93a7d9203043: Preparing 01:17:34 703a4888cd30: Preparing 01:17:34 e2ed48aacc2a: Preparing 01:17:34 2a7a6aae8bfb: Preparing 01:17:34 04a9bdeecced: Preparing 01:17:34 994456c4fd7b: Preparing 01:17:34 994456c4fd7b: Waiting 01:17:34 04a9bdeecced: Waiting 01:17:34 703a4888cd30: Layer already exists 01:17:34 93a7d9203043: Layer already exists 01:17:34 2a7a6aae8bfb: Layer already exists 01:17:34 e2ed48aacc2a: Layer already exists 01:17:34 f09e71378cc8: Layer already exists 01:17:34 994456c4fd7b: Layer already exists 01:17:34 04a9bdeecced: Layer already exists 01:17:34 latest: digest: sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:35 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 01:17:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:35 f09e71378cc8: Preparing 01:17:35 93a7d9203043: Preparing 01:17:35 703a4888cd30: Preparing 01:17:35 e2ed48aacc2a: Preparing 01:17:35 2a7a6aae8bfb: Preparing 01:17:35 04a9bdeecced: Preparing 01:17:35 994456c4fd7b: Preparing 01:17:35 04a9bdeecced: Waiting 01:17:35 f09e71378cc8: Layer already exists 01:17:35 2a7a6aae8bfb: Layer already exists 01:17:35 703a4888cd30: Layer already exists 01:17:35 e2ed48aacc2a: Layer already exists 01:17:35 93a7d9203043: Layer already exists 01:17:35 04a9bdeecced: Layer already exists 01:17:35 994456c4fd7b: Layer already exists 01:17:35 4.1.0-dev.22: digest: sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:36 + docker push nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:36 f09e71378cc8: Preparing 01:17:36 93a7d9203043: Preparing 01:17:36 703a4888cd30: Preparing 01:17:36 e2ed48aacc2a: Preparing 01:17:36 2a7a6aae8bfb: Preparing 01:17:36 04a9bdeecced: Preparing 01:17:36 994456c4fd7b: Preparing 01:17:36 04a9bdeecced: Waiting 01:17:36 994456c4fd7b: Waiting 01:17:36 e2ed48aacc2a: Layer already exists 01:17:36 f09e71378cc8: Layer already exists 01:17:36 2a7a6aae8bfb: Layer already exists 01:17:36 703a4888cd30: Layer already exists 01:17:36 93a7d9203043: Layer already exists 01:17:36 04a9bdeecced: Layer already exists 01:17:36 994456c4fd7b: Layer already exists 01:17:36 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:36 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:17:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:17:36 f09e71378cc8: Preparing 01:17:36 93a7d9203043: Preparing 01:17:36 703a4888cd30: Preparing 01:17:36 e2ed48aacc2a: Preparing 01:17:36 2a7a6aae8bfb: Preparing 01:17:36 04a9bdeecced: Preparing 01:17:36 994456c4fd7b: Preparing 01:17:36 994456c4fd7b: Waiting 01:17:36 04a9bdeecced: Waiting 01:17:36 93a7d9203043: Layer already exists 01:17:36 f09e71378cc8: Layer already exists 01:17:36 e2ed48aacc2a: Layer already exists 01:17:36 2a7a6aae8bfb: Layer already exists 01:17:36 703a4888cd30: Layer already exists 01:17:36 04a9bdeecced: Layer already exists 01:17:36 994456c4fd7b: Layer already exists 01:17:36 main: digest: sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:36 ===================================================== [Pipeline] echo 01:17:36 taggedImages: 01:17:36 - nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:36 - nexus3.edgexfoundry.org:10004/core-command:latest 01:17:36 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 01:17:36 - nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:36 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:17:36 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:17:36 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:36 latest 01:17:36 4.1.0-dev.22 01:17:36 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:36 main 01:17:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:37 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:37 9149b23df343: Preparing 01:17:37 b22bd96fca6c: Preparing 01:17:37 a6e3e0a9a81a: Preparing 01:17:37 716df8b66814: Preparing 01:17:37 703a4888cd30: Preparing 01:17:37 e2ed48aacc2a: Preparing 01:17:37 2a7a6aae8bfb: Preparing 01:17:37 04a9bdeecced: Preparing 01:17:37 994456c4fd7b: Preparing 01:17:37 e2ed48aacc2a: Waiting 01:17:37 2a7a6aae8bfb: Waiting 01:17:37 994456c4fd7b: Waiting 01:17:37 703a4888cd30: Layer already exists 01:17:37 a6e3e0a9a81a: Pushed 01:17:37 b22bd96fca6c: Pushed 01:17:37 e2ed48aacc2a: Layer already exists 01:17:37 9149b23df343: Pushed 01:17:37 2a7a6aae8bfb: Layer already exists 01:17:37 04a9bdeecced: Layer already exists 01:17:37 994456c4fd7b: Layer already exists 01:17:38 716df8b66814: Pushed 01:17:38 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:39 + 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:17:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:39 9149b23df343: Preparing 01:17:39 b22bd96fca6c: Preparing 01:17:39 a6e3e0a9a81a: Preparing 01:17:39 716df8b66814: Preparing 01:17:39 703a4888cd30: Preparing 01:17:39 e2ed48aacc2a: Preparing 01:17:39 2a7a6aae8bfb: Preparing 01:17:39 04a9bdeecced: Preparing 01:17:39 994456c4fd7b: Preparing 01:17:39 e2ed48aacc2a: Waiting 01:17:39 2a7a6aae8bfb: Waiting 01:17:39 703a4888cd30: Layer already exists 01:17:39 9149b23df343: Layer already exists 01:17:39 a6e3e0a9a81a: Layer already exists 01:17:39 716df8b66814: Layer already exists 01:17:39 b22bd96fca6c: Layer already exists 01:17:39 2a7a6aae8bfb: Layer already exists 01:17:39 04a9bdeecced: Layer already exists 01:17:39 994456c4fd7b: Layer already exists 01:17:39 e2ed48aacc2a: Layer already exists 01:17:39 latest: digest: sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 01:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:40 9149b23df343: Preparing 01:17:40 b22bd96fca6c: Preparing 01:17:40 a6e3e0a9a81a: Preparing 01:17:40 716df8b66814: Preparing 01:17:40 703a4888cd30: Preparing 01:17:40 e2ed48aacc2a: Preparing 01:17:40 2a7a6aae8bfb: Preparing 01:17:40 04a9bdeecced: Preparing 01:17:40 994456c4fd7b: Preparing 01:17:40 e2ed48aacc2a: Waiting 01:17:40 04a9bdeecced: Waiting 01:17:40 994456c4fd7b: Waiting 01:17:40 a6e3e0a9a81a: Layer already exists 01:17:40 703a4888cd30: Layer already exists 01:17:40 9149b23df343: Layer already exists 01:17:40 b22bd96fca6c: Layer already exists 01:17:40 716df8b66814: Layer already exists 01:17:40 e2ed48aacc2a: Layer already exists 01:17:40 2a7a6aae8bfb: Layer already exists 01:17:40 04a9bdeecced: Layer already exists 01:17:40 994456c4fd7b: Layer already exists 01:17:40 4.1.0-dev.22: digest: sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:40 9149b23df343: Preparing 01:17:40 b22bd96fca6c: Preparing 01:17:40 a6e3e0a9a81a: Preparing 01:17:40 716df8b66814: Preparing 01:17:40 703a4888cd30: Preparing 01:17:40 e2ed48aacc2a: Preparing 01:17:40 2a7a6aae8bfb: Preparing 01:17:40 04a9bdeecced: Preparing 01:17:40 994456c4fd7b: Preparing 01:17:40 2a7a6aae8bfb: Waiting 01:17:40 e2ed48aacc2a: Waiting 01:17:40 994456c4fd7b: Waiting 01:17:40 04a9bdeecced: Waiting 01:17:40 703a4888cd30: Layer already exists 01:17:40 a6e3e0a9a81a: Layer already exists 01:17:40 b22bd96fca6c: Layer already exists 01:17:40 9149b23df343: Layer already exists 01:17:40 716df8b66814: Layer already exists 01:17:40 994456c4fd7b: Layer already exists 01:17:40 2a7a6aae8bfb: Layer already exists 01:17:40 04a9bdeecced: Layer already exists 01:17:40 e2ed48aacc2a: Layer already exists 01:17:40 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:40 + 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:17:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:17:41 9149b23df343: Preparing 01:17:41 b22bd96fca6c: Preparing 01:17:41 a6e3e0a9a81a: Preparing 01:17:41 716df8b66814: Preparing 01:17:41 703a4888cd30: Preparing 01:17:41 e2ed48aacc2a: Preparing 01:17:41 2a7a6aae8bfb: Preparing 01:17:41 04a9bdeecced: Preparing 01:17:41 994456c4fd7b: Preparing 01:17:41 e2ed48aacc2a: Waiting 01:17:41 2a7a6aae8bfb: Waiting 01:17:41 04a9bdeecced: Waiting 01:17:41 994456c4fd7b: Waiting 01:17:41 716df8b66814: Layer already exists 01:17:41 703a4888cd30: Layer already exists 01:17:41 9149b23df343: Layer already exists 01:17:41 b22bd96fca6c: Layer already exists 01:17:41 a6e3e0a9a81a: Layer already exists 01:17:41 e2ed48aacc2a: Layer already exists 01:17:41 2a7a6aae8bfb: Layer already exists 01:17:41 04a9bdeecced: Layer already exists 01:17:41 994456c4fd7b: Layer already exists 01:17:41 main: digest: sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:41 ===================================================== [Pipeline] echo 01:17:41 taggedImages: 01:17:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:17:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 01:17:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:17:41 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:17:41 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:41 latest 01:17:41 4.1.0-dev.22 01:17:41 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:41 main 01:17:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:42 + docker push nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:42 313693e97bd7: Preparing 01:17:42 9d49b4d0371e: Preparing 01:17:42 703a4888cd30: Preparing 01:17:42 e2ed48aacc2a: Preparing 01:17:42 e57f164b0ec1: Preparing 01:17:42 a4d918643cea: Preparing 01:17:42 994456c4fd7b: Preparing 01:17:42 a4d918643cea: Waiting 01:17:42 994456c4fd7b: Waiting 01:17:42 e57f164b0ec1: Pushed 01:17:42 703a4888cd30: Layer already exists 01:17:42 e2ed48aacc2a: Layer already exists 01:17:42 994456c4fd7b: Layer already exists 01:17:42 313693e97bd7: Pushed 01:17:42 a4d918643cea: Pushed 01:17:45 9d49b4d0371e: Pushed 01:17:45 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:46 313693e97bd7: Preparing 01:17:46 9d49b4d0371e: Preparing 01:17:46 703a4888cd30: Preparing 01:17:46 e2ed48aacc2a: Preparing 01:17:46 e57f164b0ec1: Preparing 01:17:46 a4d918643cea: Preparing 01:17:46 994456c4fd7b: Preparing 01:17:46 a4d918643cea: Waiting 01:17:46 9d49b4d0371e: Layer already exists 01:17:46 313693e97bd7: Layer already exists 01:17:46 e57f164b0ec1: Layer already exists 01:17:46 703a4888cd30: Layer already exists 01:17:46 e2ed48aacc2a: Layer already exists 01:17:46 a4d918643cea: Layer already exists 01:17:46 994456c4fd7b: Layer already exists 01:17:46 latest: digest: sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:46 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 01:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:46 313693e97bd7: Preparing 01:17:46 9d49b4d0371e: Preparing 01:17:46 703a4888cd30: Preparing 01:17:46 e2ed48aacc2a: Preparing 01:17:46 e57f164b0ec1: Preparing 01:17:46 a4d918643cea: Preparing 01:17:46 994456c4fd7b: Preparing 01:17:46 a4d918643cea: Waiting 01:17:46 994456c4fd7b: Waiting 01:17:46 9d49b4d0371e: Layer already exists 01:17:46 313693e97bd7: Layer already exists 01:17:46 e2ed48aacc2a: Layer already exists 01:17:46 703a4888cd30: Layer already exists 01:17:46 e57f164b0ec1: Layer already exists 01:17:46 a4d918643cea: Layer already exists 01:17:46 994456c4fd7b: Layer already exists 01:17:46 4.1.0-dev.22: digest: sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker push nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:47 313693e97bd7: Preparing 01:17:47 9d49b4d0371e: Preparing 01:17:47 703a4888cd30: Preparing 01:17:47 e2ed48aacc2a: Preparing 01:17:47 e57f164b0ec1: Preparing 01:17:47 a4d918643cea: Preparing 01:17:47 994456c4fd7b: Preparing 01:17:47 a4d918643cea: Waiting 01:17:47 994456c4fd7b: Waiting 01:17:47 9d49b4d0371e: Layer already exists 01:17:47 313693e97bd7: Layer already exists 01:17:47 e2ed48aacc2a: Layer already exists 01:17:47 703a4888cd30: Layer already exists 01:17:47 e57f164b0ec1: Layer already exists 01:17:47 994456c4fd7b: Layer already exists 01:17:47 a4d918643cea: Layer already exists 01:17:47 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:47 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:17:47 313693e97bd7: Preparing 01:17:47 9d49b4d0371e: Preparing 01:17:47 703a4888cd30: Preparing 01:17:47 e2ed48aacc2a: Preparing 01:17:47 e57f164b0ec1: Preparing 01:17:47 a4d918643cea: Preparing 01:17:47 994456c4fd7b: Preparing 01:17:47 994456c4fd7b: Waiting 01:17:47 a4d918643cea: Waiting 01:17:47 313693e97bd7: Layer already exists 01:17:47 9d49b4d0371e: Layer already exists 01:17:47 703a4888cd30: Layer already exists 01:17:47 e57f164b0ec1: Layer already exists 01:17:47 e2ed48aacc2a: Layer already exists 01:17:47 a4d918643cea: Layer already exists 01:17:47 994456c4fd7b: Layer already exists 01:17:47 main: digest: sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:48 ===================================================== [Pipeline] echo 01:17:48 taggedImages: 01:17:48 - nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:48 - nexus3.edgexfoundry.org:10004/core-data:latest 01:17:48 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 01:17:48 - nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:48 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:17:48 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:17:48 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:48 latest 01:17:48 4.1.0-dev.22 01:17:48 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:48 main 01:17:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:17:48 2bf41bc4c15b: Preparing 01:17:48 2d3722b250ad: Preparing 01:17:48 e2ed48aacc2a: Preparing 01:17:48 eb4d6499d969: Preparing 01:17:48 9ece9b278e5d: Preparing 01:17:48 994456c4fd7b: Preparing 01:17:48 994456c4fd7b: Waiting 01:17:48 e2ed48aacc2a: Layer already exists 01:17:48 994456c4fd7b: Layer already exists 01:17:48 9ece9b278e5d: Pushed 01:17:48 eb4d6499d969: Pushed 01:17:48 2bf41bc4c15b: Pushed 01:17:52 2d3722b250ad: Pushed 01:17:52 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:52 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:17:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:17:52 2bf41bc4c15b: Preparing 01:17:52 2d3722b250ad: Preparing 01:17:52 e2ed48aacc2a: Preparing 01:17:52 eb4d6499d969: Preparing 01:17:52 9ece9b278e5d: Preparing 01:17:52 994456c4fd7b: Preparing 01:17:52 994456c4fd7b: Waiting 01:17:52 2bf41bc4c15b: Layer already exists 01:17:52 e2ed48aacc2a: Layer already exists 01:17:52 9ece9b278e5d: Layer already exists 01:17:52 2d3722b250ad: Layer already exists 01:17:52 eb4d6499d969: Layer already exists 01:17:52 994456c4fd7b: Layer already exists 01:17:52 latest: digest: sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 01:17:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:17:53 2bf41bc4c15b: Preparing 01:17:53 2d3722b250ad: Preparing 01:17:53 e2ed48aacc2a: Preparing 01:17:53 eb4d6499d969: Preparing 01:17:53 9ece9b278e5d: Preparing 01:17:53 994456c4fd7b: Preparing 01:17:53 994456c4fd7b: Waiting 01:17:53 eb4d6499d969: Layer already exists 01:17:53 2d3722b250ad: Layer already exists 01:17:53 2bf41bc4c15b: Layer already exists 01:17:53 9ece9b278e5d: Layer already exists 01:17:53 e2ed48aacc2a: Layer already exists 01:17:53 994456c4fd7b: Layer already exists 01:17:53 4.1.0-dev.22: digest: sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:17:53 2bf41bc4c15b: Preparing 01:17:53 2d3722b250ad: Preparing 01:17:53 e2ed48aacc2a: Preparing 01:17:53 eb4d6499d969: Preparing 01:17:53 9ece9b278e5d: Preparing 01:17:53 994456c4fd7b: Preparing 01:17:53 994456c4fd7b: Waiting 01:17:53 2d3722b250ad: Layer already exists 01:17:53 2bf41bc4c15b: Layer already exists 01:17:53 e2ed48aacc2a: Layer already exists 01:17:53 eb4d6499d969: Layer already exists 01:17:53 9ece9b278e5d: Layer already exists 01:17:53 994456c4fd7b: Layer already exists 01:17:53 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:17:54 2bf41bc4c15b: Preparing 01:17:54 2d3722b250ad: Preparing 01:17:54 e2ed48aacc2a: Preparing 01:17:54 eb4d6499d969: Preparing 01:17:54 9ece9b278e5d: Preparing 01:17:54 994456c4fd7b: Preparing 01:17:54 994456c4fd7b: Waiting 01:17:54 9ece9b278e5d: Layer already exists 01:17:54 e2ed48aacc2a: Layer already exists 01:17:54 2bf41bc4c15b: Layer already exists 01:17:54 2d3722b250ad: Layer already exists 01:17:54 eb4d6499d969: Layer already exists 01:17:54 994456c4fd7b: Layer already exists 01:17:54 main: digest: sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:17:54 ===================================================== [Pipeline] echo 01:17:54 taggedImages: 01:17:54 - nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:54 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:17:54 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 01:17:54 - nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:54 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:17:54 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:17:54 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:54 latest 01:17:54 4.1.0-dev.22 01:17:54 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:17:54 main 01:17:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:17:55 f4b390cea79f: Preparing 01:17:55 02d1ad22f3ac: Preparing 01:17:55 1b317c434016: Preparing 01:17:55 703a4888cd30: Preparing 01:17:55 e2ed48aacc2a: Preparing 01:17:55 2a7a6aae8bfb: Preparing 01:17:55 04a9bdeecced: Preparing 01:17:55 994456c4fd7b: Preparing 01:17:55 2a7a6aae8bfb: Waiting 01:17:55 04a9bdeecced: Waiting 01:17:55 994456c4fd7b: Waiting 01:17:55 703a4888cd30: Layer already exists 01:17:55 02d1ad22f3ac: Pushed 01:17:55 e2ed48aacc2a: Layer already exists 01:17:55 2a7a6aae8bfb: Layer already exists 01:17:55 04a9bdeecced: Layer already exists 01:17:55 f4b390cea79f: Pushed 01:17:55 994456c4fd7b: Layer already exists 01:17:58 1b317c434016: Pushed 01:17:58 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:17:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:17:59 f4b390cea79f: Preparing 01:17:59 02d1ad22f3ac: Preparing 01:17:59 1b317c434016: Preparing 01:17:59 703a4888cd30: Preparing 01:17:59 e2ed48aacc2a: Preparing 01:17:59 2a7a6aae8bfb: Preparing 01:17:59 04a9bdeecced: Preparing 01:17:59 994456c4fd7b: Preparing 01:17:59 2a7a6aae8bfb: Waiting 01:17:59 04a9bdeecced: Waiting 01:17:59 994456c4fd7b: Waiting 01:17:59 703a4888cd30: Layer already exists 01:17:59 e2ed48aacc2a: Layer already exists 01:17:59 f4b390cea79f: Layer already exists 01:17:59 1b317c434016: Layer already exists 01:17:59 02d1ad22f3ac: Layer already exists 01:17:59 04a9bdeecced: Layer already exists 01:17:59 994456c4fd7b: Layer already exists 01:17:59 2a7a6aae8bfb: Layer already exists 01:17:59 latest: digest: sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:17:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 01:18:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:00 f4b390cea79f: Preparing 01:18:00 02d1ad22f3ac: Preparing 01:18:00 1b317c434016: Preparing 01:18:00 703a4888cd30: Preparing 01:18:00 e2ed48aacc2a: Preparing 01:18:00 2a7a6aae8bfb: Preparing 01:18:00 04a9bdeecced: Preparing 01:18:00 994456c4fd7b: Preparing 01:18:00 2a7a6aae8bfb: Waiting 01:18:00 04a9bdeecced: Waiting 01:18:00 994456c4fd7b: Waiting 01:18:00 703a4888cd30: Layer already exists 01:18:00 1b317c434016: Layer already exists 01:18:00 e2ed48aacc2a: Layer already exists 01:18:00 02d1ad22f3ac: Layer already exists 01:18:00 f4b390cea79f: Layer already exists 01:18:00 2a7a6aae8bfb: Layer already exists 01:18:00 04a9bdeecced: Layer already exists 01:18:00 994456c4fd7b: Layer already exists 01:18:00 4.1.0-dev.22: digest: sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:00 f4b390cea79f: Preparing 01:18:00 02d1ad22f3ac: Preparing 01:18:00 1b317c434016: Preparing 01:18:00 703a4888cd30: Preparing 01:18:00 e2ed48aacc2a: Preparing 01:18:00 2a7a6aae8bfb: Preparing 01:18:00 04a9bdeecced: Preparing 01:18:00 994456c4fd7b: Preparing 01:18:00 2a7a6aae8bfb: Waiting 01:18:00 04a9bdeecced: Waiting 01:18:00 994456c4fd7b: Waiting 01:18:00 f4b390cea79f: Layer already exists 01:18:00 02d1ad22f3ac: Layer already exists 01:18:00 e2ed48aacc2a: Layer already exists 01:18:00 703a4888cd30: Layer already exists 01:18:00 1b317c434016: Layer already exists 01:18:00 04a9bdeecced: Layer already exists 01:18:00 2a7a6aae8bfb: Layer already exists 01:18:00 994456c4fd7b: Layer already exists 01:18:00 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:18:01 f4b390cea79f: Preparing 01:18:01 02d1ad22f3ac: Preparing 01:18:01 1b317c434016: Preparing 01:18:01 703a4888cd30: Preparing 01:18:01 e2ed48aacc2a: Preparing 01:18:01 2a7a6aae8bfb: Preparing 01:18:01 04a9bdeecced: Preparing 01:18:01 994456c4fd7b: Preparing 01:18:01 2a7a6aae8bfb: Waiting 01:18:01 04a9bdeecced: Waiting 01:18:01 994456c4fd7b: Waiting 01:18:01 02d1ad22f3ac: Layer already exists 01:18:01 e2ed48aacc2a: Layer already exists 01:18:01 703a4888cd30: Layer already exists 01:18:01 1b317c434016: Layer already exists 01:18:01 f4b390cea79f: Layer already exists 01:18:01 04a9bdeecced: Layer already exists 01:18:01 994456c4fd7b: Layer already exists 01:18:01 2a7a6aae8bfb: Layer already exists 01:18:01 main: digest: sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:01 ===================================================== [Pipeline] echo 01:18:01 taggedImages: 01:18:01 - nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:01 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:18:01 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 01:18:01 - nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:01 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:18:01 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:18:01 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:01 latest 01:18:01 4.1.0-dev.22 01:18:01 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:01 main 01:18:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:02 1fff415767b2: Preparing 01:18:02 aadc79e39c96: Preparing 01:18:02 1cb9b4625743: Preparing 01:18:02 f2dec1c67a0d: Preparing 01:18:02 9b45853e8d8b: Preparing 01:18:02 a3bc415505eb: Preparing 01:18:02 20e6d4b7ce1a: Preparing 01:18:02 703a4888cd30: Preparing 01:18:02 e2ed48aacc2a: Preparing 01:18:02 49cf98fe4f4f: Preparing 01:18:02 9220073116f3: Preparing 01:18:02 5f70bf18a086: Preparing 01:18:02 787f89cee41e: Preparing 01:18:02 57f1f6839c1a: Preparing 01:18:02 f8cc39756d63: Preparing 01:18:02 994456c4fd7b: Preparing 01:18:02 20e6d4b7ce1a: Waiting 01:18:02 a3bc415505eb: Waiting 01:18:02 703a4888cd30: Waiting 01:18:02 787f89cee41e: Waiting 01:18:02 9220073116f3: Waiting 01:18:02 e2ed48aacc2a: Waiting 01:18:02 49cf98fe4f4f: Waiting 01:18:02 5f70bf18a086: Waiting 01:18:02 f8cc39756d63: Waiting 01:18:02 57f1f6839c1a: Waiting 01:18:02 994456c4fd7b: Waiting 01:18:02 aadc79e39c96: Pushed 01:18:02 1cb9b4625743: Pushed 01:18:02 9b45853e8d8b: Pushed 01:18:02 f2dec1c67a0d: Pushed 01:18:02 1fff415767b2: Pushed 01:18:02 a3bc415505eb: Pushed 01:18:02 703a4888cd30: Layer already exists 01:18:02 e2ed48aacc2a: Layer already exists 01:18:02 5f70bf18a086: Layer already exists 01:18:02 49cf98fe4f4f: Pushed 01:18:02 9220073116f3: Pushed 01:18:02 787f89cee41e: Pushed 01:18:02 57f1f6839c1a: Pushed 01:18:02 994456c4fd7b: Layer already exists 01:18:02 f8cc39756d63: Pushed 01:18:03 20e6d4b7ce1a: Pushed 01:18:03 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:04 1fff415767b2: Preparing 01:18:04 aadc79e39c96: Preparing 01:18:04 1cb9b4625743: Preparing 01:18:04 f2dec1c67a0d: Preparing 01:18:04 9b45853e8d8b: Preparing 01:18:04 a3bc415505eb: Preparing 01:18:04 20e6d4b7ce1a: Preparing 01:18:04 703a4888cd30: Preparing 01:18:04 e2ed48aacc2a: Preparing 01:18:04 49cf98fe4f4f: Preparing 01:18:04 9220073116f3: Preparing 01:18:04 5f70bf18a086: Preparing 01:18:04 787f89cee41e: Preparing 01:18:04 57f1f6839c1a: Preparing 01:18:04 f8cc39756d63: Preparing 01:18:04 994456c4fd7b: Preparing 01:18:04 20e6d4b7ce1a: Waiting 01:18:04 787f89cee41e: Waiting 01:18:04 57f1f6839c1a: Waiting 01:18:04 5f70bf18a086: Waiting 01:18:04 f8cc39756d63: Waiting 01:18:04 994456c4fd7b: Waiting 01:18:04 49cf98fe4f4f: Waiting 01:18:04 703a4888cd30: Waiting 01:18:04 e2ed48aacc2a: Waiting 01:18:04 9220073116f3: Waiting 01:18:04 a3bc415505eb: Waiting 01:18:04 1cb9b4625743: Layer already exists 01:18:04 9b45853e8d8b: Layer already exists 01:18:04 aadc79e39c96: Layer already exists 01:18:04 f2dec1c67a0d: Layer already exists 01:18:04 1fff415767b2: Layer already exists 01:18:04 a3bc415505eb: Layer already exists 01:18:04 20e6d4b7ce1a: Layer already exists 01:18:04 703a4888cd30: Layer already exists 01:18:04 e2ed48aacc2a: Layer already exists 01:18:04 49cf98fe4f4f: Layer already exists 01:18:04 9220073116f3: Layer already exists 01:18:04 f8cc39756d63: Layer already exists 01:18:04 57f1f6839c1a: Layer already exists 01:18:04 5f70bf18a086: Layer already exists 01:18:04 787f89cee41e: Layer already exists 01:18:04 994456c4fd7b: Layer already exists 01:18:04 latest: digest: sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 01:18:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:05 1fff415767b2: Preparing 01:18:05 aadc79e39c96: Preparing 01:18:05 1cb9b4625743: Preparing 01:18:05 f2dec1c67a0d: Preparing 01:18:05 9b45853e8d8b: Preparing 01:18:05 a3bc415505eb: Preparing 01:18:05 20e6d4b7ce1a: Preparing 01:18:05 703a4888cd30: Preparing 01:18:05 e2ed48aacc2a: Preparing 01:18:05 49cf98fe4f4f: Preparing 01:18:05 9220073116f3: Preparing 01:18:05 5f70bf18a086: Preparing 01:18:05 787f89cee41e: Preparing 01:18:05 57f1f6839c1a: Preparing 01:18:05 f8cc39756d63: Preparing 01:18:05 994456c4fd7b: Preparing 01:18:05 703a4888cd30: Waiting 01:18:05 e2ed48aacc2a: Waiting 01:18:05 49cf98fe4f4f: Waiting 01:18:05 20e6d4b7ce1a: Waiting 01:18:05 a3bc415505eb: Waiting 01:18:05 787f89cee41e: Waiting 01:18:05 5f70bf18a086: Waiting 01:18:05 9220073116f3: Waiting 01:18:05 9b45853e8d8b: Layer already exists 01:18:05 aadc79e39c96: Layer already exists 01:18:05 f2dec1c67a0d: Layer already exists 01:18:05 1fff415767b2: Layer already exists 01:18:05 1cb9b4625743: Layer already exists 01:18:05 a3bc415505eb: Layer already exists 01:18:05 20e6d4b7ce1a: Layer already exists 01:18:05 703a4888cd30: Layer already exists 01:18:05 e2ed48aacc2a: Layer already exists 01:18:05 49cf98fe4f4f: Layer already exists 01:18:05 9220073116f3: Layer already exists 01:18:05 5f70bf18a086: Layer already exists 01:18:05 f8cc39756d63: Layer already exists 01:18:05 787f89cee41e: Layer already exists 01:18:05 57f1f6839c1a: Layer already exists 01:18:05 994456c4fd7b: Layer already exists 01:18:05 4.1.0-dev.22: digest: sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:05 1fff415767b2: Preparing 01:18:05 aadc79e39c96: Preparing 01:18:05 1cb9b4625743: Preparing 01:18:05 f2dec1c67a0d: Preparing 01:18:05 9b45853e8d8b: Preparing 01:18:05 a3bc415505eb: Preparing 01:18:05 20e6d4b7ce1a: Preparing 01:18:05 703a4888cd30: Preparing 01:18:05 a3bc415505eb: Waiting 01:18:05 20e6d4b7ce1a: Waiting 01:18:05 e2ed48aacc2a: Preparing 01:18:05 703a4888cd30: Waiting 01:18:05 e2ed48aacc2a: Waiting 01:18:05 49cf98fe4f4f: Preparing 01:18:05 9220073116f3: Preparing 01:18:05 5f70bf18a086: Preparing 01:18:05 787f89cee41e: Preparing 01:18:05 57f1f6839c1a: Preparing 01:18:05 787f89cee41e: Waiting 01:18:05 5f70bf18a086: Waiting 01:18:05 f8cc39756d63: Preparing 01:18:05 994456c4fd7b: Preparing 01:18:05 57f1f6839c1a: Waiting 01:18:05 f8cc39756d63: Waiting 01:18:05 994456c4fd7b: Waiting 01:18:05 1fff415767b2: Layer already exists 01:18:05 1cb9b4625743: Layer already exists 01:18:05 f2dec1c67a0d: Layer already exists 01:18:05 aadc79e39c96: Layer already exists 01:18:05 9b45853e8d8b: Layer already exists 01:18:05 a3bc415505eb: Layer already exists 01:18:05 20e6d4b7ce1a: Layer already exists 01:18:05 703a4888cd30: Layer already exists 01:18:05 e2ed48aacc2a: Layer already exists 01:18:05 49cf98fe4f4f: Layer already exists 01:18:05 9220073116f3: Layer already exists 01:18:05 787f89cee41e: Layer already exists 01:18:05 f8cc39756d63: Layer already exists 01:18:05 57f1f6839c1a: Layer already exists 01:18:05 5f70bf18a086: Layer already exists 01:18:05 994456c4fd7b: Layer already exists 01:18:05 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:18:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:18:06 1fff415767b2: Preparing 01:18:06 aadc79e39c96: Preparing 01:18:06 1cb9b4625743: Preparing 01:18:06 f2dec1c67a0d: Preparing 01:18:06 9b45853e8d8b: Preparing 01:18:06 a3bc415505eb: Preparing 01:18:06 20e6d4b7ce1a: Preparing 01:18:06 703a4888cd30: Preparing 01:18:06 e2ed48aacc2a: Preparing 01:18:06 49cf98fe4f4f: Preparing 01:18:06 9220073116f3: Preparing 01:18:06 5f70bf18a086: Preparing 01:18:06 787f89cee41e: Preparing 01:18:06 57f1f6839c1a: Preparing 01:18:06 f8cc39756d63: Preparing 01:18:06 994456c4fd7b: Preparing 01:18:06 49cf98fe4f4f: Waiting 01:18:06 9220073116f3: Waiting 01:18:06 5f70bf18a086: Waiting 01:18:06 787f89cee41e: Waiting 01:18:06 57f1f6839c1a: Waiting 01:18:06 f8cc39756d63: Waiting 01:18:06 994456c4fd7b: Waiting 01:18:06 20e6d4b7ce1a: Waiting 01:18:06 703a4888cd30: Waiting 01:18:06 e2ed48aacc2a: Waiting 01:18:06 a3bc415505eb: Waiting 01:18:06 aadc79e39c96: Layer already exists 01:18:06 9b45853e8d8b: Layer already exists 01:18:06 1cb9b4625743: Layer already exists 01:18:06 f2dec1c67a0d: Layer already exists 01:18:06 1fff415767b2: Layer already exists 01:18:06 20e6d4b7ce1a: Layer already exists 01:18:06 a3bc415505eb: Layer already exists 01:18:06 703a4888cd30: Layer already exists 01:18:06 49cf98fe4f4f: Layer already exists 01:18:06 e2ed48aacc2a: Layer already exists 01:18:06 9220073116f3: Layer already exists 01:18:06 f8cc39756d63: Layer already exists 01:18:06 787f89cee41e: Layer already exists 01:18:06 5f70bf18a086: Layer already exists 01:18:06 57f1f6839c1a: Layer already exists 01:18:06 994456c4fd7b: Layer already exists 01:18:06 main: digest: sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:06 ===================================================== [Pipeline] echo 01:18:06 taggedImages: 01:18:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:18:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 01:18:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:18:06 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:18:06 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:06 latest 01:18:06 4.1.0-dev.22 01:18:06 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:06 main 01:18:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:07 9149b23df343: Preparing 01:18:07 b22bd96fca6c: Preparing 01:18:07 3cebc081db3f: Preparing 01:18:07 b42214acf00f: Preparing 01:18:07 703a4888cd30: Preparing 01:18:07 e2ed48aacc2a: Preparing 01:18:07 2a7a6aae8bfb: Preparing 01:18:07 04a9bdeecced: Preparing 01:18:07 994456c4fd7b: Preparing 01:18:07 2a7a6aae8bfb: Waiting 01:18:07 04a9bdeecced: Waiting 01:18:07 e2ed48aacc2a: Waiting 01:18:07 994456c4fd7b: Waiting 01:18:07 9149b23df343: Layer already exists 01:18:07 3cebc081db3f: Pushed 01:18:07 b22bd96fca6c: Layer already exists 01:18:07 703a4888cd30: Layer already exists 01:18:07 e2ed48aacc2a: Layer already exists 01:18:07 2a7a6aae8bfb: Layer already exists 01:18:07 04a9bdeecced: Layer already exists 01:18:07 994456c4fd7b: Layer already exists 01:18:09 b42214acf00f: Pushed 01:18:09 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:10 9149b23df343: Preparing 01:18:10 b22bd96fca6c: Preparing 01:18:10 3cebc081db3f: Preparing 01:18:10 b42214acf00f: Preparing 01:18:10 703a4888cd30: Preparing 01:18:10 e2ed48aacc2a: Preparing 01:18:10 2a7a6aae8bfb: Preparing 01:18:10 04a9bdeecced: Preparing 01:18:10 994456c4fd7b: Preparing 01:18:10 04a9bdeecced: Waiting 01:18:10 e2ed48aacc2a: Waiting 01:18:10 2a7a6aae8bfb: Waiting 01:18:10 994456c4fd7b: Waiting 01:18:10 9149b23df343: Layer already exists 01:18:10 b42214acf00f: Layer already exists 01:18:10 703a4888cd30: Layer already exists 01:18:10 3cebc081db3f: Layer already exists 01:18:10 b22bd96fca6c: Layer already exists 01:18:10 994456c4fd7b: Layer already exists 01:18:10 04a9bdeecced: Layer already exists 01:18:10 e2ed48aacc2a: Layer already exists 01:18:10 2a7a6aae8bfb: Layer already exists 01:18:10 latest: digest: sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 01:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:11 9149b23df343: Preparing 01:18:11 b22bd96fca6c: Preparing 01:18:11 3cebc081db3f: Preparing 01:18:11 b42214acf00f: Preparing 01:18:11 703a4888cd30: Preparing 01:18:11 e2ed48aacc2a: Preparing 01:18:11 2a7a6aae8bfb: Preparing 01:18:11 04a9bdeecced: Preparing 01:18:11 994456c4fd7b: Preparing 01:18:11 2a7a6aae8bfb: Waiting 01:18:11 04a9bdeecced: Waiting 01:18:11 994456c4fd7b: Waiting 01:18:11 e2ed48aacc2a: Waiting 01:18:11 3cebc081db3f: Layer already exists 01:18:11 703a4888cd30: Layer already exists 01:18:11 b22bd96fca6c: Layer already exists 01:18:11 9149b23df343: Layer already exists 01:18:11 b42214acf00f: Layer already exists 01:18:11 04a9bdeecced: Layer already exists 01:18:11 e2ed48aacc2a: Layer already exists 01:18:11 2a7a6aae8bfb: Layer already exists 01:18:11 994456c4fd7b: Layer already exists 01:18:11 4.1.0-dev.22: digest: sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:11 9149b23df343: Preparing 01:18:11 b22bd96fca6c: Preparing 01:18:11 3cebc081db3f: Preparing 01:18:11 b42214acf00f: Preparing 01:18:11 703a4888cd30: Preparing 01:18:11 e2ed48aacc2a: Preparing 01:18:11 2a7a6aae8bfb: Preparing 01:18:11 04a9bdeecced: Preparing 01:18:11 994456c4fd7b: Preparing 01:18:11 e2ed48aacc2a: Waiting 01:18:11 2a7a6aae8bfb: Waiting 01:18:11 04a9bdeecced: Waiting 01:18:11 994456c4fd7b: Waiting 01:18:11 b42214acf00f: Layer already exists 01:18:11 3cebc081db3f: Layer already exists 01:18:11 9149b23df343: Layer already exists 01:18:11 b22bd96fca6c: Layer already exists 01:18:11 703a4888cd30: Layer already exists 01:18:11 e2ed48aacc2a: Layer already exists 01:18:11 2a7a6aae8bfb: Layer already exists 01:18:11 04a9bdeecced: Layer already exists 01:18:11 994456c4fd7b: Layer already exists 01:18:11 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:18:12 9149b23df343: Preparing 01:18:12 b22bd96fca6c: Preparing 01:18:12 3cebc081db3f: Preparing 01:18:12 b42214acf00f: Preparing 01:18:12 703a4888cd30: Preparing 01:18:12 e2ed48aacc2a: Preparing 01:18:12 2a7a6aae8bfb: Preparing 01:18:12 04a9bdeecced: Preparing 01:18:12 994456c4fd7b: Preparing 01:18:12 e2ed48aacc2a: Waiting 01:18:12 04a9bdeecced: Waiting 01:18:12 994456c4fd7b: Waiting 01:18:12 2a7a6aae8bfb: Waiting 01:18:12 b42214acf00f: Layer already exists 01:18:12 b22bd96fca6c: Layer already exists 01:18:12 3cebc081db3f: Layer already exists 01:18:12 9149b23df343: Layer already exists 01:18:12 703a4888cd30: Layer already exists 01:18:12 e2ed48aacc2a: Layer already exists 01:18:12 04a9bdeecced: Layer already exists 01:18:12 994456c4fd7b: Layer already exists 01:18:12 2a7a6aae8bfb: Layer already exists 01:18:12 main: digest: sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:12 ===================================================== [Pipeline] echo 01:18:12 taggedImages: 01:18:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:18:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 01:18:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:18:12 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:18:12 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:12 latest 01:18:12 4.1.0-dev.22 01:18:12 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:12 main 01:18:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:13 d796fe741d53: Preparing 01:18:13 2d1498604f26: Preparing 01:18:13 86e392c65a61: Preparing 01:18:13 af969a3162d7: Preparing 01:18:13 9afe7ae58f4f: Preparing 01:18:13 703a4888cd30: Preparing 01:18:13 e2ed48aacc2a: Preparing 01:18:13 0351ce27bbbf: Preparing 01:18:13 a108e8eef897: Preparing 01:18:13 50c6f198cd75: Preparing 01:18:13 994456c4fd7b: Preparing 01:18:13 50c6f198cd75: Waiting 01:18:13 994456c4fd7b: Waiting 01:18:13 703a4888cd30: Waiting 01:18:13 a108e8eef897: Waiting 01:18:13 e2ed48aacc2a: Waiting 01:18:13 0351ce27bbbf: Waiting 01:18:13 af969a3162d7: Pushed 01:18:13 2d1498604f26: Pushed 01:18:13 9afe7ae58f4f: Pushed 01:18:13 d796fe741d53: Pushed 01:18:13 703a4888cd30: Layer already exists 01:18:13 e2ed48aacc2a: Layer already exists 01:18:13 0351ce27bbbf: Pushed 01:18:13 a108e8eef897: Pushed 01:18:13 994456c4fd7b: Layer already exists 01:18:14 50c6f198cd75: Pushed 01:18:15 86e392c65a61: Pushed 01:18:15 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:16 d796fe741d53: Preparing 01:18:16 2d1498604f26: Preparing 01:18:16 86e392c65a61: Preparing 01:18:16 af969a3162d7: Preparing 01:18:16 9afe7ae58f4f: Preparing 01:18:16 703a4888cd30: Preparing 01:18:16 e2ed48aacc2a: Preparing 01:18:16 0351ce27bbbf: Preparing 01:18:16 a108e8eef897: Preparing 01:18:16 50c6f198cd75: Preparing 01:18:16 994456c4fd7b: Preparing 01:18:16 50c6f198cd75: Waiting 01:18:16 e2ed48aacc2a: Waiting 01:18:16 0351ce27bbbf: Waiting 01:18:16 a108e8eef897: Waiting 01:18:16 994456c4fd7b: Waiting 01:18:16 703a4888cd30: Waiting 01:18:16 af969a3162d7: Layer already exists 01:18:16 86e392c65a61: Layer already exists 01:18:16 2d1498604f26: Layer already exists 01:18:16 d796fe741d53: Layer already exists 01:18:16 9afe7ae58f4f: Layer already exists 01:18:16 0351ce27bbbf: Layer already exists 01:18:16 703a4888cd30: Layer already exists 01:18:16 e2ed48aacc2a: Layer already exists 01:18:16 a108e8eef897: Layer already exists 01:18:16 50c6f198cd75: Layer already exists 01:18:16 994456c4fd7b: Layer already exists 01:18:16 latest: digest: sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 01:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:16 d796fe741d53: Preparing 01:18:16 2d1498604f26: Preparing 01:18:16 86e392c65a61: Preparing 01:18:16 af969a3162d7: Preparing 01:18:16 9afe7ae58f4f: Preparing 01:18:16 703a4888cd30: Preparing 01:18:16 e2ed48aacc2a: Preparing 01:18:16 0351ce27bbbf: Preparing 01:18:16 a108e8eef897: Preparing 01:18:16 50c6f198cd75: Preparing 01:18:16 994456c4fd7b: Preparing 01:18:16 703a4888cd30: Waiting 01:18:16 50c6f198cd75: Waiting 01:18:16 e2ed48aacc2a: Waiting 01:18:16 994456c4fd7b: Waiting 01:18:16 0351ce27bbbf: Waiting 01:18:16 a108e8eef897: Waiting 01:18:16 2d1498604f26: Layer already exists 01:18:16 9afe7ae58f4f: Layer already exists 01:18:16 af969a3162d7: Layer already exists 01:18:16 86e392c65a61: Layer already exists 01:18:16 d796fe741d53: Layer already exists 01:18:16 e2ed48aacc2a: Layer already exists 01:18:16 703a4888cd30: Layer already exists 01:18:16 0351ce27bbbf: Layer already exists 01:18:16 a108e8eef897: Layer already exists 01:18:16 50c6f198cd75: Layer already exists 01:18:16 994456c4fd7b: Layer already exists 01:18:16 4.1.0-dev.22: digest: sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:17 d796fe741d53: Preparing 01:18:17 2d1498604f26: Preparing 01:18:17 86e392c65a61: Preparing 01:18:17 af969a3162d7: Preparing 01:18:17 9afe7ae58f4f: Preparing 01:18:17 703a4888cd30: Preparing 01:18:17 e2ed48aacc2a: Preparing 01:18:17 0351ce27bbbf: Preparing 01:18:17 a108e8eef897: Preparing 01:18:17 50c6f198cd75: Preparing 01:18:17 994456c4fd7b: Preparing 01:18:17 e2ed48aacc2a: Waiting 01:18:17 0351ce27bbbf: Waiting 01:18:17 994456c4fd7b: Waiting 01:18:17 a108e8eef897: Waiting 01:18:17 50c6f198cd75: Waiting 01:18:17 703a4888cd30: Waiting 01:18:17 af969a3162d7: Layer already exists 01:18:17 2d1498604f26: Layer already exists 01:18:17 86e392c65a61: Layer already exists 01:18:17 9afe7ae58f4f: Layer already exists 01:18:17 d796fe741d53: Layer already exists 01:18:17 0351ce27bbbf: Layer already exists 01:18:17 a108e8eef897: Layer already exists 01:18:17 e2ed48aacc2a: Layer already exists 01:18:17 703a4888cd30: Layer already exists 01:18:17 50c6f198cd75: Layer already exists 01:18:17 994456c4fd7b: Layer already exists 01:18:17 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:18:18 d796fe741d53: Preparing 01:18:18 2d1498604f26: Preparing 01:18:18 86e392c65a61: Preparing 01:18:18 af969a3162d7: Preparing 01:18:18 9afe7ae58f4f: Preparing 01:18:18 703a4888cd30: Preparing 01:18:18 e2ed48aacc2a: Preparing 01:18:18 0351ce27bbbf: Preparing 01:18:18 a108e8eef897: Preparing 01:18:18 50c6f198cd75: Preparing 01:18:18 994456c4fd7b: Preparing 01:18:18 703a4888cd30: Waiting 01:18:18 0351ce27bbbf: Waiting 01:18:18 e2ed48aacc2a: Waiting 01:18:18 a108e8eef897: Waiting 01:18:18 994456c4fd7b: Waiting 01:18:18 50c6f198cd75: Waiting 01:18:18 86e392c65a61: Layer already exists 01:18:18 2d1498604f26: Layer already exists 01:18:18 af969a3162d7: Layer already exists 01:18:18 9afe7ae58f4f: Layer already exists 01:18:18 d796fe741d53: Layer already exists 01:18:18 50c6f198cd75: Layer already exists 01:18:18 703a4888cd30: Layer already exists 01:18:18 e2ed48aacc2a: Layer already exists 01:18:18 a108e8eef897: Layer already exists 01:18:18 0351ce27bbbf: Layer already exists 01:18:18 994456c4fd7b: Layer already exists 01:18:18 main: digest: sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:18 ===================================================== [Pipeline] echo 01:18:18 taggedImages: 01:18:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:18:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 01:18:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:18:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:18:18 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:18 latest 01:18:18 4.1.0-dev.22 01:18:18 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:18 main 01:18:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:18 00f6ee7e4dd8: Preparing 01:18:18 30b6efc748a0: Preparing 01:18:18 9d1d637c6135: Preparing 01:18:18 e0d3e1dc98bd: Preparing 01:18:18 b3f2d8131e07: Preparing 01:18:18 c518fe19f302: Preparing 01:18:18 bfde04f92921: Preparing 01:18:18 703a4888cd30: Preparing 01:18:18 e2ed48aacc2a: Preparing 01:18:18 5abaa20b235a: Preparing 01:18:18 87b38082979b: Preparing 01:18:18 994456c4fd7b: Preparing 01:18:18 c518fe19f302: Waiting 01:18:18 e2ed48aacc2a: Waiting 01:18:18 bfde04f92921: Waiting 01:18:18 703a4888cd30: Waiting 01:18:18 5abaa20b235a: Waiting 01:18:18 87b38082979b: Waiting 01:18:18 994456c4fd7b: Waiting 01:18:18 00f6ee7e4dd8: Pushed 01:18:18 30b6efc748a0: Pushed 01:18:18 b3f2d8131e07: Pushed 01:18:18 703a4888cd30: Layer already exists 01:18:18 e2ed48aacc2a: Layer already exists 01:18:18 c518fe19f302: Pushed 01:18:19 bfde04f92921: Pushed 01:18:19 994456c4fd7b: Layer already exists 01:18:19 5abaa20b235a: Pushed 01:18:20 87b38082979b: Pushed 01:18:20 e0d3e1dc98bd: Pushed 01:18:21 9d1d637c6135: Pushed 01:18:21 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:18:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:22 00f6ee7e4dd8: Preparing 01:18:22 30b6efc748a0: Preparing 01:18:22 9d1d637c6135: Preparing 01:18:22 e0d3e1dc98bd: Preparing 01:18:22 b3f2d8131e07: Preparing 01:18:22 c518fe19f302: Preparing 01:18:22 bfde04f92921: Preparing 01:18:22 703a4888cd30: Preparing 01:18:22 e2ed48aacc2a: Preparing 01:18:22 5abaa20b235a: Preparing 01:18:22 87b38082979b: Preparing 01:18:22 994456c4fd7b: Preparing 01:18:22 5abaa20b235a: Waiting 01:18:22 bfde04f92921: Waiting 01:18:22 994456c4fd7b: Waiting 01:18:22 87b38082979b: Waiting 01:18:22 703a4888cd30: Waiting 01:18:22 e2ed48aacc2a: Waiting 01:18:22 c518fe19f302: Waiting 01:18:22 e0d3e1dc98bd: Layer already exists 01:18:22 00f6ee7e4dd8: Layer already exists 01:18:22 b3f2d8131e07: Layer already exists 01:18:22 9d1d637c6135: Layer already exists 01:18:22 30b6efc748a0: Layer already exists 01:18:22 bfde04f92921: Layer already exists 01:18:22 c518fe19f302: Layer already exists 01:18:22 e2ed48aacc2a: Layer already exists 01:18:22 5abaa20b235a: Layer already exists 01:18:22 703a4888cd30: Layer already exists 01:18:22 87b38082979b: Layer already exists 01:18:22 994456c4fd7b: Layer already exists 01:18:22 latest: digest: sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 01:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:23 00f6ee7e4dd8: Preparing 01:18:23 30b6efc748a0: Preparing 01:18:23 9d1d637c6135: Preparing 01:18:23 e0d3e1dc98bd: Preparing 01:18:23 b3f2d8131e07: Preparing 01:18:23 c518fe19f302: Preparing 01:18:23 bfde04f92921: Preparing 01:18:23 703a4888cd30: Preparing 01:18:23 e2ed48aacc2a: Preparing 01:18:23 5abaa20b235a: Preparing 01:18:23 87b38082979b: Preparing 01:18:23 994456c4fd7b: Preparing 01:18:23 703a4888cd30: Waiting 01:18:23 e2ed48aacc2a: Waiting 01:18:23 87b38082979b: Waiting 01:18:23 5abaa20b235a: Waiting 01:18:23 c518fe19f302: Waiting 01:18:23 994456c4fd7b: Waiting 01:18:23 bfde04f92921: Waiting 01:18:23 30b6efc748a0: Layer already exists 01:18:23 9d1d637c6135: Layer already exists 01:18:23 e0d3e1dc98bd: Layer already exists 01:18:23 00f6ee7e4dd8: Layer already exists 01:18:23 b3f2d8131e07: Layer already exists 01:18:23 bfde04f92921: Layer already exists 01:18:23 c518fe19f302: Layer already exists 01:18:23 e2ed48aacc2a: Layer already exists 01:18:23 5abaa20b235a: Layer already exists 01:18:23 703a4888cd30: Layer already exists 01:18:23 87b38082979b: Layer already exists 01:18:23 994456c4fd7b: Layer already exists 01:18:23 4.1.0-dev.22: digest: sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:23 00f6ee7e4dd8: Preparing 01:18:23 30b6efc748a0: Preparing 01:18:23 9d1d637c6135: Preparing 01:18:23 e0d3e1dc98bd: Preparing 01:18:23 b3f2d8131e07: Preparing 01:18:23 c518fe19f302: Preparing 01:18:23 bfde04f92921: Preparing 01:18:23 703a4888cd30: Preparing 01:18:23 e2ed48aacc2a: Preparing 01:18:23 5abaa20b235a: Preparing 01:18:23 87b38082979b: Preparing 01:18:23 994456c4fd7b: Preparing 01:18:23 bfde04f92921: Waiting 01:18:23 703a4888cd30: Waiting 01:18:23 e2ed48aacc2a: Waiting 01:18:23 c518fe19f302: Waiting 01:18:23 5abaa20b235a: Waiting 01:18:23 87b38082979b: Waiting 01:18:23 994456c4fd7b: Waiting 01:18:23 9d1d637c6135: Layer already exists 01:18:23 00f6ee7e4dd8: Layer already exists 01:18:23 30b6efc748a0: Layer already exists 01:18:23 b3f2d8131e07: Layer already exists 01:18:23 e0d3e1dc98bd: Layer already exists 01:18:23 bfde04f92921: Layer already exists 01:18:23 703a4888cd30: Layer already exists 01:18:23 c518fe19f302: Layer already exists 01:18:23 e2ed48aacc2a: Layer already exists 01:18:23 5abaa20b235a: Layer already exists 01:18:23 87b38082979b: Layer already exists 01:18:23 994456c4fd7b: Layer already exists 01:18:23 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:24 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:18:24 00f6ee7e4dd8: Preparing 01:18:24 30b6efc748a0: Preparing 01:18:24 9d1d637c6135: Preparing 01:18:24 e0d3e1dc98bd: Preparing 01:18:24 b3f2d8131e07: Preparing 01:18:24 c518fe19f302: Preparing 01:18:24 bfde04f92921: Preparing 01:18:24 703a4888cd30: Preparing 01:18:24 e2ed48aacc2a: Preparing 01:18:24 5abaa20b235a: Preparing 01:18:24 87b38082979b: Preparing 01:18:24 994456c4fd7b: Preparing 01:18:24 bfde04f92921: Waiting 01:18:24 703a4888cd30: Waiting 01:18:24 e2ed48aacc2a: Waiting 01:18:24 5abaa20b235a: Waiting 01:18:24 87b38082979b: Waiting 01:18:24 994456c4fd7b: Waiting 01:18:24 c518fe19f302: Waiting 01:18:24 b3f2d8131e07: Layer already exists 01:18:24 9d1d637c6135: Layer already exists 01:18:24 30b6efc748a0: Layer already exists 01:18:24 e0d3e1dc98bd: Layer already exists 01:18:24 00f6ee7e4dd8: Layer already exists 01:18:24 c518fe19f302: Layer already exists 01:18:24 e2ed48aacc2a: Layer already exists 01:18:24 703a4888cd30: Layer already exists 01:18:24 bfde04f92921: Layer already exists 01:18:24 5abaa20b235a: Layer already exists 01:18:24 87b38082979b: Layer already exists 01:18:24 994456c4fd7b: Layer already exists 01:18:24 main: digest: sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:24 ===================================================== [Pipeline] echo 01:18:24 taggedImages: 01:18:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:18:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 01:18:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:18:24 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:18:24 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:24 latest 01:18:24 4.1.0-dev.22 01:18:24 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:24 main 01:18:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:25 a6512cb22815: Preparing 01:18:25 c4b50cc1d1ef: Preparing 01:18:25 703a4888cd30: Preparing 01:18:25 e2ed48aacc2a: Preparing 01:18:25 7cc17a7c73a2: Preparing 01:18:25 65abb794423c: Preparing 01:18:25 994456c4fd7b: Preparing 01:18:25 994456c4fd7b: Waiting 01:18:25 65abb794423c: Waiting 01:18:25 e2ed48aacc2a: Layer already exists 01:18:25 703a4888cd30: Layer already exists 01:18:25 994456c4fd7b: Layer already exists 01:18:25 7cc17a7c73a2: Pushed 01:18:25 a6512cb22815: Pushed 01:18:26 65abb794423c: Pushed 01:18:29 c4b50cc1d1ef: Pushed 01:18:29 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:30 + 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:18:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:30 a6512cb22815: Preparing 01:18:30 c4b50cc1d1ef: Preparing 01:18:30 703a4888cd30: Preparing 01:18:30 e2ed48aacc2a: Preparing 01:18:30 7cc17a7c73a2: Preparing 01:18:30 65abb794423c: Preparing 01:18:30 994456c4fd7b: Preparing 01:18:30 65abb794423c: Waiting 01:18:30 994456c4fd7b: Waiting 01:18:30 e2ed48aacc2a: Layer already exists 01:18:30 703a4888cd30: Layer already exists 01:18:30 c4b50cc1d1ef: Layer already exists 01:18:30 a6512cb22815: Layer already exists 01:18:30 7cc17a7c73a2: Layer already exists 01:18:30 994456c4fd7b: Layer already exists 01:18:30 65abb794423c: Layer already exists 01:18:30 latest: digest: sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 01:18:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:30 a6512cb22815: Preparing 01:18:30 c4b50cc1d1ef: Preparing 01:18:30 703a4888cd30: Preparing 01:18:30 e2ed48aacc2a: Preparing 01:18:30 7cc17a7c73a2: Preparing 01:18:30 65abb794423c: Preparing 01:18:30 994456c4fd7b: Preparing 01:18:30 994456c4fd7b: Waiting 01:18:30 65abb794423c: Waiting 01:18:30 7cc17a7c73a2: Layer already exists 01:18:30 a6512cb22815: Layer already exists 01:18:30 e2ed48aacc2a: Layer already exists 01:18:30 c4b50cc1d1ef: Layer already exists 01:18:30 703a4888cd30: Layer already exists 01:18:30 994456c4fd7b: Layer already exists 01:18:30 65abb794423c: Layer already exists 01:18:30 4.1.0-dev.22: digest: sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:31 a6512cb22815: Preparing 01:18:31 c4b50cc1d1ef: Preparing 01:18:31 703a4888cd30: Preparing 01:18:31 e2ed48aacc2a: Preparing 01:18:31 7cc17a7c73a2: Preparing 01:18:31 65abb794423c: Preparing 01:18:31 994456c4fd7b: Preparing 01:18:31 65abb794423c: Waiting 01:18:31 994456c4fd7b: Waiting 01:18:31 c4b50cc1d1ef: Layer already exists 01:18:31 7cc17a7c73a2: Layer already exists 01:18:31 703a4888cd30: Layer already exists 01:18:31 e2ed48aacc2a: Layer already exists 01:18:31 a6512cb22815: Layer already exists 01:18:31 65abb794423c: Layer already exists 01:18:31 994456c4fd7b: Layer already exists 01:18:31 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:31 + 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:18:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:18:32 a6512cb22815: Preparing 01:18:32 c4b50cc1d1ef: Preparing 01:18:32 703a4888cd30: Preparing 01:18:32 e2ed48aacc2a: Preparing 01:18:32 7cc17a7c73a2: Preparing 01:18:32 65abb794423c: Preparing 01:18:32 994456c4fd7b: Preparing 01:18:32 65abb794423c: Waiting 01:18:32 994456c4fd7b: Waiting 01:18:32 e2ed48aacc2a: Layer already exists 01:18:32 a6512cb22815: Layer already exists 01:18:32 703a4888cd30: Layer already exists 01:18:32 c4b50cc1d1ef: Layer already exists 01:18:32 7cc17a7c73a2: Layer already exists 01:18:32 65abb794423c: Layer already exists 01:18:32 994456c4fd7b: Layer already exists 01:18:32 main: digest: sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:32 ===================================================== [Pipeline] echo 01:18:32 taggedImages: 01:18:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:18:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 01:18:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:18:32 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:18:32 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:32 latest 01:18:32 4.1.0-dev.22 01:18:32 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:32 main 01:18:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:32 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:33 bb94618ee93a: Preparing 01:18:33 49af7eafc2ba: Preparing 01:18:33 6a4f6a53100b: Preparing 01:18:33 703a4888cd30: Preparing 01:18:33 e2ed48aacc2a: Preparing 01:18:33 eaa8e12d4b24: Preparing 01:18:33 9fdc4019f3f1: Preparing 01:18:33 c7113510784d: Preparing 01:18:33 a4c58551a96e: Preparing 01:18:33 eaa8e12d4b24: Waiting 01:18:33 994456c4fd7b: Preparing 01:18:33 a4c58551a96e: Waiting 01:18:33 994456c4fd7b: Waiting 01:18:33 703a4888cd30: Layer already exists 01:18:33 e2ed48aacc2a: Layer already exists 01:18:33 6a4f6a53100b: Pushed 01:18:33 49af7eafc2ba: Pushed 01:18:33 bb94618ee93a: Pushed 01:18:33 994456c4fd7b: Layer already exists 01:18:33 c7113510784d: Pushed 01:18:33 a4c58551a96e: Pushed 01:18:37 9fdc4019f3f1: Pushed 01:18:45 eaa8e12d4b24: Pushed 01:18:45 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:18:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:46 bb94618ee93a: Preparing 01:18:46 49af7eafc2ba: Preparing 01:18:46 6a4f6a53100b: Preparing 01:18:46 703a4888cd30: Preparing 01:18:46 e2ed48aacc2a: Preparing 01:18:46 eaa8e12d4b24: Preparing 01:18:46 9fdc4019f3f1: Preparing 01:18:46 c7113510784d: Preparing 01:18:46 a4c58551a96e: Preparing 01:18:46 994456c4fd7b: Preparing 01:18:46 eaa8e12d4b24: Waiting 01:18:46 9fdc4019f3f1: Waiting 01:18:46 c7113510784d: Waiting 01:18:46 a4c58551a96e: Waiting 01:18:46 994456c4fd7b: Waiting 01:18:46 703a4888cd30: Layer already exists 01:18:46 bb94618ee93a: Layer already exists 01:18:46 e2ed48aacc2a: Layer already exists 01:18:46 6a4f6a53100b: Layer already exists 01:18:46 49af7eafc2ba: Layer already exists 01:18:46 eaa8e12d4b24: Layer already exists 01:18:46 c7113510784d: Layer already exists 01:18:46 9fdc4019f3f1: Layer already exists 01:18:46 a4c58551a96e: Layer already exists 01:18:46 994456c4fd7b: Layer already exists 01:18:46 latest: digest: sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 01:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:47 bb94618ee93a: Preparing 01:18:47 49af7eafc2ba: Preparing 01:18:47 6a4f6a53100b: Preparing 01:18:47 703a4888cd30: Preparing 01:18:47 e2ed48aacc2a: Preparing 01:18:47 eaa8e12d4b24: Preparing 01:18:47 9fdc4019f3f1: Preparing 01:18:47 c7113510784d: Preparing 01:18:47 a4c58551a96e: Preparing 01:18:47 994456c4fd7b: Preparing 01:18:47 eaa8e12d4b24: Waiting 01:18:47 9fdc4019f3f1: Waiting 01:18:47 c7113510784d: Waiting 01:18:47 994456c4fd7b: Waiting 01:18:47 49af7eafc2ba: Layer already exists 01:18:47 e2ed48aacc2a: Layer already exists 01:18:47 6a4f6a53100b: Layer already exists 01:18:47 bb94618ee93a: Layer already exists 01:18:47 703a4888cd30: Layer already exists 01:18:47 9fdc4019f3f1: Layer already exists 01:18:47 eaa8e12d4b24: Layer already exists 01:18:47 994456c4fd7b: Layer already exists 01:18:47 a4c58551a96e: Layer already exists 01:18:47 c7113510784d: Layer already exists 01:18:47 4.1.0-dev.22: digest: sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:47 bb94618ee93a: Preparing 01:18:47 49af7eafc2ba: Preparing 01:18:47 6a4f6a53100b: Preparing 01:18:47 703a4888cd30: Preparing 01:18:47 e2ed48aacc2a: Preparing 01:18:47 eaa8e12d4b24: Preparing 01:18:47 9fdc4019f3f1: Preparing 01:18:47 c7113510784d: Preparing 01:18:47 a4c58551a96e: Preparing 01:18:47 994456c4fd7b: Preparing 01:18:47 c7113510784d: Waiting 01:18:47 a4c58551a96e: Waiting 01:18:47 994456c4fd7b: Waiting 01:18:47 eaa8e12d4b24: Waiting 01:18:47 9fdc4019f3f1: Waiting 01:18:47 6a4f6a53100b: Layer already exists 01:18:47 49af7eafc2ba: Layer already exists 01:18:47 bb94618ee93a: Layer already exists 01:18:47 703a4888cd30: Layer already exists 01:18:47 e2ed48aacc2a: Layer already exists 01:18:47 eaa8e12d4b24: Layer already exists 01:18:47 c7113510784d: Layer already exists 01:18:47 9fdc4019f3f1: Layer already exists 01:18:47 994456c4fd7b: Layer already exists 01:18:47 a4c58551a96e: Layer already exists 01:18:47 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:18:48 bb94618ee93a: Preparing 01:18:48 49af7eafc2ba: Preparing 01:18:48 6a4f6a53100b: Preparing 01:18:48 703a4888cd30: Preparing 01:18:48 e2ed48aacc2a: Preparing 01:18:48 eaa8e12d4b24: Preparing 01:18:48 9fdc4019f3f1: Preparing 01:18:48 c7113510784d: Preparing 01:18:48 a4c58551a96e: Preparing 01:18:48 994456c4fd7b: Preparing 01:18:48 eaa8e12d4b24: Waiting 01:18:48 c7113510784d: Waiting 01:18:48 a4c58551a96e: Waiting 01:18:48 9fdc4019f3f1: Waiting 01:18:48 994456c4fd7b: Waiting 01:18:48 e2ed48aacc2a: Layer already exists 01:18:48 49af7eafc2ba: Layer already exists 01:18:48 703a4888cd30: Layer already exists 01:18:48 bb94618ee93a: Layer already exists 01:18:48 6a4f6a53100b: Layer already exists 01:18:48 eaa8e12d4b24: Layer already exists 01:18:48 c7113510784d: Layer already exists 01:18:48 9fdc4019f3f1: Layer already exists 01:18:48 a4c58551a96e: Layer already exists 01:18:48 994456c4fd7b: Layer already exists 01:18:48 main: digest: sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:18:48 ===================================================== [Pipeline] echo 01:18:48 taggedImages: 01:18:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:18:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 01:18:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:18:48 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:18:48 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:48 latest 01:18:48 4.1.0-dev.22 01:18:48 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:18:48 main 01:18:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:18:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:18:49 e1cffe52706c: Preparing 01:18:49 6f937035717c: Preparing 01:18:49 a4cc01beab17: Preparing 01:18:49 703a4888cd30: Preparing 01:18:49 e2ed48aacc2a: Preparing 01:18:49 68a8b00a0161: Preparing 01:18:49 fcd65a4f7a1a: Preparing 01:18:49 5f026650a12e: Preparing 01:18:49 994456c4fd7b: Preparing 01:18:49 68a8b00a0161: Waiting 01:18:49 fcd65a4f7a1a: Waiting 01:18:49 5f026650a12e: Waiting 01:18:49 994456c4fd7b: Waiting 01:18:49 e2ed48aacc2a: Layer already exists 01:18:49 703a4888cd30: Layer already exists 01:18:49 e1cffe52706c: Pushed 01:18:49 6f937035717c: Pushed 01:18:49 a4cc01beab17: Pushed 01:18:49 fcd65a4f7a1a: Pushed 01:18:49 994456c4fd7b: Layer already exists 01:18:49 5f026650a12e: Pushed 01:19:02 68a8b00a0161: Pushed 01:19:02 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:19:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:02 e1cffe52706c: Preparing 01:19:02 6f937035717c: Preparing 01:19:02 a4cc01beab17: Preparing 01:19:02 703a4888cd30: Preparing 01:19:02 e2ed48aacc2a: Preparing 01:19:02 68a8b00a0161: Preparing 01:19:02 fcd65a4f7a1a: Preparing 01:19:02 5f026650a12e: Preparing 01:19:02 994456c4fd7b: Preparing 01:19:02 68a8b00a0161: Waiting 01:19:02 fcd65a4f7a1a: Waiting 01:19:02 5f026650a12e: Waiting 01:19:02 994456c4fd7b: Waiting 01:19:02 703a4888cd30: Layer already exists 01:19:02 a4cc01beab17: Layer already exists 01:19:02 e2ed48aacc2a: Layer already exists 01:19:02 e1cffe52706c: Layer already exists 01:19:02 6f937035717c: Layer already exists 01:19:02 5f026650a12e: Layer already exists 01:19:02 fcd65a4f7a1a: Layer already exists 01:19:02 68a8b00a0161: Layer already exists 01:19:02 994456c4fd7b: Layer already exists 01:19:02 latest: digest: sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 01:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:03 e1cffe52706c: Preparing 01:19:03 6f937035717c: Preparing 01:19:03 a4cc01beab17: Preparing 01:19:03 703a4888cd30: Preparing 01:19:03 e2ed48aacc2a: Preparing 01:19:03 68a8b00a0161: Preparing 01:19:03 fcd65a4f7a1a: Preparing 01:19:03 5f026650a12e: Preparing 01:19:03 994456c4fd7b: Preparing 01:19:03 5f026650a12e: Waiting 01:19:03 68a8b00a0161: Waiting 01:19:03 994456c4fd7b: Waiting 01:19:03 fcd65a4f7a1a: Waiting 01:19:03 703a4888cd30: Layer already exists 01:19:03 e1cffe52706c: Layer already exists 01:19:03 e2ed48aacc2a: Layer already exists 01:19:03 6f937035717c: Layer already exists 01:19:03 a4cc01beab17: Layer already exists 01:19:03 fcd65a4f7a1a: Layer already exists 01:19:03 68a8b00a0161: Layer already exists 01:19:03 994456c4fd7b: Layer already exists 01:19:03 5f026650a12e: Layer already exists 01:19:03 4.1.0-dev.22: digest: sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:03 e1cffe52706c: Preparing 01:19:03 6f937035717c: Preparing 01:19:03 a4cc01beab17: Preparing 01:19:03 703a4888cd30: Preparing 01:19:03 e2ed48aacc2a: Preparing 01:19:03 68a8b00a0161: Preparing 01:19:03 fcd65a4f7a1a: Preparing 01:19:03 68a8b00a0161: Waiting 01:19:03 5f026650a12e: Preparing 01:19:03 994456c4fd7b: Preparing 01:19:03 fcd65a4f7a1a: Waiting 01:19:03 5f026650a12e: Waiting 01:19:03 e1cffe52706c: Layer already exists 01:19:03 703a4888cd30: Layer already exists 01:19:03 a4cc01beab17: Layer already exists 01:19:03 e2ed48aacc2a: Layer already exists 01:19:03 6f937035717c: Layer already exists 01:19:03 68a8b00a0161: Layer already exists 01:19:03 fcd65a4f7a1a: Layer already exists 01:19:03 5f026650a12e: Layer already exists 01:19:03 994456c4fd7b: Layer already exists 01:19:03 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:19:04 e1cffe52706c: Preparing 01:19:04 6f937035717c: Preparing 01:19:04 a4cc01beab17: Preparing 01:19:04 703a4888cd30: Preparing 01:19:04 e2ed48aacc2a: Preparing 01:19:04 68a8b00a0161: Preparing 01:19:04 fcd65a4f7a1a: Preparing 01:19:04 5f026650a12e: Preparing 01:19:04 994456c4fd7b: Preparing 01:19:04 68a8b00a0161: Waiting 01:19:04 5f026650a12e: Waiting 01:19:04 994456c4fd7b: Waiting 01:19:04 fcd65a4f7a1a: Waiting 01:19:04 6f937035717c: Layer already exists 01:19:04 a4cc01beab17: Layer already exists 01:19:04 e1cffe52706c: Layer already exists 01:19:04 703a4888cd30: Layer already exists 01:19:04 e2ed48aacc2a: Layer already exists 01:19:04 68a8b00a0161: Layer already exists 01:19:04 994456c4fd7b: Layer already exists 01:19:04 5f026650a12e: Layer already exists 01:19:04 fcd65a4f7a1a: Layer already exists 01:19:04 main: digest: sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:04 ===================================================== [Pipeline] echo 01:19:04 taggedImages: 01:19:04 - nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:04 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:19:04 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 01:19:04 - nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:04 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:19:04 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:19:04 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:04 latest 01:19:04 4.1.0-dev.22 01:19:04 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:04 main 01:19:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:19:05 f1f46f707d1c: Preparing 01:19:05 96b7b132c171: Preparing 01:19:05 ead95f73cd32: Preparing 01:19:05 703a4888cd30: Preparing 01:19:05 e2ed48aacc2a: Preparing 01:19:05 020a09c41acb: Preparing 01:19:05 c7113510784d: Preparing 01:19:05 a4c58551a96e: Preparing 01:19:05 994456c4fd7b: Preparing 01:19:05 020a09c41acb: Waiting 01:19:05 c7113510784d: Waiting 01:19:05 a4c58551a96e: Waiting 01:19:05 994456c4fd7b: Waiting 01:19:05 e2ed48aacc2a: Layer already exists 01:19:05 703a4888cd30: Layer already exists 01:19:05 c7113510784d: Layer already exists 01:19:05 a4c58551a96e: Layer already exists 01:19:05 994456c4fd7b: Layer already exists 01:19:05 96b7b132c171: Pushed 01:19:05 ead95f73cd32: Pushed 01:19:05 f1f46f707d1c: Pushed 01:19:17 020a09c41acb: Pushed 01:19:17 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:19:18 f1f46f707d1c: Preparing 01:19:18 96b7b132c171: Preparing 01:19:18 ead95f73cd32: Preparing 01:19:18 703a4888cd30: Preparing 01:19:18 e2ed48aacc2a: Preparing 01:19:18 020a09c41acb: Preparing 01:19:18 c7113510784d: Preparing 01:19:18 a4c58551a96e: Preparing 01:19:18 994456c4fd7b: Preparing 01:19:18 020a09c41acb: Waiting 01:19:18 c7113510784d: Waiting 01:19:18 a4c58551a96e: Waiting 01:19:18 994456c4fd7b: Waiting 01:19:18 ead95f73cd32: Layer already exists 01:19:18 96b7b132c171: Layer already exists 01:19:18 703a4888cd30: Layer already exists 01:19:18 f1f46f707d1c: Layer already exists 01:19:18 e2ed48aacc2a: Layer already exists 01:19:18 a4c58551a96e: Layer already exists 01:19:18 c7113510784d: Layer already exists 01:19:18 020a09c41acb: Layer already exists 01:19:18 994456c4fd7b: Layer already exists 01:19:18 latest: digest: sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 01:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:19:18 f1f46f707d1c: Preparing 01:19:18 96b7b132c171: Preparing 01:19:18 ead95f73cd32: Preparing 01:19:18 703a4888cd30: Preparing 01:19:18 e2ed48aacc2a: Preparing 01:19:18 020a09c41acb: Preparing 01:19:18 c7113510784d: Preparing 01:19:18 020a09c41acb: Waiting 01:19:18 a4c58551a96e: Preparing 01:19:18 c7113510784d: Waiting 01:19:18 994456c4fd7b: Preparing 01:19:18 994456c4fd7b: Waiting 01:19:18 a4c58551a96e: Waiting 01:19:18 703a4888cd30: Layer already exists 01:19:18 96b7b132c171: Layer already exists 01:19:18 f1f46f707d1c: Layer already exists 01:19:18 ead95f73cd32: Layer already exists 01:19:18 e2ed48aacc2a: Layer already exists 01:19:18 a4c58551a96e: Layer already exists 01:19:18 c7113510784d: Layer already exists 01:19:18 020a09c41acb: Layer already exists 01:19:18 994456c4fd7b: Layer already exists 01:19:18 4.1.0-dev.22: digest: sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:19:19 f1f46f707d1c: Preparing 01:19:19 96b7b132c171: Preparing 01:19:19 ead95f73cd32: Preparing 01:19:19 703a4888cd30: Preparing 01:19:19 e2ed48aacc2a: Preparing 01:19:19 020a09c41acb: Preparing 01:19:19 c7113510784d: Preparing 01:19:19 a4c58551a96e: Preparing 01:19:19 994456c4fd7b: Preparing 01:19:19 a4c58551a96e: Waiting 01:19:19 c7113510784d: Waiting 01:19:19 994456c4fd7b: Waiting 01:19:19 020a09c41acb: Waiting 01:19:19 96b7b132c171: Layer already exists 01:19:19 ead95f73cd32: Layer already exists 01:19:19 703a4888cd30: Layer already exists 01:19:19 e2ed48aacc2a: Layer already exists 01:19:19 f1f46f707d1c: Layer already exists 01:19:19 c7113510784d: Layer already exists 01:19:19 994456c4fd7b: Layer already exists 01:19:19 a4c58551a96e: Layer already exists 01:19:19 020a09c41acb: Layer already exists 01:19:19 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:19:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:19:20 f1f46f707d1c: Preparing 01:19:20 96b7b132c171: Preparing 01:19:20 ead95f73cd32: Preparing 01:19:20 703a4888cd30: Preparing 01:19:20 e2ed48aacc2a: Preparing 01:19:20 020a09c41acb: Preparing 01:19:20 c7113510784d: Preparing 01:19:20 a4c58551a96e: Preparing 01:19:20 994456c4fd7b: Preparing 01:19:20 c7113510784d: Waiting 01:19:20 a4c58551a96e: Waiting 01:19:20 994456c4fd7b: Waiting 01:19:20 020a09c41acb: Waiting 01:19:20 f1f46f707d1c: Layer already exists 01:19:20 ead95f73cd32: Layer already exists 01:19:20 96b7b132c171: Layer already exists 01:19:20 e2ed48aacc2a: Layer already exists 01:19:20 703a4888cd30: Layer already exists 01:19:20 020a09c41acb: Layer already exists 01:19:20 a4c58551a96e: Layer already exists 01:19:20 c7113510784d: Layer already exists 01:19:20 994456c4fd7b: Layer already exists 01:19:20 main: digest: sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:20 ===================================================== [Pipeline] echo 01:19:20 taggedImages: 01:19:20 - nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:20 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:19:20 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 01:19:20 - nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:20 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:19:20 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:19:20 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:20 latest 01:19:20 4.1.0-dev.22 01:19:20 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:20 main 01:19:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:19:20 b4a2d77a52f1: Preparing 01:19:20 e155c59c24aa: Preparing 01:19:20 703a4888cd30: Preparing 01:19:20 e2ed48aacc2a: Preparing 01:19:20 126213380790: Preparing 01:19:20 08e7880652b3: Preparing 01:19:20 994456c4fd7b: Preparing 01:19:20 08e7880652b3: Waiting 01:19:20 994456c4fd7b: Waiting 01:19:20 e2ed48aacc2a: Layer already exists 01:19:20 703a4888cd30: Layer already exists 01:19:20 994456c4fd7b: Layer already exists 01:19:20 126213380790: Pushed 01:19:20 b4a2d77a52f1: Pushed 01:19:21 08e7880652b3: Pushed 01:19:24 e155c59c24aa: Pushed 01:19:25 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:19:25 b4a2d77a52f1: Preparing 01:19:25 e155c59c24aa: Preparing 01:19:25 703a4888cd30: Preparing 01:19:25 e2ed48aacc2a: Preparing 01:19:25 126213380790: Preparing 01:19:25 08e7880652b3: Preparing 01:19:25 994456c4fd7b: Preparing 01:19:25 08e7880652b3: Waiting 01:19:25 994456c4fd7b: Waiting 01:19:25 126213380790: Layer already exists 01:19:25 e2ed48aacc2a: Layer already exists 01:19:25 e155c59c24aa: Layer already exists 01:19:25 b4a2d77a52f1: Layer already exists 01:19:25 703a4888cd30: Layer already exists 01:19:25 994456c4fd7b: Layer already exists 01:19:25 08e7880652b3: Layer already exists 01:19:25 latest: digest: sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 01:19:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:19:26 b4a2d77a52f1: Preparing 01:19:26 e155c59c24aa: Preparing 01:19:26 703a4888cd30: Preparing 01:19:26 e2ed48aacc2a: Preparing 01:19:26 126213380790: Preparing 01:19:26 08e7880652b3: Preparing 01:19:26 994456c4fd7b: Preparing 01:19:26 08e7880652b3: Waiting 01:19:26 b4a2d77a52f1: Layer already exists 01:19:26 e2ed48aacc2a: Layer already exists 01:19:26 e155c59c24aa: Layer already exists 01:19:26 126213380790: Layer already exists 01:19:26 703a4888cd30: Layer already exists 01:19:26 08e7880652b3: Layer already exists 01:19:26 994456c4fd7b: Layer already exists 01:19:26 4.1.0-dev.22: digest: sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:19:26 b4a2d77a52f1: Preparing 01:19:26 e155c59c24aa: Preparing 01:19:26 703a4888cd30: Preparing 01:19:26 e2ed48aacc2a: Preparing 01:19:26 126213380790: Preparing 01:19:26 08e7880652b3: Preparing 01:19:26 994456c4fd7b: Preparing 01:19:26 08e7880652b3: Waiting 01:19:26 703a4888cd30: Layer already exists 01:19:26 e155c59c24aa: Layer already exists 01:19:26 126213380790: Layer already exists 01:19:26 e2ed48aacc2a: Layer already exists 01:19:26 b4a2d77a52f1: Layer already exists 01:19:26 08e7880652b3: Layer already exists 01:19:26 994456c4fd7b: Layer already exists 01:19:26 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:19:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:19:27 b4a2d77a52f1: Preparing 01:19:27 e155c59c24aa: Preparing 01:19:27 703a4888cd30: Preparing 01:19:27 e2ed48aacc2a: Preparing 01:19:27 126213380790: Preparing 01:19:27 08e7880652b3: Preparing 01:19:27 994456c4fd7b: Preparing 01:19:27 08e7880652b3: Waiting 01:19:27 994456c4fd7b: Waiting 01:19:27 b4a2d77a52f1: Layer already exists 01:19:27 e155c59c24aa: Layer already exists 01:19:27 e2ed48aacc2a: Layer already exists 01:19:27 126213380790: Layer already exists 01:19:27 703a4888cd30: Layer already exists 01:19:27 994456c4fd7b: Layer already exists 01:19:27 08e7880652b3: Layer already exists 01:19:27 main: digest: sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:27 ===================================================== [Pipeline] echo 01:19:27 taggedImages: 01:19:27 - nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:27 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:19:27 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 01:19:27 - nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:27 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:19:27 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:19:27 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:27 latest 01:19:27 4.1.0-dev.22 01:19:27 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:27 main 01:19:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:19:28 ec3040cacd6b: Preparing 01:19:28 0a32cfea4c7d: Preparing 01:19:28 703a4888cd30: Preparing 01:19:28 e2ed48aacc2a: Preparing 01:19:28 33ee74fc89e6: Preparing 01:19:28 bba7c28ee95a: Preparing 01:19:28 994456c4fd7b: Preparing 01:19:28 bba7c28ee95a: Waiting 01:19:28 994456c4fd7b: Waiting 01:19:28 703a4888cd30: Layer already exists 01:19:28 e2ed48aacc2a: Layer already exists 01:19:28 994456c4fd7b: Layer already exists 01:19:28 33ee74fc89e6: Pushed 01:19:28 ec3040cacd6b: Pushed 01:19:28 bba7c28ee95a: Pushed 01:19:32 0a32cfea4c7d: Pushed 01:19:32 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:19:33 ec3040cacd6b: Preparing 01:19:33 0a32cfea4c7d: Preparing 01:19:33 703a4888cd30: Preparing 01:19:33 e2ed48aacc2a: Preparing 01:19:33 33ee74fc89e6: Preparing 01:19:33 bba7c28ee95a: Preparing 01:19:33 994456c4fd7b: Preparing 01:19:33 bba7c28ee95a: Waiting 01:19:33 994456c4fd7b: Waiting 01:19:33 ec3040cacd6b: Layer already exists 01:19:33 e2ed48aacc2a: Layer already exists 01:19:33 0a32cfea4c7d: Layer already exists 01:19:33 703a4888cd30: Layer already exists 01:19:33 33ee74fc89e6: Layer already exists 01:19:33 994456c4fd7b: Layer already exists 01:19:33 bba7c28ee95a: Layer already exists 01:19:33 latest: digest: sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 01:19:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:19:34 ec3040cacd6b: Preparing 01:19:34 0a32cfea4c7d: Preparing 01:19:34 703a4888cd30: Preparing 01:19:34 e2ed48aacc2a: Preparing 01:19:34 33ee74fc89e6: Preparing 01:19:34 bba7c28ee95a: Preparing 01:19:34 994456c4fd7b: Preparing 01:19:34 bba7c28ee95a: Waiting 01:19:34 994456c4fd7b: Waiting 01:19:34 703a4888cd30: Layer already exists 01:19:34 ec3040cacd6b: Layer already exists 01:19:34 0a32cfea4c7d: Layer already exists 01:19:34 e2ed48aacc2a: Layer already exists 01:19:34 33ee74fc89e6: Layer already exists 01:19:34 bba7c28ee95a: Layer already exists 01:19:34 994456c4fd7b: Layer already exists 01:19:34 4.1.0-dev.22: digest: sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:19:34 ec3040cacd6b: Preparing 01:19:34 0a32cfea4c7d: Preparing 01:19:34 703a4888cd30: Preparing 01:19:34 e2ed48aacc2a: Preparing 01:19:34 33ee74fc89e6: Preparing 01:19:34 bba7c28ee95a: Preparing 01:19:34 994456c4fd7b: Preparing 01:19:34 bba7c28ee95a: Waiting 01:19:34 994456c4fd7b: Waiting 01:19:34 e2ed48aacc2a: Layer already exists 01:19:34 703a4888cd30: Layer already exists 01:19:34 0a32cfea4c7d: Layer already exists 01:19:34 33ee74fc89e6: Layer already exists 01:19:34 ec3040cacd6b: Layer already exists 01:19:34 994456c4fd7b: Layer already exists 01:19:34 bba7c28ee95a: Layer already exists 01:19:34 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:19:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:19:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:19:35 ec3040cacd6b: Preparing 01:19:35 0a32cfea4c7d: Preparing 01:19:35 703a4888cd30: Preparing 01:19:35 e2ed48aacc2a: Preparing 01:19:35 33ee74fc89e6: Preparing 01:19:35 bba7c28ee95a: Preparing 01:19:35 994456c4fd7b: Preparing 01:19:35 bba7c28ee95a: Waiting 01:19:35 994456c4fd7b: Waiting 01:19:35 33ee74fc89e6: Layer already exists 01:19:35 ec3040cacd6b: Layer already exists 01:19:35 e2ed48aacc2a: Layer already exists 01:19:35 703a4888cd30: Layer already exists 01:19:35 0a32cfea4c7d: Layer already exists 01:19:35 bba7c28ee95a: Layer already exists 01:19:35 994456c4fd7b: Layer already exists 01:19:35 main: digest: sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:19:35 ===================================================== [Pipeline] echo 01:19:35 taggedImages: 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:19:35 ========================================================= 01:19:35 [edgeXBuildMultiArch] RAW Config: 01:19:35 images: 01:19:35 - nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/core-command:latest 01:19:35 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-command:main 01:19:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:19:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:19:35 - nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/core-data:latest 01:19:35 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-data:main 01:19:35 - nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:19:35 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:19:35 - nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:19:35 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:19:35 - nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:19:35 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:19:35 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:19:35 settingsFile: 01:19:35 edgex-go-settings 01:19:35 ========================================================= [Pipeline] node 01:19:50 Still waiting to schedule task 01:19:50 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:20:58 Running on prd-centos7-docker-4c-2g-2863 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:20:58 provisioning config files... 01:20:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11049114418094908046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:21:02 ---> ****-login.sh 01:21:02 nexus3.edgexfoundry.org:10001 01:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:21:02 Configure a credential helper to remove this warning. See 01:21:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:21:02 01:21:02 Login Succeeded 01:21:02 nexus3.edgexfoundry.org:10002 01:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:21:03 Configure a credential helper to remove this warning. See 01:21:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:21:03 01:21:03 Login Succeeded 01:21:03 nexus3.edgexfoundry.org:10003 01:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:21:03 Configure a credential helper to remove this warning. See 01:21:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:21:03 01:21:03 Login Succeeded 01:21:03 nexus3.edgexfoundry.org:10004 01:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:21:03 Configure a credential helper to remove this warning. See 01:21:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:21:03 01:21:03 Login Succeeded 01:21:03 ****.io 01:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:21:03 Configure a credential helper to remove this warning. See 01:21:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:21:03 01:21:03 Login Succeeded 01:21:03 ---> ****-login.sh ends [Pipeline] } 01:21:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:21:04 + docker buildx ls 01:21:04 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:21:04 default * docker 01:21:04 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:21:04 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:21:04 edgex-builder [Pipeline] sh 01:21:04 + docker buildx inspect --bootstrap 01:21:04 #1 [internal] booting buildkit 01:21:04 #1 pulling image moby/buildkit:buildx-stable-1 01:21:09 #1 pulling image moby/buildkit:buildx-stable-1 3.5s done 01:21:09 #1 creating container buildx_buildkit_edgex-builder0 01:21:14 #1 creating container buildx_buildkit_edgex-builder0 5.5s done 01:21:14 #1 DONE 9.0s 01:21:14 Name: edgex-builder 01:21:14 Driver: docker-container 01:21:14 01:21:14 Nodes: 01:21:14 Name: edgex-builder0 01:21:14 Endpoint: unix:///var/run/docker.sock 01:21:14 Status: running 01:21:14 Buildkit: v0.21.1 01:21:14 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:21:14 + docker buildx ls 01:21:14 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:21:14 edgex-builder * docker-container 01:21:14 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:21:14 default docker 01:21:14 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:21:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:15 #1 [internal] load build definition from Dockerfile 01:21:15 #1 transferring dockerfile: 197B done 01:21:15 #1 DONE 0.0s 01:21:15 01:21:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:15 #2 DONE 0.1s 01:21:15 01:21:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:15 #3 DONE 0.1s 01:21:15 01:21:15 #4 [internal] load .dockerignore 01:21:15 #4 transferring context: 2B done 01:21:15 #4 DONE 0.0s 01:21:15 01:21:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:15 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:15 #5 DONE 0.0s 01:21:15 01:21:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:15 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c done 01:21:15 #6 DONE 0.1s 01:21:15 01:21:15 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:21:15 #7 DONE 0.0s 01:21:15 01:21:15 #8 exporting to image 01:21:15 #8 exporting layers done 01:21:15 #8 exporting manifest sha256:7ae000ee68b10d226bfe2603e75f5a63f09d33f9999d819e3f3f897b7936b257 0.0s done 01:21:15 #8 exporting config sha256:6f27cb9199e6b12e25993ecc818361215f3d65da5ca79425adcfdd21e3212e4c done 01:21:15 #8 exporting manifest sha256:f9827b51a86d99fe62adeaf30fc4e4c5371360c7bbe815927394a5bf5595b338 done 01:21:15 #8 exporting config sha256:52472c9c57fdb20303a1f2693d8eccd603429adb42d0a131db397e7611be4ffa done 01:21:15 #8 exporting manifest list sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b done 01:21:15 #8 pushing layers 01:21:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:15 #8 pushing layers 0.1s done 01:21:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 0.1s done 01:21:15 #8 DONE 0.2s 01:21:15 01:21:15 1 warning found (use --debug to expand): 01:21:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:21:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:21:15 #1 [internal] load build definition from Dockerfile 01:21:15 #1 transferring dockerfile: 163B done 01:21:15 #1 DONE 0.0s 01:21:15 01:21:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:21:15 #2 DONE 0.0s 01:21:15 01:21:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:21:15 #3 DONE 0.0s 01:21:15 01:21:15 #4 [internal] load .dockerignore 01:21:15 #4 transferring context: 2B done 01:21:15 #4 DONE 0.0s 01:21:16 01:21:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:16 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:16 #5 CACHED 01:21:16 01:21:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:16 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:16 #6 CACHED 01:21:16 01:21:16 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:21:16 #7 DONE 0.0s 01:21:16 01:21:16 #8 exporting to image 01:21:16 #8 exporting layers done 01:21:16 #8 exporting manifest sha256:7ae000ee68b10d226bfe2603e75f5a63f09d33f9999d819e3f3f897b7936b257 done 01:21:16 #8 exporting config sha256:6f27cb9199e6b12e25993ecc818361215f3d65da5ca79425adcfdd21e3212e4c done 01:21:16 #8 exporting manifest sha256:f9827b51a86d99fe62adeaf30fc4e4c5371360c7bbe815927394a5bf5595b338 done 01:21:16 #8 exporting config sha256:52472c9c57fdb20303a1f2693d8eccd603429adb42d0a131db397e7611be4ffa done 01:21:16 #8 exporting manifest list sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b done 01:21:16 #8 pushing layers 0.0s done 01:21:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 0.1s done 01:21:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:16 #8 DONE 0.1s 01:21:16 01:21:16 1 warning found (use --debug to expand): 01:21:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 --push - 01:21:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22' 01:21:16 #1 [internal] load build definition from Dockerfile 01:21:16 #1 transferring dockerfile: 169B done 01:21:16 #1 DONE 0.0s 01:21:16 01:21:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 01:21:16 #2 DONE 0.0s 01:21:16 01:21:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22 01:21:16 #3 DONE 0.0s 01:21:16 01:21:16 #4 [internal] load .dockerignore 01:21:16 #4 transferring context: 2B done 01:21:16 #4 DONE 0.0s 01:21:16 01:21:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:16 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:16 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:16 #5 CACHED 01:21:16 01:21:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:16 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:16 #6 CACHED 01:21:16 01:21:16 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:21:16 #7 DONE 0.0s 01:21:16 01:21:16 #8 exporting to image 01:21:16 #8 exporting layers done 01:21:16 #8 exporting manifest sha256:7ae000ee68b10d226bfe2603e75f5a63f09d33f9999d819e3f3f897b7936b257 done 01:21:16 #8 exporting config sha256:6f27cb9199e6b12e25993ecc818361215f3d65da5ca79425adcfdd21e3212e4c done 01:21:16 #8 exporting manifest sha256:f9827b51a86d99fe62adeaf30fc4e4c5371360c7bbe815927394a5bf5595b338 done 01:21:16 #8 exporting config sha256:52472c9c57fdb20303a1f2693d8eccd603429adb42d0a131db397e7611be4ffa done 01:21:16 #8 exporting manifest list sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b done 01:21:16 #8 pushing layers 0.0s done 01:21:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 01:21:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.22@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 0.1s done 01:21:16 #8 DONE 0.1s 01:21:16 01:21:16 1 warning found (use --debug to expand): 01:21:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:17 #1 [internal] load build definition from Dockerfile 01:21:17 #1 transferring dockerfile: 210B done 01:21:17 #1 DONE 0.0s 01:21:17 01:21:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:17 #2 DONE 0.0s 01:21:17 01:21:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:17 #3 DONE 0.0s 01:21:17 01:21:17 #4 [internal] load .dockerignore 01:21:17 #4 transferring context: 2B done 01:21:17 #4 DONE 0.0s 01:21:17 01:21:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:17 #5 CACHED 01:21:17 01:21:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:17 #6 CACHED 01:21:17 01:21:17 #7 exporting to image 01:21:17 #7 exporting layers done 01:21:17 #7 exporting manifest sha256:7ae000ee68b10d226bfe2603e75f5a63f09d33f9999d819e3f3f897b7936b257 done 01:21:17 #7 exporting config sha256:6f27cb9199e6b12e25993ecc818361215f3d65da5ca79425adcfdd21e3212e4c done 01:21:17 #7 exporting manifest sha256:f9827b51a86d99fe62adeaf30fc4e4c5371360c7bbe815927394a5bf5595b338 done 01:21:17 #7 exporting config sha256:52472c9c57fdb20303a1f2693d8eccd603429adb42d0a131db397e7611be4ffa done 01:21:17 #7 exporting manifest list sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b done 01:21:17 #7 pushing layers 0.0s done 01:21:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 01:21:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 0.1s done 01:21:17 #7 DONE 0.1s 01:21:17 01:21:17 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:21:17 #8 DONE 0.0s 01:21:17 01:21:17 1 warning found (use --debug to expand): 01:21:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:21:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:21:17 #1 [internal] load build definition from Dockerfile 01:21:17 #1 transferring dockerfile: 161B done 01:21:17 #1 DONE 0.0s 01:21:17 01:21:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:21:17 #2 DONE 0.0s 01:21:17 01:21:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:21:17 #3 DONE 0.0s 01:21:17 01:21:17 #4 [internal] load .dockerignore 01:21:17 #4 transferring context: 2B done 01:21:17 #4 DONE 0.0s 01:21:17 01:21:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:17 #5 CACHED 01:21:17 01:21:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 01:21:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:375b6af25541cafed2f5cb167f4ed0bbacc27cf59c1e43ca3e707991c7567b5c 0.0s done 01:21:17 #6 CACHED 01:21:17 01:21:17 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:21:17 #7 DONE 0.0s 01:21:17 01:21:17 #8 exporting to image 01:21:17 #8 exporting layers done 01:21:17 #8 exporting manifest sha256:7ae000ee68b10d226bfe2603e75f5a63f09d33f9999d819e3f3f897b7936b257 done 01:21:17 #8 exporting config sha256:6f27cb9199e6b12e25993ecc818361215f3d65da5ca79425adcfdd21e3212e4c done 01:21:17 #8 exporting manifest sha256:f9827b51a86d99fe62adeaf30fc4e4c5371360c7bbe815927394a5bf5595b338 done 01:21:17 #8 exporting config sha256:52472c9c57fdb20303a1f2693d8eccd603429adb42d0a131db397e7611be4ffa done 01:21:17 #8 exporting manifest list sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b done 01:21:17 #8 pushing layers 0.0s done 01:21:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:b52ff15d9efe2f08f5d384aaafbb8602610e4d17e8f9a6a5775cfc05be2bbb6b 0.1s done 01:21:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:17 #8 DONE 0.1s 01:21:17 01:21:17 1 warning found (use --debug to expand): 01:21:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:18 #1 [internal] load build definition from Dockerfile 01:21:18 #1 transferring dockerfile: 216B done 01:21:18 #1 DONE 0.0s 01:21:18 01:21:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:18 #2 DONE 0.0s 01:21:18 01:21:18 #3 [internal] load .dockerignore 01:21:18 #3 transferring context: 2B done 01:21:18 #3 DONE 0.0s 01:21:18 01:21:18 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:18 #4 DONE 0.1s 01:21:18 01:21:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:18 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:18 #5 ... 01:21:18 01:21:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:18 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:18 #6 DONE 0.1s 01:21:18 01:21:18 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:18 #7 DONE 0.0s 01:21:18 01:21:18 #8 exporting to image 01:21:18 #8 exporting layers done 01:21:18 #8 exporting manifest sha256:37a9c13eefd901e585b773f642d6ecaa9c39a0227a297856b81c3f5406bc6be9 0.0s done 01:21:18 #8 exporting config sha256:ba47179ce3632dfd62359b0344eccef2873fc6a2ee371492ae5c57bd8f06429d done 01:21:18 #8 exporting manifest sha256:46bd4a570b6e546836c9d8cb4225ae2c0011a760c355c2342f18e1a6b3894947 0.0s done 01:21:18 #8 exporting config sha256:1f7398330e46f81c77571e5d49824f3bf0fc44b942f21b894fa8d62f3ea7a862 0.0s done 01:21:18 #8 exporting manifest list sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 0.0s done 01:21:18 #8 pushing layers 0.1s done 01:21:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 01:21:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 0.1s done 01:21:18 #8 DONE 0.3s 01:21:18 01:21:18 1 warning found (use --debug to expand): 01:21:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:21:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:21:18 #1 [internal] load build definition from Dockerfile 01:21:18 #1 transferring dockerfile: 182B done 01:21:18 #1 DONE 0.0s 01:21:18 01:21:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:21:18 #2 DONE 0.0s 01:21:18 01:21:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:21:18 #3 DONE 0.0s 01:21:18 01:21:18 #4 [internal] load .dockerignore 01:21:18 #4 transferring context: 2B done 01:21:18 #4 DONE 0.0s 01:21:18 01:21:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:18 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:18 #5 DONE 0.0s 01:21:18 01:21:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:19 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:19 #6 CACHED 01:21:19 01:21:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:19 #5 CACHED 01:21:19 01:21:19 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:19 #7 DONE 0.0s 01:21:19 01:21:19 #8 exporting to image 01:21:19 #8 exporting layers done 01:21:19 #8 exporting manifest sha256:37a9c13eefd901e585b773f642d6ecaa9c39a0227a297856b81c3f5406bc6be9 done 01:21:19 #8 exporting config sha256:ba47179ce3632dfd62359b0344eccef2873fc6a2ee371492ae5c57bd8f06429d done 01:21:19 #8 exporting manifest sha256:46bd4a570b6e546836c9d8cb4225ae2c0011a760c355c2342f18e1a6b3894947 done 01:21:19 #8 exporting config sha256:1f7398330e46f81c77571e5d49824f3bf0fc44b942f21b894fa8d62f3ea7a862 done 01:21:19 #8 exporting manifest list sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 done 01:21:19 #8 pushing layers 0.0s done 01:21:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 0.1s done 01:21:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:19 #8 DONE 0.1s 01:21:19 01:21:19 1 warning found (use --debug to expand): 01:21:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 --push - 01:21:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22' 01:21:19 #1 [internal] load build definition from Dockerfile 01:21:19 #1 transferring dockerfile: 188B done 01:21:19 #1 DONE 0.0s 01:21:19 01:21:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 01:21:19 #2 DONE 0.0s 01:21:19 01:21:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22 01:21:19 #3 DONE 0.0s 01:21:19 01:21:19 #4 [internal] load .dockerignore 01:21:19 #4 transferring context: 2B done 01:21:19 #4 DONE 0.0s 01:21:19 01:21:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:19 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:19 #5 DONE 0.0s 01:21:19 01:21:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:19 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:19 #6 CACHED 01:21:19 01:21:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:19 #5 CACHED 01:21:19 01:21:19 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:19 #7 DONE 0.0s 01:21:19 01:21:19 #8 exporting to image 01:21:19 #8 exporting layers done 01:21:19 #8 exporting manifest sha256:37a9c13eefd901e585b773f642d6ecaa9c39a0227a297856b81c3f5406bc6be9 done 01:21:19 #8 exporting config sha256:ba47179ce3632dfd62359b0344eccef2873fc6a2ee371492ae5c57bd8f06429d done 01:21:19 #8 exporting manifest sha256:46bd4a570b6e546836c9d8cb4225ae2c0011a760c355c2342f18e1a6b3894947 done 01:21:19 #8 exporting config sha256:1f7398330e46f81c77571e5d49824f3bf0fc44b942f21b894fa8d62f3ea7a862 done 01:21:19 #8 exporting manifest list sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 done 01:21:19 #8 pushing layers 0.0s done 01:21:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.22@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 0.1s done 01:21:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:19 #8 DONE 0.1s 01:21:19 01:21:19 1 warning found (use --debug to expand): 01:21:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:20 #1 [internal] load build definition from Dockerfile 01:21:20 #1 transferring dockerfile: 229B done 01:21:20 #1 DONE 0.1s 01:21:20 01:21:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:20 #2 DONE 0.0s 01:21:20 01:21:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:20 #3 DONE 0.0s 01:21:20 01:21:20 #4 [internal] load .dockerignore 01:21:20 #4 transferring context: 01:21:20 #4 transferring context: 2B done 01:21:20 #4 DONE 0.0s 01:21:20 01:21:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:20 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.1s done 01:21:20 #5 CACHED 01:21:20 01:21:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:20 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.1s done 01:21:20 #6 CACHED 01:21:20 01:21:20 #7 exporting to image 01:21:20 #7 exporting layers done 01:21:20 #7 exporting manifest sha256:37a9c13eefd901e585b773f642d6ecaa9c39a0227a297856b81c3f5406bc6be9 done 01:21:20 #7 exporting config sha256:ba47179ce3632dfd62359b0344eccef2873fc6a2ee371492ae5c57bd8f06429d done 01:21:20 #7 exporting manifest sha256:46bd4a570b6e546836c9d8cb4225ae2c0011a760c355c2342f18e1a6b3894947 done 01:21:20 #7 exporting config sha256:1f7398330e46f81c77571e5d49824f3bf0fc44b942f21b894fa8d62f3ea7a862 done 01:21:20 #7 exporting manifest list sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 done 01:21:20 #7 pushing layers 0.0s done 01:21:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 01:21:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 0.1s done 01:21:20 #7 DONE 0.1s 01:21:20 01:21:20 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:20 #8 DONE 0.0s 01:21:20 01:21:20 1 warning found (use --debug to expand): 01:21:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:21:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:21:20 #1 [internal] load build definition from Dockerfile 01:21:20 #1 transferring dockerfile: 180B done 01:21:20 #1 DONE 0.0s 01:21:20 01:21:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:21:20 #2 DONE 0.0s 01:21:20 01:21:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:21:20 #3 DONE 0.0s 01:21:20 01:21:20 #4 [internal] load .dockerignore 01:21:20 #4 transferring context: 2B done 01:21:20 #4 DONE 0.0s 01:21:20 01:21:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:20 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:21 #5 CACHED 01:21:21 01:21:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 01:21:21 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7a2099a2601c948f91578677952af2918e7495ac5db2858daa105bf5fcc48533 0.0s done 01:21:21 #6 CACHED 01:21:21 01:21:21 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:21 #7 DONE 0.0s 01:21:21 01:21:21 #8 exporting to image 01:21:21 #8 exporting layers done 01:21:21 #8 exporting manifest sha256:37a9c13eefd901e585b773f642d6ecaa9c39a0227a297856b81c3f5406bc6be9 done 01:21:21 #8 exporting config sha256:ba47179ce3632dfd62359b0344eccef2873fc6a2ee371492ae5c57bd8f06429d done 01:21:21 #8 exporting manifest sha256:46bd4a570b6e546836c9d8cb4225ae2c0011a760c355c2342f18e1a6b3894947 done 01:21:21 #8 exporting config sha256:1f7398330e46f81c77571e5d49824f3bf0fc44b942f21b894fa8d62f3ea7a862 done 01:21:21 #8 exporting manifest list sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 done 01:21:21 #8 pushing layers 0.0s done 01:21:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:3787badccb8ec6b7dd2b7e86511e0b2f9712f06c5dba699d4fc9c90480682417 0.1s done 01:21:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:21 #8 DONE 0.1s 01:21:21 01:21:21 1 warning found (use --debug to expand): 01:21:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:21 #1 [internal] load build definition from Dockerfile 01:21:21 #1 transferring dockerfile: 194B done 01:21:21 #1 DONE 0.0s 01:21:21 01:21:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:21 #2 DONE 0.0s 01:21:21 01:21:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:21 #3 DONE 0.0s 01:21:21 01:21:21 #4 [internal] load .dockerignore 01:21:21 #4 transferring context: 2B done 01:21:21 #4 DONE 0.0s 01:21:21 01:21:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:21 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:21 #5 ... 01:21:21 01:21:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:21 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:21 #6 DONE 0.1s 01:21:21 01:21:21 #7 exporting to image 01:21:21 #7 exporting layers done 01:21:21 #7 exporting manifest sha256:cfb0f80212fec62d402c38ebc5ddabecd1faafd459ffa6b8a589bbc5d3e98a2c done 01:21:21 #7 exporting config sha256:f1060f5b47f64f62e55e5886348b4d807d4f9dec7f07c4deaccaf959018e76ba 0.0s done 01:21:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:21 #7 ... 01:21:21 01:21:21 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:21:21 #8 DONE 0.0s 01:21:21 01:21:21 #7 exporting to image 01:21:21 #7 exporting manifest sha256:97bcc782a07bf85c2258a1d0b0ff8e6661b1ca137363dffe38bb6f1627f974b8 done 01:21:21 #7 exporting config sha256:9bf83a790b7828cea079f61b2e56faf1eea35291735b759f19891eac24819e93 done 01:21:21 #7 exporting manifest list sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 0.0s done 01:21:21 #7 pushing layers 0.1s done 01:21:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 01:21:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 0.1s done 01:21:21 #7 DONE 0.2s 01:21:21 01:21:21 1 warning found (use --debug to expand): 01:21:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:21:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:21:22 #1 [internal] load build definition from Dockerfile 01:21:22 #1 transferring dockerfile: 160B done 01:21:22 #1 DONE 0.0s 01:21:22 01:21:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:21:22 #2 DONE 0.0s 01:21:22 01:21:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:21:22 #3 DONE 0.0s 01:21:22 01:21:22 #4 [internal] load .dockerignore 01:21:22 #4 transferring context: 2B done 01:21:22 #4 DONE 0.0s 01:21:22 01:21:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:22 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:22 #5 DONE 0.0s 01:21:22 01:21:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:22 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:22 #6 CACHED 01:21:22 01:21:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:22 #5 CACHED 01:21:22 01:21:22 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:21:22 #7 DONE 0.0s 01:21:22 01:21:22 #8 exporting to image 01:21:22 #8 exporting layers done 01:21:22 #8 exporting manifest sha256:cfb0f80212fec62d402c38ebc5ddabecd1faafd459ffa6b8a589bbc5d3e98a2c done 01:21:22 #8 exporting config sha256:f1060f5b47f64f62e55e5886348b4d807d4f9dec7f07c4deaccaf959018e76ba done 01:21:22 #8 exporting manifest sha256:97bcc782a07bf85c2258a1d0b0ff8e6661b1ca137363dffe38bb6f1627f974b8 done 01:21:22 #8 exporting config sha256:9bf83a790b7828cea079f61b2e56faf1eea35291735b759f19891eac24819e93 done 01:21:22 #8 exporting manifest list sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc done 01:21:22 #8 pushing layers 0.0s done 01:21:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 0.1s done 01:21:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:22 #8 DONE 0.1s 01:21:22 01:21:22 1 warning found (use --debug to expand): 01:21:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22' 01:21:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 --push - 01:21:22 #1 [internal] load build definition from Dockerfile 01:21:22 #1 transferring dockerfile: 166B done 01:21:22 #1 DONE 0.0s 01:21:22 01:21:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 01:21:22 #2 DONE 0.0s 01:21:22 01:21:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22 01:21:22 #3 DONE 0.0s 01:21:22 01:21:22 #4 [internal] load .dockerignore 01:21:22 #4 transferring context: 2B done 01:21:22 #4 DONE 0.0s 01:21:22 01:21:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:22 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:22 #5 DONE 0.0s 01:21:22 01:21:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:23 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:23 #6 CACHED 01:21:23 01:21:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:23 #5 CACHED 01:21:23 01:21:23 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:21:23 #7 DONE 0.0s 01:21:23 01:21:23 #8 exporting to image 01:21:23 #8 exporting layers done 01:21:23 #8 exporting manifest sha256:cfb0f80212fec62d402c38ebc5ddabecd1faafd459ffa6b8a589bbc5d3e98a2c done 01:21:23 #8 exporting config sha256:f1060f5b47f64f62e55e5886348b4d807d4f9dec7f07c4deaccaf959018e76ba done 01:21:23 #8 exporting manifest sha256:97bcc782a07bf85c2258a1d0b0ff8e6661b1ca137363dffe38bb6f1627f974b8 done 01:21:23 #8 exporting config sha256:9bf83a790b7828cea079f61b2e56faf1eea35291735b759f19891eac24819e93 done 01:21:23 #8 exporting manifest list sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc done 01:21:23 #8 pushing layers 0.0s done 01:21:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.22@sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 0.1s done 01:21:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:23 #8 DONE 0.1s 01:21:23 01:21:23 1 warning found (use --debug to expand): 01:21:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:23 #1 [internal] load build definition from Dockerfile 01:21:23 #1 transferring dockerfile: 207B done 01:21:23 #1 DONE 0.0s 01:21:23 01:21:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:23 #2 DONE 0.0s 01:21:23 01:21:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:23 #3 DONE 0.0s 01:21:23 01:21:23 #4 [internal] load .dockerignore 01:21:23 #4 transferring context: 2B done 01:21:23 #4 DONE 0.0s 01:21:23 01:21:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:23 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:23 #5 DONE 0.0s 01:21:23 01:21:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:23 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:23 #6 CACHED 01:21:23 01:21:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:23 #5 CACHED 01:21:23 01:21:23 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:21:23 #7 DONE 0.0s 01:21:23 01:21:23 #8 exporting to image 01:21:23 #8 exporting layers done 01:21:23 #8 exporting manifest sha256:cfb0f80212fec62d402c38ebc5ddabecd1faafd459ffa6b8a589bbc5d3e98a2c done 01:21:23 #8 exporting config sha256:f1060f5b47f64f62e55e5886348b4d807d4f9dec7f07c4deaccaf959018e76ba done 01:21:23 #8 exporting manifest sha256:97bcc782a07bf85c2258a1d0b0ff8e6661b1ca137363dffe38bb6f1627f974b8 done 01:21:23 #8 exporting config sha256:9bf83a790b7828cea079f61b2e56faf1eea35291735b759f19891eac24819e93 done 01:21:23 #8 exporting manifest list sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc done 01:21:23 #8 pushing layers 0.0s done 01:21:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 0.1s done 01:21:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:23 #8 DONE 0.1s 01:21:23 01:21:23 1 warning found (use --debug to expand): 01:21:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:21:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:21:24 #1 [internal] load build definition from Dockerfile 01:21:24 #1 transferring dockerfile: 158B done 01:21:24 #1 DONE 0.0s 01:21:24 01:21:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:21:24 #2 DONE 0.0s 01:21:24 01:21:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:21:24 #3 DONE 0.0s 01:21:24 01:21:24 #4 [internal] load .dockerignore 01:21:24 #4 transferring context: 2B done 01:21:24 #4 DONE 0.0s 01:21:24 01:21:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:24 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:24 #5 CACHED 01:21:24 01:21:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 01:21:24 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3854f00d2736775142c40252ec07ec6809c4cc72dda1311ef33cfe00300c76a 0.0s done 01:21:24 #6 CACHED 01:21:24 01:21:24 #7 exporting to image 01:21:24 #7 exporting layers 01:21:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:24 #7 exporting layers done 01:21:24 #7 exporting manifest sha256:cfb0f80212fec62d402c38ebc5ddabecd1faafd459ffa6b8a589bbc5d3e98a2c done 01:21:24 #7 exporting config sha256:f1060f5b47f64f62e55e5886348b4d807d4f9dec7f07c4deaccaf959018e76ba done 01:21:24 #7 exporting manifest sha256:97bcc782a07bf85c2258a1d0b0ff8e6661b1ca137363dffe38bb6f1627f974b8 done 01:21:24 #7 exporting config sha256:9bf83a790b7828cea079f61b2e56faf1eea35291735b759f19891eac24819e93 done 01:21:24 #7 exporting manifest list sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc done 01:21:24 #7 pushing layers 0.0s done 01:21:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:fe7fe5e4ba4572bb6aa79f4f55d2d902c7923af84b421f6c090f403733b96cfc 0.1s done 01:21:24 #7 DONE 0.1s 01:21:24 01:21:24 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:21:24 #8 DONE 0.0s 01:21:24 01:21:24 1 warning found (use --debug to expand): 01:21:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:24 #1 [internal] load build definition from Dockerfile 01:21:24 #1 transferring dockerfile: 196B done 01:21:24 #1 DONE 0.0s 01:21:24 01:21:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:24 #2 DONE 0.0s 01:21:24 01:21:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:24 #3 DONE 0.1s 01:21:24 01:21:24 #4 [internal] load .dockerignore 01:21:24 #4 transferring context: 2B done 01:21:24 #4 DONE 0.0s 01:21:24 01:21:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:24 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:24 #5 DONE 0.0s 01:21:24 01:21:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:24 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:24 #6 DONE 0.1s 01:21:24 01:21:24 #7 exporting to image 01:21:24 #7 exporting layers done 01:21:24 #7 exporting manifest sha256:cc76a6db57b3db366e3ae1539b0a4ebb29096f110f0c2b18db96bd6635e46154 0.0s done 01:21:24 #7 exporting config sha256:240969302d0a69ca759ee786373d401e5e13a40e9f6bb3fbf15e1dd629d7c9df 01:21:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:24 #7 ... 01:21:24 01:21:24 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:24 #8 DONE 0.0s 01:21:24 01:21:24 #7 exporting to image 01:21:24 #7 exporting config sha256:240969302d0a69ca759ee786373d401e5e13a40e9f6bb3fbf15e1dd629d7c9df done 01:21:24 #7 exporting manifest sha256:edd0f7890ef6d5fd186c2612bd1e57922a5369b8d05b9c78b51bec331cab0be0 done 01:21:24 #7 exporting config sha256:7518160129e0e6ceb099741ad550e6e9191ab05f371aaa721bdfd02d719ae594 done 01:21:24 #7 exporting manifest list sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 0.0s done 01:21:24 #7 pushing layers 0.1s done 01:21:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 01:21:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 0.1s done 01:21:24 #7 DONE 0.2s 01:21:24 01:21:24 1 warning found (use --debug to expand): 01:21:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:21:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:21:25 #1 [internal] load build definition from Dockerfile 01:21:25 #1 transferring dockerfile: 162B done 01:21:25 #1 DONE 0.0s 01:21:25 01:21:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:21:25 #2 DONE 0.1s 01:21:25 01:21:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:21:25 #3 DONE 0.1s 01:21:25 01:21:25 #4 [internal] load .dockerignore 01:21:25 #4 transferring context: 2B done 01:21:25 #4 DONE 0.1s 01:21:25 01:21:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:25 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:25 #5 CACHED 01:21:25 01:21:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:25 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:25 #6 CACHED 01:21:25 01:21:25 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:25 #7 DONE 0.0s 01:21:25 01:21:25 #8 exporting to image 01:21:25 #8 exporting layers done 01:21:25 #8 exporting manifest sha256:cc76a6db57b3db366e3ae1539b0a4ebb29096f110f0c2b18db96bd6635e46154 done 01:21:25 #8 exporting config sha256:240969302d0a69ca759ee786373d401e5e13a40e9f6bb3fbf15e1dd629d7c9df done 01:21:25 #8 exporting manifest sha256:edd0f7890ef6d5fd186c2612bd1e57922a5369b8d05b9c78b51bec331cab0be0 done 01:21:25 #8 exporting config sha256:7518160129e0e6ceb099741ad550e6e9191ab05f371aaa721bdfd02d719ae594 done 01:21:25 #8 exporting manifest list sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b done 01:21:25 #8 pushing layers 0.0s done 01:21:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 0.1s done 01:21:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:25 #8 DONE 0.1s 01:21:25 01:21:25 1 warning found (use --debug to expand): 01:21:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 --push - 01:21:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22' 01:21:26 #1 [internal] load build definition from Dockerfile 01:21:26 #1 transferring dockerfile: 168B done 01:21:26 #1 DONE 0.0s 01:21:26 01:21:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 01:21:26 #2 DONE 0.0s 01:21:26 01:21:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22 01:21:26 #3 DONE 0.0s 01:21:26 01:21:26 #4 [internal] load .dockerignore 01:21:26 #4 transferring context: 2B done 01:21:26 #4 DONE 0.0s 01:21:26 01:21:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:26 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:26 #5 CACHED 01:21:26 01:21:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:26 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:26 #6 CACHED 01:21:26 01:21:26 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:26 #7 DONE 0.0s 01:21:26 01:21:26 #8 exporting to image 01:21:26 #8 exporting layers done 01:21:26 #8 exporting manifest sha256:cc76a6db57b3db366e3ae1539b0a4ebb29096f110f0c2b18db96bd6635e46154 done 01:21:26 #8 exporting config sha256:240969302d0a69ca759ee786373d401e5e13a40e9f6bb3fbf15e1dd629d7c9df done 01:21:26 #8 exporting manifest sha256:edd0f7890ef6d5fd186c2612bd1e57922a5369b8d05b9c78b51bec331cab0be0 done 01:21:26 #8 exporting config sha256:7518160129e0e6ceb099741ad550e6e9191ab05f371aaa721bdfd02d719ae594 done 01:21:26 #8 exporting manifest list sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b done 01:21:26 #8 pushing layers 0.0s done 01:21:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.22@sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 0.1s done 01:21:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:26 #8 DONE 0.1s 01:21:26 01:21:26 1 warning found (use --debug to expand): 01:21:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:26 #1 [internal] load build definition from Dockerfile 01:21:26 #1 transferring dockerfile: 209B done 01:21:26 #1 DONE 0.0s 01:21:26 01:21:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:26 #2 DONE 0.0s 01:21:26 01:21:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:26 #3 DONE 0.0s 01:21:26 01:21:26 #4 [internal] load .dockerignore 01:21:26 #4 transferring context: 2B done 01:21:26 #4 DONE 0.0s 01:21:26 01:21:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:26 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:26 #5 DONE 0.0s 01:21:26 01:21:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:26 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:26 #6 CACHED 01:21:26 01:21:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:26 #5 CACHED 01:21:26 01:21:26 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:26 #7 DONE 0.0s 01:21:26 01:21:26 #8 exporting to image 01:21:26 #8 exporting layers done 01:21:26 #8 exporting manifest sha256:cc76a6db57b3db366e3ae1539b0a4ebb29096f110f0c2b18db96bd6635e46154 done 01:21:26 #8 exporting config sha256:240969302d0a69ca759ee786373d401e5e13a40e9f6bb3fbf15e1dd629d7c9df done 01:21:26 #8 exporting manifest sha256:edd0f7890ef6d5fd186c2612bd1e57922a5369b8d05b9c78b51bec331cab0be0 done 01:21:26 #8 exporting config sha256:7518160129e0e6ceb099741ad550e6e9191ab05f371aaa721bdfd02d719ae594 done 01:21:26 #8 exporting manifest list sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b done 01:21:26 #8 pushing layers 0.0s done 01:21:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 0.1s done 01:21:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:26 #8 DONE 0.1s 01:21:26 01:21:26 1 warning found (use --debug to expand): 01:21:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:21:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:21:27 #1 [internal] load build definition from Dockerfile 01:21:27 #1 transferring dockerfile: 160B done 01:21:27 #1 DONE 0.0s 01:21:27 01:21:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:21:27 #2 DONE 0.0s 01:21:27 01:21:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:21:27 #3 DONE 0.0s 01:21:27 01:21:27 #4 [internal] load .dockerignore 01:21:27 #4 transferring context: 2B done 01:21:27 #4 DONE 0.0s 01:21:27 01:21:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:27 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:27 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:27 #5 CACHED 01:21:27 01:21:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 01:21:27 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:94615ed82c0c0bf289ba5173bfd1c6487ffcc41e6a2b09fc2273151d0af7ffd7 0.0s done 01:21:27 #6 CACHED 01:21:27 01:21:27 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:27 #7 DONE 0.0s 01:21:27 01:21:27 #8 exporting to image 01:21:27 #8 exporting layers done 01:21:27 #8 exporting manifest sha256:cc76a6db57b3db366e3ae1539b0a4ebb29096f110f0c2b18db96bd6635e46154 done 01:21:27 #8 exporting config sha256:240969302d0a69ca759ee786373d401e5e13a40e9f6bb3fbf15e1dd629d7c9df done 01:21:27 #8 exporting manifest sha256:edd0f7890ef6d5fd186c2612bd1e57922a5369b8d05b9c78b51bec331cab0be0 done 01:21:27 #8 exporting config sha256:7518160129e0e6ceb099741ad550e6e9191ab05f371aaa721bdfd02d719ae594 done 01:21:27 #8 exporting manifest list sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b done 01:21:27 #8 pushing layers 0.0s done 01:21:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:acc4a403233dfcb93bb6bb79b5eab214fccaeab5bc5bcfe7ac19ac4676748b0b 0.1s done 01:21:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:27 #8 DONE 0.1s 01:21:27 01:21:27 1 warning found (use --debug to expand): 01:21:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:27 #1 [internal] load build definition from Dockerfile 01:21:27 #1 transferring dockerfile: 198B done 01:21:27 #1 DONE 0.0s 01:21:27 01:21:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:27 #2 DONE 0.0s 01:21:27 01:21:27 #3 [internal] load .dockerignore 01:21:27 #3 transferring context: 2B done 01:21:27 #3 DONE 0.0s 01:21:27 01:21:27 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:27 #4 DONE 0.1s 01:21:27 01:21:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:27 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:27 #5 ... 01:21:27 01:21:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:27 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:27 #6 DONE 0.1s 01:21:27 01:21:27 #7 exporting to image 01:21:27 #7 exporting layers done 01:21:27 #7 exporting manifest sha256:cf665f0ddb56e6a954bb5540d031a0d03026f9be9e03fb27fc71f407aea6e826 0.0s done 01:21:27 #7 exporting config sha256:fc1dd468e0037560bdb055606c61e8dc74a30af3931815149e364e415c596d13 01:21:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:27 #7 ... 01:21:27 01:21:27 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:21:27 #8 DONE 0.0s 01:21:27 01:21:27 #7 exporting to image 01:21:27 #7 exporting config sha256:fc1dd468e0037560bdb055606c61e8dc74a30af3931815149e364e415c596d13 done 01:21:27 #7 exporting manifest sha256:bf27d4cec69dd8b1a5d6cf70d7b5b3751c4d6416a8998c0ef07ea0f3344839f5 done 01:21:27 #7 exporting config sha256:bab040fac1ce6ffd41972da7501ae2fdd52443a60850b654c3f2b75ff8486440 done 01:21:27 #7 exporting manifest list sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 done 01:21:27 #7 pushing layers 0.1s done 01:21:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 01:21:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 0.1s done 01:21:28 #7 DONE 0.2s 01:21:28 01:21:28 1 warning found (use --debug to expand): 01:21:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:21:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:21:28 #1 [internal] load build definition from Dockerfile 01:21:28 #1 transferring dockerfile: 164B done 01:21:28 #1 DONE 0.0s 01:21:28 01:21:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:21:28 #2 DONE 0.0s 01:21:28 01:21:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:21:28 #3 DONE 0.0s 01:21:28 01:21:28 #4 [internal] load .dockerignore 01:21:28 #4 transferring context: 2B done 01:21:28 #4 DONE 0.0s 01:21:28 01:21:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:28 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:28 #5 CACHED 01:21:28 01:21:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:28 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:28 #6 CACHED 01:21:28 01:21:28 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:21:28 #7 DONE 0.0s 01:21:28 01:21:28 #8 exporting to image 01:21:28 #8 exporting layers done 01:21:28 #8 exporting manifest sha256:cf665f0ddb56e6a954bb5540d031a0d03026f9be9e03fb27fc71f407aea6e826 done 01:21:28 #8 exporting config sha256:fc1dd468e0037560bdb055606c61e8dc74a30af3931815149e364e415c596d13 done 01:21:28 #8 exporting manifest sha256:bf27d4cec69dd8b1a5d6cf70d7b5b3751c4d6416a8998c0ef07ea0f3344839f5 done 01:21:28 #8 exporting config sha256:bab040fac1ce6ffd41972da7501ae2fdd52443a60850b654c3f2b75ff8486440 done 01:21:28 #8 exporting manifest list sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 done 01:21:28 #8 pushing layers 0.0s done 01:21:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 0.1s done 01:21:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:28 #8 DONE 0.1s 01:21:28 01:21:28 1 warning found (use --debug to expand): 01:21:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22' 01:21:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 --push - 01:21:29 #1 [internal] load build definition from Dockerfile 01:21:29 #1 transferring dockerfile: 170B done 01:21:29 #1 DONE 0.0s 01:21:29 01:21:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 01:21:29 #2 DONE 0.0s 01:21:29 01:21:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22 01:21:29 #3 DONE 0.0s 01:21:29 01:21:29 #4 [internal] load .dockerignore 01:21:29 #4 transferring context: 2B done 01:21:29 #4 DONE 0.0s 01:21:29 01:21:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:29 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:29 #5 DONE 0.0s 01:21:29 01:21:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:29 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:29 #6 CACHED 01:21:29 01:21:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:29 #5 CACHED 01:21:29 01:21:29 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:21:29 #7 DONE 0.0s 01:21:29 01:21:29 #8 exporting to image 01:21:29 #8 exporting layers done 01:21:29 #8 exporting manifest sha256:cf665f0ddb56e6a954bb5540d031a0d03026f9be9e03fb27fc71f407aea6e826 done 01:21:29 #8 exporting config sha256:fc1dd468e0037560bdb055606c61e8dc74a30af3931815149e364e415c596d13 done 01:21:29 #8 exporting manifest sha256:bf27d4cec69dd8b1a5d6cf70d7b5b3751c4d6416a8998c0ef07ea0f3344839f5 done 01:21:29 #8 exporting config sha256:bab040fac1ce6ffd41972da7501ae2fdd52443a60850b654c3f2b75ff8486440 done 01:21:29 #8 exporting manifest list sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 done 01:21:29 #8 pushing layers 0.0s done 01:21:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.22@sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 0.1s done 01:21:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:29 #8 DONE 0.1s 01:21:29 01:21:29 1 warning found (use --debug to expand): 01:21:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:29 #1 [internal] load build definition from Dockerfile 01:21:29 #1 transferring dockerfile: 211B done 01:21:29 #1 DONE 0.0s 01:21:29 01:21:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:29 #2 DONE 0.0s 01:21:29 01:21:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:29 #3 DONE 0.0s 01:21:29 01:21:29 #4 [internal] load .dockerignore 01:21:29 #4 transferring context: 2B done 01:21:29 #4 DONE 0.0s 01:21:29 01:21:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:29 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:29 #5 DONE 0.0s 01:21:29 01:21:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:29 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:29 #6 CACHED 01:21:29 01:21:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:29 #5 CACHED 01:21:29 01:21:29 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:21:29 #7 DONE 0.0s 01:21:29 01:21:29 #8 exporting to image 01:21:29 #8 exporting layers done 01:21:29 #8 exporting manifest sha256:cf665f0ddb56e6a954bb5540d031a0d03026f9be9e03fb27fc71f407aea6e826 done 01:21:29 #8 exporting config sha256:fc1dd468e0037560bdb055606c61e8dc74a30af3931815149e364e415c596d13 done 01:21:29 #8 exporting manifest sha256:bf27d4cec69dd8b1a5d6cf70d7b5b3751c4d6416a8998c0ef07ea0f3344839f5 done 01:21:29 #8 exporting config sha256:bab040fac1ce6ffd41972da7501ae2fdd52443a60850b654c3f2b75ff8486440 done 01:21:29 #8 exporting manifest list sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 done 01:21:29 #8 pushing layers 0.0s done 01:21:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 0.1s done 01:21:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:29 #8 DONE 0.1s 01:21:29 01:21:29 1 warning found (use --debug to expand): 01:21:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:21:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:21:30 #1 [internal] load build definition from Dockerfile 01:21:30 #1 transferring dockerfile: 162B done 01:21:30 #1 DONE 0.0s 01:21:30 01:21:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:21:30 #2 DONE 0.0s 01:21:30 01:21:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:21:30 #3 DONE 0.0s 01:21:30 01:21:30 #4 [internal] load .dockerignore 01:21:30 #4 transferring context: 2B done 01:21:30 #4 DONE 0.0s 01:21:30 01:21:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:30 #5 DONE 0.0s 01:21:30 01:21:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:30 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 0.0s done 01:21:30 #6 CACHED 01:21:30 01:21:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:78a1a839dbee8737c347842b4d091768fd7ab2eb296543dcd75337d7421c6d19 01:21:30 #5 CACHED 01:21:30 01:21:30 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:21:30 #7 DONE 0.0s 01:21:30 01:21:30 #8 exporting to image 01:21:30 #8 exporting layers done 01:21:30 #8 exporting manifest sha256:cf665f0ddb56e6a954bb5540d031a0d03026f9be9e03fb27fc71f407aea6e826 done 01:21:30 #8 exporting config sha256:fc1dd468e0037560bdb055606c61e8dc74a30af3931815149e364e415c596d13 done 01:21:30 #8 exporting manifest sha256:bf27d4cec69dd8b1a5d6cf70d7b5b3751c4d6416a8998c0ef07ea0f3344839f5 done 01:21:30 #8 exporting config sha256:bab040fac1ce6ffd41972da7501ae2fdd52443a60850b654c3f2b75ff8486440 done 01:21:30 #8 exporting manifest list sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 done 01:21:30 #8 pushing layers 0.0s done 01:21:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f5dc055c4b76a8337e60ae34b4806549567041174cb5662e702548d56d0dc342 0.1s done 01:21:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:30 #8 DONE 0.1s 01:21:30 01:21:30 1 warning found (use --debug to expand): 01:21:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:30 #1 [internal] load build definition from Dockerfile 01:21:30 #1 transferring dockerfile: 206B done 01:21:30 #1 DONE 0.0s 01:21:30 01:21:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:30 #2 DONE 0.0s 01:21:30 01:21:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:30 #3 DONE 0.1s 01:21:30 01:21:30 #4 [internal] load .dockerignore 01:21:30 #4 transferring context: 2B done 01:21:30 #4 DONE 0.0s 01:21:30 01:21:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:30 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:30 #5 ... 01:21:30 01:21:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:30 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:31 #6 DONE 0.2s 01:21:31 01:21:31 #7 exporting to image 01:21:31 #7 exporting layers done 01:21:31 #7 exporting manifest sha256:1877f2435899e93c96189ce8a39495d9a025dccdc0227782757afc2bdcd9c643 done 01:21:31 #7 exporting config sha256:34fbb0b546f96bac2c759dc07df29baec214e2341fe32415d806ef44609739bf done 01:21:31 #7 exporting manifest sha256:2e3bf2deab001a8367f6500a03f4e12f8327aeaafa269f5d5e22a0fc62d4057a done 01:21:31 #7 exporting config sha256:ac515e36d2684d53c6a154ab0c64fc527e825429236dd3a6bff6f88ac27e4386 0.0s done 01:21:31 #7 exporting manifest list sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 01:21:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:31 #7 ... 01:21:31 01:21:31 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:31 #8 DONE 0.0s 01:21:31 01:21:31 #7 exporting to image 01:21:31 #7 exporting manifest list sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c done 01:21:31 #7 pushing layers 0.1s done 01:21:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 01:21:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 0.1s done 01:21:31 #7 DONE 0.3s 01:21:31 01:21:31 1 warning found (use --debug to expand): 01:21:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:21:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:21:31 #1 [internal] load build definition from Dockerfile 01:21:31 #1 transferring dockerfile: 172B done 01:21:31 #1 DONE 0.0s 01:21:31 01:21:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:21:31 #2 DONE 0.0s 01:21:31 01:21:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:21:31 #3 DONE 0.0s 01:21:31 01:21:31 #4 [internal] load .dockerignore 01:21:31 #4 transferring context: 2B done 01:21:31 #4 DONE 0.0s 01:21:31 01:21:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:31 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:32 #5 CACHED 01:21:32 01:21:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:32 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:32 #6 CACHED 01:21:32 01:21:32 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:32 #7 DONE 0.0s 01:21:32 01:21:32 #8 exporting to image 01:21:32 #8 exporting layers done 01:21:32 #8 exporting manifest sha256:1877f2435899e93c96189ce8a39495d9a025dccdc0227782757afc2bdcd9c643 done 01:21:32 #8 exporting config sha256:34fbb0b546f96bac2c759dc07df29baec214e2341fe32415d806ef44609739bf done 01:21:32 #8 exporting manifest sha256:2e3bf2deab001a8367f6500a03f4e12f8327aeaafa269f5d5e22a0fc62d4057a done 01:21:32 #8 exporting config sha256:ac515e36d2684d53c6a154ab0c64fc527e825429236dd3a6bff6f88ac27e4386 done 01:21:32 #8 exporting manifest list sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c done 01:21:32 #8 pushing layers 0.0s done 01:21:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 0.1s done 01:21:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:32 #8 DONE 0.1s 01:21:32 01:21:32 1 warning found (use --debug to expand): 01:21:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 --push - 01:21:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22' 01:21:32 #1 [internal] load build definition from Dockerfile 01:21:32 #1 transferring dockerfile: 178B done 01:21:32 #1 DONE 0.0s 01:21:32 01:21:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 01:21:32 #2 DONE 0.0s 01:21:32 01:21:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22 01:21:32 #3 DONE 0.0s 01:21:32 01:21:32 #4 [internal] load .dockerignore 01:21:32 #4 transferring context: 2B done 01:21:32 #4 DONE 0.0s 01:21:32 01:21:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:32 #5 CACHED 01:21:32 01:21:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:32 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:32 #6 CACHED 01:21:32 01:21:32 #7 exporting to image 01:21:32 #7 exporting layers done 01:21:32 #7 exporting manifest sha256:1877f2435899e93c96189ce8a39495d9a025dccdc0227782757afc2bdcd9c643 done 01:21:32 #7 exporting config sha256:34fbb0b546f96bac2c759dc07df29baec214e2341fe32415d806ef44609739bf done 01:21:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:32 #7 exporting manifest sha256:2e3bf2deab001a8367f6500a03f4e12f8327aeaafa269f5d5e22a0fc62d4057a done 01:21:32 #7 exporting config sha256:ac515e36d2684d53c6a154ab0c64fc527e825429236dd3a6bff6f88ac27e4386 done 01:21:32 #7 exporting manifest list sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c done 01:21:32 #7 pushing layers 0.0s done 01:21:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.22@sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 0.1s done 01:21:32 #7 DONE 0.1s 01:21:32 01:21:32 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:32 #8 DONE 0.0s 01:21:32 01:21:32 1 warning found (use --debug to expand): 01:21:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:33 #1 [internal] load build definition from Dockerfile 01:21:33 #1 transferring dockerfile: 219B done 01:21:33 #1 DONE 0.0s 01:21:33 01:21:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:33 #2 DONE 0.0s 01:21:33 01:21:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:33 #3 DONE 0.0s 01:21:33 01:21:33 #4 [internal] load .dockerignore 01:21:33 #4 transferring context: 2B done 01:21:33 #4 DONE 0.0s 01:21:33 01:21:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:33 #5 CACHED 01:21:33 01:21:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:33 #6 DONE 0.0s 01:21:33 01:21:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:33 #6 CACHED 01:21:33 01:21:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:33 #7 DONE 0.0s 01:21:33 01:21:33 #8 exporting to image 01:21:33 #8 exporting layers done 01:21:33 #8 exporting manifest sha256:1877f2435899e93c96189ce8a39495d9a025dccdc0227782757afc2bdcd9c643 done 01:21:33 #8 exporting config sha256:34fbb0b546f96bac2c759dc07df29baec214e2341fe32415d806ef44609739bf done 01:21:33 #8 exporting manifest sha256:2e3bf2deab001a8367f6500a03f4e12f8327aeaafa269f5d5e22a0fc62d4057a done 01:21:33 #8 exporting config sha256:ac515e36d2684d53c6a154ab0c64fc527e825429236dd3a6bff6f88ac27e4386 done 01:21:33 #8 exporting manifest list sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c done 01:21:33 #8 pushing layers 0.0s done 01:21:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 0.1s done 01:21:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:33 #8 DONE 0.1s 01:21:33 01:21:33 1 warning found (use --debug to expand): 01:21:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:21:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:21:33 #1 [internal] load build definition from Dockerfile 01:21:33 #1 transferring dockerfile: 170B done 01:21:33 #1 DONE 0.0s 01:21:33 01:21:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:21:33 #2 DONE 0.0s 01:21:33 01:21:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:21:33 #3 DONE 0.0s 01:21:33 01:21:33 #4 [internal] load .dockerignore 01:21:33 #4 transferring context: 2B done 01:21:33 #4 DONE 0.0s 01:21:33 01:21:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:33 #5 DONE 0.0s 01:21:33 01:21:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 0.0s done 01:21:33 #6 CACHED 01:21:33 01:21:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:342a428932efce7f3524ce328ac979e29ebc8e3215f8025170daa7daaea49221 01:21:33 #5 CACHED 01:21:33 01:21:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:21:33 #7 DONE 0.0s 01:21:33 01:21:33 #8 exporting to image 01:21:33 #8 exporting layers done 01:21:33 #8 exporting manifest sha256:1877f2435899e93c96189ce8a39495d9a025dccdc0227782757afc2bdcd9c643 done 01:21:33 #8 exporting config sha256:34fbb0b546f96bac2c759dc07df29baec214e2341fe32415d806ef44609739bf done 01:21:33 #8 exporting manifest sha256:2e3bf2deab001a8367f6500a03f4e12f8327aeaafa269f5d5e22a0fc62d4057a done 01:21:33 #8 exporting config sha256:ac515e36d2684d53c6a154ab0c64fc527e825429236dd3a6bff6f88ac27e4386 done 01:21:33 #8 exporting manifest list sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c done 01:21:33 #8 pushing layers 0.0s done 01:21:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d8db550b3e66c42b9f01a4e7506f3e8a7875f5326ac50d5948fce78a664d0f3c 0.1s done 01:21:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:33 #8 DONE 0.1s 01:21:33 01:21:33 1 warning found (use --debug to expand): 01:21:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:33 #1 [internal] load build definition from Dockerfile 01:21:33 #1 transferring dockerfile: 204B done 01:21:33 #1 DONE 0.0s 01:21:33 01:21:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:33 #2 DONE 0.0s 01:21:33 01:21:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:33 #3 DONE 0.1s 01:21:33 01:21:33 #4 [internal] load .dockerignore 01:21:33 #4 transferring context: 2B done 01:21:33 #4 DONE 0.0s 01:21:34 01:21:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:34 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:34 #5 ... 01:21:34 01:21:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:34 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 done 01:21:34 #6 DONE 0.1s 01:21:34 01:21:34 #7 exporting to image 01:21:34 #7 exporting layers done 01:21:34 #7 exporting manifest sha256:88c5aeef682c62897ef182bf2dba9d66d5ef5a6f07ab5dc7dea71288b099605e done 01:21:34 #7 exporting config sha256:a14a34a330130c36600cdd5eaa5e77504cb23b4d5a8f1d6cb0603d16248b9437 done 01:21:34 #7 exporting manifest sha256:7f54e01eadd3b336017a19d8bddfeecb81864b0f0a780bf70414cbf2812c599a done 01:21:34 #7 exporting config sha256:89b27838eac68ec86b8d1f2d7eacd39a7f0efb44d872711e102626ad151dbd1c done 01:21:34 #7 exporting manifest list sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 done 01:21:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:34 #7 ... 01:21:34 01:21:34 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:21:34 #8 DONE 0.0s 01:21:34 01:21:34 #7 exporting to image 01:21:34 #7 pushing layers 0.1s done 01:21:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 01:21:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 0.1s done 01:21:34 #7 DONE 0.2s 01:21:34 01:21:34 1 warning found (use --debug to expand): 01:21:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:21:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:21:35 #1 [internal] load build definition from Dockerfile 01:21:35 #1 transferring dockerfile: 170B done 01:21:35 #1 DONE 0.0s 01:21:35 01:21:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:21:35 #2 DONE 0.0s 01:21:35 01:21:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:21:35 #3 DONE 0.0s 01:21:35 01:21:35 #4 [internal] load .dockerignore 01:21:35 #4 transferring context: 2B done 01:21:35 #4 DONE 0.0s 01:21:35 01:21:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 done 01:21:35 #5 CACHED 01:21:35 01:21:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 done 01:21:35 #6 CACHED 01:21:35 01:21:35 #7 exporting to image 01:21:35 #7 exporting layers done 01:21:35 #7 exporting manifest sha256:88c5aeef682c62897ef182bf2dba9d66d5ef5a6f07ab5dc7dea71288b099605e done 01:21:35 #7 exporting config sha256:a14a34a330130c36600cdd5eaa5e77504cb23b4d5a8f1d6cb0603d16248b9437 done 01:21:35 #7 exporting manifest sha256:7f54e01eadd3b336017a19d8bddfeecb81864b0f0a780bf70414cbf2812c599a done 01:21:35 #7 exporting config sha256:89b27838eac68ec86b8d1f2d7eacd39a7f0efb44d872711e102626ad151dbd1c done 01:21:35 #7 exporting manifest list sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 done 01:21:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:35 #7 pushing layers 0.0s done 01:21:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 0.1s done 01:21:35 #7 DONE 0.1s 01:21:35 01:21:35 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:21:35 #8 DONE 0.0s 01:21:35 01:21:35 1 warning found (use --debug to expand): 01:21:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22' 01:21:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 --push - 01:21:35 #1 [internal] load build definition from Dockerfile 01:21:35 #1 transferring dockerfile: 176B done 01:21:35 #1 DONE 0.0s 01:21:35 01:21:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 01:21:35 #2 DONE 0.0s 01:21:35 01:21:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22 01:21:35 #3 DONE 0.0s 01:21:35 01:21:35 #4 [internal] load .dockerignore 01:21:35 #4 transferring context: 2B done 01:21:35 #4 DONE 0.0s 01:21:35 01:21:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 done 01:21:35 #5 CACHED 01:21:35 01:21:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 0.0s done 01:21:35 #6 CACHED 01:21:35 01:21:35 #7 exporting to image 01:21:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:35 #7 exporting layers done 01:21:35 #7 exporting manifest sha256:88c5aeef682c62897ef182bf2dba9d66d5ef5a6f07ab5dc7dea71288b099605e done 01:21:35 #7 exporting config sha256:a14a34a330130c36600cdd5eaa5e77504cb23b4d5a8f1d6cb0603d16248b9437 done 01:21:35 #7 exporting manifest sha256:7f54e01eadd3b336017a19d8bddfeecb81864b0f0a780bf70414cbf2812c599a done 01:21:35 #7 exporting config sha256:89b27838eac68ec86b8d1f2d7eacd39a7f0efb44d872711e102626ad151dbd1c done 01:21:35 #7 exporting manifest list sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 done 01:21:35 #7 pushing layers 0.0s done 01:21:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.22@sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 0.1s done 01:21:35 #7 DONE 0.1s 01:21:35 01:21:35 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:21:35 #8 DONE 0.0s 01:21:35 01:21:35 1 warning found (use --debug to expand): 01:21:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:35 #1 [internal] load build definition from Dockerfile 01:21:35 #1 transferring dockerfile: 217B done 01:21:35 #1 DONE 0.0s 01:21:35 01:21:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:35 #2 DONE 0.0s 01:21:35 01:21:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:35 #3 DONE 0.0s 01:21:35 01:21:35 #4 [internal] load .dockerignore 01:21:35 #4 transferring context: 2B done 01:21:35 #4 DONE 0.0s 01:21:35 01:21:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 done 01:21:35 #5 CACHED 01:21:35 01:21:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 0.0s done 01:21:36 #6 CACHED 01:21:36 01:21:36 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:21:36 #7 DONE 0.0s 01:21:36 01:21:36 #8 exporting to image 01:21:36 #8 exporting layers done 01:21:36 #8 exporting manifest sha256:88c5aeef682c62897ef182bf2dba9d66d5ef5a6f07ab5dc7dea71288b099605e done 01:21:36 #8 exporting config sha256:a14a34a330130c36600cdd5eaa5e77504cb23b4d5a8f1d6cb0603d16248b9437 done 01:21:36 #8 exporting manifest sha256:7f54e01eadd3b336017a19d8bddfeecb81864b0f0a780bf70414cbf2812c599a done 01:21:36 #8 exporting config sha256:89b27838eac68ec86b8d1f2d7eacd39a7f0efb44d872711e102626ad151dbd1c done 01:21:36 #8 exporting manifest list sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 done 01:21:36 #8 pushing layers 0.0s done 01:21:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 0.1s done 01:21:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:36 #8 DONE 0.1s 01:21:36 01:21:36 1 warning found (use --debug to expand): 01:21:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:21:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:21:36 #1 [internal] load build definition from Dockerfile 01:21:36 #1 transferring dockerfile: 168B done 01:21:36 #1 DONE 0.0s 01:21:36 01:21:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:21:36 #2 DONE 0.0s 01:21:36 01:21:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:21:36 #3 DONE 0.0s 01:21:36 01:21:36 #4 [internal] load .dockerignore 01:21:36 #4 transferring context: 2B done 01:21:36 #4 DONE 0.0s 01:21:36 01:21:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 0.0s done 01:21:36 #5 CACHED 01:21:36 01:21:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 01:21:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0cf511fe77dc16cf78b96854dc69960e2ed3d69c81498a5fca4746e5555e9738 0.0s done 01:21:36 #6 CACHED 01:21:36 01:21:36 #7 exporting to image 01:21:36 #7 exporting layers done 01:21:36 #7 exporting manifest sha256:88c5aeef682c62897ef182bf2dba9d66d5ef5a6f07ab5dc7dea71288b099605e done 01:21:36 #7 exporting config sha256:a14a34a330130c36600cdd5eaa5e77504cb23b4d5a8f1d6cb0603d16248b9437 01:21:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:36 #7 exporting config sha256:a14a34a330130c36600cdd5eaa5e77504cb23b4d5a8f1d6cb0603d16248b9437 done 01:21:36 #7 exporting manifest sha256:7f54e01eadd3b336017a19d8bddfeecb81864b0f0a780bf70414cbf2812c599a done 01:21:36 #7 exporting config sha256:89b27838eac68ec86b8d1f2d7eacd39a7f0efb44d872711e102626ad151dbd1c done 01:21:36 #7 exporting manifest list sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 done 01:21:36 #7 pushing layers 0.0s done 01:21:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a6745129c1c99c5ae3d12b80dd69eea1c739b22f796ad8c1e31bfd93099fa4f1 0.1s done 01:21:36 #7 DONE 0.1s 01:21:36 01:21:36 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:21:36 #8 DONE 0.0s 01:21:36 01:21:36 1 warning found (use --debug to expand): 01:21:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:37 #1 [internal] load build definition from Dockerfile 01:21:37 #1 transferring dockerfile: 205B done 01:21:37 #1 DONE 0.0s 01:21:37 01:21:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:37 #2 DONE 0.0s 01:21:37 01:21:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:37 #3 DONE 0.0s 01:21:37 01:21:37 #4 [internal] load .dockerignore 01:21:37 #4 transferring context: 2B done 01:21:37 #4 DONE 0.0s 01:21:37 01:21:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:37 #5 DONE 0.1s 01:21:37 01:21:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:37 #6 DONE 0.0s 01:21:37 01:21:37 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:37 #7 DONE 0.0s 01:21:37 01:21:37 #8 exporting to image 01:21:37 #8 exporting layers done 01:21:37 #8 exporting manifest sha256:32b9b3665407a0a811db04e8d416e59cd8795f238ad88e2e5c4a100f1f2d1c48 done 01:21:37 #8 exporting config sha256:185601d30cb6814e40db266d8d1c9f5896f468de262dd07b7212b9a277284ccd done 01:21:37 #8 exporting manifest sha256:af6cff25b7a1a8958da35df36b84dd7f66c7ae6ea7caec016316e51e77181915 done 01:21:37 #8 exporting config sha256:daca0aa4f3f87da160e07717c10f846d274e1ad23a9f4ba4fa680018d971ee3e done 01:21:37 #8 exporting manifest list sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee done 01:21:37 #8 pushing layers 0.1s done 01:21:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 01:21:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 0.1s done 01:21:37 #8 DONE 0.2s 01:21:37 01:21:37 1 warning found (use --debug to expand): 01:21:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:21:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:21:38 #1 [internal] load build definition from Dockerfile 01:21:38 #1 transferring dockerfile: 171B done 01:21:38 #1 DONE 0.0s 01:21:38 01:21:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:21:38 #2 DONE 0.0s 01:21:38 01:21:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:21:38 #3 DONE 0.0s 01:21:38 01:21:38 #4 [internal] load .dockerignore 01:21:38 #4 transferring context: 2B done 01:21:38 #4 DONE 0.0s 01:21:38 01:21:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:38 #5 DONE 0.0s 01:21:38 01:21:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:38 #6 CACHED 01:21:38 01:21:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #5 CACHED 01:21:38 01:21:38 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:38 #7 DONE 0.0s 01:21:38 01:21:38 #8 exporting to image 01:21:38 #8 exporting layers done 01:21:38 #8 exporting manifest sha256:32b9b3665407a0a811db04e8d416e59cd8795f238ad88e2e5c4a100f1f2d1c48 done 01:21:38 #8 exporting config sha256:185601d30cb6814e40db266d8d1c9f5896f468de262dd07b7212b9a277284ccd done 01:21:38 #8 exporting manifest sha256:af6cff25b7a1a8958da35df36b84dd7f66c7ae6ea7caec016316e51e77181915 done 01:21:38 #8 exporting config sha256:daca0aa4f3f87da160e07717c10f846d274e1ad23a9f4ba4fa680018d971ee3e done 01:21:38 #8 exporting manifest list sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee done 01:21:38 #8 pushing layers 0.0s done 01:21:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 0.1s done 01:21:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:38 #8 DONE 0.1s 01:21:38 01:21:38 1 warning found (use --debug to expand): 01:21:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22' 01:21:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 --push - 01:21:38 #1 [internal] load build definition from Dockerfile 01:21:38 #1 transferring dockerfile: 177B done 01:21:38 #1 DONE 0.0s 01:21:38 01:21:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 01:21:38 #2 DONE 0.0s 01:21:38 01:21:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22 01:21:38 #3 DONE 0.0s 01:21:38 01:21:38 #4 [internal] load .dockerignore 01:21:38 #4 transferring context: 2B done 01:21:38 #4 DONE 0.0s 01:21:38 01:21:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd done 01:21:38 #5 CACHED 01:21:38 01:21:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd done 01:21:38 #6 CACHED 01:21:38 01:21:38 #7 exporting to image 01:21:38 #7 exporting layers done 01:21:38 #7 exporting manifest sha256:32b9b3665407a0a811db04e8d416e59cd8795f238ad88e2e5c4a100f1f2d1c48 done 01:21:38 #7 exporting config sha256:185601d30cb6814e40db266d8d1c9f5896f468de262dd07b7212b9a277284ccd done 01:21:38 #7 exporting manifest sha256:af6cff25b7a1a8958da35df36b84dd7f66c7ae6ea7caec016316e51e77181915 done 01:21:38 #7 exporting config sha256:daca0aa4f3f87da160e07717c10f846d274e1ad23a9f4ba4fa680018d971ee3e done 01:21:38 #7 exporting manifest list sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee done 01:21:38 #7 pushing layers 0.0s done 01:21:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 01:21:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.22@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 0.1s done 01:21:38 #7 DONE 0.1s 01:21:38 01:21:38 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:38 #8 DONE 0.0s 01:21:38 01:21:38 1 warning found (use --debug to expand): 01:21:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:38 #1 [internal] load build definition from Dockerfile 01:21:38 #1 transferring dockerfile: 218B done 01:21:38 #1 DONE 0.0s 01:21:38 01:21:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:38 #2 DONE 0.0s 01:21:38 01:21:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:38 #3 DONE 0.0s 01:21:38 01:21:38 #4 [internal] load .dockerignore 01:21:38 #4 transferring context: 2B done 01:21:38 #4 DONE 0.0s 01:21:38 01:21:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:38 #5 CACHED 01:21:38 01:21:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:38 #6 CACHED 01:21:38 01:21:38 #7 exporting to image 01:21:38 #7 exporting layers done 01:21:38 #7 exporting manifest sha256:32b9b3665407a0a811db04e8d416e59cd8795f238ad88e2e5c4a100f1f2d1c48 done 01:21:38 #7 exporting config sha256:185601d30cb6814e40db266d8d1c9f5896f468de262dd07b7212b9a277284ccd done 01:21:38 #7 exporting manifest sha256:af6cff25b7a1a8958da35df36b84dd7f66c7ae6ea7caec016316e51e77181915 done 01:21:38 #7 exporting config sha256:daca0aa4f3f87da160e07717c10f846d274e1ad23a9f4ba4fa680018d971ee3e done 01:21:38 #7 exporting manifest list sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee done 01:21:38 #7 pushing layers 0.0s done 01:21:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 01:21:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 0.1s done 01:21:39 #7 DONE 0.1s 01:21:39 01:21:39 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:39 #8 DONE 0.0s 01:21:39 01:21:39 1 warning found (use --debug to expand): 01:21:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:21:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:21:39 #1 [internal] load build definition from Dockerfile 01:21:39 #1 transferring dockerfile: 169B done 01:21:39 #1 DONE 0.0s 01:21:39 01:21:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:21:39 #2 DONE 0.0s 01:21:39 01:21:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:21:39 #3 DONE 0.0s 01:21:39 01:21:39 #4 [internal] load .dockerignore 01:21:39 #4 transferring context: 2B done 01:21:39 #4 DONE 0.0s 01:21:39 01:21:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:39 #5 CACHED 01:21:39 01:21:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 01:21:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:f494510f79045e106be3e3730c0a581a602abaa3105a93f285e01d619fb515bd 0.0s done 01:21:39 #6 CACHED 01:21:39 01:21:39 #7 exporting to image 01:21:39 #7 exporting layers done 01:21:39 #7 exporting manifest sha256:32b9b3665407a0a811db04e8d416e59cd8795f238ad88e2e5c4a100f1f2d1c48 done 01:21:39 #7 exporting config sha256:185601d30cb6814e40db266d8d1c9f5896f468de262dd07b7212b9a277284ccd done 01:21:39 #7 exporting manifest sha256:af6cff25b7a1a8958da35df36b84dd7f66c7ae6ea7caec016316e51e77181915 done 01:21:39 #7 exporting config sha256:daca0aa4f3f87da160e07717c10f846d274e1ad23a9f4ba4fa680018d971ee3e 01:21:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:39 #7 exporting config sha256:daca0aa4f3f87da160e07717c10f846d274e1ad23a9f4ba4fa680018d971ee3e done 01:21:39 #7 exporting manifest list sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee done 01:21:39 #7 pushing layers 0.0s done 01:21:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:cc70b297701eef4a906dc91e22068eb48c80630824617f3cf6cbadf8f62cf1ee 0.1s done 01:21:39 #7 DONE 0.1s 01:21:39 01:21:39 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:39 #8 DONE 0.0s 01:21:39 01:21:39 1 warning found (use --debug to expand): 01:21:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:40 #1 [internal] load build definition from Dockerfile 01:21:40 #1 transferring dockerfile: 211B done 01:21:40 #1 DONE 0.0s 01:21:40 01:21:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:40 #2 DONE 0.0s 01:21:40 01:21:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:40 #3 DONE 0.1s 01:21:40 01:21:40 #4 [internal] load .dockerignore 01:21:40 #4 transferring context: 2B done 01:21:40 #4 DONE 0.0s 01:21:40 01:21:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:40 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:40 #5 DONE 0.0s 01:21:40 01:21:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:40 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:40 #6 DONE 0.2s 01:21:40 01:21:40 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:40 #7 DONE 0.0s 01:21:40 01:21:40 #8 exporting to image 01:21:40 #8 exporting layers done 01:21:40 #8 exporting manifest sha256:177fae2697d254d618cc3e23393e5b9268f68ebd63b4a223ab209d0e71ea9183 0.0s done 01:21:40 #8 exporting config sha256:67e21beb383621e654fd371d2340f77c21dc55b46594e3918ad219a8aa45f10a 0.0s done 01:21:40 #8 exporting manifest sha256:905157ff1b08a2406f61164096851a17411b8044ad743d14bf80f059a03de840 done 01:21:40 #8 exporting config sha256:865752040033c685b7445eff6530baf02c4ec9c49a0efd3195fe0ba06e5446e6 done 01:21:40 #8 exporting manifest list sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba done 01:21:40 #8 pushing layers 0.1s done 01:21:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba 01:21:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba 0.1s done 01:21:40 #8 DONE 0.2s 01:21:40 01:21:40 1 warning found (use --debug to expand): 01:21:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:21:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:21:41 #1 [internal] load build definition from Dockerfile 01:21:41 #1 transferring dockerfile: 177B done 01:21:41 #1 DONE 0.0s 01:21:41 01:21:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:21:41 #2 DONE 0.0s 01:21:41 01:21:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:21:41 #3 DONE 0.0s 01:21:41 01:21:41 #4 [internal] load .dockerignore 01:21:41 #4 transferring context: 2B done 01:21:41 #4 DONE 0.0s 01:21:41 01:21:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:41 #5 DONE 0.0s 01:21:41 01:21:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:41 #6 CACHED 01:21:41 01:21:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #5 CACHED 01:21:41 01:21:41 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:41 #7 DONE 0.0s 01:21:41 01:21:41 #8 exporting to image 01:21:41 #8 exporting layers done 01:21:41 #8 exporting manifest sha256:177fae2697d254d618cc3e23393e5b9268f68ebd63b4a223ab209d0e71ea9183 done 01:21:41 #8 exporting config sha256:67e21beb383621e654fd371d2340f77c21dc55b46594e3918ad219a8aa45f10a done 01:21:41 #8 exporting manifest sha256:905157ff1b08a2406f61164096851a17411b8044ad743d14bf80f059a03de840 done 01:21:41 #8 exporting config sha256:865752040033c685b7445eff6530baf02c4ec9c49a0efd3195fe0ba06e5446e6 done 01:21:41 #8 exporting manifest list sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba done 01:21:41 #8 pushing layers 0.0s done 01:21:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba 0.1s done 01:21:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:41 #8 DONE 0.1s 01:21:41 01:21:41 1 warning found (use --debug to expand): 01:21:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22' 01:21:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 --push - 01:21:41 #1 [internal] load build definition from Dockerfile 01:21:41 #1 transferring dockerfile: 183B done 01:21:41 #1 DONE 0.0s 01:21:41 01:21:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 01:21:41 #2 DONE 0.0s 01:21:41 01:21:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22 01:21:41 #3 DONE 0.0s 01:21:41 01:21:41 #4 [internal] load .dockerignore 01:21:41 #4 transferring context: 2B done 01:21:41 #4 DONE 0.0s 01:21:41 01:21:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:41 #5 DONE 0.0s 01:21:41 01:21:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:41 #6 CACHED 01:21:41 01:21:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #5 CACHED 01:21:41 01:21:41 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:41 #7 DONE 0.0s 01:21:41 01:21:41 #8 exporting to image 01:21:41 #8 exporting layers done 01:21:41 #8 exporting manifest sha256:177fae2697d254d618cc3e23393e5b9268f68ebd63b4a223ab209d0e71ea9183 done 01:21:41 #8 exporting config sha256:67e21beb383621e654fd371d2340f77c21dc55b46594e3918ad219a8aa45f10a done 01:21:41 #8 exporting manifest sha256:905157ff1b08a2406f61164096851a17411b8044ad743d14bf80f059a03de840 done 01:21:41 #8 exporting config sha256:865752040033c685b7445eff6530baf02c4ec9c49a0efd3195fe0ba06e5446e6 done 01:21:41 #8 exporting manifest list sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba done 01:21:41 #8 pushing layers 0.0s done 01:21:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.22@sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba 0.1s done 01:21:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:41 #8 DONE 0.1s 01:21:41 01:21:41 1 warning found (use --debug to expand): 01:21:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:41 #1 [internal] load build definition from Dockerfile 01:21:41 #1 transferring dockerfile: 224B done 01:21:41 #1 DONE 0.0s 01:21:41 01:21:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:41 #2 DONE 0.0s 01:21:41 01:21:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:41 #3 DONE 0.0s 01:21:41 01:21:41 #4 [internal] load .dockerignore 01:21:41 #4 transferring context: 2B done 01:21:41 #4 DONE 0.0s 01:21:41 01:21:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:41 #5 CACHED 01:21:41 01:21:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:41 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:41 #6 CACHED 01:21:41 01:21:41 #7 exporting to image 01:21:41 #7 exporting layers 01:21:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:42 #7 exporting layers done 01:21:42 #7 exporting manifest sha256:177fae2697d254d618cc3e23393e5b9268f68ebd63b4a223ab209d0e71ea9183 done 01:21:42 #7 exporting config sha256:67e21beb383621e654fd371d2340f77c21dc55b46594e3918ad219a8aa45f10a done 01:21:42 #7 exporting manifest sha256:905157ff1b08a2406f61164096851a17411b8044ad743d14bf80f059a03de840 done 01:21:42 #7 exporting config sha256:865752040033c685b7445eff6530baf02c4ec9c49a0efd3195fe0ba06e5446e6 done 01:21:42 #7 exporting manifest list sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba done 01:21:42 #7 pushing layers 0.0s done 01:21:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba 0.1s done 01:21:42 #7 DONE 0.1s 01:21:42 01:21:42 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:42 #8 DONE 0.0s 01:21:42 01:21:42 1 warning found (use --debug to expand): 01:21:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:21:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:21:42 #1 [internal] load build definition from Dockerfile 01:21:42 #1 transferring dockerfile: 175B done 01:21:42 #1 DONE 0.0s 01:21:42 01:21:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:21:42 #2 DONE 0.0s 01:21:42 01:21:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:21:42 #3 DONE 0.0s 01:21:42 01:21:42 #4 [internal] load .dockerignore 01:21:42 #4 transferring context: 2B done 01:21:42 #4 DONE 0.1s 01:21:42 01:21:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:42 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:42 #5 CACHED 01:21:42 01:21:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 01:21:42 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d6a03dad8828501304a71570acf6315a461971e0ec7c00edc0e3bff09fa582da 0.0s done 01:21:42 #6 CACHED 01:21:42 01:21:42 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:21:42 #7 DONE 0.0s 01:21:42 01:21:42 #8 exporting to image 01:21:42 #8 exporting layers done 01:21:42 #8 exporting manifest sha256:177fae2697d254d618cc3e23393e5b9268f68ebd63b4a223ab209d0e71ea9183 done 01:21:42 #8 exporting config sha256:67e21beb383621e654fd371d2340f77c21dc55b46594e3918ad219a8aa45f10a done 01:21:42 #8 exporting manifest sha256:905157ff1b08a2406f61164096851a17411b8044ad743d14bf80f059a03de840 done 01:21:42 #8 exporting config sha256:865752040033c685b7445eff6530baf02c4ec9c49a0efd3195fe0ba06e5446e6 done 01:21:42 #8 exporting manifest list sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba done 01:21:42 #8 pushing layers 0.0s done 01:21:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:70cae7c4f82b68b98c6ac8edaaa29516ec755a666258dfa3319f39add6ea94ba 0.1s done 01:21:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:42 #8 DONE 0.1s 01:21:42 01:21:42 1 warning found (use --debug to expand): 01:21:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:43 #1 [internal] load build definition from Dockerfile 01:21:43 #1 transferring dockerfile: 215B done 01:21:43 #1 DONE 0.1s 01:21:43 01:21:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:43 #2 ... 01:21:43 01:21:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:43 #3 DONE 0.1s 01:21:43 01:21:43 #4 [internal] load .dockerignore 01:21:43 #4 transferring context: 2B done 01:21:43 #4 DONE 0.1s 01:21:43 01:21:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:43 #2 DONE 0.2s 01:21:43 01:21:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:43 #5 DONE 0.0s 01:21:43 01:21:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:43 #6 DONE 0.1s 01:21:43 01:21:43 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:21:43 #7 DONE 0.0s 01:21:43 01:21:43 #8 exporting to image 01:21:43 #8 exporting layers done 01:21:43 #8 exporting manifest sha256:742f77a87a28b15688a8e56c72bd558f6d71866ac23a7aafa3f8c7926cdc2482 done 01:21:43 #8 exporting config sha256:eb454607dddc8d75243fbdcd5e7f6930a69f656f5c067e7f0025956e0158c9ac done 01:21:43 #8 exporting manifest sha256:dc7a75f2451a506dbeacd756d1b3ab3ddc83254442486f443fb9d559bbd40a91 done 01:21:43 #8 exporting config sha256:d8a8223c7607af0aa60a17aba7c0d4d9f1d0ac9104b66d150a0b59069184e466 done 01:21:43 #8 exporting manifest list sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 done 01:21:43 #8 pushing layers 0.1s done 01:21:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 01:21:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 0.1s done 01:21:43 #8 DONE 0.2s 01:21:43 01:21:43 1 warning found (use --debug to expand): 01:21:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:21:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:21:44 #1 [internal] load build definition from Dockerfile 01:21:44 #1 transferring dockerfile: 181B done 01:21:44 #1 DONE 0.0s 01:21:44 01:21:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:21:44 #2 DONE 0.0s 01:21:44 01:21:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:21:44 #3 DONE 0.0s 01:21:44 01:21:44 #4 [internal] load .dockerignore 01:21:44 #4 transferring context: 2B done 01:21:44 #4 DONE 0.0s 01:21:44 01:21:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:44 #5 CACHED 01:21:44 01:21:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:44 #6 CACHED 01:21:44 01:21:44 #7 exporting to image 01:21:44 #7 exporting layers 01:21:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:44 #7 exporting layers done 01:21:44 #7 exporting manifest sha256:742f77a87a28b15688a8e56c72bd558f6d71866ac23a7aafa3f8c7926cdc2482 done 01:21:44 #7 exporting config sha256:eb454607dddc8d75243fbdcd5e7f6930a69f656f5c067e7f0025956e0158c9ac done 01:21:44 #7 exporting manifest sha256:dc7a75f2451a506dbeacd756d1b3ab3ddc83254442486f443fb9d559bbd40a91 done 01:21:44 #7 exporting config sha256:d8a8223c7607af0aa60a17aba7c0d4d9f1d0ac9104b66d150a0b59069184e466 done 01:21:44 #7 exporting manifest list sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 done 01:21:44 #7 pushing layers 0.0s done 01:21:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 0.1s done 01:21:44 #7 DONE 0.1s 01:21:44 01:21:44 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:21:44 #8 DONE 0.0s 01:21:44 01:21:44 1 warning found (use --debug to expand): 01:21:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22' 01:21:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 --push - 01:21:44 #1 [internal] load build definition from Dockerfile 01:21:44 #1 transferring dockerfile: 187B done 01:21:44 #1 DONE 0.0s 01:21:44 01:21:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 01:21:44 #2 DONE 0.0s 01:21:44 01:21:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22 01:21:44 #3 DONE 0.0s 01:21:44 01:21:44 #4 [internal] load .dockerignore 01:21:44 #4 transferring context: 2B done 01:21:44 #4 DONE 0.0s 01:21:44 01:21:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:44 #5 CACHED 01:21:44 01:21:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:44 #6 CACHED 01:21:44 01:21:44 #7 exporting to image 01:21:44 #7 exporting layers done 01:21:44 #7 exporting manifest sha256:742f77a87a28b15688a8e56c72bd558f6d71866ac23a7aafa3f8c7926cdc2482 done 01:21:44 #7 exporting config sha256:eb454607dddc8d75243fbdcd5e7f6930a69f656f5c067e7f0025956e0158c9ac done 01:21:44 #7 exporting manifest sha256:dc7a75f2451a506dbeacd756d1b3ab3ddc83254442486f443fb9d559bbd40a91 done 01:21:44 #7 exporting config sha256:d8a8223c7607af0aa60a17aba7c0d4d9f1d0ac9104b66d150a0b59069184e466 done 01:21:44 #7 exporting manifest list sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 done 01:21:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:44 #7 pushing layers 0.0s done 01:21:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.22@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 0.1s done 01:21:44 #7 DONE 0.1s 01:21:44 01:21:44 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:21:44 #8 DONE 0.0s 01:21:44 01:21:44 1 warning found (use --debug to expand): 01:21:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:45 #1 [internal] load build definition from Dockerfile 01:21:45 #1 transferring dockerfile: 228B done 01:21:45 #1 DONE 0.0s 01:21:45 01:21:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:45 #2 DONE 0.0s 01:21:45 01:21:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:45 #3 DONE 0.0s 01:21:45 01:21:45 #4 [internal] load .dockerignore 01:21:45 #4 transferring context: 2B done 01:21:45 #4 DONE 0.0s 01:21:45 01:21:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e done 01:21:45 #5 CACHED 01:21:45 01:21:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:45 #6 CACHED 01:21:45 01:21:45 #7 exporting to image 01:21:45 #7 exporting layers done 01:21:45 #7 exporting manifest sha256:742f77a87a28b15688a8e56c72bd558f6d71866ac23a7aafa3f8c7926cdc2482 done 01:21:45 #7 exporting config sha256:eb454607dddc8d75243fbdcd5e7f6930a69f656f5c067e7f0025956e0158c9ac done 01:21:45 #7 exporting manifest sha256:dc7a75f2451a506dbeacd756d1b3ab3ddc83254442486f443fb9d559bbd40a91 done 01:21:45 #7 exporting config sha256:d8a8223c7607af0aa60a17aba7c0d4d9f1d0ac9104b66d150a0b59069184e466 done 01:21:45 #7 exporting manifest list sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 done 01:21:45 #7 pushing layers 0.0s done 01:21:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 01:21:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 0.1s done 01:21:45 #7 DONE 0.1s 01:21:45 01:21:45 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:21:45 #8 DONE 0.0s 01:21:45 01:21:45 1 warning found (use --debug to expand): 01:21:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:21:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:21:45 #1 [internal] load build definition from Dockerfile 01:21:45 #1 transferring dockerfile: 179B done 01:21:45 #1 DONE 0.0s 01:21:45 01:21:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:21:45 #2 DONE 0.0s 01:21:45 01:21:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:21:45 #3 DONE 0.0s 01:21:45 01:21:45 #4 [internal] load .dockerignore 01:21:45 #4 transferring context: 2B done 01:21:45 #4 DONE 0.0s 01:21:45 01:21:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:45 #5 CACHED 01:21:45 01:21:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 01:21:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:eb269705c17a1a3bf8f09af81cd64c161ede3079db302488782f11e92695158e 0.0s done 01:21:45 #6 CACHED 01:21:45 01:21:45 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:21:45 #7 DONE 0.0s 01:21:45 01:21:45 #8 exporting to image 01:21:45 #8 exporting layers done 01:21:45 #8 exporting manifest sha256:742f77a87a28b15688a8e56c72bd558f6d71866ac23a7aafa3f8c7926cdc2482 done 01:21:45 #8 exporting config sha256:eb454607dddc8d75243fbdcd5e7f6930a69f656f5c067e7f0025956e0158c9ac done 01:21:45 #8 exporting manifest sha256:dc7a75f2451a506dbeacd756d1b3ab3ddc83254442486f443fb9d559bbd40a91 done 01:21:45 #8 exporting config sha256:d8a8223c7607af0aa60a17aba7c0d4d9f1d0ac9104b66d150a0b59069184e466 done 01:21:45 #8 exporting manifest list sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 done 01:21:45 #8 pushing layers 0.0s done 01:21:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:044e362170dd83809762476362dfc40eb6945928681f2a90a1e09643f67cb4f6 0.1s done 01:21:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:45 #8 DONE 0.1s 01:21:45 01:21:45 1 warning found (use --debug to expand): 01:21:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:46 #1 [internal] load build definition from Dockerfile 01:21:46 #1 transferring dockerfile: 205B done 01:21:46 #1 DONE 0.0s 01:21:46 01:21:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:46 #2 DONE 0.0s 01:21:46 01:21:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:46 #3 DONE 0.1s 01:21:46 01:21:46 #4 [internal] load .dockerignore 01:21:46 #4 transferring context: 2B done 01:21:46 #4 DONE 0.0s 01:21:46 01:21:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:46 #5 DONE 0.0s 01:21:46 01:21:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:46 #6 DONE 0.0s 01:21:46 01:21:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:46 #5 DONE 0.1s 01:21:46 01:21:46 #7 exporting to image 01:21:46 #7 exporting layers 01:21:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:46 #7 ... 01:21:46 01:21:46 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:21:46 #8 DONE 0.0s 01:21:46 01:21:46 #7 exporting to image 01:21:46 #7 exporting layers done 01:21:46 #7 exporting manifest sha256:2868ee593824d96d89f585ccffb2c9f6650715f63aed6b3329911d34761e0004 done 01:21:46 #7 exporting config sha256:7d728fe6c6380ede521fc180af1bfe4802e72a74661c6d5cb434fae706fc3738 done 01:21:46 #7 exporting manifest sha256:64a4cb2ff6aacd2281f65f5c932c30645c5c69920dfef4e4cf279ba098d27861 0.0s done 01:21:46 #7 exporting config sha256:b607e0e291c47efd6bc5982f50f74b31534dcb52582d7a2f94aabe7d110119b9 done 01:21:46 #7 exporting manifest list sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 done 01:21:46 #7 pushing layers 01:21:46 #7 pushing layers 0.1s done 01:21:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 0.1s done 01:21:46 #7 DONE 0.3s 01:21:46 01:21:46 1 warning found (use --debug to expand): 01:21:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:21:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:21:47 #1 [internal] load build definition from Dockerfile 01:21:47 #1 transferring dockerfile: 171B done 01:21:47 #1 DONE 0.0s 01:21:47 01:21:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:21:47 #2 DONE 0.0s 01:21:47 01:21:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:21:47 #3 DONE 0.0s 01:21:47 01:21:47 #4 [internal] load .dockerignore 01:21:47 #4 transferring context: 2B done 01:21:47 #4 DONE 0.0s 01:21:47 01:21:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f done 01:21:47 #5 CACHED 01:21:47 01:21:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f done 01:21:47 #6 CACHED 01:21:47 01:21:47 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:21:47 #7 DONE 0.0s 01:21:47 01:21:47 #8 exporting to image 01:21:47 #8 exporting layers done 01:21:47 #8 exporting manifest sha256:2868ee593824d96d89f585ccffb2c9f6650715f63aed6b3329911d34761e0004 done 01:21:47 #8 exporting config sha256:7d728fe6c6380ede521fc180af1bfe4802e72a74661c6d5cb434fae706fc3738 done 01:21:47 #8 exporting manifest sha256:64a4cb2ff6aacd2281f65f5c932c30645c5c69920dfef4e4cf279ba098d27861 done 01:21:47 #8 exporting config sha256:b607e0e291c47efd6bc5982f50f74b31534dcb52582d7a2f94aabe7d110119b9 done 01:21:47 #8 exporting manifest list sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 done 01:21:47 #8 pushing layers 0.0s done 01:21:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 0.1s done 01:21:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:47 #8 DONE 0.1s 01:21:47 01:21:47 1 warning found (use --debug to expand): 01:21:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22' 01:21:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 --push - 01:21:47 #1 [internal] load build definition from Dockerfile 01:21:47 #1 transferring dockerfile: 177B done 01:21:47 #1 DONE 0.0s 01:21:47 01:21:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 01:21:47 #2 DONE 0.0s 01:21:47 01:21:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22 01:21:47 #3 DONE 0.0s 01:21:47 01:21:47 #4 [internal] load .dockerignore 01:21:47 #4 transferring context: 2B done 01:21:47 #4 DONE 0.0s 01:21:47 01:21:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:47 #5 DONE 0.0s 01:21:47 01:21:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:47 #6 CACHED 01:21:47 01:21:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:47 #5 CACHED 01:21:47 01:21:47 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:21:47 #7 DONE 0.0s 01:21:47 01:21:47 #8 exporting to image 01:21:47 #8 exporting layers done 01:21:47 #8 exporting manifest sha256:2868ee593824d96d89f585ccffb2c9f6650715f63aed6b3329911d34761e0004 done 01:21:47 #8 exporting config sha256:7d728fe6c6380ede521fc180af1bfe4802e72a74661c6d5cb434fae706fc3738 done 01:21:47 #8 exporting manifest sha256:64a4cb2ff6aacd2281f65f5c932c30645c5c69920dfef4e4cf279ba098d27861 done 01:21:47 #8 exporting config sha256:b607e0e291c47efd6bc5982f50f74b31534dcb52582d7a2f94aabe7d110119b9 done 01:21:47 #8 exporting manifest list sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 done 01:21:47 #8 pushing layers 0.0s done 01:21:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.22@sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 0.1s done 01:21:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:47 #8 DONE 0.1s 01:21:47 01:21:47 1 warning found (use --debug to expand): 01:21:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:48 #1 [internal] load build definition from Dockerfile 01:21:48 #1 transferring dockerfile: 218B done 01:21:48 #1 DONE 0.0s 01:21:48 01:21:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:48 #2 DONE 0.0s 01:21:48 01:21:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:48 #3 DONE 0.0s 01:21:48 01:21:48 #4 [internal] load .dockerignore 01:21:48 #4 transferring context: 2B done 01:21:48 #4 DONE 0.0s 01:21:48 01:21:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:48 #5 CACHED 01:21:48 01:21:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:48 #6 CACHED 01:21:48 01:21:48 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:21:48 #7 DONE 0.0s 01:21:48 01:21:48 #8 exporting to image 01:21:48 #8 exporting layers done 01:21:48 #8 exporting manifest sha256:2868ee593824d96d89f585ccffb2c9f6650715f63aed6b3329911d34761e0004 done 01:21:48 #8 exporting config sha256:7d728fe6c6380ede521fc180af1bfe4802e72a74661c6d5cb434fae706fc3738 done 01:21:48 #8 exporting manifest sha256:64a4cb2ff6aacd2281f65f5c932c30645c5c69920dfef4e4cf279ba098d27861 done 01:21:48 #8 exporting config sha256:b607e0e291c47efd6bc5982f50f74b31534dcb52582d7a2f94aabe7d110119b9 done 01:21:48 #8 exporting manifest list sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 done 01:21:48 #8 pushing layers 0.0s done 01:21:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 0.1s done 01:21:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:48 #8 DONE 0.1s 01:21:48 01:21:48 1 warning found (use --debug to expand): 01:21:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:21:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:21:48 #1 [internal] load build definition from Dockerfile 01:21:48 #1 transferring dockerfile: 169B done 01:21:48 #1 DONE 0.0s 01:21:48 01:21:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:21:48 #2 DONE 0.0s 01:21:48 01:21:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:21:48 #3 DONE 0.0s 01:21:48 01:21:48 #4 [internal] load .dockerignore 01:21:48 #4 transferring context: 2B done 01:21:48 #4 DONE 0.0s 01:21:48 01:21:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:48 #5 CACHED 01:21:48 01:21:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 01:21:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6d2621771f819a07ba50650a5800b878bcc38da8033452554a8c2dc47bc0e01f 0.0s done 01:21:48 #6 CACHED 01:21:48 01:21:48 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:21:48 #7 DONE 0.0s 01:21:48 01:21:48 #8 exporting to image 01:21:48 #8 exporting layers done 01:21:48 #8 exporting manifest sha256:2868ee593824d96d89f585ccffb2c9f6650715f63aed6b3329911d34761e0004 done 01:21:48 #8 exporting config sha256:7d728fe6c6380ede521fc180af1bfe4802e72a74661c6d5cb434fae706fc3738 done 01:21:48 #8 exporting manifest sha256:64a4cb2ff6aacd2281f65f5c932c30645c5c69920dfef4e4cf279ba098d27861 done 01:21:48 #8 exporting config sha256:b607e0e291c47efd6bc5982f50f74b31534dcb52582d7a2f94aabe7d110119b9 done 01:21:48 #8 exporting manifest list sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 done 01:21:48 #8 pushing layers 0.0s done 01:21:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6483494381cc89162a7e0edba407a1fb6f1c623fdc1f0a3f763ea10f13b0e740 0.1s done 01:21:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:48 #8 DONE 0.1s 01:21:49 01:21:49 1 warning found (use --debug to expand): 01:21:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:49 #1 [internal] load build definition from Dockerfile 01:21:49 #1 transferring dockerfile: 206B done 01:21:49 #1 DONE 0.0s 01:21:49 01:21:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:49 #2 DONE 0.0s 01:21:49 01:21:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:49 #3 DONE 0.1s 01:21:49 01:21:49 #4 [internal] load .dockerignore 01:21:49 #4 transferring context: 2B done 01:21:49 #4 DONE 0.0s 01:21:49 01:21:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:49 #5 DONE 0.0s 01:21:49 01:21:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:49 #6 DONE 0.1s 01:21:50 01:21:50 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:21:50 #7 DONE 0.0s 01:21:50 01:21:50 #8 exporting to image 01:21:50 #8 exporting layers done 01:21:50 #8 exporting manifest sha256:1f6125d12ec1a24eb997a9984694bee0262d56febbebc69e14b5ee820c79e1bd done 01:21:50 #8 exporting config sha256:0cde6e2d1cf54baa6de572c7e831949dfea744fd25dffbeb0014cae58605f1cd 0.0s done 01:21:50 #8 exporting manifest sha256:4ed9f69ecff376d5d3691c661cb3b932b5ba0955a2adca722da141ba289ec933 0.0s done 01:21:50 #8 exporting config sha256:63d3ee3014724ee3e02f956795c659de055b9c3f37758a4b0e2a16a552532c37 0.0s done 01:21:50 #8 exporting manifest list sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 done 01:21:50 #8 pushing layers 01:21:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:50 #8 pushing layers 0.1s done 01:21:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 0.1s done 01:21:50 #8 DONE 0.2s 01:21:50 01:21:50 1 warning found (use --debug to expand): 01:21:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:21:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:21:50 #1 [internal] load build definition from Dockerfile 01:21:50 #1 transferring dockerfile: 172B done 01:21:50 #1 DONE 0.0s 01:21:50 01:21:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:21:50 #2 DONE 0.0s 01:21:50 01:21:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:21:50 #3 DONE 0.0s 01:21:50 01:21:50 #4 [internal] load .dockerignore 01:21:50 #4 transferring context: 2B done 01:21:50 #4 DONE 0.0s 01:21:50 01:21:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 done 01:21:50 #5 DONE 0.0s 01:21:50 01:21:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:50 #6 CACHED 01:21:50 01:21:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:50 #5 CACHED 01:21:50 01:21:50 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:21:50 #7 DONE 0.0s 01:21:50 01:21:50 #8 exporting to image 01:21:50 #8 exporting layers done 01:21:50 #8 exporting manifest sha256:1f6125d12ec1a24eb997a9984694bee0262d56febbebc69e14b5ee820c79e1bd done 01:21:50 #8 exporting config sha256:0cde6e2d1cf54baa6de572c7e831949dfea744fd25dffbeb0014cae58605f1cd done 01:21:50 #8 exporting manifest sha256:4ed9f69ecff376d5d3691c661cb3b932b5ba0955a2adca722da141ba289ec933 done 01:21:50 #8 exporting config sha256:63d3ee3014724ee3e02f956795c659de055b9c3f37758a4b0e2a16a552532c37 done 01:21:50 #8 exporting manifest list sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 done 01:21:50 #8 pushing layers 0.0s done 01:21:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 0.1s done 01:21:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:50 #8 DONE 0.1s 01:21:50 01:21:50 1 warning found (use --debug to expand): 01:21:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22' 01:21:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 --push - 01:21:50 #1 [internal] load build definition from Dockerfile 01:21:50 #1 transferring dockerfile: 178B done 01:21:50 #1 DONE 0.0s 01:21:50 01:21:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 01:21:50 #2 DONE 0.0s 01:21:50 01:21:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22 01:21:50 #3 DONE 0.0s 01:21:50 01:21:50 #4 [internal] load .dockerignore 01:21:50 #4 transferring context: 2B done 01:21:50 #4 DONE 0.0s 01:21:50 01:21:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:50 #5 DONE 0.0s 01:21:50 01:21:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:51 #6 CACHED 01:21:51 01:21:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:51 #5 CACHED 01:21:51 01:21:51 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:21:51 #7 DONE 0.0s 01:21:51 01:21:51 #8 exporting to image 01:21:51 #8 exporting layers done 01:21:51 #8 exporting manifest sha256:1f6125d12ec1a24eb997a9984694bee0262d56febbebc69e14b5ee820c79e1bd done 01:21:51 #8 exporting config sha256:0cde6e2d1cf54baa6de572c7e831949dfea744fd25dffbeb0014cae58605f1cd done 01:21:51 #8 exporting manifest sha256:4ed9f69ecff376d5d3691c661cb3b932b5ba0955a2adca722da141ba289ec933 done 01:21:51 #8 exporting config sha256:63d3ee3014724ee3e02f956795c659de055b9c3f37758a4b0e2a16a552532c37 done 01:21:51 #8 exporting manifest list sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 done 01:21:51 #8 pushing layers 0.0s done 01:21:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.22@sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 0.1s done 01:21:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:51 #8 DONE 0.1s 01:21:51 01:21:51 1 warning found (use --debug to expand): 01:21:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:51 #1 [internal] load build definition from Dockerfile 01:21:51 #1 transferring dockerfile: 219B done 01:21:51 #1 DONE 0.0s 01:21:51 01:21:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:51 #2 DONE 0.0s 01:21:51 01:21:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:51 #3 DONE 0.0s 01:21:51 01:21:51 #4 [internal] load .dockerignore 01:21:51 #4 transferring context: 2B done 01:21:51 #4 DONE 0.0s 01:21:51 01:21:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:51 #5 CACHED 01:21:51 01:21:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:51 #6 CACHED 01:21:51 01:21:51 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:21:51 #7 DONE 0.0s 01:21:51 01:21:51 #8 exporting to image 01:21:51 #8 exporting layers done 01:21:51 #8 exporting manifest sha256:1f6125d12ec1a24eb997a9984694bee0262d56febbebc69e14b5ee820c79e1bd done 01:21:51 #8 exporting config sha256:0cde6e2d1cf54baa6de572c7e831949dfea744fd25dffbeb0014cae58605f1cd 0.0s done 01:21:51 #8 exporting manifest sha256:4ed9f69ecff376d5d3691c661cb3b932b5ba0955a2adca722da141ba289ec933 done 01:21:51 #8 exporting config sha256:63d3ee3014724ee3e02f956795c659de055b9c3f37758a4b0e2a16a552532c37 done 01:21:51 #8 exporting manifest list sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 done 01:21:51 #8 pushing layers 0.0s done 01:21:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 0.1s done 01:21:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:51 #8 DONE 0.1s 01:21:51 01:21:51 1 warning found (use --debug to expand): 01:21:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:21:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:21:51 #1 [internal] load build definition from Dockerfile 01:21:51 #1 transferring dockerfile: 170B done 01:21:51 #1 DONE 0.0s 01:21:51 01:21:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:21:51 #2 DONE 0.0s 01:21:51 01:21:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:21:51 #3 DONE 0.0s 01:21:51 01:21:51 #4 [internal] load .dockerignore 01:21:51 #4 transferring context: 2B done 01:21:51 #4 DONE 0.0s 01:21:51 01:21:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:51 #5 CACHED 01:21:51 01:21:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 01:21:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:57b2de150329f9acd6eccfc89daa83af7602962e781680a15f214c74f9d90138 0.0s done 01:21:51 #6 CACHED 01:21:51 01:21:51 #7 exporting to image 01:21:51 #7 exporting layers done 01:21:51 #7 exporting manifest sha256:1f6125d12ec1a24eb997a9984694bee0262d56febbebc69e14b5ee820c79e1bd done 01:21:51 #7 exporting config sha256:0cde6e2d1cf54baa6de572c7e831949dfea744fd25dffbeb0014cae58605f1cd done 01:21:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:52 #7 exporting manifest sha256:4ed9f69ecff376d5d3691c661cb3b932b5ba0955a2adca722da141ba289ec933 done 01:21:52 #7 exporting config sha256:63d3ee3014724ee3e02f956795c659de055b9c3f37758a4b0e2a16a552532c37 done 01:21:52 #7 exporting manifest list sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 done 01:21:52 #7 pushing layers 0.0s done 01:21:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:17b6433778083bdaf9fdfd4ece4e4655758df7cff7a487fc1bf3acc0ebf14b90 0.1s done 01:21:52 #7 DONE 0.1s 01:21:52 01:21:52 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:21:52 #8 DONE 0.0s 01:21:52 01:21:52 1 warning found (use --debug to expand): 01:21:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:52 #1 [internal] load build definition from Dockerfile 01:21:52 #1 transferring dockerfile: 206B done 01:21:52 #1 DONE 0.0s 01:21:52 01:21:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:52 #2 DONE 0.0s 01:21:52 01:21:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:52 #3 DONE 0.0s 01:21:52 01:21:52 #4 [internal] load .dockerignore 01:21:52 #4 transferring context: 2B done 01:21:52 #4 DONE 0.0s 01:21:52 01:21:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:52 #5 ... 01:21:52 01:21:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 0.0s done 01:21:52 #6 DONE 0.1s 01:21:52 01:21:52 #7 exporting to image 01:21:52 #7 exporting layers done 01:21:52 #7 exporting manifest sha256:3a3e16c6ec6e823cdc0bea780f3f3214aa689a82a132aa9381234d76295a95db done 01:21:52 #7 exporting config sha256:d3d571223223ff8a74d52132637bb779957aab6abf47212170a0976b7c8646f1 01:21:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:53 #7 ... 01:21:53 01:21:53 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:21:53 #8 DONE 0.0s 01:21:53 01:21:53 #7 exporting to image 01:21:53 #7 exporting config sha256:d3d571223223ff8a74d52132637bb779957aab6abf47212170a0976b7c8646f1 0.0s done 01:21:53 #7 exporting manifest sha256:bd3836457393509646899a72431143cb3a1c5a049ff2c3d1da9817f9ea919738 done 01:21:53 #7 exporting config sha256:7f1e3f98ac0207c452fa62f74bdfea6aa6e20a7dc0d7bdbc5db34ca07da66c11 done 01:21:53 #7 exporting manifest list sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d done 01:21:53 #7 pushing layers 0.1s done 01:21:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d 01:21:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d 0.1s done 01:21:53 #7 DONE 0.2s 01:21:53 01:21:53 1 warning found (use --debug to expand): 01:21:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:21:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:21:53 #1 [internal] load build definition from Dockerfile 01:21:53 #1 transferring dockerfile: 172B done 01:21:53 #1 DONE 0.0s 01:21:53 01:21:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:21:53 #2 DONE 0.0s 01:21:53 01:21:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:21:53 #3 DONE 0.0s 01:21:53 01:21:53 #4 [internal] load .dockerignore 01:21:53 #4 transferring context: 2B done 01:21:53 #4 DONE 0.0s 01:21:53 01:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 0.0s done 01:21:53 #5 DONE 0.0s 01:21:53 01:21:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 0.0s done 01:21:53 #6 CACHED 01:21:53 01:21:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:53 #5 CACHED 01:21:53 01:21:53 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:21:53 #7 DONE 0.0s 01:21:53 01:21:53 #8 exporting to image 01:21:53 #8 exporting layers done 01:21:53 #8 exporting manifest sha256:3a3e16c6ec6e823cdc0bea780f3f3214aa689a82a132aa9381234d76295a95db done 01:21:53 #8 exporting config sha256:d3d571223223ff8a74d52132637bb779957aab6abf47212170a0976b7c8646f1 done 01:21:53 #8 exporting manifest sha256:bd3836457393509646899a72431143cb3a1c5a049ff2c3d1da9817f9ea919738 done 01:21:53 #8 exporting config sha256:7f1e3f98ac0207c452fa62f74bdfea6aa6e20a7dc0d7bdbc5db34ca07da66c11 done 01:21:53 #8 exporting manifest list sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d done 01:21:53 #8 pushing layers 0.0s done 01:21:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d 0.1s done 01:21:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:53 #8 DONE 0.1s 01:21:53 01:21:53 1 warning found (use --debug to expand): 01:21:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 --push - 01:21:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22' 01:21:53 #1 [internal] load build definition from Dockerfile 01:21:53 #1 transferring dockerfile: 178B done 01:21:53 #1 DONE 0.0s 01:21:53 01:21:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 01:21:53 #2 DONE 0.0s 01:21:53 01:21:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22 01:21:53 #3 DONE 0.0s 01:21:53 01:21:53 #4 [internal] load .dockerignore 01:21:53 #4 transferring context: 2B done 01:21:53 #4 DONE 0.0s 01:21:53 01:21:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 done 01:21:53 #5 DONE 0.0s 01:21:53 01:21:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 done 01:21:54 #6 CACHED 01:21:54 01:21:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:54 #5 CACHED 01:21:54 01:21:54 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:21:54 #7 DONE 0.0s 01:21:54 01:21:54 #8 exporting to image 01:21:54 #8 exporting layers done 01:21:54 #8 exporting manifest sha256:3a3e16c6ec6e823cdc0bea780f3f3214aa689a82a132aa9381234d76295a95db done 01:21:54 #8 exporting config sha256:d3d571223223ff8a74d52132637bb779957aab6abf47212170a0976b7c8646f1 done 01:21:54 #8 exporting manifest sha256:bd3836457393509646899a72431143cb3a1c5a049ff2c3d1da9817f9ea919738 done 01:21:54 #8 exporting config sha256:7f1e3f98ac0207c452fa62f74bdfea6aa6e20a7dc0d7bdbc5db34ca07da66c11 done 01:21:54 #8 exporting manifest list sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d done 01:21:54 #8 pushing layers 0.0s done 01:21:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.22@sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d 0.1s done 01:21:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:54 #8 DONE 0.1s 01:21:54 01:21:54 1 warning found (use --debug to expand): 01:21:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:54 #1 [internal] load build definition from Dockerfile 01:21:54 #1 transferring dockerfile: 219B done 01:21:54 #1 DONE 0.0s 01:21:54 01:21:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:54 #2 DONE 0.0s 01:21:54 01:21:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:54 #3 DONE 0.0s 01:21:54 01:21:54 #4 [internal] load .dockerignore 01:21:54 #4 transferring context: 2B done 01:21:54 #4 DONE 0.0s 01:21:54 01:21:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 done 01:21:54 #5 CACHED 01:21:54 01:21:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 0.0s done 01:21:54 #6 CACHED 01:21:54 01:21:54 #7 exporting to image 01:21:54 #7 exporting layers done 01:21:54 #7 exporting manifest sha256:3a3e16c6ec6e823cdc0bea780f3f3214aa689a82a132aa9381234d76295a95db done 01:21:54 #7 exporting config sha256:d3d571223223ff8a74d52132637bb779957aab6abf47212170a0976b7c8646f1 done 01:21:54 #7 exporting manifest sha256:bd3836457393509646899a72431143cb3a1c5a049ff2c3d1da9817f9ea919738 done 01:21:54 #7 exporting config sha256:7f1e3f98ac0207c452fa62f74bdfea6aa6e20a7dc0d7bdbc5db34ca07da66c11 done 01:21:54 #7 exporting manifest list sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d done 01:21:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:54 #7 pushing layers 0.0s done 01:21:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d 0.1s done 01:21:54 #7 DONE 0.1s 01:21:54 01:21:54 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:21:54 #8 DONE 0.0s 01:21:54 01:21:54 1 warning found (use --debug to expand): 01:21:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:21:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:21:55 #1 [internal] load build definition from Dockerfile 01:21:55 #1 transferring dockerfile: 170B done 01:21:55 #1 DONE 0.0s 01:21:55 01:21:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:21:55 #2 DONE 0.0s 01:21:55 01:21:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:21:55 #3 DONE 0.0s 01:21:55 01:21:55 #4 [internal] load .dockerignore 01:21:55 #4 transferring context: 2B done 01:21:55 #4 DONE 0.0s 01:21:55 01:21:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 0.0s done 01:21:55 #5 CACHED 01:21:55 01:21:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 01:21:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:67f14714ccb1fcb15cd38ed6fb751e5e528d744fe9eb59eb4e00b14e090771b8 0.0s done 01:21:55 #6 CACHED 01:21:55 01:21:55 #7 exporting to image 01:21:55 #7 exporting layers done 01:21:55 #7 exporting manifest sha256:3a3e16c6ec6e823cdc0bea780f3f3214aa689a82a132aa9381234d76295a95db done 01:21:55 #7 exporting config sha256:d3d571223223ff8a74d52132637bb779957aab6abf47212170a0976b7c8646f1 done 01:21:55 #7 exporting manifest sha256:bd3836457393509646899a72431143cb3a1c5a049ff2c3d1da9817f9ea919738 done 01:21:55 #7 exporting config sha256:7f1e3f98ac0207c452fa62f74bdfea6aa6e20a7dc0d7bdbc5db34ca07da66c11 done 01:21:55 #7 exporting manifest list sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d done 01:21:55 #7 pushing layers 01:21:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:55 #7 pushing layers 0.0s done 01:21:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:049f394b7a5660259a1e41c1fa6d8731d66686e2d93ef5d4720a7a34f5b94e9d 0.1s done 01:21:55 #7 DONE 0.1s 01:21:55 01:21:55 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:21:55 #8 DONE 0.0s 01:21:55 01:21:55 1 warning found (use --debug to expand): 01:21:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:55 #1 [internal] load build definition from Dockerfile 01:21:55 #1 transferring dockerfile: 206B done 01:21:55 #1 DONE 0.0s 01:21:55 01:21:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:55 #2 DONE 0.0s 01:21:55 01:21:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:55 #3 DONE 0.0s 01:21:55 01:21:55 #4 [internal] load .dockerignore 01:21:55 #4 transferring context: 2B done 01:21:55 #4 DONE 0.0s 01:21:55 01:21:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:55 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:55 #5 DONE 0.0s 01:21:55 01:21:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:55 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 done 01:21:55 #6 DONE 0.1s 01:21:55 01:21:55 #7 exporting to image 01:21:55 #7 exporting layers done 01:21:55 #7 exporting manifest sha256:901c1e76fb3b773a333769916c9e40b6f5a7e34f68448f1174e10081ecdcb3c3 done 01:21:55 #7 exporting config sha256:a07e6aa12f579a56d4434abaeff6cc71180eff472f8d8f6fa679e1aa4dd1ee92 01:21:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:55 #7 ... 01:21:55 01:21:55 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:21:55 #8 DONE 0.0s 01:21:55 01:21:55 #7 exporting to image 01:21:55 #7 exporting config sha256:a07e6aa12f579a56d4434abaeff6cc71180eff472f8d8f6fa679e1aa4dd1ee92 done 01:21:55 #7 exporting manifest sha256:b4b68029ca80b02ac1794261aa3fb9a32555acd0073bf4df4acb3cddf8c7f426 done 01:21:55 #7 exporting config sha256:392b937e355ad8fc33878bd9408d36ad19a40ac0562ad664633b4d6c1d0a77ba done 01:21:55 #7 exporting manifest list sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b done 01:21:55 #7 pushing layers 0.1s done 01:21:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b 01:21:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b 0.1s done 01:21:56 #7 DONE 0.2s 01:21:56 01:21:56 1 warning found (use --debug to expand): 01:21:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:21:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:21:56 #1 [internal] load build definition from Dockerfile 01:21:56 #1 transferring dockerfile: 172B done 01:21:56 #1 DONE 0.0s 01:21:56 01:21:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:21:56 #2 DONE 0.0s 01:21:56 01:21:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:21:56 #3 DONE 0.0s 01:21:56 01:21:56 #4 [internal] load .dockerignore 01:21:56 #4 transferring context: 2B done 01:21:56 #4 DONE 0.0s 01:21:56 01:21:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:56 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 done 01:21:56 #5 CACHED 01:21:56 01:21:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:56 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 done 01:21:56 #6 DONE 0.0s 01:21:56 01:21:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:56 #6 CACHED 01:21:56 01:21:56 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:21:56 #7 DONE 0.0s 01:21:56 01:21:56 #8 exporting to image 01:21:56 #8 exporting layers done 01:21:56 #8 exporting manifest sha256:901c1e76fb3b773a333769916c9e40b6f5a7e34f68448f1174e10081ecdcb3c3 done 01:21:56 #8 exporting config sha256:a07e6aa12f579a56d4434abaeff6cc71180eff472f8d8f6fa679e1aa4dd1ee92 done 01:21:56 #8 exporting manifest sha256:b4b68029ca80b02ac1794261aa3fb9a32555acd0073bf4df4acb3cddf8c7f426 done 01:21:56 #8 exporting config sha256:392b937e355ad8fc33878bd9408d36ad19a40ac0562ad664633b4d6c1d0a77ba done 01:21:56 #8 exporting manifest list sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b done 01:21:56 #8 pushing layers 0.0s done 01:21:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b 0.1s done 01:21:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:56 #8 DONE 0.1s 01:21:56 01:21:56 1 warning found (use --debug to expand): 01:21:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22' 01:21:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 --push - 01:21:56 #1 [internal] load build definition from Dockerfile 01:21:56 #1 transferring dockerfile: 178B done 01:21:56 #1 DONE 0.0s 01:21:56 01:21:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 01:21:56 #2 DONE 0.0s 01:21:56 01:21:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22 01:21:56 #3 DONE 0.0s 01:21:56 01:21:56 #4 [internal] load .dockerignore 01:21:56 #4 transferring context: 2B done 01:21:56 #4 DONE 0.0s 01:21:56 01:21:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:56 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:56 #5 CACHED 01:21:56 01:21:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:57 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:57 #6 CACHED 01:21:57 01:21:57 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:21:57 #7 DONE 0.0s 01:21:57 01:21:57 #8 exporting to image 01:21:57 #8 exporting layers done 01:21:57 #8 exporting manifest sha256:901c1e76fb3b773a333769916c9e40b6f5a7e34f68448f1174e10081ecdcb3c3 done 01:21:57 #8 exporting config sha256:a07e6aa12f579a56d4434abaeff6cc71180eff472f8d8f6fa679e1aa4dd1ee92 done 01:21:57 #8 exporting manifest sha256:b4b68029ca80b02ac1794261aa3fb9a32555acd0073bf4df4acb3cddf8c7f426 done 01:21:57 #8 exporting config sha256:392b937e355ad8fc33878bd9408d36ad19a40ac0562ad664633b4d6c1d0a77ba done 01:21:57 #8 exporting manifest list sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b done 01:21:57 #8 pushing layers 0.0s done 01:21:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.22@sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b 0.1s done 01:21:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:57 #8 DONE 0.1s 01:21:57 01:21:57 1 warning found (use --debug to expand): 01:21:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:21:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:21:57 #1 [internal] load build definition from Dockerfile 01:21:57 #1 transferring dockerfile: 219B done 01:21:57 #1 DONE 0.0s 01:21:57 01:21:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:57 #2 DONE 0.0s 01:21:57 01:21:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:21:57 #3 DONE 0.0s 01:21:57 01:21:57 #4 [internal] load .dockerignore 01:21:57 #4 transferring context: 2B done 01:21:57 #4 DONE 0.0s 01:21:57 01:21:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:57 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:57 #5 CACHED 01:21:57 01:21:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:57 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:57 #6 CACHED 01:21:57 01:21:57 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:21:57 #7 DONE 0.0s 01:21:57 01:21:57 #8 exporting to image 01:21:57 #8 exporting layers done 01:21:57 #8 exporting manifest sha256:901c1e76fb3b773a333769916c9e40b6f5a7e34f68448f1174e10081ecdcb3c3 done 01:21:57 #8 exporting config sha256:a07e6aa12f579a56d4434abaeff6cc71180eff472f8d8f6fa679e1aa4dd1ee92 done 01:21:57 #8 exporting manifest sha256:b4b68029ca80b02ac1794261aa3fb9a32555acd0073bf4df4acb3cddf8c7f426 done 01:21:57 #8 exporting config sha256:392b937e355ad8fc33878bd9408d36ad19a40ac0562ad664633b4d6c1d0a77ba done 01:21:57 #8 exporting manifest list sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b done 01:21:57 #8 pushing layers 0.0s done 01:21:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b 0.1s done 01:21:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:57 #8 DONE 0.1s 01:21:57 01:21:57 1 warning found (use --debug to expand): 01:21:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:21:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:21:58 #1 [internal] load build definition from Dockerfile 01:21:58 #1 transferring dockerfile: 170B done 01:21:58 #1 DONE 0.0s 01:21:58 01:21:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:21:58 #2 DONE 0.0s 01:21:58 01:21:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:21:58 #3 DONE 0.0s 01:21:58 01:21:58 #4 [internal] load .dockerignore 01:21:58 #4 transferring context: 2B done 01:21:58 #4 DONE 0.0s 01:21:58 01:21:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:58 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:58 #5 CACHED 01:21:58 01:21:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 01:21:58 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2913d75bc7ad2b1b03c1a44cc9e52925faef6f36b6503d57dc1700faedc62b79 0.0s done 01:21:58 #6 CACHED 01:21:58 01:21:58 #7 exporting to image 01:21:58 #7 exporting layers done 01:21:58 #7 exporting manifest sha256:901c1e76fb3b773a333769916c9e40b6f5a7e34f68448f1174e10081ecdcb3c3 done 01:21:58 #7 exporting config sha256:a07e6aa12f579a56d4434abaeff6cc71180eff472f8d8f6fa679e1aa4dd1ee92 done 01:21:58 #7 exporting manifest sha256:b4b68029ca80b02ac1794261aa3fb9a32555acd0073bf4df4acb3cddf8c7f426 01:21:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:58 #7 exporting manifest sha256:b4b68029ca80b02ac1794261aa3fb9a32555acd0073bf4df4acb3cddf8c7f426 done 01:21:58 #7 exporting config sha256:392b937e355ad8fc33878bd9408d36ad19a40ac0562ad664633b4d6c1d0a77ba done 01:21:58 #7 exporting manifest list sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b done 01:21:58 #7 pushing layers 0.0s done 01:21:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ce51158395e0d97ffe7826e37b797a5cf6eeda7b9a12c500239320ed22d0de1b 0.1s done 01:21:58 #7 DONE 0.1s 01:21:58 01:21:58 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:21:58 #8 DONE 0.0s 01:21:58 01:21:58 1 warning found (use --debug to expand): 01:21:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 --push - 01:21:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8' 01:21:58 #1 [internal] load build definition from Dockerfile 01:21:58 #1 transferring dockerfile: 202B done 01:21:58 #1 DONE 0.0s 01:21:58 01:21:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:58 #2 DONE 0.0s 01:21:58 01:21:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:21:58 #3 DONE 0.1s 01:21:58 01:21:58 #4 [internal] load .dockerignore 01:21:58 #4 transferring context: 2B done 01:21:58 #4 DONE 0.0s 01:21:58 01:21:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:21:58 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:21:58 #5 DONE 0.0s 01:21:58 01:21:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:21:58 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:21:58 #6 DONE 0.1s 01:21:58 01:21:58 #7 exporting to image 01:21:58 #7 exporting layers done 01:21:58 #7 exporting manifest sha256:2e79559daea1433e5a3c7b668c89fec9263bfbde87a82ac7b5623fa8562a8fb6 done 01:21:58 #7 exporting config sha256:661347b900a1c4dfda05ccfb33cc291a0c0a9a6c4e4cb1c317a4e0811582c581 done 01:21:58 #7 exporting manifest sha256:869bce7a3aaf6fba2f2026717c23be83619f56d8963b303536404dc64795fb36 done 01:21:58 #7 exporting config sha256:c65423a06e86a9f66388c76177dea5a394c01e34d1fbe09ce7ff152163769053 01:21:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:58 #7 ... 01:21:58 01:21:58 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:21:58 #8 DONE 0.0s 01:21:58 01:21:58 #7 exporting to image 01:21:58 #7 exporting config sha256:c65423a06e86a9f66388c76177dea5a394c01e34d1fbe09ce7ff152163769053 done 01:21:58 #7 exporting manifest list sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 done 01:21:58 #7 pushing layers 0.1s done 01:21:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 01:21:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 0.1s done 01:21:59 #7 DONE 0.2s 01:21:59 01:21:59 1 warning found (use --debug to expand): 01:21:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:21:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:21:59 #1 [internal] load build definition from Dockerfile 01:21:59 #1 transferring dockerfile: 168B done 01:21:59 #1 DONE 0.0s 01:21:59 01:21:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:21:59 #2 DONE 0.0s 01:21:59 01:21:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:21:59 #3 DONE 0.0s 01:21:59 01:21:59 #4 [internal] load .dockerignore 01:21:59 #4 transferring context: 2B done 01:21:59 #4 DONE 0.0s 01:21:59 01:21:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:21:59 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 done 01:21:59 #5 CACHED 01:21:59 01:21:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:21:59 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:21:59 #6 CACHED 01:21:59 01:21:59 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:21:59 #7 DONE 0.0s 01:21:59 01:21:59 #8 exporting to image 01:21:59 #8 exporting layers done 01:21:59 #8 exporting manifest sha256:2e79559daea1433e5a3c7b668c89fec9263bfbde87a82ac7b5623fa8562a8fb6 done 01:21:59 #8 exporting config sha256:661347b900a1c4dfda05ccfb33cc291a0c0a9a6c4e4cb1c317a4e0811582c581 done 01:21:59 #8 exporting manifest sha256:869bce7a3aaf6fba2f2026717c23be83619f56d8963b303536404dc64795fb36 done 01:21:59 #8 exporting config sha256:c65423a06e86a9f66388c76177dea5a394c01e34d1fbe09ce7ff152163769053 done 01:21:59 #8 exporting manifest list sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 done 01:21:59 #8 pushing layers 0.0s done 01:21:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 0.1s done 01:21:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:21:59 #8 DONE 0.1s 01:21:59 01:21:59 1 warning found (use --debug to expand): 01:21:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:21:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22' 01:21:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 --push - 01:21:59 #1 [internal] load build definition from Dockerfile 01:21:59 #1 transferring dockerfile: 174B done 01:21:59 #1 DONE 0.0s 01:21:59 01:21:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 01:21:59 #2 DONE 0.0s 01:21:59 01:21:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22 01:21:59 #3 DONE 0.0s 01:21:59 01:21:59 #4 [internal] load .dockerignore 01:21:59 #4 transferring context: 2B done 01:21:59 #4 DONE 0.0s 01:21:59 01:21:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:21:59 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:22:00 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:22:00 #5 CACHED 01:22:00 01:22:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:22:00 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 done 01:22:00 #6 CACHED 01:22:00 01:22:00 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:22:00 #7 DONE 0.0s 01:22:00 01:22:00 #8 exporting to image 01:22:00 #8 exporting layers done 01:22:00 #8 exporting manifest sha256:2e79559daea1433e5a3c7b668c89fec9263bfbde87a82ac7b5623fa8562a8fb6 done 01:22:00 #8 exporting config sha256:661347b900a1c4dfda05ccfb33cc291a0c0a9a6c4e4cb1c317a4e0811582c581 done 01:22:00 #8 exporting manifest sha256:869bce7a3aaf6fba2f2026717c23be83619f56d8963b303536404dc64795fb36 done 01:22:00 #8 exporting config sha256:c65423a06e86a9f66388c76177dea5a394c01e34d1fbe09ce7ff152163769053 done 01:22:00 #8 exporting manifest list sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 done 01:22:00 #8 pushing layers 0.0s done 01:22:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.22@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 0.1s done 01:22:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:22:00 #8 DONE 0.1s 01:22:00 01:22:00 1 warning found (use --debug to expand): 01:22:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:22:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22' 01:22:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 --push - 01:22:00 #1 [internal] load build definition from Dockerfile 01:22:00 #1 transferring dockerfile: 215B done 01:22:00 #1 DONE 0.0s 01:22:00 01:22:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:22:00 #2 DONE 0.0s 01:22:00 01:22:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:22:00 #3 DONE 0.0s 01:22:00 01:22:00 #4 [internal] load .dockerignore 01:22:00 #4 transferring context: 2B done 01:22:00 #4 DONE 0.0s 01:22:00 01:22:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:22:00 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 done 01:22:00 #5 CACHED 01:22:00 01:22:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:22:00 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:22:00 #6 CACHED 01:22:00 01:22:00 #7 exporting to image 01:22:00 #7 exporting layers 01:22:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:22:00 #7 exporting layers done 01:22:00 #7 exporting manifest sha256:2e79559daea1433e5a3c7b668c89fec9263bfbde87a82ac7b5623fa8562a8fb6 done 01:22:00 #7 exporting config sha256:661347b900a1c4dfda05ccfb33cc291a0c0a9a6c4e4cb1c317a4e0811582c581 done 01:22:00 #7 exporting manifest sha256:869bce7a3aaf6fba2f2026717c23be83619f56d8963b303536404dc64795fb36 done 01:22:00 #7 exporting config sha256:c65423a06e86a9f66388c76177dea5a394c01e34d1fbe09ce7ff152163769053 done 01:22:00 #7 exporting manifest list sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 done 01:22:00 #7 pushing layers 0.0s done 01:22:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 0.1s done 01:22:00 #7 DONE 0.1s 01:22:00 01:22:00 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:22:00 #8 DONE 0.0s 01:22:00 01:22:00 1 warning found (use --debug to expand): 01:22:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:22:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:22:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:22:01 #1 [internal] load build definition from Dockerfile 01:22:01 #1 transferring dockerfile: 166B done 01:22:01 #1 DONE 0.0s 01:22:01 01:22:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:22:01 #2 DONE 0.0s 01:22:01 01:22:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:22:01 #3 DONE 0.0s 01:22:01 01:22:01 #4 [internal] load .dockerignore 01:22:01 #4 transferring context: 2B done 01:22:01 #4 DONE 0.0s 01:22:01 01:22:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:22:01 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:22:01 #5 CACHED 01:22:01 01:22:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 01:22:01 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:825745822148084adebcfdc79510a53a72ce44d3b27debb0f995c45b38fcec53 0.0s done 01:22:01 #6 CACHED 01:22:01 01:22:01 #7 exporting to image 01:22:01 #7 exporting layers done 01:22:01 #7 exporting manifest sha256:2e79559daea1433e5a3c7b668c89fec9263bfbde87a82ac7b5623fa8562a8fb6 done 01:22:01 #7 exporting config sha256:661347b900a1c4dfda05ccfb33cc291a0c0a9a6c4e4cb1c317a4e0811582c581 done 01:22:01 #7 exporting manifest sha256:869bce7a3aaf6fba2f2026717c23be83619f56d8963b303536404dc64795fb36 done 01:22:01 #7 exporting config sha256:c65423a06e86a9f66388c76177dea5a394c01e34d1fbe09ce7ff152163769053 done 01:22:01 #7 exporting manifest list sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 done 01:22:01 #7 pushing layers 0.0s done 01:22:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 01:22:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:22:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8ea76af3ed47914ebefc25f21c3467919d543fe0cdc4bfd83025ba84e82a1a45 0.1s done 01:22:01 #7 DONE 0.1s 01:22:01 01:22:01 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:22:01 #8 DONE 0.0s 01:22:01 01:22:01 1 warning found (use --debug to expand): 01:22:01  - 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:22:01 + '[' -d /w/workspace/edgex-go/849/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:22:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:22:02 ---> package-listing.sh 01:22:02 ++ facter osfamily 01:22:02 ++ tr '[:upper:]' '[:lower:]' 01:22:02 + OS_FAMILY=redhat 01:22:02 + workspace=/w/workspace/edgex-go/849 01:22:02 + START_PACKAGES=/tmp/packages_start.txt 01:22:02 + END_PACKAGES=/tmp/packages_end.txt 01:22:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:22:02 + PACKAGES=/tmp/packages_start.txt 01:22:02 + '[' /w/workspace/edgex-go/849 ']' 01:22:02 + PACKAGES=/tmp/packages_end.txt 01:22:02 + case "${OS_FAMILY}" in 01:22:02 + sort 01:22:02 + rpm -qa 01:22:03 + '[' -f /tmp/packages_start.txt ']' 01:22:03 + '[' -f /tmp/packages_end.txt ']' 01:22:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:22:03 + '[' /w/workspace/edgex-go/849 ']' 01:22:03 + mkdir -p /w/workspace/edgex-go/849/archives/ 01:22:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/849/archives/ [Pipeline] echo 01:22:03 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/849/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:22:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:04 01:22:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:04 latest: Pulling from edgex-lftools-log-publisher 01:22:04 5eb5b503b376: Pulling fs layer 01:22:04 5c69ac0246d0: Pulling fs layer 01:22:04 ec43610c2a17: Pulling fs layer 01:22:04 3a2ae6a8a46f: Pulling fs layer 01:22:04 33b1e0a273af: Pulling fs layer 01:22:04 5d3b04190fa2: Pulling fs layer 01:22:04 2f39f015ded8: Pulling fs layer 01:22:04 33b1e0a273af: Waiting 01:22:04 5d3b04190fa2: Waiting 01:22:04 2f39f015ded8: Waiting 01:22:04 3a2ae6a8a46f: Waiting 01:22:04 5c69ac0246d0: Verifying Checksum 01:22:04 5c69ac0246d0: Download complete 01:22:04 3a2ae6a8a46f: Verifying Checksum 01:22:04 3a2ae6a8a46f: Download complete 01:22:04 33b1e0a273af: Verifying Checksum 01:22:04 33b1e0a273af: Download complete 01:22:04 5d3b04190fa2: Verifying Checksum 01:22:04 5d3b04190fa2: Download complete 01:22:04 ec43610c2a17: Verifying Checksum 01:22:04 ec43610c2a17: Download complete 01:22:04 5eb5b503b376: Verifying Checksum 01:22:04 5eb5b503b376: Download complete 01:22:05 2f39f015ded8: Verifying Checksum 01:22:05 2f39f015ded8: Download complete 01:22:06 5eb5b503b376: Pull complete 01:22:06 5c69ac0246d0: Pull complete 01:22:06 ec43610c2a17: Pull complete 01:22:06 3a2ae6a8a46f: Pull complete 01:22:06 33b1e0a273af: Pull complete 01:22:07 5d3b04190fa2: Pull complete 01:22:11 2f39f015ded8: Pull complete 01:22:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:22:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:22:11 prd-centos7-docker-4c-2g-2863 does not seem to be running inside a container 01:22: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/849/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:22:18 $ docker top 4a63d7a9d500ce05f5b0166af0b751e6aae468f3c5af68448858d9e7d797e3e0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:19 + touch /tmp/pre-build-complete [Pipeline] sh 01:22:19 + mkdir -p /var/log/sysstat [Pipeline] sh 01:22:19 + ls /var/log/sa-host 01:22:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:22:19 provisioning config files... 01:22:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9530561763654829154tmp [Pipeline] { [Pipeline] echo 01:22:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:22:20 ---> create-netrc.sh [Pipeline] } 01:22:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:22:20 ---> python-tools-install.sh [Pipeline] echo 01:22:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:22:20 ---> sudo-logs.sh 01:22:20 Archiving 'sudo' log.. 01:22:20 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:22:20 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:22:20 $ docker stop --time=1 4a63d7a9d500ce05f5b0166af0b751e6aae468f3c5af68448858d9e7d797e3e0 01:22:22 $ docker rm -f --volumes 4a63d7a9d500ce05f5b0166af0b751e6aae468f3c5af68448858d9e7d797e3e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:22:22 [WS-CLEANUP] Deleting project workspace... 01:22:22 [WS-CLEANUP] Deferred wipeout is used... 01:22:22 [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:35:23 #135 ... 01:35:23 01:35:23 #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:23 #147 DONE 1108.1s 01:35:23 01:35:23 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:35:23 #43 ... 01:35:23 01:35:23 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:35:23 #155 DONE 0.3s 01:35:23 01:35:23 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:35:23 #50 ... 01:35:23 01:35:23 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:35:23 #156 DONE 0.1s 01:35:23 01:35:23 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:35:23 #157 DONE 0.2s 01:35:23 01:35:23 #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:35:23 #158 DONE 0.1s 01:35:23 01:35:23 #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:35:23 #159 DONE 0.1s 01:35:23 01:35:23 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:35:23 #50 ... 01:35:23 01:35:23 #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:35:23 #160 DONE 2.0s 01:35:23 01:35:23 #109 [core-common-config-bootstrapper] exporting to image 01:35:23 #109 exporting layers 01:35:23 #109 exporting layers 0.5s done 01:35:23 #109 writing image sha256:95d02b74a18ac92c10099868c8751b4103ef44aaece0eb215572e37b33828490 done 01:35:23 #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 01:35:23 #109 DONE 7.3s 01:35:23 01:35:23 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:35:33 #148 DONE 1123.3s 01:35:33 01:35:33 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:35:34 #146 ... 01:35:34 01:35:34 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:35:34 #161 DONE 0.2s 01:35:34 01:35:34 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:35:36 #162 DONE 2.3s 01:35:36 01:35:36 #154 [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:35:36 #154 ... 01:35:36 01:35:36 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:35:36 #163 DONE 0.2s 01:35:36 01:35:36 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:35:37 #164 DONE 0.2s 01:35:37 01:35:37 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:35:37 #165 DONE 0.2s 01:35:37 01:35:37 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:35:37 #166 DONE 0.1s 01:35:37 01:35:37 #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:35:37 #167 DONE 0.1s 01:35:37 01:35:37 #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:35:37 #168 DONE 0.1s 01:35:37 01:35:37 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:35:37 #146 ... 01:35:37 01:35:37 #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:35:37 #169 DONE 0.1s 01:35:37 01:35:37 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:35:37 #170 DONE 0.1s 01:35:37 01:35:37 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:35:37 #135 ... 01:35:37 01:35:37 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:35:39 #171 DONE 1.8s 01:35:39 01:35:39 #154 [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:35:39 #154 ... 01:35:39 01:35:39 #109 [security-bootstrapper] exporting to image 01:35:39 #109 exporting layers 01:35:40 #109 exporting layers 1.1s done 01:35:40 #109 writing image sha256:8627097ba478eaad9288119c82cb4cf633a4963a45a735a4f60f9385efd7a7d4 0.0s done 01:35:40 #109 naming to docker.io/library/security-bootstrapper-arm64 done 01:35:40 #109 DONE 8.3s 01:35:40 01:35:40 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:50:33 #146 DONE 2022.4s 01:50:33 01:50:33 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:50:33 #153 ... 01:50:33 01:50:33 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:50:33 #172 DONE 0.1s 01:50:33 01:50:33 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:50:33 #173 DONE 0.2s 01:50:33 01:50:33 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:50:33 #153 ... 01:50:33 01:50:33 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:50:33 #174 DONE 0.4s 01:50:33 01:50:33 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:50:34 #175 DONE 0.2s 01:50:34 01:50:34 #109 [core-command] exporting to image 01:50:34 #109 exporting layers 01:50:34 #109 exporting layers 0.5s done 01:50:34 #109 writing image sha256:d7f791e6e040ba77f4a672fa2bbe6849d728ac6392493a8081433c95664ff1c1 done 01:50:34 #109 naming to docker.io/library/core-command-arm64 done 01:50:34 #109 DONE 8.8s 01:50:34 01:50:34 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:51:01 #150 ... 01:51:01 01:51:01 #154 [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:51:01 #154 2050.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.22 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:51:05 #154 ... 01:51:05 01:51:05 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:51:05 #135 DONE 2055.0s 01:51:05 01:51:05 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:51:06 #150 ... 01:51:06 01:51:06 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:51:06 #176 DONE 0.1s 01:51:06 01:51:06 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:51:06 #177 DONE 0.1s 01:51:06 01:51:06 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:51:06 #150 ... 01:51:06 01:51:06 #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 01:51:06 #178 DONE 0.1s 01:51:06 01:51:06 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:51:06 #179 DONE 0.1s 01:51:06 01:51:06 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:51:06 #151 ... 01:51:06 01:51:06 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:51:06 #180 DONE 0.4s 01:51:06 01:51:06 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:51:06 #181 DONE 0.1s 01:51:06 01:51:06 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:51:09 #182 DONE 2.1s 01:51:09 01:51:09 #109 [security-proxy-setup] exporting to image 01:51:09 #109 exporting layers 01:51:10 #109 exporting layers 0.9s done 01:51:10 #109 writing image sha256:56362f340b75bafd287a9ec04e8df527bafaadfe28cf5fed180b354f5eb7a26d done 01:51:10 #109 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 01:51:10 #109 DONE 9.8s 01:51:10 01:51:10 #154 [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:51:36 #154 DONE 2084.5s 01:51:36 01:51:36 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:51:36 #43 ... 01:51:36 01:51:36 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:51:36 #183 DONE 0.2s 01:51:36 01:51:36 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:51:36 #150 ... 01:51:36 01:51:36 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:51:36 #184 DONE 0.2s 01:51:36 01:51:36 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:51:36 #50 ... 01:51:36 01:51:36 #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 01:51:36 #185 DONE 0.1s 01:51:36 01:51:36 #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 01:51:36 #186 DONE 0.1s 01:51:36 01:51:36 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:51:36 #153 ... 01:51:36 01:51:36 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:51:36 #187 DONE 0.2s 01:51:36 01:51:36 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:51:36 #188 DONE 0.3s 01:51:36 01:51:36 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:51:36 #189 DONE 0.4s 01:51:36 01:51:36 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:51:36 #151 ... 01:51:36 01:51:36 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:51:36 #190 DONE 0.1s 01:51:37 01:51:37 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:51:38 #191 DONE 2.0s 01:51:38 01:51:38 #109 [security-secretstore-setup] exporting to image 01:51:38 #109 exporting layers 01:51:40 #109 exporting layers 1.7s done 01:51:40 #109 writing image sha256:b42542652f0c50eff77be0446a17a2a3b373d7bf320200f5d91c1c6b6c25e964 done 01:51:40 #109 naming to docker.io/library/security-secretstore-setup-arm64 done 01:51:40 #109 DONE 11.5s 01:51:40 01:51:40 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:53:02 #50 ... 01:53:02 01:53:02 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:53:02 #144 DONE 2160.8s 01:53:02 01:53:02 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:53:02 #50 ... 01:53:02 01:53:02 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:53:02 #192 DONE 0.3s 01:53:02 01:53:02 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:53:02 #150 ... 01:53:02 01:53:02 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:53:02 #193 DONE 0.2s 01:53:02 01:53:02 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:53:02 #194 DONE 0.6s 01:53:02 01:53:02 #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 01:53:02 #195 DONE 0.1s 01:53:02 01:53:02 #109 [security-spiffe-token-provider] exporting to image 01:53:02 #109 exporting layers 01:53:02 #109 exporting layers 1.3s done 01:53:02 #109 writing image sha256:450bfc534740157ee34b3fbf502652afa898f5018fbb71361c6d572df08d4dc6 done 01:53:02 #109 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done 01:53:02 #109 DONE 12.9s 01:53:02 01:53:02 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:53:17 #145 DONE 2186.6s 01:53:17 01:53:17 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:53:17 #153 ... 01:53:17 01:53:17 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:53:17 #196 DONE 0.2s 01:53:17 01:53:17 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:53:17 #197 DONE 0.2s 01:53:17 01:53:17 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:53:18 #198 DONE 0.4s 01:53:18 01:53:18 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:53:18 #199 DONE 0.2s 01:53:18 01:53:18 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:53:18 #200 DONE 0.2s 01:53:18 01:53:18 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:53:18 #149 ... 01:53:18 01:53:18 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:53:20 #201 DONE 1.9s 01:53:20 01:53:20 #109 [security-proxy-auth] exporting to image 01:53:20 #109 exporting layers 01:53:20 #109 ... 01:53:20 01:53:20 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:53:20 #151 DONE 2190.8s 01:53:21 01:53:21 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:53:21 #150 ... 01:53:21 01:53:21 #109 [security-proxy-auth] exporting to image 01:53:21 #109 exporting layers 1.0s done 01:53:21 #109 writing image sha256:f411e15373c16a680212114eab9967951898002657b5eba29e51627379e5481e done 01:53:21 #109 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 01:53:21 #109 DONE 13.9s 01:53:21 01:53:21 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:53:22 #202 DONE 0.3s 01:53:22 01:53:22 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:53:22 #50 ... 01:53:22 01:53:22 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:53:22 #203 DONE 0.7s 01:53:22 01:53:22 #25 [support-scheduler internal] load .dockerignore 01:53:22 #25 ... 01:53:22 01:53:22 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:53:23 #204 DONE 0.4s 01:53:23 01:53:23 #109 [core-keeper] exporting to image 01:53:23 #109 exporting layers 0.4s done 01:53:23 #109 writing image sha256:9e09e676c72e0af349b0e9cd4f6a2623c9b2d19e58999f91fb85a26667bc7b08 0.0s done 01:53:23 #109 naming to docker.io/library/core-keeper-arm64 done 01:53:23 #109 DONE 14.4s 01:53:23 01:53:23 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:53:26 #50 ... 01:53:26 01:53:26 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:53:26 #153 DONE 2196.6s 01:53:26 01:53:26 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:53:26 #152 DONE 2196.7s 01:53:26 01:53:26 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:53:27 #150 ... 01:53:27 01:53:27 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:53:27 #205 DONE 0.3s 01:53:27 01:53:27 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:53:28 #150 ... 01:53:28 01:53:28 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:53:28 #206 ... 01:53:28 01:53:28 #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:53:28 #207 DONE 0.2s 01:53:28 01:53:28 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:53:28 #206 DONE 0.2s 01:53:28 01:53:28 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:53:28 #208 ... 01:53:28 01:53:28 #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:53:28 #209 DONE 0.3s 01:53:28 01:53:28 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:53:28 #210 ... 01:53:28 01:53:28 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:53:28 #208 DONE 0.5s 01:53:28 01:53:28 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:53:28 #211 DONE 0.2s 01:53:28 01:53:28 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:53:28 #210 DONE 0.5s 01:53:28 01:53:28 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:53:29 #212 DONE 0.4s 01:53:29 01:53:29 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:53:29 #213 DONE 0.3s 01:53:29 01:53:29 #109 [core-data] exporting to image 01:53:29 #109 exporting layers 01:53:29 #109 writing image sha256:2075be73787ede224c4e54325c33a0531b4fc1f22a83f49898f4e2c9b307cd32 done 01:53:29 #109 naming to docker.io/library/core-data-arm64 done 01:53:29 #109 exporting layers 0.4s done 01:53:29 #109 writing image sha256:583daf46f6d69ea10dd8cae0163b129e3a151ab5c7a5144ffbd05e8be7b2693a done 01:53:29 #109 naming to docker.io/library/core-metadata-arm64 done 01:53:29 #109 DONE 15.5s 01:53:29 01:53:29 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:54:02 #50 ... 01:54:02 01:54:02 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:54:02 #149 DONE 2229.3s 01:54:02 01:54:02 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:54:02 #50 ... 01:54:02 01:54:02 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:54:02 #214 DONE 0.1s 01:54:02 01:54:02 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:54:02 #215 DONE 0.1s 01:54:02 01:54:02 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:54:02 #150 ... 01:54:02 01:54:02 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:54:02 #216 DONE 0.6s 01:54:02 01:54:02 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:54:02 #50 ... 01:54:02 01:54:02 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:54:02 #217 DONE 0.1s 01:54:02 01:54:02 #109 [support-scheduler] exporting to image 01:54:02 #109 exporting layers 01:54:02 #109 exporting layers 1.1s done 01:54:02 #109 writing image sha256:b51d1a28603d3f01d37bd74878a41a40f208d4cbc6f2dd525b07becf8cb3929e done 01:54:02 #109 naming to docker.io/library/support-scheduler-arm64 done 01:54:02 #109 DONE 16.6s 01:54:02 01:54:02 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:54:06 #150 DONE 2235.5s 01:54:06 01:54:06 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:54:06 #43 ... 01:54:06 01:54:06 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:54:06 #218 DONE 0.2s 01:54:06 01:54:06 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:54:06 #219 DONE 0.1s 01:54:06 01:54:06 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:54:06 #50 ... 01:54:06 01:54:06 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:54:06 #220 DONE 0.3s 01:54:06 01:54:06 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:54:06 #221 DONE 0.1s 01:54:06 01:54:06 #109 [support-notifications] exporting to image 01:54:07 #109 exporting layers 0.6s done 01:54:07 #109 writing image sha256:a015ce656bcbdd9577b8e0454e689f4fa54cb264bf50714b6e42de4a65a12ad8 done 01:54:07 #109 naming to docker.io/library/support-notifications-arm64 done 01:54:07 #109 DONE 17.3s 01:54:07 01:54:07 #43 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:54:07 time="2025-06-06T01:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:54:07 $ docker stop --time=1 615e55f98534567031aba10f0479d3dbbaa43d3ed2cd39e84fe07798e654e598 01:54:09 $ docker rm -f --volumes 615e55f98534567031aba10f0479d3dbbaa43d3ed2cd39e84fe07798e654e598 [Pipeline] // withDockerContainer [Pipeline] sh 01:54:09 + docker images 01:54:09 REPOSITORY TAG IMAGE ID CREATED SIZE 01:54:09 support-notifications-arm64 latest a015ce656bcb 3 seconds ago 52.8MB 01:54:09 support-scheduler-arm64 latest b51d1a28603d 9 seconds ago 48.9MB 01:54:09 core-metadata-arm64 latest 583daf46f6d6 40 seconds ago 33.5MB 01:54:09 core-data-arm64 latest 2075be73787e 41 seconds ago 33.3MB 01:54:09 core-keeper-arm64 latest 9e09e676c72e 47 seconds ago 33MB 01:54:09 security-proxy-auth-arm64 latest f411e15373c1 49 seconds ago 32.2MB 01:54:09 security-spiffe-token-provider-arm64 latest 450bfc534740 About a minute ago 48.6MB 01:54:09 security-secretstore-setup-arm64 latest b42542652f0c 2 minutes ago 68.2MB 01:54:09 security-proxy-setup-arm64 latest 56362f340b75 3 minutes ago 38.9MB 01:54:09 core-command-arm64 latest d7f791e6e040 3 minutes ago 28.9MB 01:54:09 security-bootstrapper-arm64 latest 8627097ba478 18 minutes ago 21.1MB 01:54:09 core-common-config-bootstrapper-arm64 latest 95d02b74a18a 18 minutes ago 18MB 01:54:09 security-spire-config-arm64 latest 9158c5e800d0 38 minutes ago 143MB 01:54:09 security-spire-agent-arm64 latest 7208a1e7cb68 39 minutes ago 187MB 01:54:09 security-spire-server-arm64 latest f3b9f46a0a11 39 minutes ago 144MB 01:54:09 ci-base-image-arm64 latest c9427603cb1b 40 minutes ago 910MB 01:54:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 7 weeks ago 560MB 01:54:09 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 01:54:09 provisioning config files... 01:54:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/849@tmp/config11556439745842883131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:54:10 ---> ****-login.sh 01:54:10 nexus3.edgexfoundry.org:10001 01:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:54:10 Configure a credential helper to remove this warning. See 01:54:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:54:10 01:54:10 Login Succeeded 01:54:10 nexus3.edgexfoundry.org:10002 01:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:54:10 Configure a credential helper to remove this warning. See 01:54:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:54:10 01:54:10 Login Succeeded 01:54:10 nexus3.edgexfoundry.org:10003 01:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:54:11 Configure a credential helper to remove this warning. See 01:54:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:54:11 01:54:11 Login Succeeded 01:54:11 nexus3.edgexfoundry.org:10004 01:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:54:11 Configure a credential helper to remove this warning. See 01:54:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:54:11 01:54:11 Login Succeeded 01:54:11 ****.io 01:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:54:12 Configure a credential helper to remove this warning. See 01:54:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:54:12 01:54:12 Login Succeeded 01:54:12 ---> ****-login.sh ends [Pipeline] } 01:54:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:54:12 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 01:54:12 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:12 latest 01:54:12 4.1.0-dev.22 01:54:12 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:12 main 01:54:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:54:13 a76420b4cb7e: Preparing 01:54:13 9ecb08715fcf: Preparing 01:54:13 1825b97f03aa: Preparing 01:54:13 b3cd49d7f1b2: Preparing 01:54:13 240ce984b887: Preparing 01:54:13 04c1fbe7a217: Preparing 01:54:13 dd9c8f8612c8: Preparing 01:54:13 04c1fbe7a217: Waiting 01:54:13 dd9c8f8612c8: Waiting 01:54:13 b3cd49d7f1b2: Pushed 01:54:13 240ce984b887: Pushed 01:54:13 a76420b4cb7e: Pushed 01:54:13 1825b97f03aa: Pushed 01:54:13 dd9c8f8612c8: Layer already exists 01:54:13 04c1fbe7a217: Pushed 01:54:18 9ecb08715fcf: Pushed 01:54:18 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:884f828d27dfee7b60902bb6f82e2135ceff377a01a277d3294eda408bd62ddf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:54:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:54:19 a76420b4cb7e: Preparing 01:54:19 9ecb08715fcf: Preparing 01:54:19 1825b97f03aa: Preparing 01:54:19 b3cd49d7f1b2: Preparing 01:54:19 240ce984b887: Preparing 01:54:19 04c1fbe7a217: Preparing 01:54:19 dd9c8f8612c8: Preparing 01:54:19 04c1fbe7a217: Waiting 01:54:19 dd9c8f8612c8: Waiting 01:54:19 b3cd49d7f1b2: Layer already exists 01:54:19 a76420b4cb7e: Layer already exists 01:54:19 9ecb08715fcf: Layer already exists 01:54:19 240ce984b887: Layer already exists 01:54:19 1825b97f03aa: Layer already exists 01:54:19 04c1fbe7a217: Layer already exists 01:54:19 dd9c8f8612c8: Layer already exists 01:54:19 latest: digest: sha256:884f828d27dfee7b60902bb6f82e2135ceff377a01a277d3294eda408bd62ddf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.22 01:54:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:54:20 a76420b4cb7e: Preparing 01:54:20 9ecb08715fcf: Preparing 01:54:20 1825b97f03aa: Preparing 01:54:20 b3cd49d7f1b2: Preparing 01:54:20 240ce984b887: Preparing 01:54:20 04c1fbe7a217: Preparing 01:54:20 dd9c8f8612c8: Preparing 01:54:20 04c1fbe7a217: Waiting 01:54:20 dd9c8f8612c8: Waiting 01:54:20 a76420b4cb7e: Layer already exists 01:54:20 1825b97f03aa: Layer already exists 01:54:20 240ce984b887: Layer already exists 01:54:20 b3cd49d7f1b2: Layer already exists 01:54:20 9ecb08715fcf: Layer already exists 01:54:20 04c1fbe7a217: Layer already exists 01:54:20 dd9c8f8612c8: Layer already exists 01:54:20 4.1.0-dev.22: digest: sha256:884f828d27dfee7b60902bb6f82e2135ceff377a01a277d3294eda408bd62ddf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:54:21 a76420b4cb7e: Preparing 01:54:21 9ecb08715fcf: Preparing 01:54:21 1825b97f03aa: Preparing 01:54:21 b3cd49d7f1b2: Preparing 01:54:21 240ce984b887: Preparing 01:54:21 04c1fbe7a217: Preparing 01:54:21 dd9c8f8612c8: Preparing 01:54:21 04c1fbe7a217: Waiting 01:54:21 dd9c8f8612c8: Waiting 01:54:21 b3cd49d7f1b2: Layer already exists 01:54:21 240ce984b887: Layer already exists 01:54:21 1825b97f03aa: Layer already exists 01:54:21 9ecb08715fcf: Layer already exists 01:54:21 a76420b4cb7e: Layer already exists 01:54:21 04c1fbe7a217: Layer already exists 01:54:21 dd9c8f8612c8: Layer already exists 01:54:21 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:884f828d27dfee7b60902bb6f82e2135ceff377a01a277d3294eda408bd62ddf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 01:54:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:54:22 a76420b4cb7e: Preparing 01:54:22 9ecb08715fcf: Preparing 01:54:22 1825b97f03aa: Preparing 01:54:22 b3cd49d7f1b2: Preparing 01:54:22 240ce984b887: Preparing 01:54:22 04c1fbe7a217: Preparing 01:54:22 dd9c8f8612c8: Preparing 01:54:22 04c1fbe7a217: Waiting 01:54:22 dd9c8f8612c8: Waiting 01:54:22 1825b97f03aa: Layer already exists 01:54:22 9ecb08715fcf: Layer already exists 01:54:22 240ce984b887: Layer already exists 01:54:22 a76420b4cb7e: Layer already exists 01:54:22 b3cd49d7f1b2: Layer already exists 01:54:22 04c1fbe7a217: Layer already exists 01:54:22 dd9c8f8612c8: Layer already exists 01:54:22 main: digest: sha256:884f828d27dfee7b60902bb6f82e2135ceff377a01a277d3294eda408bd62ddf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:22 ===================================================== [Pipeline] echo 01:54:22 taggedImages: 01:54:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:54:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.22 01:54:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:54:22 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 01:54:22 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:22 latest 01:54:22 4.1.0-dev.22 01:54:22 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:22 main 01:54:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:23 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:54:23 fd4f9b6cbf23: Preparing 01:54:23 90eb64684ac8: Preparing 01:54:23 112efd9f5f9c: Preparing 01:54:23 eb6b848f05c5: Preparing 01:54:23 1825b97f03aa: Preparing 01:54:23 b3cd49d7f1b2: Preparing 01:54:23 240ce984b887: Preparing 01:54:23 b3cd49d7f1b2: Waiting 01:54:23 04c1fbe7a217: Preparing 01:54:23 240ce984b887: Waiting 01:54:23 dd9c8f8612c8: Preparing 01:54:23 04c1fbe7a217: Waiting 01:54:23 dd9c8f8612c8: Waiting 01:54:23 90eb64684ac8: Pushed 01:54:23 112efd9f5f9c: Pushed 01:54:24 1825b97f03aa: Layer already exists 01:54:24 b3cd49d7f1b2: Layer already exists 01:54:24 240ce984b887: Layer already exists 01:54:24 04c1fbe7a217: Layer already exists 01:54:24 dd9c8f8612c8: Layer already exists 01:54:24 fd4f9b6cbf23: Pushed 01:54:25 eb6b848f05c5: Pushed 01:54:26 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:610ac25cee12c25c89441eca7d0c5a1f2546ea55f4d8256c18aa98a57c486ed7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:26 + 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 01:54:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:54:26 fd4f9b6cbf23: Preparing 01:54:26 90eb64684ac8: Preparing 01:54:26 112efd9f5f9c: Preparing 01:54:26 eb6b848f05c5: Preparing 01:54:26 1825b97f03aa: Preparing 01:54:26 b3cd49d7f1b2: Preparing 01:54:26 240ce984b887: Preparing 01:54:26 04c1fbe7a217: Preparing 01:54:26 dd9c8f8612c8: Preparing 01:54:26 b3cd49d7f1b2: Waiting 01:54:26 240ce984b887: Waiting 01:54:26 dd9c8f8612c8: Waiting 01:54:26 04c1fbe7a217: Waiting 01:54:26 fd4f9b6cbf23: Layer already exists 01:54:26 eb6b848f05c5: Layer already exists 01:54:26 112efd9f5f9c: Layer already exists 01:54:26 b3cd49d7f1b2: Layer already exists 01:54:26 1825b97f03aa: Layer already exists 01:54:26 240ce984b887: Layer already exists 01:54:26 90eb64684ac8: Layer already exists 01:54:26 04c1fbe7a217: Layer already exists 01:54:26 dd9c8f8612c8: Layer already exists 01:54:27 latest: digest: sha256:610ac25cee12c25c89441eca7d0c5a1f2546ea55f4d8256c18aa98a57c486ed7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.22 01:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:54:27 fd4f9b6cbf23: Preparing 01:54:27 90eb64684ac8: Preparing 01:54:27 112efd9f5f9c: Preparing 01:54:27 eb6b848f05c5: Preparing 01:54:27 1825b97f03aa: Preparing 01:54:27 b3cd49d7f1b2: Preparing 01:54:27 240ce984b887: Preparing 01:54:27 04c1fbe7a217: Preparing 01:54:27 dd9c8f8612c8: Preparing 01:54:27 b3cd49d7f1b2: Waiting 01:54:27 240ce984b887: Waiting 01:54:27 04c1fbe7a217: Waiting 01:54:27 dd9c8f8612c8: Waiting 01:54:27 90eb64684ac8: Layer already exists 01:54:27 112efd9f5f9c: Layer already exists 01:54:27 eb6b848f05c5: Layer already exists 01:54:27 1825b97f03aa: Layer already exists 01:54:27 fd4f9b6cbf23: Layer already exists 01:54:27 240ce984b887: Layer already exists 01:54:27 b3cd49d7f1b2: Layer already exists 01:54:27 dd9c8f8612c8: Layer already exists 01:54:27 04c1fbe7a217: Layer already exists 01:54:28 4.1.0-dev.22: digest: sha256:610ac25cee12c25c89441eca7d0c5a1f2546ea55f4d8256c18aa98a57c486ed7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:54:28 fd4f9b6cbf23: Preparing 01:54:28 90eb64684ac8: Preparing 01:54:28 112efd9f5f9c: Preparing 01:54:28 eb6b848f05c5: Preparing 01:54:28 1825b97f03aa: Preparing 01:54:28 b3cd49d7f1b2: Preparing 01:54:28 240ce984b887: Preparing 01:54:28 04c1fbe7a217: Preparing 01:54:28 dd9c8f8612c8: Preparing 01:54:28 b3cd49d7f1b2: Waiting 01:54:28 240ce984b887: Waiting 01:54:28 04c1fbe7a217: Waiting 01:54:28 dd9c8f8612c8: Waiting 01:54:28 90eb64684ac8: Layer already exists 01:54:28 112efd9f5f9c: Layer already exists 01:54:28 1825b97f03aa: Layer already exists 01:54:28 eb6b848f05c5: Layer already exists 01:54:28 fd4f9b6cbf23: Layer already exists 01:54:28 04c1fbe7a217: Layer already exists 01:54:28 240ce984b887: Layer already exists 01:54:28 dd9c8f8612c8: Layer already exists 01:54:28 b3cd49d7f1b2: Layer already exists 01:54:29 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:610ac25cee12c25c89441eca7d0c5a1f2546ea55f4d8256c18aa98a57c486ed7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:29 + 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 01:54:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 01:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:54:29 fd4f9b6cbf23: Preparing 01:54:29 90eb64684ac8: Preparing 01:54:29 112efd9f5f9c: Preparing 01:54:29 eb6b848f05c5: Preparing 01:54:29 1825b97f03aa: Preparing 01:54:29 b3cd49d7f1b2: Preparing 01:54:29 240ce984b887: Preparing 01:54:29 04c1fbe7a217: Preparing 01:54:29 dd9c8f8612c8: Preparing 01:54:29 b3cd49d7f1b2: Waiting 01:54:29 240ce984b887: Waiting 01:54:29 04c1fbe7a217: Waiting 01:54:29 dd9c8f8612c8: Waiting 01:54:29 fd4f9b6cbf23: Layer already exists 01:54:29 112efd9f5f9c: Layer already exists 01:54:29 90eb64684ac8: Layer already exists 01:54:29 eb6b848f05c5: Layer already exists 01:54:29 1825b97f03aa: Layer already exists 01:54:29 b3cd49d7f1b2: Layer already exists 01:54:29 240ce984b887: Layer already exists 01:54:29 04c1fbe7a217: Layer already exists 01:54:29 dd9c8f8612c8: Layer already exists 01:54:30 main: digest: sha256:610ac25cee12c25c89441eca7d0c5a1f2546ea55f4d8256c18aa98a57c486ed7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:30 ===================================================== [Pipeline] echo 01:54:30 taggedImages: 01:54:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:54:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.22 01:54:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:54:30 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 01:54:30 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:30 latest 01:54:30 4.1.0-dev.22 01:54:30 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:30 main 01:54:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:54:30 33e7f9779700: Preparing 01:54:30 f18c0f2cab4b: Preparing 01:54:30 1825b97f03aa: Preparing 01:54:30 b3cd49d7f1b2: Preparing 01:54:30 0183e6644995: Preparing 01:54:30 9df69cd49754: Preparing 01:54:30 dd9c8f8612c8: Preparing 01:54:30 9df69cd49754: Waiting 01:54:30 dd9c8f8612c8: Waiting 01:54:30 1825b97f03aa: Layer already exists 01:54:31 b3cd49d7f1b2: Layer already exists 01:54:31 dd9c8f8612c8: Layer already exists 01:54:31 0183e6644995: Pushed 01:54:31 33e7f9779700: Pushed 01:54:31 9df69cd49754: Pushed 01:54:36 f18c0f2cab4b: Pushed 01:54:36 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:d4d1c76a6b6537b435cde3b1fdecfe19e6cb9040a7a74c9ff53be3ce03ec6ae5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:54:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:54:37 33e7f9779700: Preparing 01:54:37 f18c0f2cab4b: Preparing 01:54:37 1825b97f03aa: Preparing 01:54:37 b3cd49d7f1b2: Preparing 01:54:37 0183e6644995: Preparing 01:54:37 9df69cd49754: Preparing 01:54:37 dd9c8f8612c8: Preparing 01:54:37 9df69cd49754: Waiting 01:54:37 dd9c8f8612c8: Waiting 01:54:37 b3cd49d7f1b2: Layer already exists 01:54:37 1825b97f03aa: Layer already exists 01:54:37 0183e6644995: Layer already exists 01:54:37 f18c0f2cab4b: Layer already exists 01:54:37 33e7f9779700: Layer already exists 01:54:37 dd9c8f8612c8: Layer already exists 01:54:37 9df69cd49754: Layer already exists 01:54:37 latest: digest: sha256:d4d1c76a6b6537b435cde3b1fdecfe19e6cb9040a7a74c9ff53be3ce03ec6ae5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.22 01:54:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:54:38 33e7f9779700: Preparing 01:54:38 f18c0f2cab4b: Preparing 01:54:38 1825b97f03aa: Preparing 01:54:38 b3cd49d7f1b2: Preparing 01:54:38 0183e6644995: Preparing 01:54:38 9df69cd49754: Preparing 01:54:38 dd9c8f8612c8: Preparing 01:54:38 9df69cd49754: Waiting 01:54:38 dd9c8f8612c8: Waiting 01:54:38 f18c0f2cab4b: Layer already exists 01:54:38 b3cd49d7f1b2: Layer already exists 01:54:38 0183e6644995: Layer already exists 01:54:38 33e7f9779700: Layer already exists 01:54:38 1825b97f03aa: Layer already exists 01:54:38 dd9c8f8612c8: Layer already exists 01:54:38 9df69cd49754: Layer already exists 01:54:38 4.1.0-dev.22: digest: sha256:d4d1c76a6b6537b435cde3b1fdecfe19e6cb9040a7a74c9ff53be3ce03ec6ae5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:54:51 33e7f9779700: Preparing 01:54:51 f18c0f2cab4b: Preparing 01:54:51 1825b97f03aa: Preparing 01:54:51 b3cd49d7f1b2: Preparing 01:54:51 0183e6644995: Preparing 01:54:51 9df69cd49754: Preparing 01:54:51 dd9c8f8612c8: Preparing 01:54:51 9df69cd49754: Waiting 01:54:51 dd9c8f8612c8: Waiting 01:54:51 1825b97f03aa: Layer already exists 01:54:51 f18c0f2cab4b: Layer already exists 01:54:51 b3cd49d7f1b2: Layer already exists 01:54:51 0183e6644995: Layer already exists 01:54:51 33e7f9779700: Layer already exists 01:54:51 dd9c8f8612c8: Layer already exists 01:54:51 9df69cd49754: Layer already exists 01:54:51 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:d4d1c76a6b6537b435cde3b1fdecfe19e6cb9040a7a74c9ff53be3ce03ec6ae5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:51 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:52 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 01:54:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:54:52 33e7f9779700: Preparing 01:54:52 f18c0f2cab4b: Preparing 01:54:52 1825b97f03aa: Preparing 01:54:52 b3cd49d7f1b2: Preparing 01:54:52 0183e6644995: Preparing 01:54:52 9df69cd49754: Preparing 01:54:52 dd9c8f8612c8: Preparing 01:54:52 9df69cd49754: Waiting 01:54:52 dd9c8f8612c8: Waiting 01:54:52 f18c0f2cab4b: Layer already exists 01:54:52 0183e6644995: Layer already exists 01:54:52 33e7f9779700: Layer already exists 01:54:52 b3cd49d7f1b2: Layer already exists 01:54:52 1825b97f03aa: Layer already exists 01:54:52 9df69cd49754: Layer already exists 01:54:52 dd9c8f8612c8: Layer already exists 01:54:52 main: digest: sha256:d4d1c76a6b6537b435cde3b1fdecfe19e6cb9040a7a74c9ff53be3ce03ec6ae5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:52 ===================================================== [Pipeline] echo 01:54:52 taggedImages: 01:54:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:54:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.22 01:54:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:52 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:54:52 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 01:54:52 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:52 latest 01:54:52 4.1.0-dev.22 01:54:52 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:54:52 main 01:54:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:54:53 52d6dd537666: Preparing 01:54:53 5f62d48f7404: Preparing 01:54:53 b3cd49d7f1b2: Preparing 01:54:53 7fba3ce2edc1: Preparing 01:54:53 39c654c27814: Preparing 01:54:53 dd9c8f8612c8: Preparing 01:54:53 dd9c8f8612c8: Waiting 01:54:53 b3cd49d7f1b2: Layer already exists 01:54:53 dd9c8f8612c8: Layer already exists 01:54:53 39c654c27814: Pushed 01:54:53 7fba3ce2edc1: Pushed 01:54:53 52d6dd537666: Pushed 01:54:58 5f62d48f7404: Pushed 01:54:58 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:2aa683cbd59deb6791664134e058184a00567611abd6caa57e54f195d8397db4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 01:54:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:54:59 52d6dd537666: Preparing 01:54:59 5f62d48f7404: Preparing 01:54:59 b3cd49d7f1b2: Preparing 01:54:59 7fba3ce2edc1: Preparing 01:54:59 39c654c27814: Preparing 01:54:59 dd9c8f8612c8: Preparing 01:54:59 dd9c8f8612c8: Waiting 01:54:59 b3cd49d7f1b2: Layer already exists 01:54:59 5f62d48f7404: Layer already exists 01:54:59 39c654c27814: Layer already exists 01:54:59 7fba3ce2edc1: Layer already exists 01:54:59 52d6dd537666: Layer already exists 01:54:59 dd9c8f8612c8: Layer already exists 01:54:59 latest: digest: sha256:2aa683cbd59deb6791664134e058184a00567611abd6caa57e54f195d8397db4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.22 01:55:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:55:00 52d6dd537666: Preparing 01:55:00 5f62d48f7404: Preparing 01:55:00 b3cd49d7f1b2: Preparing 01:55:00 7fba3ce2edc1: Preparing 01:55:00 39c654c27814: Preparing 01:55:00 dd9c8f8612c8: Preparing 01:55:00 dd9c8f8612c8: Waiting 01:55:00 b3cd49d7f1b2: Layer already exists 01:55:00 52d6dd537666: Layer already exists 01:55:00 39c654c27814: Layer already exists 01:55:00 7fba3ce2edc1: Layer already exists 01:55:00 5f62d48f7404: Layer already exists 01:55:00 dd9c8f8612c8: Layer already exists 01:55:00 4.1.0-dev.22: digest: sha256:2aa683cbd59deb6791664134e058184a00567611abd6caa57e54f195d8397db4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:55:01 52d6dd537666: Preparing 01:55:01 5f62d48f7404: Preparing 01:55:01 b3cd49d7f1b2: Preparing 01:55:01 7fba3ce2edc1: Preparing 01:55:01 39c654c27814: Preparing 01:55:01 dd9c8f8612c8: Preparing 01:55:01 dd9c8f8612c8: Waiting 01:55:01 52d6dd537666: Layer already exists 01:55:01 5f62d48f7404: Layer already exists 01:55:01 7fba3ce2edc1: Layer already exists 01:55:01 39c654c27814: Layer already exists 01:55:01 b3cd49d7f1b2: Layer already exists 01:55:01 dd9c8f8612c8: Layer already exists 01:55:01 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:2aa683cbd59deb6791664134e058184a00567611abd6caa57e54f195d8397db4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 01:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 01:55:02 52d6dd537666: Preparing 01:55:02 5f62d48f7404: Preparing 01:55:02 b3cd49d7f1b2: Preparing 01:55:02 7fba3ce2edc1: Preparing 01:55:02 39c654c27814: Preparing 01:55:02 dd9c8f8612c8: Preparing 01:55:02 7fba3ce2edc1: Layer already exists 01:55:02 b3cd49d7f1b2: Layer already exists 01:55:02 52d6dd537666: Layer already exists 01:55:02 5f62d48f7404: Layer already exists 01:55:02 39c654c27814: Layer already exists 01:55:02 dd9c8f8612c8: Layer already exists 01:55:02 main: digest: sha256:2aa683cbd59deb6791664134e058184a00567611abd6caa57e54f195d8397db4 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:02 ===================================================== [Pipeline] echo 01:55:02 taggedImages: 01:55:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 01:55:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.22 01:55:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 01:55:02 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 01:55:02 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:02 latest 01:55:02 4.1.0-dev.22 01:55:02 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:02 main 01:55:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:55:03 878906e7106d: Preparing 01:55:03 b51c738bfb01: Preparing 01:55:03 e882e7bdfe87: Preparing 01:55:03 1825b97f03aa: Preparing 01:55:03 b3cd49d7f1b2: Preparing 01:55:03 240ce984b887: Preparing 01:55:03 04c1fbe7a217: Preparing 01:55:03 240ce984b887: Waiting 01:55:03 dd9c8f8612c8: Preparing 01:55:03 04c1fbe7a217: Waiting 01:55:03 dd9c8f8612c8: Waiting 01:55:03 b3cd49d7f1b2: Layer already exists 01:55:03 1825b97f03aa: Layer already exists 01:55:03 240ce984b887: Layer already exists 01:55:03 04c1fbe7a217: Layer already exists 01:55:03 dd9c8f8612c8: Layer already exists 01:55:03 b51c738bfb01: Pushed 01:55:03 878906e7106d: Pushed 01:55:08 e882e7bdfe87: Pushed 01:55:08 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:f796a1f60067bbc142855a5a70fea010b891fabd8380e65500563d9aac7e74b2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:09 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:55:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:55:09 878906e7106d: Preparing 01:55:09 b51c738bfb01: Preparing 01:55:09 e882e7bdfe87: Preparing 01:55:09 1825b97f03aa: Preparing 01:55:09 b3cd49d7f1b2: Preparing 01:55:09 240ce984b887: Preparing 01:55:09 04c1fbe7a217: Preparing 01:55:09 240ce984b887: Waiting 01:55:09 04c1fbe7a217: Waiting 01:55:09 dd9c8f8612c8: Preparing 01:55:09 dd9c8f8612c8: Waiting 01:55:09 b51c738bfb01: Layer already exists 01:55:09 b3cd49d7f1b2: Layer already exists 01:55:09 e882e7bdfe87: Layer already exists 01:55:09 878906e7106d: Layer already exists 01:55:09 1825b97f03aa: Layer already exists 01:55:09 240ce984b887: Layer already exists 01:55:09 04c1fbe7a217: Layer already exists 01:55:09 dd9c8f8612c8: Layer already exists 01:55:09 latest: digest: sha256:f796a1f60067bbc142855a5a70fea010b891fabd8380e65500563d9aac7e74b2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.22 01:55:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:55:10 878906e7106d: Preparing 01:55:10 b51c738bfb01: Preparing 01:55:10 e882e7bdfe87: Preparing 01:55:10 1825b97f03aa: Preparing 01:55:10 b3cd49d7f1b2: Preparing 01:55:10 240ce984b887: Preparing 01:55:10 04c1fbe7a217: Preparing 01:55:10 dd9c8f8612c8: Preparing 01:55:10 04c1fbe7a217: Waiting 01:55:10 dd9c8f8612c8: Waiting 01:55:10 240ce984b887: Waiting 01:55:10 b51c738bfb01: Layer already exists 01:55:10 878906e7106d: Layer already exists 01:55:10 b3cd49d7f1b2: Layer already exists 01:55:10 1825b97f03aa: Layer already exists 01:55:10 e882e7bdfe87: Layer already exists 01:55:10 240ce984b887: Layer already exists 01:55:10 04c1fbe7a217: Layer already exists 01:55:10 dd9c8f8612c8: Layer already exists 01:55:10 4.1.0-dev.22: digest: sha256:f796a1f60067bbc142855a5a70fea010b891fabd8380e65500563d9aac7e74b2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:55:11 878906e7106d: Preparing 01:55:11 b51c738bfb01: Preparing 01:55:11 e882e7bdfe87: Preparing 01:55:11 1825b97f03aa: Preparing 01:55:11 b3cd49d7f1b2: Preparing 01:55:11 240ce984b887: Preparing 01:55:11 04c1fbe7a217: Preparing 01:55:11 dd9c8f8612c8: Preparing 01:55:11 240ce984b887: Waiting 01:55:11 04c1fbe7a217: Waiting 01:55:11 dd9c8f8612c8: Waiting 01:55:11 878906e7106d: Layer already exists 01:55:11 b3cd49d7f1b2: Layer already exists 01:55:11 b51c738bfb01: Layer already exists 01:55:11 1825b97f03aa: Layer already exists 01:55:11 e882e7bdfe87: Layer already exists 01:55:11 04c1fbe7a217: Layer already exists 01:55:11 240ce984b887: Layer already exists 01:55:11 dd9c8f8612c8: Layer already exists 01:55:11 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:f796a1f60067bbc142855a5a70fea010b891fabd8380e65500563d9aac7e74b2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 01:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:55:12 878906e7106d: Preparing 01:55:12 b51c738bfb01: Preparing 01:55:12 e882e7bdfe87: Preparing 01:55:12 1825b97f03aa: Preparing 01:55:12 b3cd49d7f1b2: Preparing 01:55:12 240ce984b887: Preparing 01:55:12 04c1fbe7a217: Preparing 01:55:12 240ce984b887: Waiting 01:55:12 dd9c8f8612c8: Preparing 01:55:12 04c1fbe7a217: Waiting 01:55:12 878906e7106d: Layer already exists 01:55:12 1825b97f03aa: Layer already exists 01:55:12 b51c738bfb01: Layer already exists 01:55:12 b3cd49d7f1b2: Layer already exists 01:55:12 e882e7bdfe87: Layer already exists 01:55:12 240ce984b887: Layer already exists 01:55:12 04c1fbe7a217: Layer already exists 01:55:12 dd9c8f8612c8: Layer already exists 01:55:12 main: digest: sha256:f796a1f60067bbc142855a5a70fea010b891fabd8380e65500563d9aac7e74b2 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:12 ===================================================== [Pipeline] echo 01:55:12 taggedImages: 01:55:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:55:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.22 01:55:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:12 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:55:13 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 01:55:13 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:13 latest 01:55:13 4.1.0-dev.22 01:55:13 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:13 main 01:55:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:55:13 5fedea39d3e6: Preparing 01:55:13 b74499d62cce: Preparing 01:55:13 839598c464c8: Preparing 01:55:13 eb06ff320278: Preparing 01:55:13 d7a9b1149c53: Preparing 01:55:13 05df66798589: Preparing 01:55:13 c10d7f2591ee: Preparing 01:55:13 1825b97f03aa: Preparing 01:55:13 b3cd49d7f1b2: Preparing 01:55:13 c2abcf002f9e: Preparing 01:55:13 a2d5c13b3a33: Preparing 01:55:13 5f70bf18a086: Preparing 01:55:13 89fd49fd07cb: Preparing 01:55:13 f96c77f1d735: Preparing 01:55:13 95202fa2d814: Preparing 01:55:13 dd9c8f8612c8: Preparing 01:55:13 05df66798589: Waiting 01:55:13 c10d7f2591ee: Waiting 01:55:13 1825b97f03aa: Waiting 01:55:13 b3cd49d7f1b2: Waiting 01:55:13 c2abcf002f9e: Waiting 01:55:13 a2d5c13b3a33: Waiting 01:55:13 5f70bf18a086: Waiting 01:55:13 89fd49fd07cb: Waiting 01:55:13 f96c77f1d735: Waiting 01:55:13 95202fa2d814: Waiting 01:55:13 dd9c8f8612c8: Waiting 01:55:13 d7a9b1149c53: Pushed 01:55:13 eb06ff320278: Pushed 01:55:13 839598c464c8: Pushed 01:55:13 b74499d62cce: Pushed 01:55:13 5fedea39d3e6: Pushed 01:55:13 1825b97f03aa: Layer already exists 01:55:13 b3cd49d7f1b2: Layer already exists 01:55:13 5f70bf18a086: Layer already exists 01:55:13 05df66798589: Pushed 01:55:14 c2abcf002f9e: Pushed 01:55:14 a2d5c13b3a33: Pushed 01:55:14 dd9c8f8612c8: Layer already exists 01:55:14 89fd49fd07cb: Pushed 01:55:14 f96c77f1d735: Pushed 01:55:14 95202fa2d814: Pushed 01:55:17 c10d7f2591ee: Pushed 01:55:17 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:9dd9f212885c13f3e49deb1ae03cf5b3a2b7105fbb8b7697bd2fb6fcec30ff87 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:55:18 5fedea39d3e6: Preparing 01:55:18 b74499d62cce: Preparing 01:55:18 839598c464c8: Preparing 01:55:18 eb06ff320278: Preparing 01:55:18 d7a9b1149c53: Preparing 01:55:18 05df66798589: Preparing 01:55:18 c10d7f2591ee: Preparing 01:55:18 1825b97f03aa: Preparing 01:55:18 b3cd49d7f1b2: Preparing 01:55:18 c2abcf002f9e: Preparing 01:55:18 a2d5c13b3a33: Preparing 01:55:18 5f70bf18a086: Preparing 01:55:18 89fd49fd07cb: Preparing 01:55:18 f96c77f1d735: Preparing 01:55:18 95202fa2d814: Preparing 01:55:18 dd9c8f8612c8: Preparing 01:55:18 b3cd49d7f1b2: Waiting 01:55:18 c2abcf002f9e: Waiting 01:55:18 a2d5c13b3a33: Waiting 01:55:18 5f70bf18a086: Waiting 01:55:18 89fd49fd07cb: Waiting 01:55:18 f96c77f1d735: Waiting 01:55:18 95202fa2d814: Waiting 01:55:18 dd9c8f8612c8: Waiting 01:55:18 05df66798589: Waiting 01:55:18 c10d7f2591ee: Waiting 01:55:18 1825b97f03aa: Waiting 01:55:18 839598c464c8: Layer already exists 01:55:18 d7a9b1149c53: Layer already exists 01:55:18 5fedea39d3e6: Layer already exists 01:55:18 eb06ff320278: Layer already exists 01:55:18 b74499d62cce: Layer already exists 01:55:18 1825b97f03aa: Layer already exists 01:55:18 05df66798589: Layer already exists 01:55:18 c10d7f2591ee: Layer already exists 01:55:18 b3cd49d7f1b2: Layer already exists 01:55:18 c2abcf002f9e: Layer already exists 01:55:18 f96c77f1d735: Layer already exists 01:55:18 a2d5c13b3a33: Layer already exists 01:55:18 89fd49fd07cb: Layer already exists 01:55:18 5f70bf18a086: Layer already exists 01:55:18 95202fa2d814: Layer already exists 01:55:18 dd9c8f8612c8: Layer already exists 01:55:18 latest: digest: sha256:9dd9f212885c13f3e49deb1ae03cf5b3a2b7105fbb8b7697bd2fb6fcec30ff87 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.22 01:55:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:55:19 5fedea39d3e6: Preparing 01:55:19 b74499d62cce: Preparing 01:55:19 839598c464c8: Preparing 01:55:19 eb06ff320278: Preparing 01:55:19 d7a9b1149c53: Preparing 01:55:19 05df66798589: Preparing 01:55:19 c10d7f2591ee: Preparing 01:55:19 1825b97f03aa: Preparing 01:55:19 b3cd49d7f1b2: Preparing 01:55:19 c2abcf002f9e: Preparing 01:55:19 a2d5c13b3a33: Preparing 01:55:19 5f70bf18a086: Preparing 01:55:19 89fd49fd07cb: Preparing 01:55:19 f96c77f1d735: Preparing 01:55:19 95202fa2d814: Preparing 01:55:19 dd9c8f8612c8: Preparing 01:55:19 b3cd49d7f1b2: Waiting 01:55:19 c2abcf002f9e: Waiting 01:55:19 a2d5c13b3a33: Waiting 01:55:19 5f70bf18a086: Waiting 01:55:19 89fd49fd07cb: Waiting 01:55:19 f96c77f1d735: Waiting 01:55:19 95202fa2d814: Waiting 01:55:19 dd9c8f8612c8: Waiting 01:55:19 05df66798589: Waiting 01:55:19 c10d7f2591ee: Waiting 01:55:19 1825b97f03aa: Waiting 01:55:19 eb06ff320278: Layer already exists 01:55:19 d7a9b1149c53: Layer already exists 01:55:19 5fedea39d3e6: Layer already exists 01:55:19 839598c464c8: Layer already exists 01:55:19 05df66798589: Layer already exists 01:55:19 c10d7f2591ee: Layer already exists 01:55:19 1825b97f03aa: Layer already exists 01:55:19 b3cd49d7f1b2: Layer already exists 01:55:19 5f70bf18a086: Layer already exists 01:55:19 c2abcf002f9e: Layer already exists 01:55:19 a2d5c13b3a33: Layer already exists 01:55:19 89fd49fd07cb: Layer already exists 01:55:19 f96c77f1d735: Layer already exists 01:55:19 95202fa2d814: Layer already exists 01:55:19 dd9c8f8612c8: Layer already exists 01:55:19 b74499d62cce: Layer already exists 01:55:19 4.1.0-dev.22: digest: sha256:9dd9f212885c13f3e49deb1ae03cf5b3a2b7105fbb8b7697bd2fb6fcec30ff87 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:55:20 5fedea39d3e6: Preparing 01:55:20 b74499d62cce: Preparing 01:55:20 839598c464c8: Preparing 01:55:20 eb06ff320278: Preparing 01:55:20 d7a9b1149c53: Preparing 01:55:20 05df66798589: Preparing 01:55:20 c10d7f2591ee: Preparing 01:55:20 1825b97f03aa: Preparing 01:55:20 b3cd49d7f1b2: Preparing 01:55:20 c2abcf002f9e: Preparing 01:55:20 a2d5c13b3a33: Preparing 01:55:20 5f70bf18a086: Preparing 01:55:20 89fd49fd07cb: Preparing 01:55:20 f96c77f1d735: Preparing 01:55:20 95202fa2d814: Preparing 01:55:20 dd9c8f8612c8: Preparing 01:55:20 a2d5c13b3a33: Waiting 01:55:20 5f70bf18a086: Waiting 01:55:20 05df66798589: Waiting 01:55:20 89fd49fd07cb: Waiting 01:55:20 f96c77f1d735: Waiting 01:55:20 95202fa2d814: Waiting 01:55:20 dd9c8f8612c8: Waiting 01:55:20 c10d7f2591ee: Waiting 01:55:20 b3cd49d7f1b2: Waiting 01:55:20 c2abcf002f9e: Waiting 01:55:20 1825b97f03aa: Waiting 01:55:20 839598c464c8: Layer already exists 01:55:20 b74499d62cce: Layer already exists 01:55:20 5fedea39d3e6: Layer already exists 01:55:20 eb06ff320278: Layer already exists 01:55:20 d7a9b1149c53: Layer already exists 01:55:20 05df66798589: Layer already exists 01:55:20 c10d7f2591ee: Layer already exists 01:55:20 b3cd49d7f1b2: Layer already exists 01:55:20 1825b97f03aa: Layer already exists 01:55:20 c2abcf002f9e: Layer already exists 01:55:20 a2d5c13b3a33: Layer already exists 01:55:20 89fd49fd07cb: Layer already exists 01:55:20 5f70bf18a086: Layer already exists 01:55:20 f96c77f1d735: Layer already exists 01:55:20 95202fa2d814: Layer already exists 01:55:20 dd9c8f8612c8: Layer already exists 01:55:20 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:9dd9f212885c13f3e49deb1ae03cf5b3a2b7105fbb8b7697bd2fb6fcec30ff87 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 01:55:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:55:21 5fedea39d3e6: Preparing 01:55:21 b74499d62cce: Preparing 01:55:21 839598c464c8: Preparing 01:55:21 eb06ff320278: Preparing 01:55:21 d7a9b1149c53: Preparing 01:55:21 05df66798589: Preparing 01:55:21 c10d7f2591ee: Preparing 01:55:21 1825b97f03aa: Preparing 01:55:21 b3cd49d7f1b2: Preparing 01:55:21 c2abcf002f9e: Preparing 01:55:21 a2d5c13b3a33: Preparing 01:55:21 5f70bf18a086: Preparing 01:55:21 89fd49fd07cb: Preparing 01:55:21 f96c77f1d735: Preparing 01:55:21 95202fa2d814: Preparing 01:55:21 dd9c8f8612c8: Preparing 01:55:21 05df66798589: Waiting 01:55:21 c10d7f2591ee: Waiting 01:55:21 1825b97f03aa: Waiting 01:55:21 b3cd49d7f1b2: Waiting 01:55:21 c2abcf002f9e: Waiting 01:55:21 a2d5c13b3a33: Waiting 01:55:21 5f70bf18a086: Waiting 01:55:21 89fd49fd07cb: Waiting 01:55:21 f96c77f1d735: Waiting 01:55:21 95202fa2d814: Waiting 01:55:21 dd9c8f8612c8: Waiting 01:55:21 eb06ff320278: Layer already exists 01:55:21 d7a9b1149c53: Layer already exists 01:55:21 5fedea39d3e6: Layer already exists 01:55:21 839598c464c8: Layer already exists 01:55:21 b74499d62cce: Layer already exists 01:55:21 c2abcf002f9e: Layer already exists 01:55:21 05df66798589: Layer already exists 01:55:21 c10d7f2591ee: Layer already exists 01:55:21 1825b97f03aa: Layer already exists 01:55:21 b3cd49d7f1b2: Layer already exists 01:55:21 5f70bf18a086: Layer already exists 01:55:21 89fd49fd07cb: Layer already exists 01:55:21 a2d5c13b3a33: Layer already exists 01:55:21 f96c77f1d735: Layer already exists 01:55:21 95202fa2d814: Layer already exists 01:55:21 dd9c8f8612c8: Layer already exists 01:55:21 main: digest: sha256:9dd9f212885c13f3e49deb1ae03cf5b3a2b7105fbb8b7697bd2fb6fcec30ff87 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:21 ===================================================== [Pipeline] echo 01:55:21 taggedImages: 01:55:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:55:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.22 01:55:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:55:21 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 01:55:21 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:21 latest 01:55:21 4.1.0-dev.22 01:55:21 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:21 main 01:55:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:55:22 8462ccc8a4ef: Preparing 01:55:22 382df0ed6f82: Preparing 01:55:22 12e1a121064c: Preparing 01:55:22 4d93b1fb8ce0: Preparing 01:55:22 1825b97f03aa: Preparing 01:55:22 b3cd49d7f1b2: Preparing 01:55:22 240ce984b887: Preparing 01:55:22 04c1fbe7a217: Preparing 01:55:22 dd9c8f8612c8: Preparing 01:55:22 b3cd49d7f1b2: Waiting 01:55:22 240ce984b887: Waiting 01:55:22 04c1fbe7a217: Waiting 01:55:22 dd9c8f8612c8: Waiting 01:55:22 1825b97f03aa: Layer already exists 01:55:22 b3cd49d7f1b2: Layer already exists 01:55:22 240ce984b887: Layer already exists 01:55:22 382df0ed6f82: Pushed 01:55:22 12e1a121064c: Pushed 01:55:22 04c1fbe7a217: Layer already exists 01:55:22 8462ccc8a4ef: Pushed 01:55:22 dd9c8f8612c8: Layer already exists 01:55:28 4d93b1fb8ce0: Pushed 01:55:28 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:6623657c98d51ff583df0cef0afaac81da803e12040e6de5288a908b12d4c365 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:28 + 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 01:55:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:55:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:55:29 8462ccc8a4ef: Preparing 01:55:29 382df0ed6f82: Preparing 01:55:29 12e1a121064c: Preparing 01:55:29 4d93b1fb8ce0: Preparing 01:55:29 1825b97f03aa: Preparing 01:55:29 b3cd49d7f1b2: Preparing 01:55:29 240ce984b887: Preparing 01:55:29 04c1fbe7a217: Preparing 01:55:29 dd9c8f8612c8: Preparing 01:55:29 240ce984b887: Waiting 01:55:29 04c1fbe7a217: Waiting 01:55:29 dd9c8f8612c8: Waiting 01:55:29 b3cd49d7f1b2: Waiting 01:55:29 8462ccc8a4ef: Layer already exists 01:55:29 12e1a121064c: Layer already exists 01:55:29 1825b97f03aa: Layer already exists 01:55:29 382df0ed6f82: Layer already exists 01:55:29 4d93b1fb8ce0: Layer already exists 01:55:29 04c1fbe7a217: Layer already exists 01:55:29 b3cd49d7f1b2: Layer already exists 01:55:29 240ce984b887: Layer already exists 01:55:29 dd9c8f8612c8: Layer already exists 01:55:29 latest: digest: sha256:6623657c98d51ff583df0cef0afaac81da803e12040e6de5288a908b12d4c365 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:29 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.22 01:55:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:55:30 8462ccc8a4ef: Preparing 01:55:30 382df0ed6f82: Preparing 01:55:30 12e1a121064c: Preparing 01:55:30 4d93b1fb8ce0: Preparing 01:55:30 1825b97f03aa: Preparing 01:55:30 b3cd49d7f1b2: Preparing 01:55:30 240ce984b887: Preparing 01:55:30 04c1fbe7a217: Preparing 01:55:30 dd9c8f8612c8: Preparing 01:55:30 240ce984b887: Waiting 01:55:30 04c1fbe7a217: Waiting 01:55:30 dd9c8f8612c8: Waiting 01:55:30 b3cd49d7f1b2: Waiting 01:55:30 8462ccc8a4ef: Layer already exists 01:55:30 12e1a121064c: Layer already exists 01:55:30 382df0ed6f82: Layer already exists 01:55:30 1825b97f03aa: Layer already exists 01:55:30 4d93b1fb8ce0: Layer already exists 01:55:30 240ce984b887: Layer already exists 01:55:30 b3cd49d7f1b2: Layer already exists 01:55:30 dd9c8f8612c8: Layer already exists 01:55:30 04c1fbe7a217: Layer already exists 01:55:30 4.1.0-dev.22: digest: sha256:6623657c98d51ff583df0cef0afaac81da803e12040e6de5288a908b12d4c365 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:55:31 8462ccc8a4ef: Preparing 01:55:31 382df0ed6f82: Preparing 01:55:31 12e1a121064c: Preparing 01:55:31 4d93b1fb8ce0: Preparing 01:55:31 1825b97f03aa: Preparing 01:55:31 b3cd49d7f1b2: Preparing 01:55:31 240ce984b887: Preparing 01:55:31 04c1fbe7a217: Preparing 01:55:31 dd9c8f8612c8: Preparing 01:55:31 b3cd49d7f1b2: Waiting 01:55:31 04c1fbe7a217: Waiting 01:55:31 dd9c8f8612c8: Waiting 01:55:31 240ce984b887: Waiting 01:55:31 1825b97f03aa: Layer already exists 01:55:31 12e1a121064c: Layer already exists 01:55:31 8462ccc8a4ef: Layer already exists 01:55:31 4d93b1fb8ce0: Layer already exists 01:55:31 382df0ed6f82: Layer already exists 01:55:31 dd9c8f8612c8: Layer already exists 01:55:31 b3cd49d7f1b2: Layer already exists 01:55:31 240ce984b887: Layer already exists 01:55:31 04c1fbe7a217: Layer already exists 01:55:31 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:6623657c98d51ff583df0cef0afaac81da803e12040e6de5288a908b12d4c365 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:31 + 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 01:55:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 01:55:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 01:55:32 8462ccc8a4ef: Preparing 01:55:32 382df0ed6f82: Preparing 01:55:32 12e1a121064c: Preparing 01:55:32 4d93b1fb8ce0: Preparing 01:55:32 1825b97f03aa: Preparing 01:55:32 b3cd49d7f1b2: Preparing 01:55:32 240ce984b887: Preparing 01:55:32 04c1fbe7a217: Preparing 01:55:32 dd9c8f8612c8: Preparing 01:55:32 b3cd49d7f1b2: Waiting 01:55:32 240ce984b887: Waiting 01:55:32 04c1fbe7a217: Waiting 01:55:32 dd9c8f8612c8: Waiting 01:55:32 8462ccc8a4ef: Layer already exists 01:55:32 4d93b1fb8ce0: Layer already exists 01:55:32 382df0ed6f82: Layer already exists 01:55:32 1825b97f03aa: Layer already exists 01:55:32 12e1a121064c: Layer already exists 01:55:32 240ce984b887: Layer already exists 01:55:32 04c1fbe7a217: Layer already exists 01:55:32 b3cd49d7f1b2: Layer already exists 01:55:32 dd9c8f8612c8: Layer already exists 01:55:32 main: digest: sha256:6623657c98d51ff583df0cef0afaac81da803e12040e6de5288a908b12d4c365 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:32 ===================================================== [Pipeline] echo 01:55:32 taggedImages: 01:55:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 01:55:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.22 01:55:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 01:55:32 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 01:55:32 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:32 latest 01:55:32 4.1.0-dev.22 01:55:32 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:32 main 01:55:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:55:33 ce66f6d25907: Preparing 01:55:33 aa30840a9d26: Preparing 01:55:33 99f34dcd48f7: Preparing 01:55:33 0a9ab9bbd2c0: Preparing 01:55:33 53ab50cd2663: Preparing 01:55:33 1825b97f03aa: Preparing 01:55:33 b3cd49d7f1b2: Preparing 01:55:33 eced4c6de14c: Preparing 01:55:33 1dad9accd493: Preparing 01:55:33 c9f20bee96ae: Preparing 01:55:33 dd9c8f8612c8: Preparing 01:55:33 b3cd49d7f1b2: Waiting 01:55:33 eced4c6de14c: Waiting 01:55:33 1dad9accd493: Waiting 01:55:33 dd9c8f8612c8: Waiting 01:55:33 c9f20bee96ae: Waiting 01:55:33 1825b97f03aa: Waiting 01:55:33 53ab50cd2663: Pushed 01:55:33 0a9ab9bbd2c0: Pushed 01:55:33 ce66f6d25907: Pushed 01:55:33 aa30840a9d26: Pushed 01:55:33 1825b97f03aa: Layer already exists 01:55:33 b3cd49d7f1b2: Layer already exists 01:55:33 dd9c8f8612c8: Layer already exists 01:55:33 eced4c6de14c: Pushed 01:55:33 1dad9accd493: Pushed 01:55:36 c9f20bee96ae: Pushed 01:55:37 99f34dcd48f7: Pushed 01:55:37 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:061e8dc8ef21d39ea0f1741e0850d84ce3dd85cf1737598b34080bdc00da31f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:38 + 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 01:55:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:55:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:55:38 ce66f6d25907: Preparing 01:55:38 aa30840a9d26: Preparing 01:55:38 99f34dcd48f7: Preparing 01:55:38 0a9ab9bbd2c0: Preparing 01:55:38 53ab50cd2663: Preparing 01:55:38 1825b97f03aa: Preparing 01:55:38 b3cd49d7f1b2: Preparing 01:55:38 eced4c6de14c: Preparing 01:55:38 1dad9accd493: Preparing 01:55:38 c9f20bee96ae: Preparing 01:55:38 dd9c8f8612c8: Preparing 01:55:38 b3cd49d7f1b2: Waiting 01:55:38 eced4c6de14c: Waiting 01:55:38 1dad9accd493: Waiting 01:55:38 c9f20bee96ae: Waiting 01:55:38 dd9c8f8612c8: Waiting 01:55:38 1825b97f03aa: Waiting 01:55:38 ce66f6d25907: Layer already exists 01:55:38 99f34dcd48f7: Layer already exists 01:55:38 0a9ab9bbd2c0: Layer already exists 01:55:38 53ab50cd2663: Layer already exists 01:55:38 aa30840a9d26: Layer already exists 01:55:38 1825b97f03aa: Layer already exists 01:55:38 b3cd49d7f1b2: Layer already exists 01:55:38 c9f20bee96ae: Layer already exists 01:55:38 eced4c6de14c: Layer already exists 01:55:38 1dad9accd493: Layer already exists 01:55:38 dd9c8f8612c8: Layer already exists 01:55:38 latest: digest: sha256:061e8dc8ef21d39ea0f1741e0850d84ce3dd85cf1737598b34080bdc00da31f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.22 01:55:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:55:39 ce66f6d25907: Preparing 01:55:39 aa30840a9d26: Preparing 01:55:39 99f34dcd48f7: Preparing 01:55:39 0a9ab9bbd2c0: Preparing 01:55:39 53ab50cd2663: Preparing 01:55:39 1825b97f03aa: Preparing 01:55:39 b3cd49d7f1b2: Preparing 01:55:39 eced4c6de14c: Preparing 01:55:39 1dad9accd493: Preparing 01:55:39 c9f20bee96ae: Preparing 01:55:39 dd9c8f8612c8: Preparing 01:55:39 1825b97f03aa: Waiting 01:55:39 c9f20bee96ae: Waiting 01:55:39 b3cd49d7f1b2: Waiting 01:55:39 eced4c6de14c: Waiting 01:55:39 dd9c8f8612c8: Waiting 01:55:39 1dad9accd493: Waiting 01:55:39 99f34dcd48f7: Layer already exists 01:55:39 0a9ab9bbd2c0: Layer already exists 01:55:39 ce66f6d25907: Layer already exists 01:55:39 aa30840a9d26: Layer already exists 01:55:39 53ab50cd2663: Layer already exists 01:55:39 b3cd49d7f1b2: Layer already exists 01:55:39 1825b97f03aa: Layer already exists 01:55:39 c9f20bee96ae: Layer already exists 01:55:39 eced4c6de14c: Layer already exists 01:55:39 1dad9accd493: Layer already exists 01:55:39 dd9c8f8612c8: Layer already exists 01:55:39 4.1.0-dev.22: digest: sha256:061e8dc8ef21d39ea0f1741e0850d84ce3dd85cf1737598b34080bdc00da31f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:40 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:55:40 ce66f6d25907: Preparing 01:55:40 aa30840a9d26: Preparing 01:55:40 99f34dcd48f7: Preparing 01:55:40 0a9ab9bbd2c0: Preparing 01:55:40 53ab50cd2663: Preparing 01:55:40 1825b97f03aa: Preparing 01:55:40 b3cd49d7f1b2: Preparing 01:55:40 eced4c6de14c: Preparing 01:55:40 1dad9accd493: Preparing 01:55:40 c9f20bee96ae: Preparing 01:55:40 dd9c8f8612c8: Preparing 01:55:40 b3cd49d7f1b2: Waiting 01:55:40 eced4c6de14c: Waiting 01:55:40 1dad9accd493: Waiting 01:55:40 c9f20bee96ae: Waiting 01:55:40 1825b97f03aa: Waiting 01:55:40 dd9c8f8612c8: Waiting 01:55:40 ce66f6d25907: Layer already exists 01:55:40 aa30840a9d26: Layer already exists 01:55:40 0a9ab9bbd2c0: Layer already exists 01:55:40 53ab50cd2663: Layer already exists 01:55:40 99f34dcd48f7: Layer already exists 01:55:40 1dad9accd493: Layer already exists 01:55:40 c9f20bee96ae: Layer already exists 01:55:40 1825b97f03aa: Layer already exists 01:55:40 b3cd49d7f1b2: Layer already exists 01:55:40 eced4c6de14c: Layer already exists 01:55:40 dd9c8f8612c8: Layer already exists 01:55:40 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:061e8dc8ef21d39ea0f1741e0850d84ce3dd85cf1737598b34080bdc00da31f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:41 + 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 01:55:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 01:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:55:41 ce66f6d25907: Preparing 01:55:41 aa30840a9d26: Preparing 01:55:41 99f34dcd48f7: Preparing 01:55:41 0a9ab9bbd2c0: Preparing 01:55:41 53ab50cd2663: Preparing 01:55:41 1825b97f03aa: Preparing 01:55:41 b3cd49d7f1b2: Preparing 01:55:41 eced4c6de14c: Preparing 01:55:41 1dad9accd493: Preparing 01:55:41 c9f20bee96ae: Preparing 01:55:41 dd9c8f8612c8: Preparing 01:55:41 b3cd49d7f1b2: Waiting 01:55:41 1825b97f03aa: Waiting 01:55:41 eced4c6de14c: Waiting 01:55:41 c9f20bee96ae: Waiting 01:55:41 1dad9accd493: Waiting 01:55:41 dd9c8f8612c8: Waiting 01:55:41 aa30840a9d26: Layer already exists 01:55:41 53ab50cd2663: Layer already exists 01:55:41 0a9ab9bbd2c0: Layer already exists 01:55:41 ce66f6d25907: Layer already exists 01:55:41 99f34dcd48f7: Layer already exists 01:55:41 eced4c6de14c: Layer already exists 01:55:41 1825b97f03aa: Layer already exists 01:55:41 1dad9accd493: Layer already exists 01:55:41 b3cd49d7f1b2: Layer already exists 01:55:41 c9f20bee96ae: Layer already exists 01:55:41 dd9c8f8612c8: Layer already exists 01:55:41 main: digest: sha256:061e8dc8ef21d39ea0f1741e0850d84ce3dd85cf1737598b34080bdc00da31f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:41 ===================================================== [Pipeline] echo 01:55:41 taggedImages: 01:55:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:55:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.22 01:55:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:55:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 01:55:41 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:41 latest 01:55:41 4.1.0-dev.22 01:55:41 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:41 main 01:55:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:55:42 0751d05d2795: Preparing 01:55:42 5b645f8c58a8: Preparing 01:55:42 e019094d0fff: Preparing 01:55:42 dfde7b0d6956: Preparing 01:55:42 cc7a76f70b09: Preparing 01:55:42 0a6e2ca9ce82: Preparing 01:55:42 48712c8bce59: Preparing 01:55:42 1825b97f03aa: Preparing 01:55:42 b3cd49d7f1b2: Preparing 01:55:42 27df7abfb8a6: Preparing 01:55:42 9ad40a1bfe79: Preparing 01:55:42 dd9c8f8612c8: Preparing 01:55:42 b3cd49d7f1b2: Waiting 01:55:42 27df7abfb8a6: Waiting 01:55:42 9ad40a1bfe79: Waiting 01:55:42 0a6e2ca9ce82: Waiting 01:55:42 dd9c8f8612c8: Waiting 01:55:42 48712c8bce59: Waiting 01:55:42 1825b97f03aa: Waiting 01:55:43 cc7a76f70b09: Pushed 01:55:43 5b645f8c58a8: Pushed 01:55:43 0751d05d2795: Pushed 01:55:43 1825b97f03aa: Layer already exists 01:55:43 b3cd49d7f1b2: Layer already exists 01:55:43 0a6e2ca9ce82: Pushed 01:55:43 48712c8bce59: Pushed 01:55:43 dd9c8f8612c8: Layer already exists 01:55:43 27df7abfb8a6: Pushed 01:55:45 9ad40a1bfe79: Pushed 01:55:47 dfde7b0d6956: Pushed 01:55:49 e019094d0fff: Pushed 01:55:49 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:1b774363025685a40232d36d8f9d04eb3c78eae324f5f9c435c4a567800409f3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:49 + 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 01:55:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:55:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:55:50 0751d05d2795: Preparing 01:55:50 5b645f8c58a8: Preparing 01:55:50 e019094d0fff: Preparing 01:55:50 dfde7b0d6956: Preparing 01:55:50 cc7a76f70b09: Preparing 01:55:50 0a6e2ca9ce82: Preparing 01:55:50 48712c8bce59: Preparing 01:55:50 1825b97f03aa: Preparing 01:55:50 b3cd49d7f1b2: Preparing 01:55:50 27df7abfb8a6: Preparing 01:55:50 9ad40a1bfe79: Preparing 01:55:50 dd9c8f8612c8: Preparing 01:55:50 0a6e2ca9ce82: Waiting 01:55:50 27df7abfb8a6: Waiting 01:55:50 dd9c8f8612c8: Waiting 01:55:50 48712c8bce59: Waiting 01:55:50 1825b97f03aa: Waiting 01:55:50 b3cd49d7f1b2: Waiting 01:55:50 9ad40a1bfe79: Waiting 01:55:50 cc7a76f70b09: Layer already exists 01:55:50 0751d05d2795: Layer already exists 01:55:50 e019094d0fff: Layer already exists 01:55:50 dfde7b0d6956: Layer already exists 01:55:50 5b645f8c58a8: Layer already exists 01:55:50 48712c8bce59: Layer already exists 01:55:50 1825b97f03aa: Layer already exists 01:55:50 0a6e2ca9ce82: Layer already exists 01:55:50 27df7abfb8a6: Layer already exists 01:55:50 b3cd49d7f1b2: Layer already exists 01:55:50 dd9c8f8612c8: Layer already exists 01:55:50 9ad40a1bfe79: Layer already exists 01:55:50 latest: digest: sha256:1b774363025685a40232d36d8f9d04eb3c78eae324f5f9c435c4a567800409f3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.22 01:55:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:55:51 0751d05d2795: Preparing 01:55:51 5b645f8c58a8: Preparing 01:55:51 e019094d0fff: Preparing 01:55:51 dfde7b0d6956: Preparing 01:55:51 cc7a76f70b09: Preparing 01:55:51 0a6e2ca9ce82: Preparing 01:55:51 48712c8bce59: Preparing 01:55:51 0a6e2ca9ce82: Waiting 01:55:51 1825b97f03aa: Preparing 01:55:51 48712c8bce59: Waiting 01:55:51 b3cd49d7f1b2: Preparing 01:55:51 1825b97f03aa: Waiting 01:55:51 b3cd49d7f1b2: Waiting 01:55:51 27df7abfb8a6: Preparing 01:55:51 9ad40a1bfe79: Preparing 01:55:51 dd9c8f8612c8: Preparing 01:55:51 27df7abfb8a6: Waiting 01:55:51 9ad40a1bfe79: Waiting 01:55:51 dd9c8f8612c8: Waiting 01:55:51 5b645f8c58a8: Layer already exists 01:55:51 e019094d0fff: Layer already exists 01:55:51 dfde7b0d6956: Layer already exists 01:55:51 cc7a76f70b09: Layer already exists 01:55:51 0751d05d2795: Layer already exists 01:55:51 0a6e2ca9ce82: Layer already exists 01:55:51 b3cd49d7f1b2: Layer already exists 01:55:51 1825b97f03aa: Layer already exists 01:55:51 48712c8bce59: Layer already exists 01:55:51 27df7abfb8a6: Layer already exists 01:55:51 9ad40a1bfe79: Layer already exists 01:55:51 dd9c8f8612c8: Layer already exists 01:55:51 4.1.0-dev.22: digest: sha256:1b774363025685a40232d36d8f9d04eb3c78eae324f5f9c435c4a567800409f3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:55:52 0751d05d2795: Preparing 01:55:52 5b645f8c58a8: Preparing 01:55:52 e019094d0fff: Preparing 01:55:52 dfde7b0d6956: Preparing 01:55:52 cc7a76f70b09: Preparing 01:55:52 0a6e2ca9ce82: Preparing 01:55:52 48712c8bce59: Preparing 01:55:52 0a6e2ca9ce82: Waiting 01:55:52 1825b97f03aa: Preparing 01:55:52 48712c8bce59: Waiting 01:55:52 b3cd49d7f1b2: Preparing 01:55:52 1825b97f03aa: Waiting 01:55:52 27df7abfb8a6: Preparing 01:55:52 9ad40a1bfe79: Preparing 01:55:52 dd9c8f8612c8: Preparing 01:55:52 b3cd49d7f1b2: Waiting 01:55:52 27df7abfb8a6: Waiting 01:55:52 dd9c8f8612c8: Waiting 01:55:52 9ad40a1bfe79: Waiting 01:55:52 cc7a76f70b09: Layer already exists 01:55:52 5b645f8c58a8: Layer already exists 01:55:52 0751d05d2795: Layer already exists 01:55:52 e019094d0fff: Layer already exists 01:55:52 dfde7b0d6956: Layer already exists 01:55:52 48712c8bce59: Layer already exists 01:55:52 0a6e2ca9ce82: Layer already exists 01:55:52 b3cd49d7f1b2: Layer already exists 01:55:52 1825b97f03aa: Layer already exists 01:55:52 27df7abfb8a6: Layer already exists 01:55:52 dd9c8f8612c8: Layer already exists 01:55:52 9ad40a1bfe79: Layer already exists 01:55:52 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:1b774363025685a40232d36d8f9d04eb3c78eae324f5f9c435c4a567800409f3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:52 + 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 01:55:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 01:55:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:55:53 0751d05d2795: Preparing 01:55:53 5b645f8c58a8: Preparing 01:55:53 e019094d0fff: Preparing 01:55:53 dfde7b0d6956: Preparing 01:55:53 cc7a76f70b09: Preparing 01:55:53 0a6e2ca9ce82: Preparing 01:55:53 48712c8bce59: Preparing 01:55:53 1825b97f03aa: Preparing 01:55:53 b3cd49d7f1b2: Preparing 01:55:53 27df7abfb8a6: Preparing 01:55:53 9ad40a1bfe79: Preparing 01:55:53 dd9c8f8612c8: Preparing 01:55:53 1825b97f03aa: Waiting 01:55:53 b3cd49d7f1b2: Waiting 01:55:53 27df7abfb8a6: Waiting 01:55:53 0a6e2ca9ce82: Waiting 01:55:53 9ad40a1bfe79: Waiting 01:55:53 48712c8bce59: Waiting 01:55:53 dd9c8f8612c8: Waiting 01:55:53 0751d05d2795: Layer already exists 01:55:53 dfde7b0d6956: Layer already exists 01:55:53 5b645f8c58a8: Layer already exists 01:55:53 cc7a76f70b09: Layer already exists 01:55:53 e019094d0fff: Layer already exists 01:55:53 0a6e2ca9ce82: Layer already exists 01:55:53 27df7abfb8a6: Layer already exists 01:55:53 1825b97f03aa: Layer already exists 01:55:53 48712c8bce59: Layer already exists 01:55:53 b3cd49d7f1b2: Layer already exists 01:55:53 9ad40a1bfe79: Layer already exists 01:55:53 dd9c8f8612c8: Layer already exists 01:55:53 main: digest: sha256:1b774363025685a40232d36d8f9d04eb3c78eae324f5f9c435c4a567800409f3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:55:53 ===================================================== [Pipeline] echo 01:55:53 taggedImages: 01:55:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:55:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.22 01:55:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:55:53 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 01:55:53 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:53 latest 01:55:53 4.1.0-dev.22 01:55:53 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:55:53 main 01:55:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:55:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:55:54 64118eeaa25e: Preparing 01:55:54 a17ab6a5a1e4: Preparing 01:55:54 1825b97f03aa: Preparing 01:55:54 b3cd49d7f1b2: Preparing 01:55:54 86d15851613f: Preparing 01:55:54 bf0860a1ade9: Preparing 01:55:54 dd9c8f8612c8: Preparing 01:55:54 bf0860a1ade9: Waiting 01:55:54 dd9c8f8612c8: Waiting 01:55:54 b3cd49d7f1b2: Layer already exists 01:55:54 1825b97f03aa: Layer already exists 01:55:54 dd9c8f8612c8: Layer already exists 01:55:54 86d15851613f: Pushed 01:55:54 64118eeaa25e: Pushed 01:55:56 bf0860a1ade9: Pushed 01:56:04 a17ab6a5a1e4: Pushed 01:56:04 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:02545314cc83c94b07464a6710634a0af8f04d9493e7563fc86e92d08415223e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:05 + 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 01:56:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:56:05 64118eeaa25e: Preparing 01:56:05 a17ab6a5a1e4: Preparing 01:56:05 1825b97f03aa: Preparing 01:56:05 b3cd49d7f1b2: Preparing 01:56:05 86d15851613f: Preparing 01:56:05 bf0860a1ade9: Preparing 01:56:05 dd9c8f8612c8: Preparing 01:56:05 bf0860a1ade9: Waiting 01:56:05 dd9c8f8612c8: Waiting 01:56:05 86d15851613f: Layer already exists 01:56:05 64118eeaa25e: Layer already exists 01:56:05 b3cd49d7f1b2: Layer already exists 01:56:05 1825b97f03aa: Layer already exists 01:56:05 a17ab6a5a1e4: Layer already exists 01:56:05 dd9c8f8612c8: Layer already exists 01:56:05 bf0860a1ade9: Layer already exists 01:56:05 latest: digest: sha256:02545314cc83c94b07464a6710634a0af8f04d9493e7563fc86e92d08415223e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.22 01:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:56:06 64118eeaa25e: Preparing 01:56:06 a17ab6a5a1e4: Preparing 01:56:06 1825b97f03aa: Preparing 01:56:06 b3cd49d7f1b2: Preparing 01:56:06 86d15851613f: Preparing 01:56:06 bf0860a1ade9: Preparing 01:56:06 dd9c8f8612c8: Preparing 01:56:06 bf0860a1ade9: Waiting 01:56:06 dd9c8f8612c8: Waiting 01:56:06 86d15851613f: Layer already exists 01:56:06 b3cd49d7f1b2: Layer already exists 01:56:06 1825b97f03aa: Layer already exists 01:56:06 a17ab6a5a1e4: Layer already exists 01:56:06 64118eeaa25e: Layer already exists 01:56:06 dd9c8f8612c8: Layer already exists 01:56:06 bf0860a1ade9: Layer already exists 01:56:06 4.1.0-dev.22: digest: sha256:02545314cc83c94b07464a6710634a0af8f04d9493e7563fc86e92d08415223e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:06 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:56:07 64118eeaa25e: Preparing 01:56:07 a17ab6a5a1e4: Preparing 01:56:07 1825b97f03aa: Preparing 01:56:07 b3cd49d7f1b2: Preparing 01:56:07 86d15851613f: Preparing 01:56:07 bf0860a1ade9: Preparing 01:56:07 dd9c8f8612c8: Preparing 01:56:07 dd9c8f8612c8: Waiting 01:56:07 bf0860a1ade9: Waiting 01:56:07 a17ab6a5a1e4: Layer already exists 01:56:07 64118eeaa25e: Layer already exists 01:56:07 86d15851613f: Layer already exists 01:56:07 b3cd49d7f1b2: Layer already exists 01:56:07 1825b97f03aa: Layer already exists 01:56:07 bf0860a1ade9: Layer already exists 01:56:07 dd9c8f8612c8: Layer already exists 01:56:07 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:02545314cc83c94b07464a6710634a0af8f04d9493e7563fc86e92d08415223e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:07 + 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 01:56:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 01:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:56:08 64118eeaa25e: Preparing 01:56:08 a17ab6a5a1e4: Preparing 01:56:08 1825b97f03aa: Preparing 01:56:08 b3cd49d7f1b2: Preparing 01:56:08 86d15851613f: Preparing 01:56:08 bf0860a1ade9: Preparing 01:56:08 dd9c8f8612c8: Preparing 01:56:08 bf0860a1ade9: Waiting 01:56:08 dd9c8f8612c8: Waiting 01:56:08 64118eeaa25e: Layer already exists 01:56:08 a17ab6a5a1e4: Layer already exists 01:56:08 b3cd49d7f1b2: Layer already exists 01:56:08 1825b97f03aa: Layer already exists 01:56:08 86d15851613f: Layer already exists 01:56:08 bf0860a1ade9: Layer already exists 01:56:08 dd9c8f8612c8: Layer already exists 01:56:08 main: digest: sha256:02545314cc83c94b07464a6710634a0af8f04d9493e7563fc86e92d08415223e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:08 ===================================================== [Pipeline] echo 01:56:08 taggedImages: 01:56:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:56:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:56:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.22 01:56:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:56:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:56:08 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 01:56:08 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:56:08 latest 01:56:08 4.1.0-dev.22 01:56:08 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:56:08 main 01:56:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:56:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:56:09 2c51031e9d5f: Preparing 01:56:09 42b4d0421223: Preparing 01:56:09 a1b4cac1a9b8: Preparing 01:56:09 1825b97f03aa: Preparing 01:56:09 b3cd49d7f1b2: Preparing 01:56:09 9d86d80dee39: Preparing 01:56:09 0a51b3796e6c: Preparing 01:56:09 9d86d80dee39: Waiting 01:56:09 0df23605043e: Preparing 01:56:09 5b86075c8e36: Preparing 01:56:09 0a51b3796e6c: Waiting 01:56:09 dd9c8f8612c8: Preparing 01:56:09 5b86075c8e36: Waiting 01:56:09 0df23605043e: Waiting 01:56:09 dd9c8f8612c8: Waiting 01:56:09 b3cd49d7f1b2: Layer already exists 01:56:09 1825b97f03aa: Layer already exists 01:56:09 42b4d0421223: Pushed 01:56:09 a1b4cac1a9b8: Pushed 01:56:09 2c51031e9d5f: Pushed 01:56:09 dd9c8f8612c8: Layer already exists 01:56:09 0df23605043e: Pushed 01:56:10 5b86075c8e36: Pushed 01:56:20 0a51b3796e6c: Pushed 01:56:35 9d86d80dee39: Pushed 01:56:35 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:2406f1e7b6214775dd943f2a431e3c5baacf472400e4f706c8a850eb553d1e0f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:35 + 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 01:56:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:56:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:56:36 2c51031e9d5f: Preparing 01:56:36 42b4d0421223: Preparing 01:56:36 a1b4cac1a9b8: Preparing 01:56:36 1825b97f03aa: Preparing 01:56:36 b3cd49d7f1b2: Preparing 01:56:36 9d86d80dee39: Preparing 01:56:36 0a51b3796e6c: Preparing 01:56:36 0df23605043e: Preparing 01:56:36 5b86075c8e36: Preparing 01:56:36 dd9c8f8612c8: Preparing 01:56:36 0a51b3796e6c: Waiting 01:56:36 9d86d80dee39: Waiting 01:56:36 0df23605043e: Waiting 01:56:36 dd9c8f8612c8: Waiting 01:56:36 5b86075c8e36: Waiting 01:56:36 2c51031e9d5f: Layer already exists 01:56:36 42b4d0421223: Layer already exists 01:56:36 1825b97f03aa: Layer already exists 01:56:36 b3cd49d7f1b2: Layer already exists 01:56:36 a1b4cac1a9b8: Layer already exists 01:56:36 0df23605043e: Layer already exists 01:56:36 9d86d80dee39: Layer already exists 01:56:36 5b86075c8e36: Layer already exists 01:56:36 0a51b3796e6c: Layer already exists 01:56:36 dd9c8f8612c8: Layer already exists 01:56:38 latest: digest: sha256:2406f1e7b6214775dd943f2a431e3c5baacf472400e4f706c8a850eb553d1e0f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:39 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.22 01:56:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:56:39 2c51031e9d5f: Preparing 01:56:39 42b4d0421223: Preparing 01:56:39 a1b4cac1a9b8: Preparing 01:56:39 1825b97f03aa: Preparing 01:56:39 b3cd49d7f1b2: Preparing 01:56:39 9d86d80dee39: Preparing 01:56:39 0a51b3796e6c: Preparing 01:56:39 0df23605043e: Preparing 01:56:39 5b86075c8e36: Preparing 01:56:39 dd9c8f8612c8: Preparing 01:56:39 9d86d80dee39: Waiting 01:56:39 5b86075c8e36: Waiting 01:56:39 dd9c8f8612c8: Waiting 01:56:39 0a51b3796e6c: Waiting 01:56:39 0df23605043e: Waiting 01:56:39 1825b97f03aa: Layer already exists 01:56:39 2c51031e9d5f: Layer already exists 01:56:39 a1b4cac1a9b8: Layer already exists 01:56:39 42b4d0421223: Layer already exists 01:56:39 b3cd49d7f1b2: Layer already exists 01:56:39 0df23605043e: Layer already exists 01:56:39 9d86d80dee39: Layer already exists 01:56:39 0a51b3796e6c: Layer already exists 01:56:39 5b86075c8e36: Layer already exists 01:56:39 dd9c8f8612c8: Layer already exists 01:56:39 4.1.0-dev.22: digest: sha256:2406f1e7b6214775dd943f2a431e3c5baacf472400e4f706c8a850eb553d1e0f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:39 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:56:40 2c51031e9d5f: Preparing 01:56:40 42b4d0421223: Preparing 01:56:40 a1b4cac1a9b8: Preparing 01:56:40 1825b97f03aa: Preparing 01:56:40 b3cd49d7f1b2: Preparing 01:56:40 9d86d80dee39: Preparing 01:56:40 0a51b3796e6c: Preparing 01:56:40 0df23605043e: Preparing 01:56:40 5b86075c8e36: Preparing 01:56:40 dd9c8f8612c8: Preparing 01:56:40 9d86d80dee39: Waiting 01:56:40 0a51b3796e6c: Waiting 01:56:40 0df23605043e: Waiting 01:56:40 5b86075c8e36: Waiting 01:56:40 dd9c8f8612c8: Waiting 01:56:40 2c51031e9d5f: Layer already exists 01:56:40 b3cd49d7f1b2: Layer already exists 01:56:40 42b4d0421223: Layer already exists 01:56:40 a1b4cac1a9b8: Layer already exists 01:56:40 1825b97f03aa: Layer already exists 01:56:40 0a51b3796e6c: Layer already exists 01:56:40 dd9c8f8612c8: Layer already exists 01:56:40 9d86d80dee39: Layer already exists 01:56:40 5b86075c8e36: Layer already exists 01:56:40 0df23605043e: Layer already exists 01:56:40 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:2406f1e7b6214775dd943f2a431e3c5baacf472400e4f706c8a850eb553d1e0f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:40 + 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 01:56:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 01:56:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:56:41 2c51031e9d5f: Preparing 01:56:41 42b4d0421223: Preparing 01:56:41 a1b4cac1a9b8: Preparing 01:56:41 1825b97f03aa: Preparing 01:56:41 b3cd49d7f1b2: Preparing 01:56:41 9d86d80dee39: Preparing 01:56:41 0a51b3796e6c: Preparing 01:56:41 0df23605043e: Preparing 01:56:41 5b86075c8e36: Preparing 01:56:41 dd9c8f8612c8: Preparing 01:56:41 0df23605043e: Waiting 01:56:41 5b86075c8e36: Waiting 01:56:41 dd9c8f8612c8: Waiting 01:56:41 0a51b3796e6c: Waiting 01:56:41 9d86d80dee39: Waiting 01:56:41 a1b4cac1a9b8: Layer already exists 01:56:41 2c51031e9d5f: Layer already exists 01:56:41 1825b97f03aa: Layer already exists 01:56:41 42b4d0421223: Layer already exists 01:56:41 b3cd49d7f1b2: Layer already exists 01:56:41 0a51b3796e6c: Layer already exists 01:56:41 9d86d80dee39: Layer already exists 01:56:41 5b86075c8e36: Layer already exists 01:56:41 dd9c8f8612c8: Layer already exists 01:56:41 0df23605043e: Layer already exists 01:56:41 main: digest: sha256:2406f1e7b6214775dd943f2a431e3c5baacf472400e4f706c8a850eb553d1e0f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:41 ===================================================== [Pipeline] echo 01:56:41 taggedImages: 01:56:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:56:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:56:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.22 01:56:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:56:41 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:56:41 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 01:56:41 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:56:41 latest 01:56:41 4.1.0-dev.22 01:56:41 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:56:41 main 01:56:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:41 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:56:42 3cbe5ef8a8b8: Preparing 01:56:42 d0d813aec7b8: Preparing 01:56:42 24ca653e1d0c: Preparing 01:56:42 1825b97f03aa: Preparing 01:56:42 b3cd49d7f1b2: Preparing 01:56:42 e75d5814cb02: Preparing 01:56:42 a0d01eb05632: Preparing 01:56:42 0b1d844f96e1: Preparing 01:56:42 dd9c8f8612c8: Preparing 01:56:42 e75d5814cb02: Waiting 01:56:42 a0d01eb05632: Waiting 01:56:42 dd9c8f8612c8: Waiting 01:56:42 1825b97f03aa: Layer already exists 01:56:42 b3cd49d7f1b2: Layer already exists 01:56:42 24ca653e1d0c: Pushed 01:56:42 3cbe5ef8a8b8: Pushed 01:56:42 d0d813aec7b8: Pushed 01:56:42 dd9c8f8612c8: Layer already exists 01:56:42 a0d01eb05632: Pushed 01:56:42 0b1d844f96e1: Pushed 01:57:09 e75d5814cb02: Pushed 01:57:09 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:da7a12a851c453132a49cf962c183cadf0d52805182e005fee2f95d6109174e8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:09 + 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 01:57:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:57:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:57:10 3cbe5ef8a8b8: Preparing 01:57:10 d0d813aec7b8: Preparing 01:57:10 24ca653e1d0c: Preparing 01:57:10 1825b97f03aa: Preparing 01:57:10 b3cd49d7f1b2: Preparing 01:57:10 e75d5814cb02: Preparing 01:57:10 a0d01eb05632: Preparing 01:57:10 0b1d844f96e1: Preparing 01:57:10 dd9c8f8612c8: Preparing 01:57:10 e75d5814cb02: Waiting 01:57:10 a0d01eb05632: Waiting 01:57:10 dd9c8f8612c8: Waiting 01:57:10 0b1d844f96e1: Waiting 01:57:10 24ca653e1d0c: Layer already exists 01:57:10 b3cd49d7f1b2: Layer already exists 01:57:10 1825b97f03aa: Layer already exists 01:57:10 d0d813aec7b8: Layer already exists 01:57:10 3cbe5ef8a8b8: Layer already exists 01:57:10 a0d01eb05632: Layer already exists 01:57:10 e75d5814cb02: Layer already exists 01:57:10 dd9c8f8612c8: Layer already exists 01:57:10 0b1d844f96e1: Layer already exists 01:57:10 latest: digest: sha256:da7a12a851c453132a49cf962c183cadf0d52805182e005fee2f95d6109174e8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.22 01:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:57:11 3cbe5ef8a8b8: Preparing 01:57:11 d0d813aec7b8: Preparing 01:57:11 24ca653e1d0c: Preparing 01:57:11 1825b97f03aa: Preparing 01:57:11 b3cd49d7f1b2: Preparing 01:57:11 e75d5814cb02: Preparing 01:57:11 a0d01eb05632: Preparing 01:57:11 0b1d844f96e1: Preparing 01:57:11 dd9c8f8612c8: Preparing 01:57:11 a0d01eb05632: Waiting 01:57:11 0b1d844f96e1: Waiting 01:57:11 dd9c8f8612c8: Waiting 01:57:11 e75d5814cb02: Waiting 01:57:11 1825b97f03aa: Layer already exists 01:57:11 b3cd49d7f1b2: Layer already exists 01:57:11 3cbe5ef8a8b8: Layer already exists 01:57:11 d0d813aec7b8: Layer already exists 01:57:11 24ca653e1d0c: Layer already exists 01:57:11 dd9c8f8612c8: Layer already exists 01:57:11 e75d5814cb02: Layer already exists 01:57:11 0b1d844f96e1: Layer already exists 01:57:11 a0d01eb05632: Layer already exists 01:57:11 4.1.0-dev.22: digest: sha256:da7a12a851c453132a49cf962c183cadf0d52805182e005fee2f95d6109174e8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:57:11 3cbe5ef8a8b8: Preparing 01:57:11 d0d813aec7b8: Preparing 01:57:11 24ca653e1d0c: Preparing 01:57:11 1825b97f03aa: Preparing 01:57:11 b3cd49d7f1b2: Preparing 01:57:11 e75d5814cb02: Preparing 01:57:11 a0d01eb05632: Preparing 01:57:11 0b1d844f96e1: Preparing 01:57:11 dd9c8f8612c8: Preparing 01:57:11 e75d5814cb02: Waiting 01:57:11 a0d01eb05632: Waiting 01:57:11 0b1d844f96e1: Waiting 01:57:11 dd9c8f8612c8: Waiting 01:57:11 3cbe5ef8a8b8: Layer already exists 01:57:11 24ca653e1d0c: Layer already exists 01:57:11 b3cd49d7f1b2: Layer already exists 01:57:11 d0d813aec7b8: Layer already exists 01:57:11 1825b97f03aa: Layer already exists 01:57:11 0b1d844f96e1: Layer already exists 01:57:11 a0d01eb05632: Layer already exists 01:57:11 e75d5814cb02: Layer already exists 01:57:11 dd9c8f8612c8: Layer already exists 01:57:12 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:da7a12a851c453132a49cf962c183cadf0d52805182e005fee2f95d6109174e8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:12 + 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 01:57:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 01:57:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:57:12 3cbe5ef8a8b8: Preparing 01:57:12 d0d813aec7b8: Preparing 01:57:12 24ca653e1d0c: Preparing 01:57:12 1825b97f03aa: Preparing 01:57:12 b3cd49d7f1b2: Preparing 01:57:12 e75d5814cb02: Preparing 01:57:12 a0d01eb05632: Preparing 01:57:12 0b1d844f96e1: Preparing 01:57:12 dd9c8f8612c8: Preparing 01:57:12 a0d01eb05632: Waiting 01:57:12 0b1d844f96e1: Waiting 01:57:12 dd9c8f8612c8: Waiting 01:57:12 e75d5814cb02: Waiting 01:57:12 1825b97f03aa: Layer already exists 01:57:12 d0d813aec7b8: Layer already exists 01:57:12 3cbe5ef8a8b8: Layer already exists 01:57:12 24ca653e1d0c: Layer already exists 01:57:12 b3cd49d7f1b2: Layer already exists 01:57:12 a0d01eb05632: Layer already exists 01:57:12 0b1d844f96e1: Layer already exists 01:57:12 e75d5814cb02: Layer already exists 01:57:12 dd9c8f8612c8: Layer already exists 01:57:13 main: digest: sha256:da7a12a851c453132a49cf962c183cadf0d52805182e005fee2f95d6109174e8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:13 ===================================================== [Pipeline] echo 01:57:13 taggedImages: 01:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 01:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.22 01:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:13 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:57:13 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 01:57:13 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:13 latest 01:57:13 4.1.0-dev.22 01:57:13 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:13 main 01:57:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:57:13 9708effc2fe0: Preparing 01:57:13 b299505e2e3b: Preparing 01:57:13 a1082a4680dd: Preparing 01:57:13 1825b97f03aa: Preparing 01:57:13 b3cd49d7f1b2: Preparing 01:57:13 6e3273674693: Preparing 01:57:13 0df23605043e: Preparing 01:57:13 5b86075c8e36: Preparing 01:57:13 dd9c8f8612c8: Preparing 01:57:13 6e3273674693: Waiting 01:57:13 0df23605043e: Waiting 01:57:13 5b86075c8e36: Waiting 01:57:13 dd9c8f8612c8: Waiting 01:57:13 1825b97f03aa: Layer already exists 01:57:13 b3cd49d7f1b2: Layer already exists 01:57:14 0df23605043e: Layer already exists 01:57:14 5b86075c8e36: Layer already exists 01:57:14 a1082a4680dd: Pushed 01:57:14 b299505e2e3b: Pushed 01:57:14 dd9c8f8612c8: Layer already exists 01:57:14 9708effc2fe0: Pushed 01:57:41 6e3273674693: Pushed 01:57:41 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:34a0707c9cad88f743f8fe53c104f59fcb0f2f075ec6f823b60f6a984f40cfa6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:41 + 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 01:57:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:57:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:57:41 9708effc2fe0: Preparing 01:57:41 b299505e2e3b: Preparing 01:57:41 a1082a4680dd: Preparing 01:57:41 1825b97f03aa: Preparing 01:57:41 b3cd49d7f1b2: Preparing 01:57:41 6e3273674693: Preparing 01:57:41 0df23605043e: Preparing 01:57:41 5b86075c8e36: Preparing 01:57:41 dd9c8f8612c8: Preparing 01:57:41 6e3273674693: Waiting 01:57:41 0df23605043e: Waiting 01:57:41 5b86075c8e36: Waiting 01:57:41 dd9c8f8612c8: Waiting 01:57:41 b3cd49d7f1b2: Layer already exists 01:57:41 9708effc2fe0: Layer already exists 01:57:41 b299505e2e3b: Layer already exists 01:57:41 1825b97f03aa: Layer already exists 01:57:41 a1082a4680dd: Layer already exists 01:57:41 6e3273674693: Layer already exists 01:57:41 0df23605043e: Layer already exists 01:57:41 5b86075c8e36: Layer already exists 01:57:41 dd9c8f8612c8: Layer already exists 01:57:41 latest: digest: sha256:34a0707c9cad88f743f8fe53c104f59fcb0f2f075ec6f823b60f6a984f40cfa6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:42 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.22 01:57:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:57:42 9708effc2fe0: Preparing 01:57:42 b299505e2e3b: Preparing 01:57:42 a1082a4680dd: Preparing 01:57:42 1825b97f03aa: Preparing 01:57:42 b3cd49d7f1b2: Preparing 01:57:42 6e3273674693: Preparing 01:57:42 0df23605043e: Preparing 01:57:42 5b86075c8e36: Preparing 01:57:42 dd9c8f8612c8: Preparing 01:57:42 6e3273674693: Waiting 01:57:42 0df23605043e: Waiting 01:57:42 5b86075c8e36: Waiting 01:57:42 dd9c8f8612c8: Waiting 01:57:42 b3cd49d7f1b2: Layer already exists 01:57:42 1825b97f03aa: Layer already exists 01:57:42 9708effc2fe0: Layer already exists 01:57:42 a1082a4680dd: Layer already exists 01:57:42 b299505e2e3b: Layer already exists 01:57:42 6e3273674693: Layer already exists 01:57:42 5b86075c8e36: Layer already exists 01:57:42 0df23605043e: Layer already exists 01:57:42 dd9c8f8612c8: Layer already exists 01:57:42 4.1.0-dev.22: digest: sha256:34a0707c9cad88f743f8fe53c104f59fcb0f2f075ec6f823b60f6a984f40cfa6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:43 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:57:43 9708effc2fe0: Preparing 01:57:43 b299505e2e3b: Preparing 01:57:43 a1082a4680dd: Preparing 01:57:43 1825b97f03aa: Preparing 01:57:43 b3cd49d7f1b2: Preparing 01:57:43 6e3273674693: Preparing 01:57:43 0df23605043e: Preparing 01:57:43 5b86075c8e36: Preparing 01:57:43 dd9c8f8612c8: Preparing 01:57:43 0df23605043e: Waiting 01:57:43 5b86075c8e36: Waiting 01:57:43 6e3273674693: Waiting 01:57:43 dd9c8f8612c8: Waiting 01:57:43 b3cd49d7f1b2: Layer already exists 01:57:43 b299505e2e3b: Layer already exists 01:57:43 9708effc2fe0: Layer already exists 01:57:43 1825b97f03aa: Layer already exists 01:57:43 a1082a4680dd: Layer already exists 01:57:43 6e3273674693: Layer already exists 01:57:43 5b86075c8e36: Layer already exists 01:57:43 dd9c8f8612c8: Layer already exists 01:57:43 0df23605043e: Layer already exists 01:57:43 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:34a0707c9cad88f743f8fe53c104f59fcb0f2f075ec6f823b60f6a984f40cfa6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:44 + 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 01:57:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 01:57:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 01:57:44 9708effc2fe0: Preparing 01:57:44 b299505e2e3b: Preparing 01:57:44 a1082a4680dd: Preparing 01:57:44 1825b97f03aa: Preparing 01:57:44 b3cd49d7f1b2: Preparing 01:57:44 6e3273674693: Preparing 01:57:44 0df23605043e: Preparing 01:57:44 5b86075c8e36: Preparing 01:57:44 dd9c8f8612c8: Preparing 01:57:44 0df23605043e: Waiting 01:57:44 5b86075c8e36: Waiting 01:57:44 dd9c8f8612c8: Waiting 01:57:44 6e3273674693: Waiting 01:57:44 1825b97f03aa: Layer already exists 01:57:44 9708effc2fe0: Layer already exists 01:57:44 b3cd49d7f1b2: Layer already exists 01:57:44 b299505e2e3b: Layer already exists 01:57:44 a1082a4680dd: Layer already exists 01:57:44 6e3273674693: Layer already exists 01:57:44 0df23605043e: Layer already exists 01:57:44 5b86075c8e36: Layer already exists 01:57:44 dd9c8f8612c8: Layer already exists 01:57:44 main: digest: sha256:34a0707c9cad88f743f8fe53c104f59fcb0f2f075ec6f823b60f6a984f40cfa6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:44 ===================================================== [Pipeline] echo 01:57:44 taggedImages: 01:57:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 01:57:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.22 01:57:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:57:44 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 01:57:44 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:44 latest 01:57:44 4.1.0-dev.22 01:57:44 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:44 main 01:57:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:57:45 cce56faeaf46: Preparing 01:57:45 410037c618f4: Preparing 01:57:45 1825b97f03aa: Preparing 01:57:45 b3cd49d7f1b2: Preparing 01:57:45 92498c07dc27: Preparing 01:57:45 5ec0eaa58bd3: Preparing 01:57:45 dd9c8f8612c8: Preparing 01:57:45 5ec0eaa58bd3: Waiting 01:57:45 dd9c8f8612c8: Waiting 01:57:45 1825b97f03aa: Layer already exists 01:57:45 b3cd49d7f1b2: Layer already exists 01:57:45 dd9c8f8612c8: Layer already exists 01:57:45 92498c07dc27: Pushed 01:57:45 cce56faeaf46: Pushed 01:57:47 5ec0eaa58bd3: Pushed 01:57:53 410037c618f4: Pushed 01:57:53 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:0cd3c741972e27d90cb42337dffd746232c48f54c3ea6ef086b50e13e3dda58f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:54 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:57:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:57:54 cce56faeaf46: Preparing 01:57:54 410037c618f4: Preparing 01:57:54 1825b97f03aa: Preparing 01:57:54 b3cd49d7f1b2: Preparing 01:57:54 92498c07dc27: Preparing 01:57:54 5ec0eaa58bd3: Preparing 01:57:54 dd9c8f8612c8: Preparing 01:57:54 5ec0eaa58bd3: Waiting 01:57:54 dd9c8f8612c8: Waiting 01:57:54 b3cd49d7f1b2: Layer already exists 01:57:54 1825b97f03aa: Layer already exists 01:57:54 cce56faeaf46: Layer already exists 01:57:54 410037c618f4: Layer already exists 01:57:54 92498c07dc27: Layer already exists 01:57:54 dd9c8f8612c8: Layer already exists 01:57:54 5ec0eaa58bd3: Layer already exists 01:57:55 latest: digest: sha256:0cd3c741972e27d90cb42337dffd746232c48f54c3ea6ef086b50e13e3dda58f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:55 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.22 01:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:57:55 cce56faeaf46: Preparing 01:57:55 410037c618f4: Preparing 01:57:55 1825b97f03aa: Preparing 01:57:55 b3cd49d7f1b2: Preparing 01:57:55 92498c07dc27: Preparing 01:57:55 5ec0eaa58bd3: Preparing 01:57:55 dd9c8f8612c8: Preparing 01:57:55 5ec0eaa58bd3: Waiting 01:57:55 dd9c8f8612c8: Waiting 01:57:55 cce56faeaf46: Layer already exists 01:57:55 b3cd49d7f1b2: Layer already exists 01:57:55 92498c07dc27: Layer already exists 01:57:55 1825b97f03aa: Layer already exists 01:57:55 410037c618f4: Layer already exists 01:57:55 5ec0eaa58bd3: Layer already exists 01:57:55 dd9c8f8612c8: Layer already exists 01:57:55 4.1.0-dev.22: digest: sha256:0cd3c741972e27d90cb42337dffd746232c48f54c3ea6ef086b50e13e3dda58f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:57:56 cce56faeaf46: Preparing 01:57:56 410037c618f4: Preparing 01:57:56 1825b97f03aa: Preparing 01:57:56 b3cd49d7f1b2: Preparing 01:57:56 92498c07dc27: Preparing 01:57:56 5ec0eaa58bd3: Preparing 01:57:56 dd9c8f8612c8: Preparing 01:57:56 5ec0eaa58bd3: Waiting 01:57:56 dd9c8f8612c8: Waiting 01:57:56 b3cd49d7f1b2: Layer already exists 01:57:56 cce56faeaf46: Layer already exists 01:57:56 92498c07dc27: Layer already exists 01:57:56 410037c618f4: Layer already exists 01:57:56 1825b97f03aa: Layer already exists 01:57:56 5ec0eaa58bd3: Layer already exists 01:57:56 dd9c8f8612c8: Layer already exists 01:57:57 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:0cd3c741972e27d90cb42337dffd746232c48f54c3ea6ef086b50e13e3dda58f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 01:57:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 01:57:57 cce56faeaf46: Preparing 01:57:57 410037c618f4: Preparing 01:57:57 1825b97f03aa: Preparing 01:57:57 b3cd49d7f1b2: Preparing 01:57:57 92498c07dc27: Preparing 01:57:57 5ec0eaa58bd3: Preparing 01:57:57 dd9c8f8612c8: Preparing 01:57:57 5ec0eaa58bd3: Waiting 01:57:57 dd9c8f8612c8: Waiting 01:57:57 1825b97f03aa: Layer already exists 01:57:57 92498c07dc27: Layer already exists 01:57:57 410037c618f4: Layer already exists 01:57:57 cce56faeaf46: Layer already exists 01:57:57 b3cd49d7f1b2: Layer already exists 01:57:57 5ec0eaa58bd3: Layer already exists 01:57:57 dd9c8f8612c8: Layer already exists 01:57:58 main: digest: sha256:0cd3c741972e27d90cb42337dffd746232c48f54c3ea6ef086b50e13e3dda58f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:58 ===================================================== [Pipeline] echo 01:57:58 taggedImages: 01:57:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 01:57:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.22 01:57:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:57:58 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 01:57:58 4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:58 latest 01:57:58 4.1.0-dev.22 01:57:58 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:57:58 main 01:57:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:57:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:57:58 d37114f8c497: Preparing 01:57:58 ad2fb09e6ff1: Preparing 01:57:58 1825b97f03aa: Preparing 01:57:58 b3cd49d7f1b2: Preparing 01:57:58 a347ee11150c: Preparing 01:57:58 c8f93b2dc06b: Preparing 01:57:58 dd9c8f8612c8: Preparing 01:57:58 c8f93b2dc06b: Waiting 01:57:58 dd9c8f8612c8: Waiting 01:57:59 b3cd49d7f1b2: Layer already exists 01:57:59 1825b97f03aa: Layer already exists 01:57:59 dd9c8f8612c8: Layer already exists 01:57:59 d37114f8c497: Pushed 01:57:59 a347ee11150c: Pushed 01:57:59 c8f93b2dc06b: Pushed 01:58:07 ad2fb09e6ff1: Pushed 01:58:07 4970ed1aee4dc7c062ad44033828496cd844e6b8: digest: sha256:be767a8afd849136f41459ad17888afa088f3511360188535e851ff339d32382 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:58:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:58:08 d37114f8c497: Preparing 01:58:08 ad2fb09e6ff1: Preparing 01:58:08 1825b97f03aa: Preparing 01:58:08 b3cd49d7f1b2: Preparing 01:58:08 a347ee11150c: Preparing 01:58:08 c8f93b2dc06b: Preparing 01:58:08 dd9c8f8612c8: Preparing 01:58:08 c8f93b2dc06b: Waiting 01:58:08 dd9c8f8612c8: Waiting 01:58:08 b3cd49d7f1b2: Layer already exists 01:58:08 d37114f8c497: Layer already exists 01:58:08 a347ee11150c: Layer already exists 01:58:08 1825b97f03aa: Layer already exists 01:58:08 ad2fb09e6ff1: Layer already exists 01:58:08 c8f93b2dc06b: Layer already exists 01:58:08 dd9c8f8612c8: Layer already exists 01:58:08 latest: digest: sha256:be767a8afd849136f41459ad17888afa088f3511360188535e851ff339d32382 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.22 01:58:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:58:09 d37114f8c497: Preparing 01:58:09 ad2fb09e6ff1: Preparing 01:58:09 1825b97f03aa: Preparing 01:58:09 b3cd49d7f1b2: Preparing 01:58:09 a347ee11150c: Preparing 01:58:09 c8f93b2dc06b: Preparing 01:58:09 dd9c8f8612c8: Preparing 01:58:09 c8f93b2dc06b: Waiting 01:58:09 dd9c8f8612c8: Waiting 01:58:09 1825b97f03aa: Layer already exists 01:58:09 b3cd49d7f1b2: Layer already exists 01:58:09 d37114f8c497: Layer already exists 01:58:09 a347ee11150c: Layer already exists 01:58:09 ad2fb09e6ff1: Layer already exists 01:58:09 dd9c8f8612c8: Layer already exists 01:58:09 c8f93b2dc06b: Layer already exists 01:58:09 4.1.0-dev.22: digest: sha256:be767a8afd849136f41459ad17888afa088f3511360188535e851ff339d32382 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:58:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:58:10 d37114f8c497: Preparing 01:58:10 ad2fb09e6ff1: Preparing 01:58:10 1825b97f03aa: Preparing 01:58:10 b3cd49d7f1b2: Preparing 01:58:10 a347ee11150c: Preparing 01:58:10 c8f93b2dc06b: Preparing 01:58:10 dd9c8f8612c8: Preparing 01:58:10 c8f93b2dc06b: Waiting 01:58:10 dd9c8f8612c8: Waiting 01:58:10 a347ee11150c: Layer already exists 01:58:10 b3cd49d7f1b2: Layer already exists 01:58:10 d37114f8c497: Layer already exists 01:58:10 ad2fb09e6ff1: Layer already exists 01:58:10 1825b97f03aa: Layer already exists 01:58:10 c8f93b2dc06b: Layer already exists 01:58:10 dd9c8f8612c8: Layer already exists 01:58:10 4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22: digest: sha256:be767a8afd849136f41459ad17888afa088f3511360188535e851ff339d32382 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 01:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 01:58:11 d37114f8c497: Preparing 01:58:11 ad2fb09e6ff1: Preparing 01:58:11 1825b97f03aa: Preparing 01:58:11 b3cd49d7f1b2: Preparing 01:58:11 a347ee11150c: Preparing 01:58:11 c8f93b2dc06b: Preparing 01:58:11 dd9c8f8612c8: Preparing 01:58:11 dd9c8f8612c8: Waiting 01:58:11 c8f93b2dc06b: Waiting 01:58:11 d37114f8c497: Layer already exists 01:58:11 a347ee11150c: Layer already exists 01:58:11 b3cd49d7f1b2: Layer already exists 01:58:11 ad2fb09e6ff1: Layer already exists 01:58:11 1825b97f03aa: Layer already exists 01:58:11 c8f93b2dc06b: Layer already exists 01:58:11 dd9c8f8612c8: Layer already exists 01:58:11 main: digest: sha256:be767a8afd849136f41459ad17888afa088f3511360188535e851ff339d32382 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:11 ===================================================== [Pipeline] echo 01:58:11 taggedImages: 01:58:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 01:58:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 01:58:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.22 01:58:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 01:58:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:58:11 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.22 [Pipeline] echo 01:58:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4970ed1aee4dc7c062ad44033828496cd844e6b8-4.1.0-dev.22 [Pipeline] echo 01:58:12 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 01:58:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:13 01:58:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:13 arm64: Pulling from edgex-lftools-log-publisher 01:58:13 8998bd30e6a1: Pulling fs layer 01:58:13 04944245beec: Pulling fs layer 01:58:13 699f458cf7ca: Pulling fs layer 01:58:13 765212b225bb: Pulling fs layer 01:58:13 f23df028b6ca: Pulling fs layer 01:58:13 d65c8cfc05b1: Pulling fs layer 01:58:13 2437ff75d9bd: Pulling fs layer 01:58:13 765212b225bb: Waiting 01:58:13 f23df028b6ca: Waiting 01:58:13 d65c8cfc05b1: Waiting 01:58:13 2437ff75d9bd: Waiting 01:58:13 04944245beec: Verifying Checksum 01:58:13 04944245beec: Download complete 01:58:13 765212b225bb: Verifying Checksum 01:58:13 765212b225bb: Download complete 01:58:13 f23df028b6ca: Verifying Checksum 01:58:13 f23df028b6ca: Download complete 01:58:13 d65c8cfc05b1: Download complete 01:58:13 699f458cf7ca: Verifying Checksum 01:58:13 699f458cf7ca: Download complete 01:58:14 8998bd30e6a1: Download complete 01:58:16 2437ff75d9bd: Verifying Checksum 01:58:16 2437ff75d9bd: Download complete 01:58:18 8998bd30e6a1: Pull complete 01:58:19 04944245beec: Pull complete 01:58:21 699f458cf7ca: Pull complete 01:58:21 765212b225bb: Pull complete 01:58:22 f23df028b6ca: Pull complete 01:58:22 d65c8cfc05b1: Pull complete 01:58:40 2437ff75d9bd: Pull complete 01:58:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:58:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:58:40 prd-ubuntu20.04-docker-arm64-4c-16g-2862 does not seem to be running inside a container 01:58:40 $ 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/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:58:43 $ docker top 7292c91b95afdf991394d0936cd5268fe64c7df21753d3929078869ae65c1264 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:58:44 ---> job-cost.sh 01:58:44 lf-activate-venv: SKIPPING 01:58:44 INFO: No Stack... 01:58:44 INFO: Retrieving Pricing Info for: v3-standard-4 01:58:45 INFO: Archiving Costs [Pipeline] sh 01:58:46 + cat /w/workspace/edgex-go/849/archives/cost.csv 01:58:46 + cut -d, -f6 [Pipeline] lock 01:58:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-849-stack-cost] 01:58:46 Resource [jenkins-edgexfoundry-edgex-go-main-849-stack-cost] did not exist. Created. 01:58:46 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-849-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:58:46 + echo total: 0.10999999940395355 [Pipeline] stash 01:58:47 Stashed 1 file(s) [Pipeline] } 01:58:47 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-849-stack-cost] [Pipeline] // lock [Pipeline] } 01:58:47 $ docker stop --time=1 7292c91b95afdf991394d0936cd5268fe64c7df21753d3929078869ae65c1264 01:58:49 $ docker rm -f --volumes 7292c91b95afdf991394d0936cd5268fe64c7df21753d3929078869ae65c1264 [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 01:58:49 provisioning config files... 01:58:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/849@tmp/config5220441527906181091tmp [Pipeline] { [Pipeline] sh 01:58:50 + set +x 01:58:50 + bash -s -- 01:58:50 + curl -s https://codecov.io/bash 01:58:50 01:58:50 _____ _ 01:58:50 / ____| | | 01:58:50 | | ___ __| | ___ ___ _____ __ 01:58:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:58:50 | |___| (_) | (_| | __/ (_| (_) \ V / 01:58:50 \_____\___/ \__,_|\___|\___\___/ \_/ 01:58:50 Bash-1.0.6 01:58:50 01:58:50 01:58:50 ==> git version 2.25.1 found 01:58:50 ==> 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 01:58:50 Release-Date: 2020-01-08 01:58:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:58:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:58:50 ==> Jenkins CI detected. 01:58:50 current dir:  /w/workspace/edgex-go/849 01:58:50 project root: . 01:58:50 --> token set from env 01:58:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:58:50 ==> Running gcov in . (disable via -X gcov) 01:58:50 ==> Python coveragepy not found 01:58:50 ==> Searching for coverage reports in: 01:58:50 + . 01:58:50 -> Found 1 reports 01:58:50 ==> Detecting git/mercurial file structure 01:58:50 ==> Reading reports 01:58:50 + ./coverage.out bytes=1661404 01:58:50 ==> Appending adjustments 01:58:50 https://docs.codecov.io/docs/fixing-reports 01:58:51 + Found adjustments 01:58:51 ==> Gzipping contents 01:58:51 140K /tmp/codecov.OBXQOo.gz 01:58:51 ==> Uploading reports 01:58:51 url: https://codecov.io 01:58:51 query: branch=main&commit=4970ed1aee4dc7c062ad44033828496cd844e6b8&build=849&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F849%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:58:51 -> Pinging Codecov 01:58:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4970ed1aee4dc7c062ad44033828496cd844e6b8&build=849&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F849%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:58:52 -> Uploading to 01:58:52 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/4970ed1aee4dc7c062ad44033828496cd844e6b8/7e0295c7-e258-4dd0-8ac0-2f84d24c7cc5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250606%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250606T015852Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=2c4aa2c314147ad774da23fc4c232915c10adce7858e26afa742b92df2822dba 01:58:52 % Total % Received % Xferd Average Speed Time Time Time Current 01:58:52 Dload Upload Total Spent Left Speed 01:58:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 652k --:--:-- --:--:-- --:--:-- 652k 01:58:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4970ed1aee4dc7c062ad44033828496cd844e6b8 [Pipeline] } 01:58:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 01:58:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:58:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:58:53 01:58:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:58:53 latest: Pulling from edgex-devops/edgex-snyk-go 01:58:53 43c4264eed91: Pulling fs layer 01:58:53 4cc291be95ef: Pulling fs layer 01:58:53 2ac1f1163629: Pulling fs layer 01:58:53 5c3c966382ef: Pulling fs layer 01:58:53 4f4fb700ef54: Pulling fs layer 01:58:53 d9c7d2e4e75e: Pulling fs layer 01:58:53 9c3e1370e548: Pulling fs layer 01:58:53 4f4fb700ef54: Waiting 01:58:53 5c3c966382ef: Waiting 01:58:53 d9c7d2e4e75e: Waiting 01:58:53 9c3e1370e548: Waiting 01:58:53 4cc291be95ef: Verifying Checksum 01:58:53 4cc291be95ef: Download complete 01:58:53 5c3c966382ef: Verifying Checksum 01:58:53 5c3c966382ef: Download complete 01:58:53 4f4fb700ef54: Verifying Checksum 01:58:53 4f4fb700ef54: Download complete 01:58:53 43c4264eed91: Verifying Checksum 01:58:53 43c4264eed91: Download complete 01:58:53 d9c7d2e4e75e: Verifying Checksum 01:58:53 d9c7d2e4e75e: Download complete 01:58:53 43c4264eed91: Pull complete 01:58:53 4cc291be95ef: Pull complete 01:58:54 2ac1f1163629: Download complete 01:58:54 9c3e1370e548: Verifying Checksum 01:58:54 9c3e1370e548: Download complete 01:58:57 2ac1f1163629: Pull complete 01:58:57 5c3c966382ef: Pull complete 01:58:57 4f4fb700ef54: Pull complete 01:58:58 d9c7d2e4e75e: Pull complete 01:59:01 9c3e1370e548: Pull complete 01:59:01 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 01:59:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:59:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:01 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:59:01 $ 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/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 01:59:06 $ docker top 6776058f2833a7376bba6c99a67af6a7cb3d7015027b857d3b8fbdebe87c21b7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:07 + git config --global --add safe.directory /w/workspace/edgex-go/849 [Pipeline] echo 01:59:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 01:59:07 + set -o pipefail 01:59:07 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 01:59:19 01:59:19 Monitoring /w/workspace/edgex-go/849 (github.com/edgexfoundry/edgex-go)... 01:59:19 01:59:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/d23c0a7a-e836-4d61-b6d6-9f4d4ba6b124 01:59:19 01:59:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:59:19 01:59:19 01:59:19 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 01:59:19 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:59:19 $ docker stop --time=1 6776058f2833a7376bba6c99a67af6a7cb3d7015027b857d3b8fbdebe87c21b7 01:59:23 $ docker rm -f --volumes 6776058f2833a7376bba6c99a67af6a7cb3d7015027b857d3b8fbdebe87c21b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 01:59:24 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:59:24 provisioning config files... 01:59:24 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/849@tmp/config3003827802219929704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:59:24 --> edgex-publish-swagger.sh 01:59:24 === Publish openapi API === 01:59:24 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 01:59:24 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/849/openapi/core-command.yaml] 01:59:24 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:24 Dload Upload Total Spent Left Speed 01:59:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 240 116k --:--:-- --:--:-- --:--:-- 116k 01:59:25 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:25 01:59:25 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/849/openapi/core-data.yaml] 01:59:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:25 Dload Upload Total Spent Left Speed 01:59:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 257 270k --:--:-- --:--:-- --:--:-- 270k 01:59:25 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:25 01:59:25 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/849/openapi/core-keeper.yaml] 01:59:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:25 Dload Upload Total Spent Left Speed 01:59:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 397 177k --:--:-- --:--:-- --:--:-- 178k 01:59:25 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:25 01:59:25 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/849/openapi/core-metadata.yaml] 01:59:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:25 Dload Upload Total Spent Left Speed 01:59:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 768k --:--:-- --:--:-- --:--:-- 765k 100 156k 100 66 100 156k 248 589k --:--:-- --:--:-- --:--:-- 587k 01:59:25 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:25 01:59:25 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/849/openapi/security-proxy-auth.yaml] 01:59:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:25 Dload Upload Total Spent Left Speed 01:59:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 528 191k --:--:-- --:--:-- --:--:-- 193k 01:59:25 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:25 01:59:25 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/849/openapi/security-secretstore-setup.yaml] 01:59:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:25 Dload Upload Total Spent Left Speed 01:59:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 492 29201 --:--:-- --:--:-- --:--:-- 29694 01:59:26 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:26 01:59:26 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/849/openapi/support-notifications.yaml] 01:59:26 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:26 Dload Upload Total Spent Left Speed 01:59:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 375 554k --:--:-- --:--:-- --:--:-- 555k 01:59:26 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:26 01:59:26 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/849/openapi/support-scheduler.yaml] 01:59:26 % Total % Received % Xferd Average Speed Time Time Time Current 01:59:26 Dload Upload Total Spent Left Speed 01:59:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 420 315k --:--:-- --:--:-- --:--:-- 315k 01:59:26 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:59:26 [Pipeline] } 01:59:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 01:59:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:59:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:27 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:59:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:59:27 $ docker top 559e3a83299217418ce674dba3336415713af7486a609c8f0b39398f41e46989 -eo pid,comm 01:59:27 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:59:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:59:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:27 [ssh-agent] Looking for ssh-agent implementation... 01:59:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:28 $ docker exec 559e3a83299217418ce674dba3336415713af7486a609c8f0b39398f41e46989 ssh-agent 01:59:28 SSH_AUTH_SOCK=/tmp/ssh-a8cuhGXYOLau/agent.32 01:59:28 SSH_AGENT_PID=38 01:59:28 Running ssh-add (command line suppressed) 01:59:28 Identity added: /w/workspace/edgex-go/849@tmp/private_key_7546245176865755615.key (/w/workspace/edgex-go/849@tmp/private_key_7546245176865755615.key) 01:59:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:28 + git semver tag 01:59:28 2025-06-06 01:59:28,858 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:59:29 2025-06-06 01:59:28,868 [run_tag] DEBUG tag force:False 01:59:29 2025-06-06 01:59:28,868 [check_head_tag] DEBUG check head tag 01:59:29 2025-06-06 01:59:28,870 [execute] INFO git cat-file --batch-check 01:59:29 2025-06-06 01:59:28,870 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/849, stdin=, shell=False, universal_newlines=False) 01:59:29 2025-06-06 01:59:28,873 [execute] INFO git cat-file --batch 01:59:29 2025-06-06 01:59:28,873 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/849, stdin=, shell=False, universal_newlines=False) 01:59:29 2025-06-06 01:59:28,890 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:59:29 2025-06-06 01:59:28,891 [execute] INFO git tag -a v4.1.0-dev.22 -m v4.1.0-dev.22 01:59:29 2025-06-06 01:59:28,891 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.22', '-m', 'v4.1.0-dev.22'], cwd=/w/workspace/edgex-go/849, stdin=None, shell=False, universal_newlines=False) 01:59:29 2025-06-06 01:59:28,894 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:59:29 4.1.0-dev.22 [Pipeline] } 01:59:29 $ docker exec --env ******** --env ******** 559e3a83299217418ce674dba3336415713af7486a609c8f0b39398f41e46989 ssh-agent -k 01:59:29 unset SSH_AUTH_SOCK; 01:59:29 unset SSH_AGENT_PID; 01:59:29 echo Agent pid 38 killed; 01:59:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:59:29 + git semver [Pipeline] } 01:59:30 $ docker stop --time=1 559e3a83299217418ce674dba3336415713af7486a609c8f0b39398f41e46989 01:59:31 $ docker rm -f --volumes 559e3a83299217418ce674dba3336415713af7486a609c8f0b39398f41e46989 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:59:31 01:59:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:59:32 0.23.1-centos7: Pulling from edgex-lftools 01:59:32 ab5ef0e58194: Pulling fs layer 01:59:32 9712f1f96733: Pulling fs layer 01:59:32 63f879dbbcfc: Pulling fs layer 01:59:32 0d9ebad4ef96: Pulling fs layer 01:59:32 e9a5061849ea: Pulling fs layer 01:59:32 0d9ebad4ef96: Waiting 01:59:32 d747dcd14b5f: Pulling fs layer 01:59:32 e9a5061849ea: Waiting 01:59:32 2de7ff778b66: Pulling fs layer 01:59:32 d747dcd14b5f: Waiting 01:59:32 2de7ff778b66: Waiting 01:59:32 9712f1f96733: Verifying Checksum 01:59:32 9712f1f96733: Download complete 01:59:32 63f879dbbcfc: Verifying Checksum 01:59:32 63f879dbbcfc: Download complete 01:59:32 e9a5061849ea: Verifying Checksum 01:59:32 e9a5061849ea: Download complete 01:59:32 d747dcd14b5f: Verifying Checksum 01:59:32 d747dcd14b5f: Download complete 01:59:32 0d9ebad4ef96: Verifying Checksum 01:59:32 0d9ebad4ef96: Download complete 01:59:32 ab5ef0e58194: Verifying Checksum 01:59:32 ab5ef0e58194: Download complete 01:59:32 2de7ff778b66: Verifying Checksum 01:59:32 2de7ff778b66: Download complete 01:59:36 ab5ef0e58194: Pull complete 01:59:36 9712f1f96733: Pull complete 01:59:36 63f879dbbcfc: Pull complete 01:59:40 0d9ebad4ef96: Pull complete 01:59:40 e9a5061849ea: Pull complete 01:59:41 d747dcd14b5f: Pull complete 01:59:42 2de7ff778b66: Pull complete 01:59:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:59:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:59:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:42 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:59:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:59:48 $ docker top 79f133540a2dfa7c35afb275c45e29011eb40adaa35881eadfc1b7802f5f9b4d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:59:48 provisioning config files... 01:59:48 copy managed file [sigul-config] to file:/w/workspace/edgex-go/849@tmp/config1659150496120817373tmp 01:59:48 copy managed file [sigul-password] to file:/w/workspace/edgex-go/849@tmp/config7439540120547382883tmp 01:59:48 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/849@tmp/config12331494556950335322tmp [Pipeline] { [Pipeline] echo 01:59:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:59:49 ---> sigul-configuration.sh 01:59:49 gpg: directory `/root/.gnupg' created 01:59:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:59:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:59:49 gpg: keyring `/root/.gnupg/secring.gpg' created 01:59:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:59:49 gpg: CAST5 encrypted data 01:59:49 gpg: encrypted with 1 passphrase 01:59:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:59:49 + mkdir /home/jenkins 01:59:49 + mkdir /home/jenkins/sigul [Pipeline] sh 01:59:49 + 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 01:59:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:59:50 ---> sigul-install.sh 01:59:50 Sigul already installed; skipping installation. [Pipeline] sh 01:59:50 + git tag --list 01:59:50 0.6.0 01:59:50 0.6.1 01:59:50 0.7.0 01:59:50 0.7.1 01:59:50 v1.0.0 01:59:50 v1.0.1 01:59:50 v1.1.0 01:59:50 v1.2.0 01:59:50 v1.2.1 01:59:50 v1.3.0 01:59:50 v1.3.1 01:59:50 v2.0.0 01:59:50 v2.1.0 01:59:50 v2.1.1 01:59:50 v2.2.0 01:59:50 v2.3.0 01:59:50 v3.0 01:59:50 v3.0.0 01:59:50 v3.1 01:59:50 v3.1.0 01:59:50 v3.1.1 01:59:50 v4.0 01:59:50 v4.0.0 01:59:50 v4.0.1 01:59:50 v4.1.0-dev.1 01:59:50 v4.1.0-dev.10 01:59:50 v4.1.0-dev.11 01:59:50 v4.1.0-dev.12 01:59:50 v4.1.0-dev.13 01:59:50 v4.1.0-dev.14 01:59:50 v4.1.0-dev.15 01:59:50 v4.1.0-dev.16 01:59:50 v4.1.0-dev.17 01:59:50 v4.1.0-dev.18 01:59:50 v4.1.0-dev.19 01:59:50 v4.1.0-dev.2 01:59:50 v4.1.0-dev.20 01:59:50 v4.1.0-dev.21 01:59:50 v4.1.0-dev.22 01:59:50 v4.1.0-dev.3 01:59:50 v4.1.0-dev.4 01:59:50 v4.1.0-dev.5 01:59:50 v4.1.0-dev.6 01:59:50 v4.1.0-dev.7 01:59:50 v4.1.0-dev.8 01:59:50 v4.1.0-dev.9 [Pipeline] sh 01:59:50 + lftools sign git-tag v4.1.0-dev.22 01:59:51 Signing Git tag with Sigul... 01:59:51 Signing v4.1.0-dev.22 [Pipeline] echo 01:59:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:59:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:59:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:59:52 $ docker stop --time=1 79f133540a2dfa7c35afb275c45e29011eb40adaa35881eadfc1b7802f5f9b4d 01:59:53 $ docker rm -f --volumes 79f133540a2dfa7c35afb275c45e29011eb40adaa35881eadfc1b7802f5f9b4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:59:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:59:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:54 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:59:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:59:54 $ docker top 82e24d7aece1b4587f1c721bd220358b9e688ea1f9c4becdc0ec15c8b8cf23f2 -eo pid,comm 01:59:55 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:59:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:59:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:55 [ssh-agent] Looking for ssh-agent implementation... 01:59:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:55 $ docker exec 82e24d7aece1b4587f1c721bd220358b9e688ea1f9c4becdc0ec15c8b8cf23f2 ssh-agent 01:59:55 SSH_AUTH_SOCK=/tmp/ssh-KmSRoF2p67cI/agent.32 01:59:55 SSH_AGENT_PID=38 01:59:55 Running ssh-add (command line suppressed) 01:59:55 Identity added: /w/workspace/edgex-go/849@tmp/private_key_143804585213436651.key (/w/workspace/edgex-go/849@tmp/private_key_143804585213436651.key) 01:59:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:55 + git semver bump pre 01:59:55 2025-06-06 01:59:55,935 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:59:55 2025-06-06 01:59:55,939 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:59:55 2025-06-06 01:59:55,939 [bump_version] DEBUG bumping version:4.1.0-dev.22 on axis:pre with prefix:dev 01:59:55 2025-06-06 01:59:55,939 [bump_version] DEBUG bumped version:4.1.0-dev.23 01:59:55 2025-06-06 01:59:55,939 [write_version] DEBUG write version:4.1.0-dev.23 to path:/w/workspace/edgex-go/849/.semver/main with force:True 01:59:55 2025-06-06 01:59:55,939 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:59:55 2025-06-06 01:59:55,939 [write_file] DEBUG write to file:/w/workspace/edgex-go/849/.semver/main 01:59:55 2025-06-06 01:59:55,941 [execute] INFO git cat-file --batch-check 01:59:55 2025-06-06 01:59:55,942 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/849/.semver, stdin=, shell=False, universal_newlines=False) 01:59:55 2025-06-06 01:59:55,946 [execute] INFO git cat-file --batch 01:59:55 2025-06-06 01:59:55,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/849/.semver, stdin=, shell=False, universal_newlines=False) 01:59:55 2025-06-06 01:59:55,950 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 01:59:55 4.1.0-dev.23 [Pipeline] } 01:59:55 $ docker exec --env ******** --env ******** 82e24d7aece1b4587f1c721bd220358b9e688ea1f9c4becdc0ec15c8b8cf23f2 ssh-agent -k 01:59:56 unset SSH_AUTH_SOCK; 01:59:56 unset SSH_AGENT_PID; 01:59:56 echo Agent pid 38 killed; 01:59:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:59:56 + git semver [Pipeline] } 01:59:56 $ docker stop --time=1 82e24d7aece1b4587f1c721bd220358b9e688ea1f9c4becdc0ec15c8b8cf23f2 01:59:58 $ docker rm -f --volumes 82e24d7aece1b4587f1c721bd220358b9e688ea1f9c4becdc0ec15c8b8cf23f2 [Pipeline] // withDockerContainer [Pipeline] sh 01:59:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:59:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:58 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 01:59:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:59:59 $ docker top c5f0fb8d804166574e220e86aa3445a2e0bc8a2dc8f647760fad698092c9305f -eo pid,comm 01:59:59 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:59:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:59:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:59:59 [ssh-agent] Looking for ssh-agent implementation... 01:59:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:59:59 $ docker exec c5f0fb8d804166574e220e86aa3445a2e0bc8a2dc8f647760fad698092c9305f ssh-agent 01:59:59 SSH_AUTH_SOCK=/tmp/ssh-gqwH04SG3YwH/agent.33 01:59:59 SSH_AGENT_PID=39 01:59:59 Running ssh-add (command line suppressed) 01:59:59 Identity added: /w/workspace/edgex-go/849@tmp/private_key_8289512940530943161.key (/w/workspace/edgex-go/849@tmp/private_key_8289512940530943161.key) 01:59:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:59:59 + git semver push 02:00:00 2025-06-06 02:00:00,171 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:00:00 2025-06-06 02:00:00,175 [run_push] DEBUG push 02:00:00 2025-06-06 02:00:00,175 [execute] INFO git cat-file --batch-check 02:00:00 2025-06-06 02:00:00,175 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/849/.semver, stdin=, shell=False, universal_newlines=False) 02:00:00 2025-06-06 02:00:00,178 [execute] INFO git rev-list e7566c924eecb195e42fd63c7cd53b0f7cddf84e -- 02:00:00 2025-06-06 02:00:00,178 [execute] DEBUG Popen(['git', 'rev-list', 'e7566c924eecb195e42fd63c7cd53b0f7cddf84e', '--'], cwd=/w/workspace/edgex-go/849/.semver, stdin=None, shell=False, universal_newlines=False) 02:00:00 2025-06-06 02:00:00,199 [execute] INFO git fetch -v -- origin 02:00:00 2025-06-06 02:00:00,199 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/849/.semver, stdin=None, shell=False, universal_newlines=True) 02:00:00 2025-06-06 02:00:00,674 [run_push] DEBUG no remote changes detected 02:00:00 2025-06-06 02:00:00,674 [execute] INFO git push origin semver 02:00:00 2025-06-06 02:00:00,675 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/849/.semver, stdin=None, shell=False, universal_newlines=False) 02:00:02 2025-06-06 02:00:02,048 [run_push] DEBUG push all version tags 02:00:02 2025-06-06 02:00:02,048 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:00:02 2025-06-06 02:00:02,049 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/849, stdin=None, shell=False, universal_newlines=False) 02:00:03 2025-06-06 02:00:02,961 [read_version] DEBUG read version from /w/workspace/edgex-go/849/.semver/main 02:00:03 4.1.0-dev.23 [Pipeline] } 02:00:03 $ docker exec --env ******** --env ******** c5f0fb8d804166574e220e86aa3445a2e0bc8a2dc8f647760fad698092c9305f ssh-agent -k 02:00:03 unset SSH_AUTH_SOCK; 02:00:03 unset SSH_AGENT_PID; 02:00:03 echo Agent pid 39 killed; 02:00:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:00:03 + git semver [Pipeline] } 02:00:04 $ docker stop --time=1 c5f0fb8d804166574e220e86aa3445a2e0bc8a2dc8f647760fad698092c9305f 02:00:05 $ docker rm -f --volumes c5f0fb8d804166574e220e86aa3445a2e0bc8a2dc8f647760fad698092c9305f [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:00:05 + [ -d /w/workspace/edgex-go/849/archives ] [Pipeline] libraryResource [Pipeline] sh 02:00:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:00:07 ---> package-listing.sh 02:00:07 ++ facter osfamily 02:00:07 ++ tr '[:upper:]' '[:lower:]' 02:00:07 + OS_FAMILY=debian 02:00:07 + workspace=/w/workspace/edgex-go/849 02:00:07 + START_PACKAGES=/tmp/packages_start.txt 02:00:07 + END_PACKAGES=/tmp/packages_end.txt 02:00:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:00:07 + PACKAGES=/tmp/packages_start.txt 02:00:07 + '[' /w/workspace/edgex-go/849 ']' 02:00:07 + PACKAGES=/tmp/packages_end.txt 02:00:07 + case "${OS_FAMILY}" in 02:00:07 + dpkg -l 02:00:07 + grep '^ii' 02:00:07 + '[' -f /tmp/packages_start.txt ']' 02:00:07 + '[' -f /tmp/packages_end.txt ']' 02:00:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:00:07 + '[' /w/workspace/edgex-go/849 ']' 02:00:07 + mkdir -p /w/workspace/edgex-go/849/archives/ 02:00:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/849/archives/ [Pipeline] echo 02:00:07 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/849/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:00:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:08 02:00:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:08 latest: Pulling from edgex-lftools-log-publisher 02:00:08 5eb5b503b376: Pulling fs layer 02:00:08 5c69ac0246d0: Pulling fs layer 02:00:08 ec43610c2a17: Pulling fs layer 02:00:08 3a2ae6a8a46f: Pulling fs layer 02:00:08 33b1e0a273af: Pulling fs layer 02:00:08 5d3b04190fa2: Pulling fs layer 02:00:08 2f39f015ded8: Pulling fs layer 02:00:08 2f39f015ded8: Waiting 02:00:08 5d3b04190fa2: Waiting 02:00:08 33b1e0a273af: Waiting 02:00:08 3a2ae6a8a46f: Waiting 02:00:08 5c69ac0246d0: Verifying Checksum 02:00:08 5c69ac0246d0: Download complete 02:00:08 3a2ae6a8a46f: Verifying Checksum 02:00:08 3a2ae6a8a46f: Download complete 02:00:08 33b1e0a273af: Verifying Checksum 02:00:08 33b1e0a273af: Download complete 02:00:08 5d3b04190fa2: Verifying Checksum 02:00:08 5d3b04190fa2: Download complete 02:00:08 ec43610c2a17: Download complete 02:00:08 5eb5b503b376: Verifying Checksum 02:00:08 5eb5b503b376: Download complete 02:00:10 5eb5b503b376: Pull complete 02:00:10 5c69ac0246d0: Pull complete 02:00:10 ec43610c2a17: Pull complete 02:00:10 3a2ae6a8a46f: Pull complete 02:00:10 33b1e0a273af: Pull complete 02:00:10 5d3b04190fa2: Pull complete 02:00:16 2f39f015ded8: Pull complete 02:00:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:00:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:00:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:16 prd-ubuntu20.04-docker-8c-8g-2861 does not seem to be running inside a container 02:00:16 $ 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/849/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/849 -v /w/workspace/edgex-go/849:/w/workspace/edgex-go/849:rw,z -v /w/workspace/edgex-go/849@tmp:/w/workspace/edgex-go/849@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:00:20 $ docker top be32b2fe47e74f5574305cf6701112d4a3dd2f1b902b59c6d1745d3059b162bd -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:21 + touch /tmp/pre-build-complete [Pipeline] sh 02:00:21 + mkdir -p /var/log/sysstat [Pipeline] sh 02:00:21 + ls /var/log/sa-host 02:00:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:21 provisioning config files... 02:00:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/849@tmp/config3339092671082623482tmp [Pipeline] { [Pipeline] echo 02:00:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:00:22 ---> create-netrc.sh [Pipeline] } 02:00:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:00:22 ---> python-tools-install.sh [Pipeline] echo 02:00:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:00:22 ---> sudo-logs.sh 02:00:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:00:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:00:23 ---> job-cost.sh 02:00:23 lf-activate-venv: SKIPPING 02:00:23 DEBUG: total: 0.10999999940395355 02:00:23 INFO: Retrieving Stack Cost... 02:00:23 INFO: Retrieving Pricing Info for: v3-standard-8 02:00:23 INFO: Archiving Costs [Pipeline] echo 02:00:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:00:24 ---> logs-deploy.sh 02:00:24 lf-activate-venv: SKIPPING 02:00:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/849 02:00:24 INFO: archiving workspace using pattern(s): 02:00:25 Archives upload complete. 02:00:25 INFO: archiving logs to Nexus 02:00:26 ---> uname -a: 02:00:26 Linux prd-ubuntu20-04-docker-8c-8g-2861 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:00:26 02:00:26 02:00:26 ---> lscpu: 02:00:26 Architecture: x86_64 02:00:26 CPU op-mode(s): 32-bit, 64-bit 02:00:26 Byte Order: Little Endian 02:00:26 Address sizes: 40 bits physical, 48 bits virtual 02:00:26 CPU(s): 8 02:00:26 On-line CPU(s) list: 0-7 02:00:26 Thread(s) per core: 1 02:00:26 Core(s) per socket: 1 02:00:26 Socket(s): 8 02:00:26 NUMA node(s): 1 02:00:26 Vendor ID: AuthenticAMD 02:00:26 CPU family: 23 02:00:26 Model: 49 02:00:26 Model name: AMD EPYC-Rome Processor 02:00:26 Stepping: 0 02:00:26 CPU MHz: 2799.998 02:00:26 BogoMIPS: 5599.99 02:00:26 Virtualization: AMD-V 02:00:26 Hypervisor vendor: KVM 02:00:26 Virtualization type: full 02:00:26 L1d cache: 256 KiB 02:00:26 L1i cache: 256 KiB 02:00:26 L2 cache: 4 MiB 02:00:26 L3 cache: 128 MiB 02:00:26 NUMA node0 CPU(s): 0-7 02:00:26 Vulnerability Itlb multihit: Not affected 02:00:26 Vulnerability L1tf: Not affected 02:00:26 Vulnerability Mds: Not affected 02:00:26 Vulnerability Meltdown: Not affected 02:00:26 Vulnerability Mmio stale data: Not affected 02:00:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:00:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:00:26 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:00:26 Vulnerability Srbds: Not affected 02:00:26 Vulnerability Tsx async abort: Not affected 02:00:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:00:26 02:00:26 02:00:26 ---> nproc: 02:00:26 8 02:00:26 02:00:26 02:00:26 ---> df -h: 02:00:26 Filesystem Size Used Avail Use% Mounted on 02:00:26 overlay 155G 31G 125G 20% / 02:00:26 tmpfs 64M 0 64M 0% /dev 02:00:26 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:00:26 shm 64M 0 64M 0% /dev/shm 02:00:26 /dev/vda1 155G 31G 125G 20% /facter-os 02:00:26 02:00:26 02:00:26 ---> sar -b -r -n DEV: 02:00:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2861) 06/06/25 _x86_64_ (8 CPU) 02:00:26 02:00:26 01:05:56 LINUX RESTART (8 CPU) 02:00:26 02:00:26 01:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:00:26 01:07:01 177.25 72.54 104.72 0.00 6298.02 75818.16 0.00 02:00:26 01:08:01 140.70 4.50 136.20 0.00 471.71 88285.50 0.00 02:00:26 01:09:01 104.97 0.28 104.68 0.00 16.66 64021.61 0.00 02:00:26 01:10:01 54.00 0.02 53.98 0.00 0.13 68772.14 0.00 02:00:26 01:11:01 34.31 0.15 34.16 0.00 2.40 41526.28 0.00 02:00:26 01:12:01 245.70 5.58 240.12 0.00 2644.12 121310.47 0.00 02:00:26 01:13:01 435.34 0.15 435.19 0.00 2.27 160157.44 0.00 02:00:26 01:14:01 537.42 17.26 520.16 0.00 138.09 141479.77 0.00 02:00:26 01:15:01 221.49 0.40 221.09 0.00 5.20 90612.96 0.00 02:00:26 01:16:02 272.88 0.03 272.85 0.00 0.26 87975.97 0.00 02:00:26 01:17:01 405.00 0.05 404.95 0.00 0.41 153473.69 0.00 02:00:26 01:18:01 575.71 0.07 575.64 0.00 10.00 63383.54 0.00 02:00:26 01:19:01 30.88 0.05 30.83 0.00 4.40 774.40 0.00 02:00:26 01:20:01 15.04 0.03 15.01 0.00 4.53 357.75 0.00 02:00:26 01:21:01 1.58 0.00 1.58 0.00 0.00 17.33 0.00 02:00:26 01:22:01 2.00 0.02 1.98 0.00 0.13 26.12 0.00 02:00:26 01:23:01 1.53 0.00 1.53 0.00 0.00 16.53 0.00 02:00:26 01:24:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 02:00:26 01:25:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 02:00:26 01:26:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 02:00:26 01:27:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 02:00:26 01:28:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 02:00:26 01:29:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 02:00:26 01:30:01 0.90 0.00 0.90 0.00 0.00 9.87 0.00 02:00:26 01:31:01 1.60 0.00 1.60 0.00 0.00 17.73 0.00 02:00:26 01:32:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 02:00:26 01:33:01 1.48 0.00 1.48 0.00 0.00 16.26 0.00 02:00:26 01:34:01 1.25 0.00 1.25 0.00 0.00 13.06 0.00 02:00:26 01:35:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 02:00:26 01:36:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 02:00:26 01:37:01 1.75 0.00 1.75 0.00 0.00 19.99 0.00 02:00:26 01:38:01 0.93 0.00 0.93 0.00 0.00 9.60 0.00 02:00:26 01:39:01 3.47 1.52 1.95 0.00 35.46 23.46 0.00 02:00:26 01:40:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 02:00:26 01:41:01 1.65 0.00 1.65 0.00 0.00 18.40 0.00 02:00:26 01:42:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 02:00:26 01:43:01 1.63 0.00 1.63 0.00 0.00 17.86 0.00 02:00:26 01:44:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 02:00:26 01:45:01 1.53 0.00 1.53 0.00 0.00 16.93 0.00 02:00:26 01:46:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 02:00:26 01:47:01 1.28 0.00 1.28 0.00 0.00 15.60 0.00 02:00:26 01:48:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 02:00:26 01:49:01 1.20 0.00 1.20 0.00 0.00 15.20 0.00 02:00:26 01:50:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 02:00:26 01:51:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 02:00:26 01:52:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 02:00:26 01:53:02 1.30 0.00 1.30 0.00 0.00 15.46 0.00 02:00:26 01:54:01 0.92 0.00 0.92 0.00 0.00 11.39 0.00 02:00:26 01:55:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 02:00:26 01:56:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 02:00:26 01:57:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 02:00:26 01:58:01 1.05 0.00 1.05 0.00 0.00 11.99 0.00 02:00:26 01:59:01 4.17 0.07 4.10 0.00 7.87 568.71 0.00 02:00:26 02:00:01 186.65 0.37 186.29 0.00 3.07 60851.99 0.00 02:00:26 Average: 64.62 1.91 62.71 0.00 178.72 22572.16 0.00 02:00:26 02:00:26 01:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:00:26 01:07:01 30153640 31676412 699600 2.13 48768 1782436 1687252 4.97 850884 1587668 11224 02:00:26 01:08:01 27953176 31521268 790780 2.40 98356 3665584 1973008 5.81 1197000 3260464 303784 02:00:26 01:09:01 26671580 31297236 1008112 3.07 128312 4611524 2277040 6.71 2014076 3637436 1026772 02:00:26 01:10:01 26328252 31436016 867876 2.64 131772 5067132 1993176 5.87 1869740 4106812 937944 02:00:26 01:11:01 26204420 31486684 814392 2.48 135924 5203900 1988620 5.86 1795012 4267300 539552 02:00:26 01:12:01 20491432 31407036 862140 2.62 170860 10691952 2518100 7.42 2072424 9552252 4117964 02:00:26 01:13:01 19738524 31209944 1037440 3.15 183268 11175212 3574524 10.53 2459900 9833840 12640 02:00:26 01:14:01 13210432 31420040 831628 2.53 371040 17306080 2444780 7.21 2880352 15522796 2291940 02:00:26 01:15:01 8433432 28463848 3714752 11.30 402648 18742332 11245676 33.14 6458392 16261984 1348240 02:00:26 01:16:02 5304316 27670524 4513316 13.73 416400 20975500 9748392 28.73 8245508 17529452 1253000 02:00:26 01:17:01 3257372 29149072 3033284 9.22 428436 24354100 7897320 23.27 8454192 19235664 241228 02:00:26 01:18:01 8172928 31446744 801544 2.44 436540 22011300 2123148 6.26 3450752 19690996 512 02:00:26 01:19:01 8164016 31440084 807592 2.46 438076 22011936 2122264 6.25 3908940 19242224 456 02:00:26 01:20:01 8167308 31444160 803348 2.44 438656 22012192 2144228 6.32 4119296 19027388 8 02:00:26 01:21:01 8168924 31445940 801632 2.44 438676 22012324 2144228 6.32 4118324 19027520 24 02:00:26 01:22:01 8176860 31454016 793560 2.41 438716 22012304 2196836 6.47 4107488 19027500 12 02:00:26 01:23:01 8178320 31455476 792284 2.41 438724 22012304 2196836 6.47 4107220 19027500 12 02:00:26 01:24:01 8178872 31456032 791716 2.41 438736 22012308 2196836 6.47 4106972 19027504 8 02:00:26 01:25:01 8182316 31459476 788420 2.40 438740 22012312 2196836 6.47 4103712 19027504 24 02:00:26 01:26:01 8182732 31459948 787888 2.40 438764 22012316 2196836 6.47 4103212 19027512 16 02:00:26 01:27:01 8182684 31459904 787912 2.40 438788 22012316 2196836 6.47 4103260 19027516 16 02:00:26 01:28:01 8182548 31459912 787780 2.40 438800 22012448 2196836 6.47 4103232 19027632 4 02:00:26 01:29:01 8182912 31460280 787396 2.39 438816 22012452 2196836 6.47 4103100 19027636 4 02:00:26 01:30:01 8183076 31460484 787144 2.39 438828 22012452 2196836 6.47 4103356 19027648 164 02:00:26 01:31:01 8182564 31460000 787572 2.40 438848 22012456 2196836 6.47 4103584 19027652 136 02:00:26 01:32:01 8182580 31460036 787460 2.39 438884 22012456 2196836 6.47 4103436 19027656 12 02:00:26 01:33:01 8182280 31459764 787728 2.40 438912 22012460 2196836 6.47 4103216 19027656 8 02:00:26 01:34:01 8182232 31459768 787684 2.40 438940 22012464 2196836 6.47 4103136 19027660 8 02:00:26 01:35:01 8182372 31459908 787460 2.39 438964 22012464 2196836 6.47 4103144 19027660 8 02:00:26 01:36:01 8182276 31459896 787364 2.39 439020 22012476 2196836 6.47 4103808 19027668 144 02:00:26 01:37:01 8182268 31459940 787284 2.39 439044 22012476 2196836 6.47 4103740 19027676 20 02:00:26 01:38:01 8181968 31459644 787564 2.40 439056 22012480 2196836 6.47 4103328 19027676 12 02:00:26 01:39:01 8172024 31451888 795252 2.42 439108 22013544 2196836 6.47 4114448 19027976 12 02:00:26 01:40:01 8171976 31451892 795204 2.42 439128 22013544 2180548 6.43 4115124 19027928 24 02:00:26 01:41:01 8172448 31452368 795172 2.42 439144 22013548 2180548 6.43 4114952 19027928 156 02:00:26 01:42:01 8172140 31452088 795448 2.42 439160 22013544 2180548 6.43 4115072 19027932 20 02:00:26 01:43:01 8172116 31452080 795364 2.42 439192 22013556 2180548 6.43 4114888 19027932 4 02:00:26 01:44:01 8172116 31452140 795320 2.42 439212 22013560 2180548 6.43 4114952 19027944 8 02:00:26 01:45:01 8172100 31452124 795260 2.42 439228 22013560 2180548 6.43 4114648 19027944 4 02:00:26 01:46:01 8171720 31451748 795500 2.42 439244 22013564 2180548 6.43 4114980 19027948 192 02:00:26 01:47:01 8171624 31451692 795528 2.42 439256 22013560 2180548 6.43 4115028 19027948 20 02:00:26 01:48:01 8171956 31452044 795176 2.42 439268 22013568 2180548 6.43 4115244 19027948 20 02:00:26 01:49:01 8171388 31451496 795700 2.42 439292 22013572 2180548 6.43 4114792 19027952 36 02:00:26 01:50:01 8171104 31451220 795912 2.42 439304 22013572 2180548 6.43 4114740 19027952 4 02:00:26 01:51:01 8171088 31451220 795844 2.42 439324 22013576 2180548 6.43 4114792 19027956 28 02:00:26 01:52:01 8171072 31451228 795780 2.42 439356 22013564 2180548 6.43 4114860 19027960 16 02:00:26 01:53:02 8170884 31451100 795976 2.42 439376 22013584 2180548 6.43 4115184 19027964 184 02:00:26 01:54:01 8170956 31451180 795952 2.42 439380 22013592 2180548 6.43 4115148 19027968 212 02:00:26 01:55:01 8170868 31451124 795952 2.42 439404 22013592 2180548 6.43 4115292 19027972 192 02:00:26 01:56:01 8170892 31451152 795920 2.42 439408 22013596 2180548 6.43 4114912 19027976 8 02:00:26 01:57:01 8170844 31451248 795764 2.42 439424 22013724 2180548 6.43 4115000 19028108 8 02:00:26 01:58:01 8170544 31450976 795964 2.42 439456 22013728 2180548 6.43 4114964 19028108 8 02:00:26 01:59:01 7371708 31384664 860904 2.62 443240 22692276 2483124 7.32 4175404 19707360 688296 02:00:26 02:00:01 6648744 31368928 873188 2.66 464156 23296568 2315320 6.82 4266176 20256312 764 02:00:26 Average: 10314054 31279724 971069 2.95 396692 19853610 2623216 7.73 3970451 17144001 236595 02:00:26 02:00:26 01:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:00:26 01:07:01 ens3 640.24 474.69 3739.80 78.71 0.00 0.00 0.00 0.00 02:00:26 01:07:01 lo 3.13 3.13 0.29 0.29 0.00 0.00 0.00 0.00 02:00:26 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:08:01 ens3 1177.37 1061.93 11626.64 164.30 0.00 0.00 0.00 0.00 02:00:26 01:08:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 02:00:26 01:08:01 veth769c2a0 232.27 309.61 22.60 1671.45 0.00 0.00 0.00 0.14 02:00:26 01:08:01 docker0 870.16 887.17 63.21 4655.57 0.00 0.00 0.00 0.00 02:00:26 01:09:01 ens3 23.68 15.05 27.19 10.02 0.00 0.00 0.00 0.00 02:00:26 01:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:09:01 vethd60995c 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 02:00:26 01:09:01 docker0 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:10:01 ens3 35.72 24.76 27.82 15.96 0.00 0.00 0.00 0.00 02:00:26 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:10:01 vethd60995c 1.37 1.38 0.12 0.13 0.00 0.00 0.00 0.00 02:00:26 01:10:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 02:00:26 01:11:01 ens3 21.55 14.58 18.40 11.28 0.00 0.00 0.00 0.00 02:00:26 01:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:11:01 vethd60995c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 ens3 372.55 206.66 5558.62 32.07 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth05aea56 0.37 0.48 0.03 0.14 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth065cc89 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth3a660b6 4.86 8.12 0.36 82.94 0.00 0.00 0.00 0.01 02:00:26 01:12:01 veth9e26e83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth5e4c605 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth030b92c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth51244c8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth6d173fc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 vethaf6726d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 vethf44751e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 veth5fc444c 2.56 8.01 0.19 112.66 0.00 0.00 0.00 0.01 02:00:26 01:12:01 veth3f958fa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:12:01 docker0 7.79 16.16 0.48 195.71 0.00 0.00 0.00 0.00 02:00:26 01:13:01 ens3 283.87 179.42 1309.17 25.40 0.00 0.00 0.00 0.00 02:00:26 01:13:01 veth05aea56 0.07 0.88 0.00 0.04 0.00 0.00 0.00 0.00 02:00:26 01:13:01 veth9510d66 17.80 24.90 1.70 11.55 0.00 0.00 0.00 0.00 02:00:26 01:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:13:01 vethb668c1d 17.65 24.86 1.68 11.55 0.00 0.00 0.00 0.00 02:00:26 01:13:01 vethd0273f7 18.13 25.31 1.72 11.59 0.00 0.00 0.00 0.00 02:00:26 01:13:01 veth063bdbc 17.63 25.18 1.68 11.57 0.00 0.00 0.00 0.00 02:00:26 01:13:01 docker0 166.01 259.44 12.26 1288.18 0.00 0.00 0.00 0.00 02:00:26 01:13:01 veth695ab39 17.68 25.15 1.69 11.57 0.00 0.00 0.00 0.00 02:00:26 01:13:01 vethfe7141e 18.31 24.95 1.73 11.56 0.00 0.00 0.00 0.00 02:00:26 01:14:01 ens3 843.65 453.07 7345.48 45.57 0.00 0.00 0.00 0.00 02:00:26 01:14:01 veth05aea56 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 02:00:26 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:14:01 docker0 450.60 840.25 37.85 7342.75 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth97d9780 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 ens3 17.94 10.64 14.78 8.16 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth442ed24 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 vethf8b5ed6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth05aea56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:15:01 vethf3bc17d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth4b00395 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 vethb4a816b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 vethffb49ce 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth7ee7faf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth14e689b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth9f217ae 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth027c4ad 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:15:01 veth4034cb8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth97d9780 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 ens3 1.68 0.91 1.35 0.72 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth442ed24 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 vethf8b5ed6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth05aea56 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 vethf3bc17d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth4b00395 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 vethb4a816b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 vethffb49ce 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth7ee7faf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth14e689b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth9f217ae 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth027c4ad 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:16:02 veth4034cb8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth97d9780 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 ens3 3.61 2.03 2.91 1.58 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth442ed24 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 vethf8b5ed6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth05aea56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 vethf3bc17d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth4b00395 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 vethb4a816b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 vethffb49ce 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth9f217ae 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth027c4ad 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:17:01 veth4034cb8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:18:01 ens3 235.60 258.48 131.61 834.65 0.00 0.00 0.00 0.00 02:00:26 01:18:01 lo 24.53 24.53 2.42 2.42 0.00 0.00 0.00 0.00 02:00:26 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:19:01 ens3 422.00 439.46 173.79 2682.42 0.00 0.00 0.00 0.00 02:00:26 01:19:01 lo 38.06 38.06 3.75 3.75 0.00 0.00 0.00 0.00 02:00:26 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:20:01 ens3 182.82 178.47 92.20 1071.39 0.00 0.00 0.00 0.00 02:00:26 01:20:01 lo 17.13 17.13 1.69 1.69 0.00 0.00 0.00 0.00 02:00:26 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:21:01 ens3 0.85 0.42 0.31 0.22 0.00 0.00 0.00 0.00 02:00:26 01:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:22:01 ens3 0.17 0.12 0.08 0.06 0.00 0.00 0.00 0.00 02:00:26 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:23:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:24:01 ens3 0.18 0.07 0.06 0.00 0.00 0.00 0.00 0.00 02:00:26 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:25:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:26:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:27:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:00:26 01:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:28:01 ens3 0.50 0.05 0.10 0.00 0.00 0.00 0.00 0.00 02:00:26 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:29:01 ens3 0.68 0.47 0.36 0.28 0.00 0.00 0.00 0.00 02:00:26 01:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:30:01 ens3 0.40 0.00 0.05 0.00 0.00 0.00 0.00 0.00 02:00:26 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:31:01 ens3 0.62 0.38 0.27 0.22 0.00 0.00 0.00 0.00 02:00:26 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:32:01 ens3 0.75 0.15 0.19 0.07 0.00 0.00 0.00 0.00 02:00:26 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:33:01 ens3 0.68 0.40 0.36 0.27 0.00 0.00 0.00 0.00 02:00:26 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:36:01 ens3 0.50 0.32 0.26 0.21 0.00 0.00 0.00 0.00 02:00:26 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:37:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:00:26 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:38:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:00:26 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:39:01 ens3 5.20 4.02 3.75 4.32 0.00 0.00 0.00 0.00 02:00:26 01:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 02:00:26 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:40:01 ens3 2.98 2.20 1.77 1.99 0.00 0.00 0.00 0.00 02:00:26 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:41:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:42:01 ens3 0.17 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:00:26 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:43:01 ens3 0.25 0.17 0.07 0.01 0.00 0.00 0.00 0.00 02:00:26 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:44:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 02:00:26 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:47:01 ens3 0.28 0.25 0.08 0.08 0.00 0.00 0.00 0.00 02:00:26 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:48:01 ens3 0.93 0.43 0.37 0.22 0.00 0.00 0.00 0.00 02:00:26 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:49:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:51:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:52:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:00:26 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:53:02 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:53:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:55:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 02:00:26 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:57:01 ens3 0.35 0.22 0.14 0.07 0.00 0.00 0.00 0.00 02:00:26 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:00:26 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 01:59:01 ens3 130.76 76.89 3920.87 12.17 0.00 0.00 0.00 0.00 02:00:26 01:59:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 02:00:26 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:00:26 02:00:01 ens3 334.39 249.36 4151.79 165.01 0.00 0.00 0.00 0.00 02:00:26 02:00:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 02:00:26 02:00:01 vethcdb5b6b 1.15 1.12 0.19 0.38 0.00 0.00 0.00 0.00 02:00:26 02:00:01 docker0 78.85 121.58 6.89 879.19 0.00 0.00 0.00 0.00 02:00:26 Average: ens3 87.92 67.77 706.90 95.74 0.00 0.00 0.00 0.00 02:00:26 Average: lo 1.76 1.76 0.17 0.17 0.00 0.00 0.00 0.00 02:00:26 Average: vethcdb5b6b 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 02:00:26 Average: docker0 29.18 39.39 2.24 266.08 0.00 0.00 0.00 0.00 02:00:26 02:00:26 02:00:26 ---> sar -P ALL: 02:00:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2861) 06/06/25 _x86_64_ (8 CPU) 02:00:26 02:00:26 01:05:56 LINUX RESTART (8 CPU) 02:00:26 02:00:26 01:06:01 CPU %user %nice %system %iowait %steal %idle 02:00:26 01:07:01 all 6.08 0.00 1.48 5.04 0.05 87.35 02:00:26 01:07:01 0 5.03 0.00 0.95 5.60 0.03 88.39 02:00:26 01:07:01 1 3.94 0.00 1.36 1.33 0.03 93.33 02:00:26 01:07:01 2 2.86 0.00 0.92 0.72 0.03 95.47 02:00:26 01:07:01 3 7.20 0.00 1.71 6.09 0.08 84.92 02:00:26 01:07:01 4 5.77 0.00 1.34 1.31 0.03 91.55 02:00:26 01:07:01 5 10.58 0.00 3.35 22.83 0.07 63.17 02:00:26 01:07:01 6 6.73 0.00 1.07 1.06 0.05 91.09 02:00:26 01:07:01 7 6.52 0.00 1.13 1.39 0.03 90.92 02:00:26 01:08:01 all 8.67 0.00 4.07 5.10 0.05 82.11 02:00:26 01:08:01 0 7.92 0.00 3.81 1.82 0.05 86.41 02:00:26 01:08:01 1 9.05 0.00 4.61 9.48 0.05 76.81 02:00:26 01:08:01 2 8.14 0.00 3.27 1.01 0.07 87.51 02:00:26 01:08:01 3 7.79 0.00 3.24 1.66 0.05 87.26 02:00:26 01:08:01 4 8.34 0.00 4.35 22.06 0.07 65.19 02:00:26 01:08:01 5 8.90 0.00 3.54 0.46 0.05 87.05 02:00:26 01:08:01 6 7.32 0.00 3.70 1.32 0.05 87.61 02:00:26 01:08:01 7 11.88 0.00 6.01 3.05 0.05 79.01 02:00:26 01:09:01 all 38.53 0.00 6.69 2.85 0.08 51.85 02:00:26 01:09:01 0 38.16 0.00 7.75 17.42 0.08 36.57 02:00:26 01:09:01 1 40.05 0.00 6.69 1.62 0.08 51.55 02:00:26 01:09:01 2 38.55 0.00 6.58 0.64 0.08 54.15 02:00:26 01:09:01 3 37.52 0.00 6.15 0.66 0.08 55.59 02:00:26 01:09:01 4 41.13 0.00 5.98 0.45 0.08 52.36 02:00:26 01:09:01 5 36.23 0.00 6.74 0.18 0.07 56.78 02:00:26 01:09:01 6 38.09 0.00 7.03 0.79 0.07 54.02 02:00:26 01:09:01 7 38.52 0.00 6.59 1.16 0.08 53.65 02:00:26 01:10:01 all 42.05 0.00 7.17 2.58 0.08 48.12 02:00:26 01:10:01 0 40.66 0.00 7.43 15.66 0.08 36.16 02:00:26 01:10:01 1 40.35 0.00 7.26 0.67 0.07 51.65 02:00:26 01:10:01 2 38.81 0.00 6.74 2.95 0.08 51.42 02:00:26 01:10:01 3 44.16 0.00 6.56 1.15 0.08 48.04 02:00:26 01:10:01 4 44.89 0.00 6.62 0.02 0.08 48.39 02:00:26 01:10:01 5 41.88 0.00 8.74 0.03 0.10 49.25 02:00:26 01:10:01 6 42.02 0.00 7.18 0.18 0.08 50.53 02:00:26 01:10:01 7 43.58 0.00 6.81 0.07 0.08 49.46 02:00:26 01:11:01 all 57.65 0.00 7.50 0.52 0.09 34.24 02:00:26 01:11:01 0 56.94 0.00 7.38 0.07 0.09 35.53 02:00:26 01:11:01 1 57.58 0.00 8.47 0.07 0.10 33.78 02:00:26 01:11:01 2 57.63 0.00 7.83 0.07 0.08 34.39 02:00:26 01:11:01 3 57.80 0.00 7.52 0.51 0.10 34.07 02:00:26 01:11:01 4 59.22 0.00 6.96 0.07 0.10 33.65 02:00:26 01:11:01 5 57.13 0.00 7.38 0.15 0.07 35.27 02:00:26 01:11:01 6 56.40 0.00 7.55 2.47 0.08 33.50 02:00:26 01:11:01 7 58.49 0.00 6.93 0.72 0.08 33.78 02:00:26 01:12:01 all 24.19 0.00 8.54 14.66 0.08 52.53 02:00:26 01:12:01 0 23.76 0.00 9.16 14.44 0.08 52.56 02:00:26 01:12:01 1 24.72 0.00 8.12 9.88 0.07 57.21 02:00:26 01:12:01 2 23.02 0.00 10.30 17.10 0.08 49.49 02:00:26 01:12:01 3 22.55 0.00 7.99 26.25 0.08 43.12 02:00:26 01:12:01 4 25.01 0.00 7.99 12.83 0.07 54.10 02:00:26 01:12:01 5 23.04 0.00 8.68 12.80 0.08 55.39 02:00:26 01:12:01 6 24.89 0.00 8.33 10.18 0.08 56.52 02:00:26 01:12:01 7 26.48 0.00 7.74 13.87 0.08 51.82 02:00:26 01:13:01 all 5.99 0.00 3.09 24.19 0.06 66.68 02:00:26 01:13:01 0 5.38 0.00 2.72 9.30 0.05 82.55 02:00:26 01:13:01 1 6.12 0.00 2.69 14.97 0.05 76.17 02:00:26 01:13:01 2 5.84 0.00 3.23 19.62 0.05 71.25 02:00:26 01:13:01 3 6.30 0.00 2.83 9.78 0.05 81.04 02:00:26 01:13:01 4 6.39 0.00 3.11 30.85 0.07 59.57 02:00:26 01:13:01 5 6.02 0.00 3.62 51.02 0.05 39.29 02:00:26 01:13:01 6 6.03 0.00 3.19 20.55 0.07 70.17 02:00:26 01:13:01 7 5.84 0.00 3.30 37.50 0.07 53.30 02:00:26 01:14:01 all 6.98 0.00 4.72 20.88 0.06 67.37 02:00:26 01:14:01 0 8.05 0.00 4.33 18.96 0.05 68.61 02:00:26 01:14:01 1 6.89 0.00 4.06 12.83 0.07 76.15 02:00:26 01:14:01 2 6.42 0.00 7.31 66.90 0.10 19.27 02:00:26 01:14:01 3 6.94 0.00 4.04 11.00 0.08 77.94 02:00:26 01:14:01 4 6.50 0.00 5.01 15.60 0.03 72.86 02:00:26 01:14:01 5 6.76 0.00 4.30 11.59 0.05 77.30 02:00:26 01:14:01 6 7.37 0.00 3.77 17.88 0.05 70.93 02:00:26 01:14:01 7 6.87 0.00 4.92 12.64 0.03 75.54 02:00:26 01:15:01 all 55.03 0.00 8.81 9.78 0.09 26.29 02:00:26 01:15:01 0 55.44 0.00 8.53 4.42 0.12 31.49 02:00:26 01:15:01 1 54.91 0.00 8.73 1.39 0.07 34.91 02:00:26 01:15:01 2 55.10 0.00 8.51 1.67 0.08 34.64 02:00:26 01:15:01 3 54.77 0.00 9.10 9.83 0.10 26.19 02:00:26 01:15:01 4 55.11 0.00 9.48 33.41 0.08 1.91 02:00:26 01:15:01 5 54.80 0.00 9.16 9.83 0.07 26.15 02:00:26 01:15:01 6 55.01 0.00 8.43 4.21 0.08 32.26 02:00:26 01:15:01 7 55.09 0.00 8.58 13.51 0.08 22.73 02:00:26 01:16:02 all 89.76 0.00 10.13 0.00 0.11 0.00 02:00:26 01:16:02 0 89.87 0.00 10.02 0.00 0.12 0.00 02:00:26 01:16:02 1 89.89 0.00 9.99 0.00 0.12 0.00 02:00:26 01:16:02 2 90.29 0.00 9.61 0.00 0.10 0.00 02:00:26 01:16:02 3 88.88 0.00 11.02 0.00 0.10 0.00 02:00:26 01:16:02 4 88.78 0.00 11.11 0.00 0.12 0.00 02:00:26 01:16:02 5 90.07 0.00 9.82 0.00 0.12 0.00 02:00:26 01:16:02 6 90.15 0.00 9.75 0.00 0.10 0.00 02:00:26 01:16:02 7 90.18 0.00 9.70 0.00 0.12 0.00 02:00:26 01:17:01 all 90.03 0.00 9.85 0.00 0.12 0.00 02:00:26 01:17:01 0 90.63 0.00 9.25 0.00 0.12 0.00 02:00:26 01:17:01 1 89.34 0.00 10.52 0.00 0.14 0.00 02:00:26 01:17:01 2 90.66 0.00 9.22 0.00 0.12 0.00 02:00:26 01:17:01 3 89.80 0.00 10.10 0.00 0.10 0.00 02:00:26 01:17:01 4 89.14 0.00 10.74 0.00 0.12 0.00 02:00:26 01:17:01 5 89.71 0.00 10.18 0.00 0.10 0.00 02:00:26 01:17:01 6 90.70 0.00 9.20 0.00 0.10 0.00 02:00:26 01:17:01 7 90.26 0.00 9.61 0.00 0.14 0.00 02:00:26 02:00:26 01:17:01 CPU %user %nice %system %iowait %steal %idle 02:00:26 01:18:01 all 21.16 0.00 4.52 7.36 0.08 66.88 02:00:26 01:18:01 0 21.35 0.00 4.48 6.29 0.08 67.80 02:00:26 01:18:01 1 23.10 0.00 4.27 2.53 0.07 70.03 02:00:26 01:18:01 2 22.13 0.00 4.23 9.12 0.07 64.46 02:00:26 01:18:01 3 19.90 0.00 4.89 12.69 0.08 62.44 02:00:26 01:18:01 4 19.42 0.00 4.69 9.16 0.08 66.64 02:00:26 01:18:01 5 21.64 0.00 4.50 6.76 0.08 67.01 02:00:26 01:18:01 6 22.13 0.00 4.60 6.55 0.08 66.63 02:00:26 01:18:01 7 19.64 0.00 4.48 5.77 0.08 70.03 02:00:26 01:19:01 all 10.79 0.00 0.91 0.33 0.06 87.91 02:00:26 01:19:01 0 14.74 0.00 1.10 0.45 0.07 83.63 02:00:26 01:19:01 1 9.82 0.00 1.07 0.08 0.05 88.98 02:00:26 01:19:01 2 15.64 0.00 1.07 0.70 0.08 82.50 02:00:26 01:19:01 3 7.19 0.00 0.75 0.10 0.05 91.91 02:00:26 01:19:01 4 14.76 0.00 0.97 0.15 0.05 84.06 02:00:26 01:19:01 5 9.31 0.00 0.79 0.05 0.08 89.77 02:00:26 01:19:01 6 4.89 0.00 0.65 0.10 0.07 94.29 02:00:26 01:19:01 7 9.96 0.00 0.86 0.97 0.05 88.16 02:00:26 01:20:01 all 4.72 0.00 0.46 0.13 0.03 94.67 02:00:26 01:20:01 0 4.70 0.00 0.55 0.45 0.03 94.27 02:00:26 01:20:01 1 5.50 0.00 0.47 0.15 0.03 93.85 02:00:26 01:20:01 2 3.29 0.00 0.33 0.05 0.02 96.30 02:00:26 01:20:01 3 5.07 0.00 0.32 0.28 0.03 94.29 02:00:26 01:20:01 4 9.07 0.00 0.60 0.03 0.05 90.25 02:00:26 01:20:01 5 1.52 0.00 0.63 0.00 0.02 97.83 02:00:26 01:20:01 6 5.37 0.00 0.30 0.00 0.03 94.29 02:00:26 01:20:01 7 3.22 0.00 0.44 0.03 0.03 96.28 02:00:26 01:21:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:00:26 01:21:01 0 0.03 0.00 0.02 0.08 0.00 99.87 02:00:26 01:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:00:26 01:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:00:26 01:21:01 3 0.07 0.00 0.05 0.02 0.02 99.85 02:00:26 01:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:22:01 all 0.04 0.00 0.04 0.06 0.01 99.86 02:00:26 01:22:01 0 0.02 0.00 0.03 0.12 0.02 99.82 02:00:26 01:22:01 1 0.02 0.00 0.05 0.23 0.00 99.70 02:00:26 01:22:01 2 0.08 0.00 0.05 0.08 0.02 99.77 02:00:26 01:22:01 3 0.02 0.00 0.05 0.02 0.02 99.90 02:00:26 01:22:01 4 0.02 0.00 0.03 0.00 0.02 99.93 02:00:26 01:22:01 5 0.00 0.00 0.03 0.00 0.00 99.97 02:00:26 01:22:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:00:26 01:22:01 7 0.10 0.00 0.05 0.00 0.02 99.83 02:00:26 01:23:01 all 0.02 0.00 0.01 0.03 0.01 99.94 02:00:26 01:23:01 0 0.02 0.00 0.02 0.10 0.00 99.87 02:00:26 01:23:01 1 0.00 0.00 0.00 0.10 0.00 99.90 02:00:26 01:23:01 2 0.03 0.00 0.03 0.00 0.02 99.92 02:00:26 01:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:23:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:23:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:24:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:00:26 01:24:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:24:01 1 0.03 0.00 0.00 0.03 0.02 99.92 02:00:26 01:24:01 2 0.07 0.00 0.03 0.00 0.02 99.88 02:00:26 01:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:24:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:24:01 6 0.07 0.00 0.02 0.00 0.02 99.90 02:00:26 01:24:01 7 0.05 0.00 0.02 0.00 0.02 99.92 02:00:26 01:25:01 all 0.03 0.00 0.02 0.01 0.01 99.94 02:00:26 01:25:01 0 0.05 0.00 0.02 0.02 0.02 99.90 02:00:26 01:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:25:01 3 0.03 0.00 0.02 0.08 0.03 99.83 02:00:26 01:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:25:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:25:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:00:26 01:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:26:01 all 0.03 0.00 0.01 0.01 0.00 99.94 02:00:26 01:26:01 0 0.02 0.00 0.02 0.03 0.00 99.93 02:00:26 01:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:26:01 2 0.12 0.00 0.00 0.00 0.00 99.88 02:00:26 01:26:01 3 0.02 0.00 0.02 0.03 0.00 99.93 02:00:26 01:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:26:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:00:26 01:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:00:26 01:27:01 all 0.07 0.00 0.01 0.04 0.01 99.87 02:00:26 01:27:01 0 0.02 0.00 0.02 0.05 0.00 99.92 02:00:26 01:27:01 1 0.05 0.00 0.02 0.15 0.00 99.78 02:00:26 01:27:01 2 0.07 0.00 0.00 0.00 0.02 99.92 02:00:26 01:27:01 3 0.05 0.00 0.02 0.08 0.02 99.83 02:00:26 01:27:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:27:01 6 0.05 0.00 0.03 0.00 0.03 99.88 02:00:26 01:27:01 7 0.33 0.00 0.02 0.00 0.02 99.63 02:00:26 01:28:01 all 0.01 0.00 0.02 0.01 0.01 99.95 02:00:26 01:28:01 0 0.00 0.00 0.02 0.07 0.02 99.90 02:00:26 01:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:28:01 3 0.00 0.00 0.00 0.03 0.02 99.95 02:00:26 01:28:01 4 0.02 0.00 0.03 0.00 0.00 99.95 02:00:26 01:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:28:01 6 0.03 0.00 0.03 0.00 0.02 99.92 02:00:26 01:28:01 7 0.05 0.00 0.03 0.00 0.02 99.90 02:00:26 02:00:26 01:28:01 CPU %user %nice %system %iowait %steal %idle 02:00:26 01:29:01 all 0.04 0.00 0.01 0.02 0.01 99.92 02:00:26 01:29:01 0 0.03 0.00 0.02 0.07 0.00 99.88 02:00:26 01:29:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:00:26 01:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:29:01 3 0.03 0.00 0.02 0.10 0.02 99.83 02:00:26 01:29:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:29:01 6 0.08 0.00 0.02 0.00 0.02 99.88 02:00:26 01:29:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:30:01 all 0.16 0.00 0.01 0.00 0.01 99.82 02:00:26 01:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:00:26 01:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:30:01 3 0.02 0.00 0.03 0.02 0.02 99.92 02:00:26 01:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:30:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:00:26 01:30:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:30:01 7 1.14 0.00 0.00 0.00 0.00 98.86 02:00:26 01:31:01 all 0.08 0.00 0.02 0.03 0.01 99.87 02:00:26 01:31:01 0 0.08 0.00 0.05 0.05 0.02 99.80 02:00:26 01:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:31:01 2 0.12 0.00 0.00 0.00 0.00 99.88 02:00:26 01:31:01 3 0.05 0.00 0.02 0.15 0.02 99.77 02:00:26 01:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:31:01 6 0.08 0.00 0.02 0.00 0.02 99.88 02:00:26 01:31:01 7 0.23 0.00 0.02 0.00 0.02 99.73 02:00:26 01:32:01 all 0.03 0.00 0.01 0.02 0.01 99.93 02:00:26 01:32:01 0 0.03 0.00 0.02 0.07 0.03 99.85 02:00:26 01:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:32:01 3 0.03 0.00 0.02 0.12 0.02 99.82 02:00:26 01:32:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:32:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:33:01 all 0.04 0.00 0.02 0.01 0.01 99.92 02:00:26 01:33:01 0 0.07 0.00 0.05 0.07 0.02 99.80 02:00:26 01:33:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:00:26 01:33:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:00:26 01:33:01 3 0.03 0.00 0.02 0.05 0.02 99.88 02:00:26 01:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:33:01 7 0.05 0.00 0.03 0.00 0.03 99.88 02:00:26 01:34:01 all 0.03 0.00 0.01 0.04 0.01 99.91 02:00:26 01:34:01 0 0.07 0.00 0.03 0.20 0.02 99.68 02:00:26 01:34:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:34:01 3 0.03 0.00 0.02 0.13 0.02 99.80 02:00:26 01:34:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:34:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:34:01 7 0.05 0.00 0.00 0.00 0.02 99.93 02:00:26 01:35:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:00:26 01:35:01 0 0.03 0.00 0.03 0.05 0.02 99.87 02:00:26 01:35:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:35:01 3 0.03 0.00 0.02 0.07 0.02 99.87 02:00:26 01:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:00:26 01:35:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:00:26 01:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:36:01 all 0.02 0.00 0.01 0.03 0.00 99.93 02:00:26 01:36:01 0 0.03 0.00 0.03 0.18 0.02 99.73 02:00:26 01:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:36:01 3 0.03 0.00 0.02 0.07 0.00 99.88 02:00:26 01:36:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:37:01 all 0.04 0.00 0.01 0.01 0.01 99.93 02:00:26 01:37:01 0 0.03 0.00 0.05 0.05 0.02 99.85 02:00:26 01:37:01 1 0.03 0.00 0.00 0.03 0.00 99.93 02:00:26 01:37:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:37:01 3 0.07 0.00 0.00 0.03 0.02 99.88 02:00:26 01:37:01 4 0.05 0.00 0.00 0.00 0.00 99.95 02:00:26 01:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:37:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:37:01 7 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:38:01 all 0.03 0.00 0.02 0.01 0.01 99.92 02:00:26 01:38:01 0 0.03 0.00 0.05 0.03 0.03 99.85 02:00:26 01:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:38:01 3 0.08 0.00 0.02 0.07 0.02 99.82 02:00:26 01:38:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:00:26 01:38:01 5 0.02 0.00 0.03 0.00 0.00 99.95 02:00:26 01:38:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:00:26 01:38:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:00:26 01:39:01 all 0.52 0.00 0.04 0.07 0.01 99.36 02:00:26 01:39:01 0 0.28 0.00 0.13 0.35 0.02 99.22 02:00:26 01:39:01 1 0.32 0.00 0.02 0.00 0.00 99.67 02:00:26 01:39:01 2 0.85 0.00 0.00 0.00 0.02 99.13 02:00:26 01:39:01 3 0.22 0.00 0.05 0.00 0.02 99.72 02:00:26 01:39:01 4 0.18 0.00 0.03 0.12 0.02 99.65 02:00:26 01:39:01 5 0.08 0.00 0.05 0.00 0.00 99.87 02:00:26 01:39:01 6 0.15 0.00 0.03 0.02 0.00 99.80 02:00:26 01:39:01 7 2.02 0.00 0.03 0.05 0.02 97.88 02:00:26 02:00:26 01:39:01 CPU %user %nice %system %iowait %steal %idle 02:00:26 01:40:01 all 0.05 0.00 0.01 0.01 0.01 99.92 02:00:26 01:40:01 0 0.07 0.00 0.03 0.05 0.02 99.83 02:00:26 01:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:40:01 2 0.08 0.00 0.00 0.00 0.00 99.92 02:00:26 01:40:01 3 0.07 0.00 0.03 0.00 0.03 99.87 02:00:26 01:40:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:00:26 01:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:40:01 7 0.07 0.00 0.02 0.00 0.00 99.92 02:00:26 01:41:01 all 0.03 0.00 0.01 0.02 0.01 99.93 02:00:26 01:41:01 0 0.00 0.00 0.00 0.08 0.00 99.92 02:00:26 01:41:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:00:26 01:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:41:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:00:26 01:41:01 4 0.05 0.00 0.02 0.08 0.00 99.85 02:00:26 01:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:41:01 6 0.05 0.00 0.00 0.00 0.02 99.93 02:00:26 01:41:01 7 0.05 0.00 0.00 0.00 0.02 99.93 02:00:26 01:42:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:00:26 01:42:01 0 0.00 0.00 0.02 0.02 0.02 99.95 02:00:26 01:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:42:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:42:01 4 0.02 0.00 0.00 0.05 0.00 99.93 02:00:26 01:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:42:01 6 0.05 0.00 0.05 0.00 0.00 99.90 02:00:26 01:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:43:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:00:26 01:43:01 0 0.03 0.00 0.02 0.03 0.00 99.92 02:00:26 01:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:43:01 4 0.02 0.00 0.02 0.05 0.02 99.90 02:00:26 01:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:43:01 6 0.02 0.00 0.03 0.00 0.02 99.93 02:00:26 01:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:44:01 all 0.04 0.00 0.02 0.01 0.01 99.92 02:00:26 01:44:01 0 0.00 0.00 0.02 0.03 0.00 99.95 02:00:26 01:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:00:26 01:44:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:00:26 01:44:01 3 0.12 0.00 0.03 0.00 0.02 99.83 02:00:26 01:44:01 4 0.02 0.00 0.00 0.05 0.00 99.93 02:00:26 01:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:44:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:00:26 01:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:45:01 all 0.03 0.00 0.02 0.03 0.00 99.92 02:00:26 01:45:01 0 0.00 0.00 0.00 0.22 0.00 99.78 02:00:26 01:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:45:01 2 0.07 0.00 0.08 0.00 0.02 99.83 02:00:26 01:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:45:01 4 0.03 0.00 0.03 0.05 0.00 99.88 02:00:26 01:45:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:45:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:00:26 01:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:46:01 all 0.08 0.00 0.01 0.01 0.01 99.89 02:00:26 01:46:01 0 0.02 0.00 0.02 0.02 0.02 99.93 02:00:26 01:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:46:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:00:26 01:46:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:00:26 01:46:01 4 0.03 0.00 0.00 0.08 0.02 99.87 02:00:26 01:46:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:00:26 01:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:46:01 7 0.42 0.00 0.03 0.00 0.00 99.55 02:00:26 01:47:01 all 0.26 0.00 0.01 0.04 0.01 99.68 02:00:26 01:47:01 0 0.02 0.00 0.02 0.28 0.00 99.68 02:00:26 01:47:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:47:01 2 0.02 0.00 0.05 0.00 0.02 99.92 02:00:26 01:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:00:26 01:47:01 4 0.03 0.00 0.00 0.03 0.00 99.93 02:00:26 01:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:47:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:00:26 01:47:01 7 1.97 0.00 0.00 0.00 0.02 98.01 02:00:26 01:48:01 all 0.26 0.00 0.02 0.01 0.01 99.71 02:00:26 01:48:01 0 0.00 0.00 0.03 0.05 0.00 99.92 02:00:26 01:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:48:01 3 0.03 0.00 0.03 0.03 0.02 99.88 02:00:26 01:48:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:48:01 6 0.07 0.00 0.02 0.00 0.00 99.92 02:00:26 01:48:01 7 1.89 0.00 0.00 0.00 0.00 98.11 02:00:26 01:49:01 all 0.02 0.00 0.01 0.03 0.01 99.93 02:00:26 01:49:01 0 0.02 0.00 0.00 0.13 0.00 99.85 02:00:26 01:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:49:01 2 0.03 0.00 0.02 0.00 0.03 99.92 02:00:26 01:49:01 3 0.03 0.00 0.02 0.10 0.02 99.83 02:00:26 01:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:00:26 01:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:50:01 all 0.04 0.00 0.01 0.02 0.01 99.91 02:00:26 01:50:01 0 0.00 0.00 0.00 0.02 0.00 99.98 02:00:26 01:50:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:00:26 01:50:01 2 0.07 0.00 0.07 0.00 0.02 99.85 02:00:26 01:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:50:01 4 0.07 0.00 0.02 0.12 0.02 99.78 02:00:26 01:50:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:50:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:00:26 01:50:01 7 0.07 0.00 0.00 0.00 0.02 99.92 02:00:26 02:00:26 01:50:01 CPU %user %nice %system %iowait %steal %idle 02:00:26 01:51:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:00:26 01:51:01 0 0.02 0.00 0.02 0.03 0.02 99.92 02:00:26 01:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:51:01 3 0.08 0.00 0.03 0.00 0.03 99.85 02:00:26 01:51:01 4 0.05 0.00 0.00 0.07 0.00 99.88 02:00:26 01:51:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:00:26 01:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:52:01 all 0.15 0.00 0.02 0.01 0.01 99.81 02:00:26 01:52:01 0 0.00 0.00 0.00 0.08 0.00 99.92 02:00:26 01:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:52:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:00:26 01:52:01 3 0.08 0.00 0.03 0.00 0.02 99.87 02:00:26 01:52:01 4 0.03 0.00 0.00 0.03 0.02 99.92 02:00:26 01:52:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:52:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:52:01 7 0.91 0.00 0.08 0.00 0.02 98.99 02:00:26 01:53:02 all 0.05 0.00 0.02 0.02 0.01 99.90 02:00:26 01:53:02 0 0.02 0.00 0.00 0.10 0.00 99.88 02:00:26 01:53:02 1 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:53:02 2 0.02 0.00 0.03 0.00 0.03 99.92 02:00:26 01:53:02 3 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:53:02 4 0.00 0.00 0.00 0.05 0.00 99.95 02:00:26 01:53:02 5 0.02 0.00 0.02 0.00 0.02 99.95 02:00:26 01:53:02 6 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:53:02 7 0.30 0.00 0.05 0.00 0.00 99.65 02:00:26 01:54:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:00:26 01:54:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:00:26 01:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:00:26 01:54:01 2 0.05 0.00 0.07 0.00 0.02 99.86 02:00:26 01:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:54:01 4 0.00 0.00 0.02 0.02 0.02 99.95 02:00:26 01:54:01 5 0.02 0.00 0.03 0.00 0.00 99.95 02:00:26 01:54:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:00:26 01:54:01 7 0.09 0.00 0.00 0.00 0.02 99.90 02:00:26 01:55:01 all 0.02 0.00 0.01 0.02 0.01 99.94 02:00:26 01:55:01 0 0.00 0.00 0.00 0.07 0.00 99.93 02:00:26 01:55:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:55:01 2 0.07 0.00 0.03 0.00 0.03 99.87 02:00:26 01:55:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:55:01 4 0.02 0.00 0.00 0.08 0.00 99.90 02:00:26 01:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:55:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:00:26 01:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:56:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:00:26 01:56:01 0 0.00 0.00 0.02 0.02 0.02 99.95 02:00:26 01:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:00:26 01:56:01 2 0.08 0.00 0.03 0.00 0.02 99.87 02:00:26 01:56:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:00:26 01:56:01 4 0.05 0.00 0.00 0.02 0.02 99.92 02:00:26 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:00:26 01:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:00:26 01:57:01 all 0.02 0.00 0.01 0.01 0.00 99.95 02:00:26 01:57:01 0 0.00 0.00 0.00 0.08 0.00 99.92 02:00:26 01:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:57:01 2 0.07 0.00 0.05 0.00 0.03 99.85 02:00:26 01:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:57:01 4 0.02 0.00 0.02 0.02 0.00 99.95 02:00:26 01:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:00:26 01:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:58:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:00:26 01:58:01 0 0.02 0.00 0.02 0.03 0.00 99.93 02:00:26 01:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:00:26 01:58:01 2 0.10 0.00 0.03 0.00 0.02 99.85 02:00:26 01:58:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:00:26 01:58:01 4 0.05 0.00 0.00 0.02 0.02 99.92 02:00:26 01:58:01 5 0.00 0.00 0.02 0.02 0.02 99.95 02:00:26 01:58:01 6 0.02 0.00 0.05 0.00 0.00 99.93 02:00:26 01:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:00:26 01:59:01 all 3.19 0.00 1.62 0.06 0.03 95.10 02:00:26 01:59:01 0 3.00 0.00 1.41 0.35 0.03 95.21 02:00:26 01:59:01 1 3.33 0.00 1.66 0.00 0.03 94.97 02:00:26 01:59:01 2 4.11 0.00 1.31 0.02 0.05 94.52 02:00:26 01:59:01 3 2.14 0.00 1.74 0.00 0.03 96.08 02:00:26 01:59:01 4 4.42 0.00 1.24 0.07 0.02 94.25 02:00:26 01:59:01 5 2.63 0.00 1.89 0.02 0.02 95.44 02:00:26 01:59:01 6 3.62 0.00 1.68 0.00 0.03 94.66 02:00:26 01:59:01 7 2.24 0.00 2.07 0.00 0.02 95.67 02:00:26 02:00:01 all 7.57 0.00 3.41 3.43 0.07 85.52 02:00:26 02:00:01 0 6.03 0.00 3.38 2.38 0.05 88.17 02:00:26 02:00:01 1 9.54 0.00 3.08 0.32 0.05 87.01 02:00:26 02:00:01 2 8.03 0.00 3.47 0.30 0.08 88.11 02:00:26 02:00:01 3 7.39 0.00 2.94 1.19 0.08 88.39 02:00:26 02:00:01 4 8.80 0.00 3.78 7.47 0.12 79.84 02:00:26 02:00:01 5 7.79 0.00 4.26 11.31 0.07 76.57 02:00:26 02:00:01 6 8.00 0.00 3.01 0.88 0.05 88.06 02:00:26 02:00:01 7 5.00 0.00 3.38 3.59 0.07 87.96 02:00:26 Average: all 8.76 0.00 1.54 1.80 0.03 87.87 02:00:26 Average: 0 8.71 0.00 1.53 1.85 0.03 87.88 02:00:26 Average: 1 8.77 0.00 1.54 1.03 0.02 88.65 02:00:26 Average: 2 8.73 0.00 1.56 2.22 0.03 87.46 02:00:26 Average: 3 8.62 0.00 1.50 1.52 0.03 88.32 02:00:26 Average: 4 9.00 0.00 1.55 2.47 0.03 86.95 02:00:26 Average: 5 8.65 0.00 1.62 2.34 0.02 87.37 02:00:26 Average: 6 8.67 0.00 1.48 1.22 0.03 88.60 02:00:26 Average: 7 8.95 0.00 1.53 1.74 0.03 87.75 02:00:26 02:00:26 02:00:26