Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from edd24ad75155bd1cc625599aa20a87c8d300eed2 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-ssh14994833958926288884.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-ssh10622487486828356559.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-ssh15319345194488478792.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-ssh8046532603678128737.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-ssh9970831618175889843.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3772 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/859 [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/859 # 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 edd24ad75155bd1cc625599aa20a87c8d300eed2 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5187)" > 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 edd24ad75155bd1cc625599aa20a87c8d300eed2 # timeout=10 > git rev-list --no-walk 92d5141f885416a010e7c9a103f0840019be69f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:33:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:33:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:33:52 ========================================================= 07:33:52 EdgeX Global Pipelines Version Info 07:33:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:33:53 ------------------- 07:33:53 stable info: 07:33:53 ------------------- 07:33:53 Commited By: Ginny Guan ginny@iotechsys.com 07:33:53 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:33:53 Message: update stable to v1.0.274 07:33:53 ------------------- 07:33:53 experimental info: 07:33:53 ------------------- 07:33:53 Commited By: **** collab-it+edgex@linuxfoundation.org 07:33:53 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 07:33:53 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:33:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edd24ad [Pipeline] echo 07:33:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:33:54 provisioning config files... 07:33:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config11915262684678555187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:54 ---> ****-login.sh 07:33:54 nexus3.edgexfoundry.org:10001 07:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:33:55 Configure a credential helper to remove this warning. See 07:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:33:55 07:33:55 Login Succeeded 07:33:55 nexus3.edgexfoundry.org:10002 07:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:33:55 Configure a credential helper to remove this warning. See 07:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:33:55 07:33:55 Login Succeeded 07:33:55 nexus3.edgexfoundry.org:10003 07:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:33:55 Configure a credential helper to remove this warning. See 07:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:33:55 07:33:55 Login Succeeded 07:33:55 nexus3.edgexfoundry.org:10004 07:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:33:55 Configure a credential helper to remove this warning. See 07:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:33:55 07:33:55 Login Succeeded 07:33:55 ****.io 07:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:33:55 Configure a credential helper to remove this warning. See 07:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:33:55 07:33:55 Login Succeeded 07:33:55 ---> ****-login.sh ends [Pipeline] } 07:33:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:33:56 + 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 07:33:56 + + cutdirname -d/ cmd/core-command/Dockerfile -f2 07:33:56 07:33:56 + echo core-command,cmd/core-command/Dockerfile 07:33:56 + dirname cmd/core-common-config-bootstrapper/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 07:33:56 + dirname cmd/core-data/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo core-data,cmd/core-data/Dockerfile 07:33:56 + dirname cmd/core-keeper/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo core-keeper,cmd/core-keeper/Dockerfile 07:33:56 + dirname cmd/core-metadata/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo core-metadata,cmd/core-metadata/Dockerfile 07:33:56 + dirname cmd/security-bootstrapper/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:33:56 + dirname cmd/security-proxy-auth/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 07:33:56 + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ 07:33:56 -f2 07:33:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:33:56 + dirname cmd/security-secretstore-setup/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:33:56 + dirname cmd/security-spiffe-token-provider/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 07:33:56 + dirname cmd/security-spire-agent/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 07:33:56 + dirname cmd/security-spire-config/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-spire-config,cmd/security-spire-config/Dockerfile 07:33:56 + dirname cmd/security-spire-server/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo security-spire-server,cmd/security-spire-server/Dockerfile 07:33:56 + dirname cmd/support-notifications/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo support-notifications,cmd/support-notifications/Dockerfile 07:33:56 + dirname cmd/support-scheduler/Dockerfile 07:33:56 + cut -d/ -f2 07:33:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 07:33:56 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 07:33:56 + git rev-list -1 --merges edd24ad75155bd1cc625599aa20a87c8d300eed2~1..edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 07:33:56 -----------> git rev-list -1 --merges edd24ad75155bd1cc625599aa20a87c8d300eed2~1..edd24ad75155bd1cc625599aa20a87c8d300eed2 edd24ad75155bd1cc625599aa20a87c8d300eed2 [false] [Pipeline] sh 07:33:56 + git log --format=format:%s -1 edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 07:33:56 ========================================================= 07:33:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:33:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 07:33:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:33:57 + grep -v github /etc/ssh/ssh_known_hosts 07:33:57 + [ -e /tmp/ssh_known_hosts ] 07:33:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:33:57 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:33:57 + sudo tee -a /etc/ssh/ssh_known_hosts 07:33:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:33:57 07:33:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:33:58 0.1.4: Pulling from edgex-devops/py-git-semver 07:33:58 3dae71ba6b94: Pulling fs layer 07:33:58 6bf1a483ea7c: Pulling fs layer 07:33:58 f5dfc541a4d3: Pulling fs layer 07:33:58 461d9e800cba: Pulling fs layer 07:33:58 80192f66455f: Pulling fs layer 07:33:58 2e8e34ca0e6c: Pulling fs layer 07:33:58 a29436f7fd5d: Pulling fs layer 07:33:58 923cac83aea3: Pulling fs layer 07:33:58 25ad8b0a4227: Pulling fs layer 07:33:58 db01528c6b51: Pulling fs layer 07:33:58 28988de357af: Pulling fs layer 07:33:58 461d9e800cba: Waiting 07:33:58 80192f66455f: Waiting 07:33:58 2e8e34ca0e6c: Waiting 07:33:58 a29436f7fd5d: Waiting 07:33:58 db01528c6b51: Waiting 07:33:58 28988de357af: Waiting 07:33:58 923cac83aea3: Waiting 07:33:58 25ad8b0a4227: Waiting 07:33:58 6bf1a483ea7c: Verifying Checksum 07:33:58 6bf1a483ea7c: Download complete 07:33:58 461d9e800cba: Verifying Checksum 07:33:58 461d9e800cba: Download complete 07:33:58 80192f66455f: Verifying Checksum 07:33:58 80192f66455f: Download complete 07:33:58 f5dfc541a4d3: Verifying Checksum 07:33:58 f5dfc541a4d3: Download complete 07:33:58 3dae71ba6b94: Verifying Checksum 07:33:58 3dae71ba6b94: Download complete 07:33:58 923cac83aea3: Verifying Checksum 07:33:58 923cac83aea3: Download complete 07:33:58 25ad8b0a4227: Verifying Checksum 07:33:58 db01528c6b51: Verifying Checksum 07:33:58 db01528c6b51: Download complete 07:33:58 28988de357af: Download complete 07:33:58 a29436f7fd5d: Verifying Checksum 07:33:58 a29436f7fd5d: Download complete 07:33:59 2e8e34ca0e6c: Verifying Checksum 07:33:59 2e8e34ca0e6c: Download complete 07:33:59 3dae71ba6b94: Pull complete 07:33:59 6bf1a483ea7c: Pull complete 07:34:00 f5dfc541a4d3: Pull complete 07:34:00 461d9e800cba: Pull complete 07:34:00 80192f66455f: Pull complete 07:34:03 2e8e34ca0e6c: Pull complete 07:34:03 a29436f7fd5d: Pull complete 07:34:03 923cac83aea3: Pull complete 07:34:03 25ad8b0a4227: Pull complete 07:34:03 db01528c6b51: Pull complete 07:34:03 28988de357af: Pull complete 07:34:03 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 07:34:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:34:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:34:03 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 07:34:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:34:06 $ docker top 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 -eo pid,comm 07:34:06 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). 07:34:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:34:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:34:06 [ssh-agent] Looking for ssh-agent implementation... 07:34:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:34:06 $ docker exec 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent 07:34:06 SSH_AUTH_SOCK=/tmp/ssh-t0PDqO5TLPav/agent.33 07:34:06 SSH_AGENT_PID=39 07:34:06 Running ssh-add (command line suppressed) 07:34:06 Identity added: /w/workspace/edgex-go/859@tmp/private_key_16809747029903712457.key (/w/workspace/edgex-go/859@tmp/private_key_16809747029903712457.key) 07:34:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:34:06 + git tag --points-at HEAD [Pipeline] } 07:34:06 $ docker exec --env ******** --env ******** 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent -k 07:34:06 unset SSH_AUTH_SOCK; 07:34:06 unset SSH_AGENT_PID; 07:34:06 echo Agent pid 39 killed; 07:34:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:34:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:34:07 [ssh-agent] Looking for ssh-agent implementation... 07:34:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:34:07 $ docker exec 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent 07:34:07 SSH_AUTH_SOCK=/tmp/ssh-P8FbiRCim3ut/agent.73 07:34:07 SSH_AGENT_PID=79 07:34:07 Running ssh-add (command line suppressed) 07:34:07 Identity added: /w/workspace/edgex-go/859@tmp/private_key_1903744813919410012.key (/w/workspace/edgex-go/859@tmp/private_key_1903744813919410012.key) 07:34:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:34:07 + git semver init 07:34:07 2025-06-23 07:34:07,836 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:34:07 2025-06-23 07:34:07,842 [run_init] DEBUG init version:0.0.0 force:False 07:34:07 2025-06-23 07:34:07,843 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/859/.semver 07:34:07 2025-06-23 07:34:07,843 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/859/.semver 07:34:07 2025-06-23 07:34:07,843 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/859/.semver'], cwd=/w/workspace/edgex-go/859, stdin=None, shell=False, universal_newlines=False) 07:34:13 2025-06-23 07:34:12,308 [append_file] DEBUG append to file:/w/workspace/edgex-go/859/.git/info/exclude 07:34:13 2025-06-23 07:34:12,308 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/859/.semver/main with force:False 07:34:13 2025-06-23 07:34:12,308 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 07:34:13 2025-06-23 07:34:12,308 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 07:34:13 4.1.0-dev.27 [Pipeline] } 07:34:13 $ docker exec --env ******** --env ******** 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 ssh-agent -k 07:34:13 unset SSH_AUTH_SOCK; 07:34:13 unset SSH_AGENT_PID; 07:34:13 echo Agent pid 79 killed; 07:34:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:34:13 + git semver [Pipeline] } 07:34:13 $ docker stop --time=1 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 07:34:15 $ docker rm -f --volumes 578f2c48694e9df15744f848fc569bff018a8978c4f8c16cf3a36a11efe890d1 [Pipeline] // withDockerContainer [Pipeline] sh 07:34:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:34:15 Stashed 1 file(s) [Pipeline] echo 07:34:15 [edgeXSemver]: initialized semver on version 4.1.0-dev.27 [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 07:34:16 + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] echo 07:34:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:34:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:34:16 ========================================================= 07:34:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:34:16 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:34:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:34:16 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:34:16 0a9a5dfd008f: Pulling fs layer 07:34:16 36466aa92d05: Pulling fs layer 07:34:16 e10405b45d13: Pulling fs layer 07:34:16 096b7ceb2af7: Pulling fs layer 07:34:16 4f4fb700ef54: Pulling fs layer 07:34:16 8213a616a21b: Pulling fs layer 07:34:16 985586143405: Pulling fs layer 07:34:16 0eae2285b678: Pulling fs layer 07:34:16 d3ac315be8c5: Pulling fs layer 07:34:16 985586143405: Waiting 07:34:16 096b7ceb2af7: Waiting 07:34:16 0eae2285b678: Waiting 07:34:16 4f4fb700ef54: Waiting 07:34:16 d3ac315be8c5: Waiting 07:34:16 8213a616a21b: Waiting 07:34:16 36466aa92d05: Verifying Checksum 07:34:16 36466aa92d05: Download complete 07:34:16 096b7ceb2af7: Verifying Checksum 07:34:16 096b7ceb2af7: Download complete 07:34:16 4f4fb700ef54: Verifying Checksum 07:34:16 4f4fb700ef54: Download complete 07:34:16 8213a616a21b: Download complete 07:34:16 0a9a5dfd008f: Verifying Checksum 07:34:16 0a9a5dfd008f: Download complete 07:34:16 985586143405: Verifying Checksum 07:34:16 985586143405: Download complete 07:34:16 0a9a5dfd008f: Pull complete 07:34:16 d3ac315be8c5: Verifying Checksum 07:34:16 d3ac315be8c5: Download complete 07:34:16 36466aa92d05: Pull complete 07:34:17 e10405b45d13: Download complete 07:34:17 0eae2285b678: Verifying Checksum 07:34:17 0eae2285b678: Download complete 07:34:20 e10405b45d13: Pull complete 07:34:20 096b7ceb2af7: Pull complete 07:34:20 4f4fb700ef54: Pull complete 07:34:20 8213a616a21b: Pull complete 07:34:20 985586143405: Pull complete 07:34:22 0eae2285b678: Pull complete 07:34:23 d3ac315be8c5: Pull complete 07:34:23 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 07:34:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:34:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 07:34:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:34:23 WORKDIR /edgex 07:34:23 COPY go.mod . 07:34:23 RUN go mod download 07:34:23 + docker build -t ci-base-image-x86_64 -f - . 07:34:24 Sending build context to Docker daemon 185.9MB 07:34:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:34:24 ---> ea6120ae94a0 07:34:24 Step 2/4 : WORKDIR /edgex 07:34:26 ---> Running in 375462f0f1f7 07:34:26 Removing intermediate container 375462f0f1f7 07:34:26 ---> 1740dc9b530e 07:34:26 Step 3/4 : COPY go.mod . 07:34:26 ---> e464d20d583f 07:34:26 Step 4/4 : RUN go mod download 07:34:26 ---> Running in d6ca6697fb19 07:34:30 Still waiting to schedule task 07:34:30 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:34:58 Removing intermediate container d6ca6697fb19 07:34:58 ---> bbdbc674c8f0 07:34:58 Successfully built bbdbc674c8f0 07:34:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:58 + docker inspect -f . ci-base-image-x86_64 07:34:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:34:59 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 07:34:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:34:59 $ docker top 4e1437bb004e87e5309dda8a475eac040e7c47488b1d9ef16cb0f21eb6bebd2d -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:59 + go version 07:34:59 go version go1.23.9 linux/amd64 [Pipeline] } 07:34:59 $ docker stop --time=1 4e1437bb004e87e5309dda8a475eac040e7c47488b1d9ef16cb0f21eb6bebd2d 07:35:01 $ docker rm -f --volumes 4e1437bb004e87e5309dda8a475eac040e7c47488b1d9ef16cb0f21eb6bebd2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:03 + docker inspect -f . ci-base-image-x86_64 07:35:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:04 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 07:35:04 $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:35:04 $ docker top ece18b0ccb34423fdf049d9fde07b4cc9e5a18cf69bc2f72bb58dfc0feb9e896 -eo pid,comm [Pipeline] { [Pipeline] echo 07:35:04 ========================================================= 07:35:04 [edgeXBuildGoParallel] Running Tests and Build... 07:35:04 ========================================================= [Pipeline] sh 07:35:05 + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] fileExists [Pipeline] sh 07:35:05 + make test 07:35:05 go test -race -coverprofile=coverage.out ./... 07:35:13 ? github.com/edgexfoundry/edgex-go [no test files] 07:35:40 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 07:35:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:35:40 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 07:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 07:35:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 07:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 07:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 07:35:40 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 07:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 07:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 07:35:41 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:35:41 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 07:35:41 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 07:35:41 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 07:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements 07:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements 07:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 46.3% of statements 07:35:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.934s coverage: 93.4% of statements 07:35:43 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.3% of statements 07:35:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 07:35:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 07:35:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.048s coverage: 8.4% of statements 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:35:44 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 07:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 07:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.332s coverage: 95.8% of statements 07:35:46 ok github.com/edgexfoundry/edgex-go/internal/io 1.034s coverage: 72.2% of statements 07:35:46 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 07:35:46 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 07:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:35:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 07:35:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 07:35:46 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 07:35:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] 07:35:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 1.0% of statements 07:35:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements 07:35:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.012s coverage: 81.1% of statements 07:35:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.016s coverage: 40.0% of statements 07:35:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements 07:35:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements 07:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 07:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 07:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 07:35:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.025s coverage: 96.3% of statements 07:35:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 07:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 07:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 07:35:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 07:35:50 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 07:35:51 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 07:35:53 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 07:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:35:54 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 07:35:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 07:35:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 07:35:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 07:35:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 07:35:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 07:35:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 07:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 07:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 07:35:59 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.030s coverage: 94.4% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 07:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 07:36:01 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 07:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 07:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 07:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 07:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 07:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 07:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:36:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 07:36:04 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:36:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 07:36:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 07:36:04 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 07:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 07:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:36:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.042s coverage: 92.9% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 47.4% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.085s coverage: 81.8% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.047s coverage: 6.8% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.042s coverage: 33.3% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.175s coverage: 54.5% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.016s coverage: 89.4% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.012s coverage: 100.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.011s coverage: 100.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.024s coverage: 100.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.141s coverage: 29.2% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.025s coverage: 3.1% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.115s coverage: 94.9% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements 07:36:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 07:36:12 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 07:36:12 running golangci-lint 07:36:12 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 07:36:12 go version go1.23.9 linux/amd64 07:36:12 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 07:36:12 level=info msg="[config_reader] Used config file .golangci.yml" 07:36:12 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 07:36:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3773 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 07:36:13 Running in /w/workspace/edgex-go/859 [Pipeline] { [Pipeline] checkout 07:36:16 The recommended git tool is: git 07:36:21 using credential edgex-jenkins-ssh 07:36:21 Cloning the remote Git repository 07:36:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:36:21 > git init /w/workspace/edgex-go/859 # timeout=10 07:36:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:36:21 > git --version # timeout=10 07:36:21 > git --version # 'git version 2.25.1' 07:36:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:38 level=info msg="[loader] Go packages loading at mode 575 (deps|files|imports|name|types_sizes|compiled_files|exports_file) took 22.446774372s" 07:36:38 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 57.862324ms" 07:36:39 Avoid second fetch 07:36:39 Checking out Revision edd24ad75155bd1cc625599aa20a87c8d300eed2 (main) 07:36:40 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5187)" 07:36:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:36:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:40 > git config core.sparsecheckout # timeout=10 07:36:40 > git checkout -f edd24ad75155bd1cc625599aa20a87c8d300eed2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:36:45 % Total % Received % Xferd Average Speed Time Time Time Current 07:36:45 Dload Upload Total Spent Left Speed 07:36:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 84277 0 --:--:-- --:--:-- --:--:-- 84277 [Pipeline] sh 07:36:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:36:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:36:46 + sudo tee /etc/docker/daemon.new 07:36:46 { 07:36:46 "registry-mirrors": [ 07:36:46 "https://nexus3.edgexfoundry.org:10001" 07:36:46 ], 07:36:46 "bip": "10.250.0.254/24", 07:36:46 "hosts": [ 07:36:46 "tcp://0.0.0.0:5555", 07:36:46 "unix:///var/run/docker.sock" 07:36:46 ], 07:36:46 "mtu": 1458, 07:36:46 "selinux-enabled": true, 07:36:46 "seccomp-profile": "/etc/docker/seccomp.json" 07:36:46 } [Pipeline] sh 07:36:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:36:47 + sudo service docker restart 07:36:48 level=info msg="[linters_context/goanalysis] analyzers took 2m3.24672538s with top 10 stages: buildir: 1m5.471562191s, gosec: 4.719497913s, inspect: 2.699156108s, fact_deprecated: 2.503383394s, printf: 2.466651016s, ctrlflow: 1.505624444s, S1038: 1.335330303s, ineffassign: 1.222833462s, fact_purity: 1.208331215s, isgenerated: 1.120212199s" 07:36:48 level=info msg="[runner] Issues before processing: 202, after processing: 0" 07:36:48 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, exclude-rules: 202/20, nolint: 20/0, invalid_issue: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, cgo: 202/202, skip_files: 202/202, exclude: 202/202, skip_dirs: 202/202, identifier_marker: 202/202" 07:36:48 level=info msg="[runner] processing took 28.895898ms with stages: nolint: 17.882806ms, identifier_marker: 5.602024ms, path_prettifier: 1.721386ms, exclude-rules: 1.600274ms, autogenerated_exclude: 1.332273ms, skip_dirs: 631.791µs, filename_unadjuster: 47.081µs, invalid_issue: 41.932µs, cgo: 29.261µs, max_same_issues: 1.5µs, uniq_by_line: 760ns, diff: 710ns, fixer: 680ns, skip_files: 570ns, exclude: 480ns, sort_results: 450ns, source_code: 380ns, max_from_linter: 360ns, path_shortener: 340ns, path_prefixer: 320ns, max_per_file_from_linter: 270ns, severity-rules: 250ns" 07:36:48 level=info msg="[runner] linters took 13.615924895s with stages: goanalysis_metalinter: 13.586773659s" 07:36:48 level=info msg="File cache stats: 0 entries of total size 0B" 07:36:48 level=info msg="Memory: 361 samples, avg is 313.7MB, max is 1323.3MB" 07:36:48 level=info msg="Execution took 36.1296166s" 07:36:48 go vet ./... 07:36:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:36:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:36:56 ./bin/test-attribution-txt.sh 07:36:56 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 07:36:56 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 07:36:56 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 07:36:56 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 07:36:56 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 07:36:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 07:36:57 + ls -al . 07:36:57 total 1996 07:36:57 drwxrwxr-x 11 1001 1001 4096 Jun 23 07:35 . 07:36:57 drwxr-xr-x 4 root root 4096 Jun 23 07:35 .. 07:36:57 drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 .blubracket 07:36:57 -rw-rw-r-- 1 1001 1001 10 Jun 23 07:33 .dockerignore 07:36:57 drwxrwxr-x 8 1001 1001 4096 Jun 23 07:36 .git 07:36:57 drwxrwxr-x 3 1001 1001 4096 Jun 23 07:33 .github 07:36:57 -rw-rw-r-- 1 1001 1001 909 Jun 23 07:33 .gitignore 07:36:57 -rw-rw-r-- 1 1001 1001 218 Jun 23 07:33 .golangci.yml 07:36:57 -rw-rw-r-- 1 1001 1001 100 Jun 23 07:33 .hadolint.yml 07:36:57 drwxr-xr-x 3 1001 1001 4096 Jun 23 07:34 .semver 07:36:57 -rw-rw-r-- 1 1001 1001 155 Jun 23 07:33 .sonarcloud.properties 07:36:57 -rw-rw-r-- 1 1001 1001 1171 Jun 23 07:33 ADOPTERS.md 07:36:57 -rw-rw-r-- 1 1001 1001 17374 Jun 23 07:33 Attribution.txt 07:36:57 -rw-rw-r-- 1 1001 1001 108018 Jun 23 07:33 CHANGELOG.md 07:36:57 -rw-rw-r-- 1 1001 1001 3804 Jun 23 07:33 CONTRIBUTING.md 07:36:57 -rw-rw-r-- 1 1001 1001 677 Jun 23 07:33 GOVERNANCE.md 07:36:57 -rw-rw-r-- 1 1001 1001 858 Jun 23 07:33 Jenkinsfile 07:36:57 -rw-rw-r-- 1 1001 1001 10775 Jun 23 07:33 LICENSE 07:36:57 -rw-rw-r-- 1 1001 1001 16740 Jun 23 07:33 Makefile 07:36:57 -rw-rw-r-- 1 1001 1001 582 Jun 23 07:33 OWNERS.md 07:36:57 -rw-rw-r-- 1 1001 1001 9932 Jun 23 07:33 README.md 07:36:57 -rw-rw-r-- 1 1001 1001 789 Jun 23 07:33 SECURITY.md 07:36:57 -rw-rw-r-- 1 1001 1001 12 Jun 23 07:34 VERSION 07:36:57 drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 bin 07:36:57 drwxrwxr-x 19 1001 1001 4096 Jun 23 07:33 cmd 07:36:57 -rw-r--r-- 1 root root 1665452 Jun 23 07:36 coverage.out 07:36:57 drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 fuzz_test 07:36:57 -rw-rw-r-- 1 1001 1001 6473 Jun 23 07:33 go.mod 07:36:57 -rw-rw-r-- 1 1001 1001 88356 Jun 23 07:33 go.sum 07:36:57 drwxrwxr-x 7 1001 1001 4096 Jun 23 07:33 internal 07:36:57 drwxrwxr-x 2 1001 1001 4096 Jun 23 07:33 openapi 07:36:57 -rw-rw-r-- 1 1001 1001 584 Jun 23 07:33 security.txt 07:36:57 -rw-rw-r-- 1 1001 1001 204 Jun 23 07:33 version.go [Pipeline] sh 07:36:57 + '[' -e coverage.out ] 07:36:57 + chown 1001:1001 coverage.out [Pipeline] stash 07:36:57 Stashed 1 file(s) [Pipeline] sh 07:36:57 + make build 07:36:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:37:05 provisioning config files... 07:37:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config10094305929775312186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:37:05 ---> ****-login.sh 07:37:05 nexus3.edgexfoundry.org:10001 07:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:06 Configure a credential helper to remove this warning. See 07:37:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:06 07:37:06 Login Succeeded 07:37:06 nexus3.edgexfoundry.org:10002 07:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:06 Configure a credential helper to remove this warning. See 07:37:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:06 07:37:06 Login Succeeded 07:37:06 nexus3.edgexfoundry.org:10003 07:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:07 Configure a credential helper to remove this warning. See 07:37:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:07 07:37:07 Login Succeeded 07:37:07 nexus3.edgexfoundry.org:10004 07:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:07 Configure a credential helper to remove this warning. See 07:37:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:07 07:37:07 Login Succeeded 07:37:07 ****.io 07:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:37:07 Configure a credential helper to remove this warning. See 07:37:07 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:37:07 07:37:07 Login Succeeded 07:37:07 ---> ****-login.sh ends [Pipeline] } 07:37:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 07:37:08 + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] echo 07:37:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:37:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:37:08 ========================================================= 07:37:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:37:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 07:37:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:37:09 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:37:09 94e9d8af2201: Pulling fs layer 07:37:09 a6c56e8762df: Pulling fs layer 07:37:09 f0f3c8884826: Pulling fs layer 07:37:09 c7e7622c144d: Pulling fs layer 07:37:09 4f4fb700ef54: Pulling fs layer 07:37:09 e8859aadc426: Pulling fs layer 07:37:09 c7e7622c144d: Waiting 07:37:09 b4813487a9f6: Pulling fs layer 07:37:09 4f4fb700ef54: Waiting 07:37:09 502a3d64fb4b: Pulling fs layer 07:37:09 e8859aadc426: Waiting 07:37:09 b4813487a9f6: Waiting 07:37:09 a6c56e8762df: Verifying Checksum 07:37:09 a6c56e8762df: Download complete 07:37:09 c7e7622c144d: Download complete 07:37:09 4f4fb700ef54: Download complete 07:37:09 e8859aadc426: Verifying Checksum 07:37:09 e8859aadc426: Download complete 07:37:09 94e9d8af2201: Verifying Checksum 07:37:09 94e9d8af2201: Download complete 07:37:09 502a3d64fb4b: Verifying Checksum 07:37:09 502a3d64fb4b: Download complete 07:37:10 94e9d8af2201: Pull complete 07:37:10 a6c56e8762df: Pull complete 07:37:11 f0f3c8884826: Verifying Checksum 07:37:11 f0f3c8884826: Download complete 07:37:12 b4813487a9f6: Verifying Checksum 07:37:12 b4813487a9f6: Download complete 07:37:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:37:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:37:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:37:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:37:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:37:27 f0f3c8884826: Pull complete 07:37:27 c7e7622c144d: Pull complete 07:37:27 4f4fb700ef54: Pull complete 07:37:27 e8859aadc426: Pull complete 07:37:31 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:37:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:37:33 b4813487a9f6: Pull complete 07:37:35 502a3d64fb4b: Pull complete 07:37:35 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 07:37:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:37:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 07:37:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:37:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:37:35 WORKDIR /edgex 07:37:35 COPY go.mod . 07:37:35 RUN go mod download 07:37:35 + docker build -t ci-base-image-arm64 -f - . 07:37:36 Sending build context to Docker daemon 3.704MB 07:37:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:37:36 ---> 3bb21d53e231 07:37:36 Step 2/4 : WORKDIR /edgex 07:37:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:37:38 ---> Running in 72befa1b6484 07:37:38 Removing intermediate container 72befa1b6484 07:37:38 ---> fbf8c7818910 07:37:38 Step 3/4 : COPY go.mod . 07:37:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:37:39 ---> 8fd63c0ecfb3 07:37:39 Step 4/4 : RUN go mod download 07:37:39 ---> Running in 15aa93214997 07:37:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:37:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 07:37:42 $ docker stop --time=1 ece18b0ccb34423fdf049d9fde07b4cc9e5a18cf69bc2f72bb58dfc0feb9e896 07:37:45 $ docker rm -f --volumes ece18b0ccb34423fdf049d9fde07b4cc9e5a18cf69bc2f72bb58dfc0feb9e896 [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 07:37:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:37:46 07:37:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:37:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:37:46 latest: Pulling from edgex-devops/edgex-compose 07:37:46 91d30c5bc195: Pulling fs layer 07:37:46 2e9b0aa3be6d: Pulling fs layer 07:37:46 9c61dcf015f6: Pulling fs layer 07:37:46 4698f68db338: Pulling fs layer 07:37:46 2a2f49069b9e: Pulling fs layer 07:37:46 e0025b399a48: Pulling fs layer 07:37:46 4698f68db338: Waiting 07:37:46 2a2f49069b9e: Waiting 07:37:46 e0025b399a48: Waiting 07:37:46 91d30c5bc195: Verifying Checksum 07:37:46 91d30c5bc195: Download complete 07:37:46 4698f68db338: Verifying Checksum 07:37:46 4698f68db338: Download complete 07:37:46 2e9b0aa3be6d: Verifying Checksum 07:37:46 2e9b0aa3be6d: Download complete 07:37:46 e0025b399a48: Verifying Checksum 07:37:46 e0025b399a48: Download complete 07:37:46 91d30c5bc195: Pull complete 07:37:46 2a2f49069b9e: Download complete 07:37:47 2e9b0aa3be6d: Pull complete 07:37:47 9c61dcf015f6: Verifying Checksum 07:37:47 9c61dcf015f6: Download complete 07:37:49 9c61dcf015f6: Pull complete 07:37:49 4698f68db338: Pull complete 07:37:49 2a2f49069b9e: Pull complete 07:37:49 e0025b399a48: Pull complete 07:37:49 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 07:37:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:37:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:37:49 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 07:37:50 $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:37:51 $ docker top dae67b218a4083abebd10faa645aeb9558400bd66ee4887d882448929839f7d3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:51 + docker compose -f ./docker-compose-build.yml build --parallel 07:37:54 #1 [core-metadata internal] load build definition from Dockerfile 07:37:54 #1 transferring dockerfile: 2.10kB done 07:37:54 #1 DONE 0.0s 07:37:54 07:37:54 #2 [support-notifications internal] load build definition from Dockerfile 07:37:54 #2 transferring dockerfile: 2.00kB done 07:37:54 #2 DONE 0.0s 07:37:54 07:37:54 #3 [core-data internal] load build definition from Dockerfile 07:37:54 #3 transferring dockerfile: 2.04kB done 07:37:54 #3 DONE 0.0s 07:37:54 07:37:54 #4 [support-scheduler internal] load build definition from Dockerfile 07:37:54 #4 transferring dockerfile: 1.83kB done 07:37:54 #4 DONE 0.0s 07:37:54 07:37:54 #5 [security-bootstrapper internal] load build definition from Dockerfile 07:37:54 #5 transferring dockerfile: 3.02kB done 07:37:54 #5 DONE 0.0s 07:37:54 07:37:54 #6 [security-proxy-setup internal] load build definition from Dockerfile 07:37:54 #6 transferring dockerfile: 2.50kB done 07:37:54 #6 DONE 0.0s 07:37:54 07:37:54 #7 [security-secretstore-setup internal] load build definition from Dockerfile 07:37:54 #7 transferring dockerfile: 2.49kB done 07:37:54 #7 DONE 0.0s 07:37:54 07:37:54 #8 [security-spire-server internal] load build definition from Dockerfile 07:37:54 #8 transferring dockerfile: 1.70kB done 07:37:54 #8 DONE 0.0s 07:37:54 07:37:54 #9 [core-command internal] load build definition from Dockerfile 07:37:54 #9 transferring dockerfile: 1.94kB done 07:37:54 #9 DONE 0.0s 07:37:54 07:37:54 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:37:54 #10 transferring dockerfile: 1.89kB done 07:37:54 #10 DONE 0.0s 07:37:54 07:37:54 #11 [security-proxy-auth internal] load build definition from Dockerfile 07:37:54 #11 transferring dockerfile: 2.14kB done 07:37:54 #11 DONE 0.0s 07:37:54 07:37:54 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:37:54 #12 transferring dockerfile: 2.23kB done 07:37:54 #12 DONE 0.0s 07:37:54 07:37:54 #13 [security-spire-config internal] load build definition from Dockerfile 07:37:54 #13 transferring dockerfile: 1.69kB done 07:37:54 #13 DONE 0.0s 07:37:54 07:37:54 #14 [core-keeper internal] load build definition from Dockerfile 07:37:54 #14 transferring dockerfile: 2.01kB done 07:37:54 #14 DONE 0.0s 07:37:54 07:37:54 #15 [core-metadata internal] load .dockerignore 07:37:54 #15 transferring context: 07:37:54 #15 transferring context: 50B done 07:37:54 #15 DONE 0.0s 07:37:54 07:37:54 #16 [security-spire-agent internal] load build definition from Dockerfile 07:37:54 #16 transferring dockerfile: 1.81kB done 07:37:54 #16 DONE 0.0s 07:37:54 07:37:54 #17 [support-notifications internal] load .dockerignore 07:37:54 #17 transferring context: 50B done 07:37:54 #17 DONE 0.0s 07:37:54 07:37:54 #18 [core-data internal] load .dockerignore 07:37:54 #18 transferring context: 50B done 07:37:54 #18 DONE 0.0s 07:37:54 07:37:54 #19 [support-scheduler internal] load .dockerignore 07:37:54 #19 transferring context: 50B done 07:37:54 #19 DONE 0.0s 07:37:54 07:37:54 #20 [security-bootstrapper internal] load .dockerignore 07:37:54 #20 transferring context: 50B done 07:37:54 #20 DONE 0.0s 07:37:54 07:37:54 #21 [security-proxy-setup internal] load .dockerignore 07:37:54 #21 transferring context: 50B done 07:37:54 #21 DONE 0.0s 07:37:54 07:37:54 #22 [security-secretstore-setup internal] load .dockerignore 07:37:54 #22 transferring context: 50B done 07:37:54 #22 DONE 0.0s 07:37:54 07:37:54 #23 [security-spire-server internal] load .dockerignore 07:37:54 #23 transferring context: 50B done 07:37:54 #23 DONE 0.0s 07:37:54 07:37:54 #24 [core-command internal] load .dockerignore 07:37:54 #24 transferring context: 50B done 07:37:54 #24 DONE 0.0s 07:37:54 07:37:54 #25 [security-spiffe-token-provider internal] load .dockerignore 07:37:54 #25 transferring context: 50B done 07:37:54 #25 DONE 0.0s 07:37:54 07:37:54 #26 [core-common-config-bootstrapper internal] load .dockerignore 07:37:54 #26 transferring context: 50B done 07:37:54 #26 DONE 0.0s 07:37:54 07:37:54 #27 [security-proxy-auth internal] load .dockerignore 07:37:54 #27 transferring context: 50B done 07:37:54 #27 DONE 0.0s 07:37:54 07:37:54 #28 [security-spire-config internal] load .dockerignore 07:37:54 #28 transferring context: 50B done 07:37:54 #28 DONE 0.0s 07:37:54 07:37:54 #29 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 07:37:54 #29 DONE 0.1s 07:37:54 07:37:54 #30 [security-spire-agent internal] load .dockerignore 07:37:54 #30 transferring context: 50B done 07:37:54 #30 DONE 0.0s 07:37:54 07:37:54 #31 [core-keeper internal] load .dockerignore 07:37:54 #31 transferring context: 50B done 07:37:54 #31 DONE 0.0s 07:37:54 07:37:54 #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:37:54 #32 DONE 0.0s 07:37:54 07:37:54 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:37:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:37:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:37:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:37:54 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:37:54 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:37:54 #33 DONE 0.1s 07:37:54 07:37:54 #32 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:37:54 #32 DONE 0.0s 07:37:54 07:37:54 #29 [core-data internal] load metadata for docker.io/library/alpine:3.20 07:37:54 #29 DONE 0.1s 07:37:54 07:37:54 #34 [support-notifications internal] load build context 07:37:54 #34 ... 07:37:54 07:37:54 #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:37:54 #32 DONE 0.0s 07:37:54 07:37:54 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:37:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:37:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:37:54 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:37:54 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:37:54 #33 DONE 0.1s 07:37:54 07:37:54 #34 [support-notifications internal] load build context 07:37:54 #34 ... 07:37:54 07:37:54 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:37:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:37:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:37:54 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:37:54 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:37:54 #33 DONE 0.1s 07:37:54 07:37:54 #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:37:54 #32 DONE 0.0s 07:37:54 07:37:54 #34 [support-notifications internal] load build context 07:37:54 #34 ... 07:37:54 07:37:54 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:37:54 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:37:54 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:37:54 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:37:54 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:37:54 #33 DONE 0.1s 07:37:54 07:37:54 #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 07:37:54 #32 DONE 0.0s 07:37:54 07:37:54 #29 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 07:37:54 #29 DONE 0.3s 07:37:54 07:37:54 #34 [support-notifications internal] load build context 07:37:55 #34 ... 07:37:55 07:37:55 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:37:55 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:37:55 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:37:55 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:37:55 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:37:55 #33 DONE 0.1s 07:37:55 07:37:55 #34 [support-notifications internal] load build context 07:37:55 #34 ... 07:37:55 07:37:55 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 07:37:55 #35 DONE 0.9s 07:37:55 07:37:55 #34 [support-notifications internal] load build context 07:37:59 #34 transferring context: 205.68MB 4.8s 07:38:00 #34 ... 07:38:00 07:38:00 #36 [core-metadata internal] load build context 07:38:00 #36 ... 07:38:00 07:38:00 #34 [support-notifications internal] load build context 07:38:02 #34 ... 07:38:02 07:38:02 #37 [core-data builder 2/7] WORKDIR /edgex-go 07:38:02 #37 DONE 7.4s 07:38:02 07:38:02 #34 [support-notifications internal] load build context 07:38:02 #34 ... 07:38:02 07:38:02 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:38:02 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:38:02 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:38:02 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:38:02 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:38:02 #33 DONE 0.1s 07:38:02 07:38:02 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:38:02 #38 DONE 7.7s 07:38:02 07:38:02 #34 [support-notifications internal] load build context 07:38:04 #34 transferring context: 477.79MB 9.9s 07:38:04 #34 ... 07:38:04 07:38:04 #39 [core-data internal] load build context 07:38:04 #39 ... 07:38:04 07:38:04 #40 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:38:05 #40 ... 07:38:05 07:38:05 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:38:05 #41 ... 07:38:05 07:38:05 #42 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:38:05 #42 ... 07:38:05 07:38:05 #43 [security-proxy-setup internal] load build context 07:38:05 #43 transferring context: 508.15MB 10.3s done 07:38:05 #43 ... 07:38:05 07:38:05 #44 [core-command internal] load build context 07:38:05 #44 ... 07:38:05 07:38:05 #45 [core-common-config-bootstrapper internal] load build context 07:38:05 #45 ... 07:38:05 07:38:05 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:05 #46 ... 07:38:05 07:38:05 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:38:05 #47 ... 07:38:05 07:38:05 #48 [security-bootstrapper internal] load build context 07:38:05 #48 ... 07:38:05 07:38:05 #49 [core-keeper internal] load build context 07:38:05 #49 ... 07:38:05 07:38:05 #50 [security-proxy-auth internal] load build context 07:38:05 #50 transferring context: 508.15MB 9.7s done 07:38:05 #50 ... 07:38:05 07:38:05 #51 [support-scheduler internal] load build context 07:38:06 #51 ... 07:38:06 07:38:06 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:38:06 #0 1.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:06 #0 1.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:06 #0 1.826 (1/7) Installing ca-certificates (20241121-r1) 07:38:06 #0 1.865 (2/7) Installing dumb-init (1.2.5-r3) 07:38:06 #0 1.869 (3/7) Installing libgcc (13.2.1_git20240309-r1) 07:38:06 #0 1.874 (4/7) Installing libsodium (1.0.19-r0) 07:38:06 #0 1.883 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 07:38:06 #0 1.910 (6/7) Installing libzmq (4.3.5-r2) 07:38:06 #0 1.920 (7/7) Installing zeromq (4.3.5-r2) 07:38:06 #0 1.923 Executing busybox-1.36.1-r29.trigger 07:38:06 #0 1.931 Executing ca-certificates-20241121-r1.trigger 07:38:06 #0 1.969 OK: 12 MiB in 21 packages 07:38:06 #52 ... 07:38:06 07:38:06 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:38:06 #53 ... 07:38:06 07:38:06 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:38:06 #54 ... 07:38:06 07:38:06 #55 [security-secretstore-setup internal] load build context 07:38:06 #55 ... 07:38:06 07:38:06 #56 [security-spiffe-token-provider internal] load build context 07:38:06 #56 ... 07:38:06 07:38:06 #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:38:06 #0 1.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:06 #0 1.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:06 #0 2.051 (1/1) Installing dumb-init (1.2.5-r3) 07:38:06 #0 2.052 Executing busybox-1.36.1-r29.trigger 07:38:06 #0 2.074 OK: 8 MiB in 15 packages 07:38:06 #57 ... 07:38:06 07:38:06 #58 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:38:06 #58 ... 07:38:06 07:38:06 #56 [security-spiffe-token-provider internal] load build context 07:38:07 #56 transferring context: 508.15MB 12.3s done 07:38:11 #56 ... 07:38:11 07:38:11 #36 [core-metadata internal] load build context 07:38:11 #36 transferring context: 508.15MB 11.7s done 07:38:11 #36 ... 07:38:11 07:38:11 #55 [security-secretstore-setup internal] load build context 07:38:11 #55 transferring context: 508.15MB 14.3s done 07:38:12 #55 ... 07:38:12 07:38:12 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:38:12 #59 ... 07:38:12 07:38:12 #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:12 #60 ... 07:38:12 07:38:12 #61 [security-spire-config internal] load build context 07:38:12 #61 ... 07:38:12 07:38:12 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:38:13 #62 ... 07:38:13 07:38:13 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:38:13 #63 ... 07:38:13 07:38:13 #64 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:38:13 #64 ... 07:38:13 07:38:13 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:38:13 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 07:38:13 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:38:13 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 07:38:13 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 07:38:13 #33 DONE 0.1s 07:38:13 07:38:13 #58 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:38:13 #58 DONE 18.3s 07:38:13 07:38:13 #34 [support-notifications internal] load build context 07:38:13 #34 transferring context: 508.15MB 10.5s done 07:38:13 #34 DONE 18.6s 07:38:13 07:38:13 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:38:13 #65 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done 07:38:13 #65 DONE 0.0s 07:38:13 07:38:13 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:38:13 #52 DONE 18.6s 07:38:13 07:38:13 #50 [security-proxy-auth internal] load build context 07:38:13 #50 DONE 18.3s 07:38:13 07:38:13 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:13 #66 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10.7s done 07:38:13 #66 ... 07:38:13 07:38:13 #49 [core-keeper internal] load build context 07:38:13 #49 transferring context: 508.15MB 10.9s done 07:38:13 #49 DONE 18.3s 07:38:13 07:38:13 #44 [core-command internal] load build context 07:38:13 #44 transferring context: 508.15MB 10.7s done 07:38:13 #44 DONE 18.4s 07:38:13 07:38:13 #43 [security-proxy-setup internal] load build context 07:38:13 #43 DONE 18.6s 07:38:13 07:38:13 #45 [core-common-config-bootstrapper internal] load build context 07:38:13 #45 transferring context: 508.15MB 11.2s done 07:38:13 #45 DONE 18.5s 07:38:13 07:38:13 #56 [security-spiffe-token-provider internal] load build context 07:38:13 #56 DONE 18.5s 07:38:13 07:38:13 #39 [core-data internal] load build context 07:38:13 #39 transferring context: 508.15MB 12.9s done 07:38:13 #39 DONE 18.7s 07:38:13 07:38:13 #48 [security-bootstrapper internal] load build context 07:38:13 #48 transferring context: 508.15MB 13.4s done 07:38:13 #48 DONE 18.6s 07:38:13 07:38:13 #51 [support-scheduler internal] load build context 07:38:13 #51 transferring context: 508.15MB 13.9s done 07:38:13 #51 DONE 18.6s 07:38:13 07:38:13 #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:38:13 #57 DONE 18.9s 07:38:13 07:38:13 #36 [core-metadata internal] load build context 07:38:13 #36 DONE 18.8s 07:38:13 07:38:13 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:13 #66 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 07:38:13 #66 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s 07:38:13 #66 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s 07:38:13 #66 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.0s 07:38:13 #66 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:38:13 #66 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 07:38:13 #66 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 07:38:13 #66 ... 07:38:13 07:38:13 #67 [security-spire-server internal] load build context 07:38:13 #67 transferring context: 23.80kB done 07:38:13 #67 DONE 10.9s 07:38:13 07:38:13 #55 [security-secretstore-setup internal] load build context 07:38:13 #55 DONE 18.5s 07:38:13 07:38:13 #61 [security-spire-config internal] load build context 07:38:13 #61 transferring context: 22.05kB done 07:38:13 #61 DONE 10.9s 07:38:13 07:38:13 #68 [security-spire-agent internal] load build context 07:38:13 #68 transferring context: 23.33kB done 07:38:13 #68 DONE 0.2s 07:38:13 07:38:13 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:13 #66 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 07:38:13 #66 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:38:13 #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 07:38:13 #66 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 07:38:13 #66 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:38:13 #66 ... 07:38:13 07:38:13 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:38:13 #69 ... 07:38:13 07:38:13 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:13 #66 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 07:38:13 #66 ... 07:38:13 07:38:13 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:13 #46 DONE 18.9s 07:38:13 07:38:13 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:13 #66 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 07:38:13 #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10.49MB / 36.47MB 0.6s 07:38:14 #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.7s 07:38:14 #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 28.31MB / 36.47MB 0.8s 07:38:14 #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s 07:38:14 #66 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s done 07:38:14 #66 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 07:38:14 #66 ... 07:38:14 07:38:14 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:38:14 #41 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:14 #41 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:14 #41 19.40 (1/1) Installing dumb-init (1.2.5-r3) 07:38:14 #41 19.40 Executing busybox-1.36.1-r29.trigger 07:38:14 #41 19.41 OK: 8 MiB in 15 packages 07:38:14 #41 DONE 19.7s 07:38:14 07:38:14 #42 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:38:14 #42 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:14 #42 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:14 #42 19.33 (1/3) Installing ca-certificates (20241121-r1) 07:38:14 #42 19.35 (2/3) Installing dumb-init (1.2.5-r3) 07:38:14 #42 19.35 (3/3) Installing tzdata (2025b-r0) 07:38:14 #42 19.39 Executing busybox-1.36.1-r29.trigger 07:38:14 #42 19.39 Executing ca-certificates-20241121-r1.trigger 07:38:14 #42 19.42 OK: 10 MiB in 17 packages 07:38:14 #42 DONE 19.6s 07:38:14 07:38:14 #40 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:38:14 #40 18.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:14 #40 19.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:14 #40 19.35 (1/2) Installing dumb-init (1.2.5-r3) 07:38:14 #40 19.35 (2/2) Installing su-exec (0.2-r3) 07:38:14 #40 19.36 Executing busybox-1.36.1-r29.trigger 07:38:14 #40 19.36 OK: 8 MiB in 16 packages 07:38:14 #40 DONE 19.7s 07:38:14 07:38:14 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:14 #66 ... 07:38:14 07:38:14 #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:14 #60 DONE 12.1s 07:38:14 07:38:14 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:38:14 #47 18.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:14 #47 19.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:14 #47 19.36 (1/4) Installing dumb-init (1.2.5-r3) 07:38:14 #47 19.37 (2/4) Installing openssl (3.3.3-r0) 07:38:14 #47 19.38 (3/4) Installing su-exec (0.2-r3) 07:38:14 #47 19.38 (4/4) Installing yq-go (4.44.1-r2) 07:38:14 #47 19.46 Executing busybox-1.36.1-r29.trigger 07:38:14 #47 19.48 OK: 19 MiB in 18 packages 07:38:14 #47 DONE 19.8s 07:38:14 07:38:14 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:38:14 #54 18.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:14 #54 18.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:14 #54 19.25 (1/4) Installing ca-certificates (20241121-r1) 07:38:14 #54 19.27 (2/4) Installing dumb-init (1.2.5-r3) 07:38:14 #54 19.27 (3/4) Installing su-exec (0.2-r3) 07:38:14 #54 19.28 (4/4) Installing yq-go (4.44.1-r2) 07:38:14 #54 19.37 Executing busybox-1.36.1-r29.trigger 07:38:14 #54 19.38 Executing ca-certificates-20241121-r1.trigger 07:38:14 #54 19.44 OK: 19 MiB in 18 packages 07:38:14 #54 DONE 19.6s 07:38:14 07:38:14 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:15 #66 ... 07:38:15 07:38:15 #63 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 07:38:15 #63 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #63 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #63 12.36 OK: 248 MiB in 58 packages 07:38:15 #63 DONE 13.0s 07:38:15 07:38:15 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:15 #66 ... 07:38:15 07:38:15 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:38:15 #0 1.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #0 1.330 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #0 1.651 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:38:15 #0 1.651 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:38:15 #0 1.651 OK: 24171 distinct packages available 07:38:15 #0 1.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #0 1.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #0 2.104 (1/4) Installing dumb-init (1.2.5-r3) 07:38:15 #0 2.107 (2/4) Installing musl-obstack (1.2.3-r2) 07:38:15 #0 2.110 (3/4) Installing libucontext (1.2-r3) 07:38:15 #0 2.113 (4/4) Installing gcompat (1.1.0-r4) 07:38:15 #0 2.118 Executing busybox-1.36.1-r29.trigger 07:38:15 #0 2.125 OK: 8 MiB in 18 packages 07:38:15 #70 DONE 2.4s 07:38:15 07:38:15 #71 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:38:15 #71 DONE 0.3s 07:38:15 07:38:15 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:15 #66 ... 07:38:15 07:38:15 #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:38:15 #65 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 07:38:15 #65 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 07:38:15 #65 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 07:38:15 #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 07:38:15 #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 07:38:15 #65 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done 07:38:15 #65 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.0s done 07:38:15 #65 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 07:38:15 #65 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.8s done 07:38:15 #65 DONE 2.3s 07:38:15 07:38:15 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:15 #66 ... 07:38:15 07:38:15 #64 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:38:15 #64 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #64 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #64 13.19 OK: 248 MiB in 58 packages 07:38:15 #64 DONE 13.4s 07:38:15 07:38:15 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:38:15 #62 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #62 12.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #62 13.21 OK: 248 MiB in 58 packages 07:38:15 #62 DONE 13.4s 07:38:15 07:38:15 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:38:15 #53 18.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #53 19.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #53 20.14 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:38:15 #53 20.14 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:38:15 #53 20.14 OK: 24171 distinct packages available 07:38:15 #53 20.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:15 #53 20.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:15 #53 20.68 (1/14) Installing ca-certificates (20241121-r1) 07:38:15 #53 20.69 (2/14) Installing brotli-libs (1.1.0-r2) 07:38:15 #53 20.71 (3/14) Installing c-ares (1.33.1-r0) 07:38:15 #53 20.71 (4/14) Installing libunistring (1.2-r0) 07:38:15 #53 20.73 (5/14) Installing libidn2 (2.3.7-r0) 07:38:15 #53 20.73 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:38:15 #53 20.74 (7/14) Installing libpsl (0.21.5-r1) 07:38:15 #53 20.74 (8/14) Installing zstd-libs (1.5.6-r0) 07:38:15 #53 20.75 (9/14) Installing libcurl (8.12.1-r0) 07:38:15 #53 20.75 (10/14) Installing curl (8.12.1-r0) 07:38:15 #53 20.76 (11/14) Installing dumb-init (1.2.5-r3) 07:38:15 #53 20.76 (12/14) Installing musl-obstack (1.2.3-r2) 07:38:15 #53 20.77 (13/14) Installing libucontext (1.2-r3) 07:38:15 #53 20.77 (14/14) Installing gcompat (1.1.0-r4) 07:38:15 #53 20.77 Executing busybox-1.36.1-r29.trigger 07:38:15 #53 20.80 Executing ca-certificates-20241121-r1.trigger 07:38:15 #53 20.84 OK: 13 MiB in 28 packages 07:38:15 #53 DONE 21.0s 07:38:15 07:38:15 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:15 #66 ... 07:38:15 07:38:15 #72 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:38:15 #72 DONE 0.1s 07:38:15 07:38:15 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:38:15 #73 DONE 0.1s 07:38:15 07:38:15 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:16 #66 ... 07:38:16 07:38:16 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:38:16 #59 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:16 #59 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:16 #59 13.48 OK: 248 MiB in 58 packages 07:38:16 #59 DONE 13.7s 07:38:16 07:38:16 #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:38:16 #74 DONE 0.1s 07:38:16 07:38:16 #66 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:38:16 #66 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done 07:38:16 #66 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done 07:38:16 #66 DONE 14.1s 07:38:16 07:38:16 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:38:16 #69 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:16 #69 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:16 #69 13.54 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:38:16 #69 13.54 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:38:16 #69 13.54 OK: 24171 distinct packages available 07:38:16 #69 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:16 #69 13.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:16 #69 14.22 OK: 248 MiB in 58 packages 07:38:17 #69 ... 07:38:17 07:38:17 #75 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:38:17 #0 2.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:17 #0 2.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:17 #0 3.254 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:38:17 #0 3.254 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:38:17 #0 3.254 OK: 24171 distinct packages available 07:38:17 #0 3.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:17 #0 3.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:17 #0 3.709 (1/5) Installing dumb-init (1.2.5-r3) 07:38:17 #0 3.712 (2/5) Installing musl-obstack (1.2.3-r2) 07:38:17 #0 3.715 (3/5) Installing libucontext (1.2-r3) 07:38:17 #0 3.718 (4/5) Installing gcompat (1.1.0-r4) 07:38:17 #0 3.722 (5/5) Installing openssl (3.3.3-r0) 07:38:17 #0 3.733 Executing busybox-1.36.1-r29.trigger 07:38:17 #0 3.746 OK: 9 MiB in 19 packages 07:38:17 #75 DONE 4.0s 07:38:17 07:38:17 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:38:17 #69 DONE 14.4s 07:38:17 07:38:17 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:38:17 #0 1.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:17 #0 1.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:17 #0 2.191 OK: 19 MiB in 18 packages 07:38:17 #76 DONE 2.4s 07:38:17 07:38:17 #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:38:17 #77 DONE 0.0s 07:38:17 07:38:17 #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:38:17 #78 DONE 0.1s 07:38:17 07:38:17 #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:38:17 #79 ... 07:38:17 07:38:17 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:38:17 #0 2.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:17 #0 2.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:17 #0 2.511 OK: 10 MiB in 17 packages 07:38:17 #80 DONE 2.7s 07:38:17 07:38:17 #81 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 07:38:17 #0 3.520 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:17 #0 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:17 #0 3.996 OK: 8 MiB in 15 packages 07:38:17 #81 DONE 4.1s 07:38:17 07:38:17 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:18 #82 ... 07:38:18 07:38:18 #83 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:38:18 #0 3.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:18 #0 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:18 #0 3.361 OK: 8 MiB in 15 packages 07:38:18 #83 DONE 3.5s 07:38:18 07:38:18 #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:38:18 #0 2.983 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:18 #0 3.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:18 #0 3.383 OK: 8 MiB in 16 packages 07:38:18 #84 DONE 3.5s 07:38:18 07:38:18 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:38:18 #85 ... 07:38:18 07:38:18 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:38:18 #0 3.098 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:18 #0 3.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:18 #0 3.479 OK: 19 MiB in 18 packages 07:38:18 #86 DONE 3.6s 07:38:18 07:38:18 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:38:18 #0 2.965 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:19 #87 ... 07:38:19 07:38:19 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:38:19 #0 5.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:19 #0 5.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:19 #0 5.652 OK: 12 MiB in 21 packages 07:38:19 #88 DONE 5.8s 07:38:19 07:38:19 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:38:19 #0 2.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:19 #0 2.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:19 #0 3.128 OK: 13 MiB in 28 packages 07:38:19 #89 DONE 3.3s 07:38:19 07:38:19 #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:38:19 #79 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:19 #79 2.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:19 #79 ... 07:38:19 07:38:19 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:38:19 #0 3.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:19 #0 3.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:19 #0 3.958 OK: 8 MiB in 18 packages 07:38:19 #90 DONE 4.1s 07:38:19 07:38:19 #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 07:38:19 #79 2.862 OK: 9 MiB in 19 packages 07:38:20 #79 DONE 3.3s 07:38:20 07:38:20 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:38:20 #91 DONE 0.5s 07:38:20 07:38:20 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:38:20 #85 DONE 2.0s 07:38:20 07:38:20 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:38:20 #87 5.544 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:20 #87 ... 07:38:20 07:38:20 #92 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:38:20 #92 DONE 0.6s 07:38:20 07:38:20 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:38:20 #93 DONE 0.6s 07:38:20 07:38:20 #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:38:20 #94 DONE 0.7s 07:38:20 07:38:20 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:38:20 #95 DONE 0.7s 07:38:20 07:38:20 #96 [security-spire-config stage-2 6/10] COPY security.txt / 07:38:20 #96 DONE 0.1s 07:38:20 07:38:20 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:38:20 #97 DONE 0.1s 07:38:20 07:38:20 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:38:21 #98 DONE 0.4s 07:38:21 07:38:21 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:38:21 #99 DONE 0.5s 07:38:21 07:38:21 #100 [security-spire-server stage-2 6/9] COPY security.txt / 07:38:21 #100 DONE 0.4s 07:38:21 07:38:21 #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:38:21 #101 DONE 0.1s 07:38:21 07:38:21 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:38:21 #102 DONE 0.1s 07:38:21 07:38:21 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:38:21 #103 DONE 0.1s 07:38:21 07:38:21 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 07:38:21 #104 DONE 0.0s 07:38:21 07:38:21 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:38:21 #105 DONE 0.1s 07:38:21 07:38:21 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:38:21 #106 DONE 0.1s 07:38:21 07:38:21 #107 [security-spire-config] exporting to image 07:38:21 #107 exporting layers 07:38:21 #107 ... 07:38:21 07:38:21 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:38:21 #108 DONE 0.1s 07:38:21 07:38:21 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:38:21 #109 DONE 0.1s 07:38:21 07:38:21 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:38:21 #110 DONE 0.1s 07:38:21 07:38:21 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:38:21 #111 DONE 0.0s 07:38:21 07:38:21 #107 [security-spire-server] exporting to image 07:38:22 #107 exporting layers 0.8s done 07:38:22 #107 writing image sha256:daef0f3d5573d04d7073624fd917ccbe12ce28c6b40a6a55326575f1d4162cf8 0.0s done 07:38:22 #107 naming to docker.io/library/security-spire-config done 07:38:22 #107 exporting layers 0.7s done 07:38:22 #107 writing image sha256:8245e0602fcd0ef3e7ae1812e28c8251785c5f94f04d863ed8b2859715f603dd done 07:38:22 #107 naming to docker.io/library/security-spire-server done 07:38:22 #107 writing image sha256:c269e237becfb2dd643a70543b7e17fbfc455ca21ca03a217b9761a479a5084a done 07:38:22 #107 naming to docker.io/library/security-spire-agent done 07:38:22 #107 DONE 1.0s 07:38:22 07:38:22 #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:38:22 #0 2.845 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:38:22 #0 5.415 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:38:22 #112 8.826 (1/1) Installing dumb-init (1.2.5-r3) 07:38:23 #112 ... 07:38:23 07:38:23 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:38:23 #87 8.850 OK: 248 MiB in 58 packages 07:38:23 #87 DONE 9.0s 07:38:23 07:38:23 #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:38:23 #113 DONE 0.0s 07:38:23 07:38:23 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:24 #114 ... 07:38:24 07:38:24 #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:38:24 #112 10.35 Executing busybox-1.36.1-r29.trigger 07:38:24 #112 10.36 OK: 8 MiB in 15 packages 07:38:24 #112 DONE 10.5s 07:38:24 07:38:24 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:25 #115 ... 07:38:25 07:38:25 #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:25 #116 ... 07:38:25 07:38:25 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:26 #117 ... 07:38:26 07:38:26 #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:58 #118 DONE 38.6s 07:38:58 07:38:58 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:58 #114 DONE 31.0s 07:38:58 07:38:58 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:58 #115 DONE 38.3s 07:38:58 07:38:58 #82 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:58 #82 DONE 37.6s 07:38:58 07:38:58 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:58 #117 DONE 38.6s 07:38:58 07:38:58 #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:58 #116 DONE 39.1s 07:38:58 07:38:58 #119 [core-metadata builder 6/7] COPY . . 07:39:01 Removing intermediate container 15aa93214997 07:39:01 ---> 10fbf6e65e91 07:39:01 Successfully built 10fbf6e65e91 07:39:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:01 + docker inspect -f . ci-base-image-arm64 07:39:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:39:01 prd-ubuntu20.04-docker-arm64-4c-16g-3773 does not seem to be running inside a container 07:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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 07:39:02 #119 DONE 7.7s 07:39:02 07:39:02 #120 [security-spiffe-token-provider builder 6/7] COPY . . 07:39:02 #120 DONE 7.6s 07:39:02 07:39:02 #121 [core-keeper builder 7/8] COPY . . 07:39:02 #121 DONE 7.7s 07:39:02 07:39:02 #122 [support-scheduler builder 6/7] COPY . . 07:39:02 #122 DONE 7.7s 07:39:02 07:39:02 #123 [security-proxy-setup builder 6/7] COPY . . 07:39:02 #123 DONE 7.7s 07:39:02 07:39:02 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:39:02 #124 CACHED 07:39:02 07:39:02 #125 [security-secretstore-setup builder 6/7] COPY . . 07:39:02 #125 CACHED 07:39:02 07:39:02 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:02 #126 CACHED 07:39:02 07:39:02 #127 [security-bootstrapper builder 6/7] COPY . . 07:39:02 #127 CACHED 07:39:02 07:39:02 #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:39:02 #128 CACHED 07:39:02 07:39:02 #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:02 #129 CACHED 07:39:02 07:39:02 #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:02 #130 CACHED 07:39:02 07:39:02 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:39:02 #131 CACHED 07:39:02 07:39:02 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 07:39:02 #132 CACHED 07:39:02 07:39:02 #133 [support-notifications builder 6/7] COPY . . 07:39:02 #133 DONE 7.7s 07:39:02 07:39:02 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:39:02 #134 CACHED 07:39:02 07:39:02 #135 [security-proxy-auth builder 6/7] COPY . . 07:39:02 #135 CACHED 07:39:02 07:39:02 #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:02 #136 CACHED 07:39:02 07:39:02 #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:02 #137 CACHED 07:39:02 07:39:02 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 07:39:02 #138 CACHED 07:39:02 07:39:02 #139 [core-command builder 6/7] COPY . . 07:39:02 #139 CACHED 07:39:02 07:39:02 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:39:02 #140 CACHED 07:39:02 07:39:02 #141 [core-data builder 6/7] COPY . . 07:39:02 #141 CACHED 07:39:02 07:39:02 #142 [core-data builder 4/7] COPY go.mod vendor* ./ 07:39:02 #142 CACHED 07:39:02 07:39:02 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:39:03 $ docker top a3844d5a4e36ba3edea28f7a3d46f20f2a6966eae20d35b0d6ec18b98101fd48 -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:03 #143 1.021 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:39:04 + go version 07:39:04 go version go1.23.9 linux/arm64 [Pipeline] } 07:39:04 $ docker stop --time=1 a3844d5a4e36ba3edea28f7a3d46f20f2a6966eae20d35b0d6ec18b98101fd48 07:39:05 $ docker rm -f --volumes a3844d5a4e36ba3edea28f7a3d46f20f2a6966eae20d35b0d6ec18b98101fd48 [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 07:39:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:39:06 07:39:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:39:07 latest: Pulling from edgex-devops/edgex-compose-arm64 07:39:07 547446be3368: Pulling fs layer 07:39:07 d125d8839a47: Pulling fs layer 07:39:07 3e85d5ac6304: Pulling fs layer 07:39:07 c3105a71a48b: Pulling fs layer 07:39:07 0f093f025ec4: Pulling fs layer 07:39:07 c3106fc0e877: Pulling fs layer 07:39:07 c3105a71a48b: Waiting 07:39:07 0f093f025ec4: Waiting 07:39:07 c3106fc0e877: Waiting 07:39:07 547446be3368: Verifying Checksum 07:39:07 547446be3368: Download complete 07:39:07 c3105a71a48b: Download complete 07:39:07 d125d8839a47: Verifying Checksum 07:39:07 d125d8839a47: Download complete 07:39:07 c3106fc0e877: Verifying Checksum 07:39:07 c3106fc0e877: Download complete 07:39:07 0f093f025ec4: Verifying Checksum 07:39:07 0f093f025ec4: Download complete 07:39:07 547446be3368: Pull complete 07:39:08 d125d8839a47: Pull complete 07:39:09 3e85d5ac6304: Verifying Checksum 07:39:09 3e85d5ac6304: Download complete 07:39:13 #143 ... 07:39:13 07:39:13 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:39:13 #0 1.090 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:39:13 #144 ... 07:39:13 07:39:13 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:39:13 #0 0.694 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:39:13 #145 ... 07:39:13 07:39:13 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:39:13 #0 1.168 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:39:13 #146 ... 07:39:13 07:39:13 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:39:13 #0 0.933 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:39:13 #147 ... 07:39:13 07:39:13 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:39:13 #0 1.240 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:39:13 #148 ... 07:39:13 07:39:13 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:39:13 #0 1.185 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:39:13 #149 ... 07:39:13 07:39:13 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:39:13 #0 0.530 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 07:39:13 #150 ... 07:39:13 07:39:13 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:39:13 #0 1.161 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:39:13 #151 ... 07:39:13 07:39:13 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:39:13 #0 0.544 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:39:13 #152 ... 07:39:13 07:39:13 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:39:13 #0 1.340 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:39:13 #153 ... 07:39:13 07:39:13 #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 07:39:13 #0 1.089 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:39:19 3e85d5ac6304: Pull complete 07:39:19 c3105a71a48b: Pull complete 07:39:20 0f093f025ec4: Pull complete 07:39:20 c3106fc0e877: Pull complete 07:39:20 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 07:39:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:39:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:39:20 prd-ubuntu20.04-docker-arm64-4c-16g-3773 does not seem to be running inside a container 07:39:20 $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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 07:39:22 $ docker top 24d3849eb8a315eb7028a0829a1a1f697950645502e7340786cf079dcdac8cfb -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:23 + docker compose -f ./docker-compose-build.yml build --parallel 07:39:33 #1 [security-spire-config internal] load build definition from Dockerfile 07:39:33 #1 transferring dockerfile: 1.69kB done 07:39:33 #1 DONE 0.1s 07:39:33 07:39:33 #2 [security-spire-agent internal] load build definition from Dockerfile 07:39:33 #2 transferring dockerfile: 1.81kB 0.0s done 07:39:33 #2 DONE 0.0s 07:39:33 07:39:33 #3 [support-scheduler internal] load build definition from Dockerfile 07:39:33 #3 transferring dockerfile: 1.83kB 0.0s done 07:39:33 #3 DONE 0.1s 07:39:33 07:39:33 #4 [security-bootstrapper internal] load build definition from Dockerfile 07:39:33 #4 transferring dockerfile: 3.02kB 0.0s done 07:39:33 #4 DONE 0.1s 07:39:33 07:39:33 #5 [security-spire-server internal] load build definition from Dockerfile 07:39:33 #5 transferring dockerfile: 1.70kB 0.0s done 07:39:33 #5 DONE 0.1s 07:39:33 07:39:33 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 07:39:33 #6 transferring dockerfile: 2.23kB done 07:39:33 #6 DONE 0.0s 07:39:33 07:39:33 #7 [core-keeper internal] load build definition from Dockerfile 07:39:33 #7 transferring dockerfile: 2.01kB done 07:39:33 #7 DONE 0.1s 07:39:33 07:39:33 #8 [core-command internal] load build definition from Dockerfile 07:39:33 #8 transferring dockerfile: 1.94kB done 07:39:33 #8 DONE 0.1s 07:39:33 07:39:33 #9 [security-proxy-auth internal] load build definition from Dockerfile 07:39:33 #9 transferring dockerfile: 2.14kB 0.0s done 07:39:33 #9 DONE 0.1s 07:39:33 07:39:33 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 07:39:33 #10 transferring dockerfile: 1.89kB done 07:39:33 #10 DONE 0.1s 07:39:33 07:39:33 #11 [security-proxy-setup internal] load build definition from Dockerfile 07:39:33 #11 transferring dockerfile: 2.50kB done 07:39:33 #11 DONE 0.1s 07:39:33 07:39:33 #12 [security-secretstore-setup internal] load build definition from Dockerfile 07:39:33 #12 transferring dockerfile: 2.49kB 0.0s done 07:39:33 #12 DONE 0.1s 07:39:33 07:39:33 #13 [support-notifications internal] load build definition from Dockerfile 07:39:33 #13 transferring dockerfile: 2.00kB done 07:39:33 #13 DONE 0.1s 07:39:33 07:39:33 #14 [core-metadata internal] load build definition from Dockerfile 07:39:33 #14 transferring dockerfile: 2.10kB done 07:39:33 #14 DONE 0.1s 07:39:33 07:39:33 #15 [core-data internal] load build definition from Dockerfile 07:39:34 #15 transferring dockerfile: 2.04kB done 07:39:34 #15 DONE 0.1s 07:39:34 07:39:34 #16 [security-spire-config internal] load .dockerignore 07:39:34 #16 transferring context: 50B 0.0s done 07:39:34 #16 DONE 0.0s 07:39:34 07:39:34 #17 [security-spire-agent internal] load .dockerignore 07:39:34 #17 transferring context: 50B done 07:39:34 #17 DONE 0.1s 07:39:34 07:39:34 #18 [support-scheduler internal] load .dockerignore 07:39:34 #18 transferring context: 50B 0.0s done 07:39:34 #18 DONE 0.0s 07:39:34 07:39:34 #19 [security-bootstrapper internal] load .dockerignore 07:39:34 #19 transferring context: 50B done 07:39:34 #19 DONE 0.0s 07:39:34 07:39:34 #20 [security-spire-server internal] load .dockerignore 07:39:34 #20 transferring context: 50B 0.0s done 07:39:34 #20 DONE 0.1s 07:39:34 07:39:34 #21 [core-common-config-bootstrapper internal] load .dockerignore 07:39:34 #21 transferring context: 50B 0.0s done 07:39:34 #21 DONE 0.1s 07:39:34 07:39:34 #22 [core-keeper internal] load .dockerignore 07:39:34 #22 transferring context: 50B 0.0s done 07:39:34 #22 DONE 0.1s 07:39:34 07:39:34 #23 [core-command internal] load .dockerignore 07:39:34 #23 transferring context: 50B 0.0s done 07:39:34 #23 DONE 0.1s 07:39:35 07:39:35 #24 [security-proxy-auth internal] load .dockerignore 07:39:35 #24 transferring context: 50B done 07:39:35 #24 DONE 0.1s 07:39:35 07:39:35 #25 [security-spiffe-token-provider internal] load .dockerignore 07:39:35 #25 transferring context: 50B done 07:39:35 #25 DONE 0.1s 07:39:35 07:39:35 #26 [security-proxy-setup internal] load .dockerignore 07:39:35 #26 transferring context: 50B 0.0s done 07:39:35 #26 DONE 0.1s 07:39:35 07:39:35 #27 [security-secretstore-setup internal] load .dockerignore 07:39:35 #27 transferring context: 50B 0.0s done 07:39:35 #27 DONE 0.1s 07:39:35 07:39:35 #28 [support-notifications internal] load .dockerignore 07:39:35 #28 transferring context: 50B 0.0s done 07:39:35 #28 DONE 0.1s 07:39:35 07:39:35 #29 [core-metadata internal] load .dockerignore 07:39:35 #29 transferring context: 50B done 07:39:35 #29 DONE 0.1s 07:39:35 07:39:35 #30 [core-data internal] load .dockerignore 07:39:35 #30 transferring context: 50B 0.0s done 07:39:35 #30 DONE 0.1s 07:39:35 07:39:35 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:39:35 #31 ... 07:39:35 07:39:35 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 07:39:35 #32 DONE 0.1s 07:39:35 07:39:35 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:39:36 #31 ... 07:39:36 07:39:36 #33 [security-spire-config internal] load build context 07:39:36 #33 transferring context: 22.05kB 0.0s done 07:39:36 #33 DONE 0.1s 07:39:36 07:39:36 #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:36 #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 07:39:36 #34 DONE 0.1s 07:39:36 07:39:36 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:39:36 #31 DONE 0.7s 07:39:36 07:39:36 #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:36 #35 DONE 0.0s 07:39:36 07:39:36 #36 [support-scheduler stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:39:36 #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:39:36 #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:39:36 #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:39:36 #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:39:36 #36 ... 07:39:36 07:39:36 #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:36 #35 DONE 0.0s 07:39:36 07:39:36 #36 [support-scheduler stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:39:36 #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:39:36 #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:39:36 #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:39:36 #36 ... 07:39:36 07:39:36 #35 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:36 #35 DONE 0.0s 07:39:36 07:39:36 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 07:39:36 #32 DONE 0.4s 07:39:36 07:39:36 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 07:39:36 #31 DONE 0.7s 07:39:36 07:39:36 #37 [security-spire-server internal] load build context 07:39:36 #37 ... 07:39:36 07:39:36 #35 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:36 #35 DONE 0.0s 07:39:36 07:39:36 #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:36 #35 DONE 0.0s 07:39:36 07:39:36 #36 [security-spire-server stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:39:36 #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:39:36 #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:39:36 #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:39:36 #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:39:37 #36 ... 07:39:37 07:39:37 #35 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:37 #35 DONE 0.0s 07:39:37 07:39:37 #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:37 #35 DONE 0.0s 07:39:37 07:39:37 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:37 #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 07:39:37 #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 07:39:37 #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 07:39:37 #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:39:37 #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 07:39:37 #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 07:39:37 #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:39:37 #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 07:39:37 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 0.9s 07:39:37 #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 07:39:37 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 1.0s 07:39:37 #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 07:39:37 #34 ... 07:39:37 07:39:37 #35 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:37 #35 DONE 0.0s 07:39:37 07:39:37 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 07:39:37 #38 DONE 1.2s 07:39:37 07:39:37 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:37 #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 07:39:37 #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 07:39:37 #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 07:39:37 #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 07:39:37 #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 07:39:37 #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 07:39:37 #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 07:39:37 #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 07:39:37 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 1.2s 07:39:37 #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 07:39:37 #34 ... 07:39:37 07:39:37 #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:37 #35 DONE 0.0s 07:39:37 07:39:37 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:37 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 1.3s 07:39:37 #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 07:39:37 #34 ... 07:39:37 07:39:37 #35 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 07:39:37 #35 DONE 0.0s 07:39:37 07:39:37 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:37 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.49MB / 33.17MB 1.4s 07:39:37 #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 07:39:38 #34 ... 07:39:38 07:39:38 #39 [support-scheduler internal] load build context 07:39:38 #39 transferring context: 3.23MB 0.9s done 07:39:38 #39 DONE 1.5s 07:39:38 07:39:38 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:38 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 1.8s 07:39:38 #34 ... 07:39:38 07:39:38 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 07:39:38 #32 DONE 1.9s 07:39:38 07:39:38 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:38 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 2.0s 07:39:38 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.40MB / 33.17MB 2.2s 07:39:38 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 2.4s 07:39:39 #34 ... 07:39:39 07:39:39 #37 [security-spire-server internal] load build context 07:39:39 #37 transferring context: 23.80kB 0.3s done 07:39:39 #37 DONE 2.3s 07:39:39 07:39:39 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:39 #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 2.5s done 07:39:40 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 07:39:43 #34 ... 07:39:43 07:39:43 #40 [security-spire-agent internal] load build context 07:39:43 #40 transferring context: 23.33kB 0.2s done 07:39:43 #40 DONE 5.4s 07:39:43 07:39:43 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:39:43 #41 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 07:39:43 #41 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 07:39:43 #41 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 07:39:43 #41 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 07:39:43 #41 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 07:39:43 #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 4.7s 07:39:43 #41 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 07:39:43 #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 5.1s 07:39:43 #41 ... 07:39:43 07:39:43 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:44 #34 ... 07:39:44 07:39:44 #42 [core-keeper internal] load build context 07:39:44 #42 transferring context: 3.23MB 5.0s done 07:39:44 #42 DONE 7.4s 07:39:44 07:39:44 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:39:44 #36 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 07:39:44 #36 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 07:39:44 #36 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 07:39:44 #36 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 07:39:45 #36 ... 07:39:45 07:39:45 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:45 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s 07:39:45 #34 ... 07:39:45 07:39:45 #43 [security-bootstrapper internal] load build context 07:39:45 #43 transferring context: 3.23MB 5.4s done 07:39:45 #43 DONE 9.1s 07:39:46 07:39:46 #44 [security-proxy-setup internal] load build context 07:39:46 #44 ... 07:39:46 07:39:46 #45 [core-common-config-bootstrapper internal] load build context 07:39:46 #45 transferring context: 3.23MB 6.5s done 07:39:46 #45 DONE 9.5s 07:39:46 07:39:46 #44 [security-proxy-setup internal] load build context 07:39:46 #44 ... 07:39:46 07:39:46 #46 [security-proxy-auth internal] load build context 07:39:46 #46 ... 07:39:46 07:39:46 #47 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:39:46 #47 ... 07:39:46 07:39:46 #44 [security-proxy-setup internal] load build context 07:39:46 #44 ... 07:39:46 07:39:46 #48 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:39:46 #0 6.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:46 #0 6.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:46 #0 9.026 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:39:46 #0 9.026 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:39:46 #0 9.026 OK: 24049 distinct packages available 07:39:46 #0 9.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:46 #48 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:46 #48 ... 07:39:46 07:39:46 #44 [security-proxy-setup internal] load build context 07:39:47 #44 ... 07:39:47 07:39:47 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:39:47 #0 9.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:47 #49 ... 07:39:47 07:39:47 #50 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:39:47 #0 9.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:47 #50 ... 07:39:47 07:39:47 #51 [security-spiffe-token-provider internal] load build context 07:39:47 #51 ... 07:39:47 07:39:47 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:39:47 #0 5.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:47 #0 6.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:47 #0 8.628 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:39:47 #0 8.628 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:39:47 #0 8.628 OK: 24049 distinct packages available 07:39:47 #0 9.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:47 #0 9.851 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:47 #52 ... 07:39:47 07:39:47 #47 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 07:39:47 #47 DONE 11.5s 07:39:47 07:39:47 #53 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:47 #53 ... 07:39:47 07:39:47 #54 [security-secretstore-setup internal] load build context 07:39:48 #54 ... 07:39:48 07:39:48 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:39:48 #55 ... 07:39:48 07:39:48 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:39:48 #56 ... 07:39:48 07:39:48 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:39:48 #57 ... 07:39:48 07:39:48 #53 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:48 #53 DONE 11.0s 07:39:48 07:39:48 #58 [core-command internal] load build context 07:39:48 #58 ... 07:39:48 07:39:48 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:39:48 #59 ... 07:39:48 07:39:48 #60 [support-notifications internal] load build context 07:39:48 #60 ... 07:39:48 07:39:48 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:39:48 #0 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:39:48 #61 ... 07:39:48 07:39:48 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:39:48 #62 ... 07:39:48 07:39:48 #63 [core-metadata internal] load build context 07:39:48 #63 ... 07:39:48 07:39:48 #64 [core-data internal] load build context 07:39:49 #64 ... 07:39:49 07:39:49 #63 [core-metadata internal] load build context 07:39:49 #63 ... 07:39:49 07:39:49 #65 [support-notifications builder 2/7] WORKDIR /edgex-go 07:39:49 #65 DONE 2.2s 07:39:49 07:39:49 #63 [core-metadata internal] load build context 07:39:49 #63 transferring context: 1.68MB 8.7s 07:39:50 #63 ... 07:39:50 07:39:50 #58 [core-command internal] load build context 07:39:50 #58 transferring context: 3.23MB 11.1s done 07:39:50 #58 DONE 13.2s 07:39:50 07:39:50 #63 [core-metadata internal] load build context 07:39:51 #63 transferring context: 3.23MB 10.5s done 07:39:51 #63 ... 07:39:51 07:39:51 #54 [security-secretstore-setup internal] load build context 07:39:51 #54 transferring context: 3.23MB 9.5s done 07:39:51 #54 DONE 13.9s 07:39:51 07:39:51 #64 [core-data internal] load build context 07:39:52 #64 ... 07:39:52 07:39:52 #46 [security-proxy-auth internal] load build context 07:39:52 #46 transferring context: 3.23MB 11.6s done 07:39:52 #46 DONE 14.7s 07:39:52 07:39:52 #64 [core-data internal] load build context 07:39:52 #64 ... 07:39:52 07:39:52 #51 [security-spiffe-token-provider internal] load build context 07:39:52 #51 transferring context: 3.23MB 11.8s done 07:39:52 #51 DONE 14.8s 07:39:52 07:39:52 #64 [core-data internal] load build context 07:39:52 #64 transferring context: 3.23MB 6.4s done 07:39:52 #64 ... 07:39:52 07:39:52 #44 [security-proxy-setup internal] load build context 07:39:52 #44 transferring context: 3.23MB 11.9s done 07:39:52 #44 DONE 15.0s 07:39:52 07:39:52 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:39:52 #52 15.08 (1/4) Installing dumb-init (1.2.5-r3) 07:39:52 #52 15.12 (2/4) Installing musl-obstack (1.2.3-r2) 07:39:52 #52 15.18 (3/4) Installing libucontext (1.2-r3) 07:39:52 #52 15.18 (4/4) Installing gcompat (1.1.0-r4) 07:39:52 #52 15.22 Executing busybox-1.36.1-r29.trigger 07:39:52 #52 15.37 OK: 9 MiB in 18 packages 07:39:52 #52 ... 07:39:52 07:39:52 #60 [support-notifications internal] load build context 07:39:52 #60 transferring context: 3.23MB 10.2s done 07:39:52 #60 DONE 15.1s 07:39:52 07:39:52 #48 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:39:52 #48 15.90 (1/5) Installing dumb-init (1.2.5-r3) 07:39:52 #48 15.90 (2/5) Installing musl-obstack (1.2.3-r2) 07:39:52 #48 15.90 (3/5) Installing libucontext (1.2-r3) 07:39:52 #48 15.90 (4/5) Installing gcompat (1.1.0-r4) 07:39:52 #48 15.94 (5/5) Installing openssl (3.3.3-r0) 07:39:53 #48 ... 07:39:53 07:39:53 #63 [core-metadata internal] load build context 07:39:53 #63 DONE 15.4s 07:39:53 07:39:53 #48 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:39:53 #48 16.29 Executing busybox-1.36.1-r29.trigger 07:39:53 #48 16.29 OK: 10 MiB in 19 packages 07:39:53 #48 ... 07:39:53 07:39:53 #64 [core-data internal] load build context 07:39:53 #64 DONE 15.0s 07:39:53 07:39:53 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:53 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.8s 07:39:53 #34 ... 07:39:53 07:39:53 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:39:53 #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.1s done 07:39:53 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.7s 07:39:55 #41 ... 07:39:55 07:39:55 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:55 #34 ... 07:39:55 07:39:55 #52 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 07:39:55 #52 DONE 18.2s 07:39:55 07:39:55 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:55 #34 ... 07:39:55 07:39:55 #48 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:39:55 #48 DONE 18.7s 07:39:55 07:39:55 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:39:56 #34 ... 07:39:56 07:39:56 #50 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 07:39:56 #50 11.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:56 #50 16.85 (1/1) Installing dumb-init (1.2.5-r3) 07:39:56 #50 16.85 Executing busybox-1.36.1-r29.trigger 07:39:56 #50 16.99 OK: 9 MiB in 15 packages 07:39:56 #50 DONE 18.9s 07:39:56 07:39:56 #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:39:58 #66 ... 07:39:58 07:39:58 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 07:39:58 #61 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:58 #61 18.67 (1/2) Installing dumb-init (1.2.5-r3) 07:39:58 #61 18.70 (2/2) Installing su-exec (0.2-r3) 07:39:58 #61 18.73 Executing busybox-1.36.1-r29.trigger 07:39:58 #61 18.81 OK: 9 MiB in 16 packages 07:39:58 #61 DONE 20.7s 07:39:58 07:39:58 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:39:58 #41 ... 07:39:58 07:39:58 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:39:58 #49 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:39:58 #49 17.29 (1/3) Installing ca-certificates (20241121-r1) 07:39:58 #49 17.62 (2/3) Installing dumb-init (1.2.5-r3) 07:39:58 #49 17.67 (3/3) Installing tzdata (2025b-r0) 07:39:58 #49 19.07 Executing busybox-1.36.1-r29.trigger 07:39:58 #49 19.22 Executing ca-certificates-20241121-r1.trigger 07:39:58 #49 20.28 OK: 11 MiB in 17 packages 07:39:58 #49 ... 07:39:58 07:39:58 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:39:58 #67 ... 07:39:58 07:39:58 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:39:58 #68 ... 07:39:58 07:39:58 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:39:59 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.9s 07:39:59 #41 ... 07:39:59 07:39:59 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 07:39:59 #49 DONE 22.0s 07:39:59 07:39:59 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:39:59 #41 ... 07:39:59 07:39:59 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:39:59 #69 ... 07:39:59 07:39:59 #70 [core-command builder 3/7] RUN apk add --update --no-cache make git 07:40:00 #70 ... 07:40:00 07:40:00 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:40:00 #71 ... 07:40:00 07:40:00 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:40:00 #72 ... 07:40:00 07:40:00 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:40:00 #73 ... 07:40:00 07:40:00 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:40:00 #59 12.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:00 #59 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:00 #59 21.49 (1/4) Installing dumb-init (1.2.5-r3) 07:40:00 #59 21.53 (2/4) Installing openssl (3.3.3-r0) 07:40:00 #59 21.62 (3/4) Installing su-exec (0.2-r3) 07:40:00 #59 21.66 (4/4) Installing yq-go (4.44.1-r2) 07:40:00 #59 22.33 Executing busybox-1.36.1-r29.trigger 07:40:00 #59 22.33 OK: 20 MiB in 18 packages 07:40:00 #59 ... 07:40:00 07:40:00 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:01 #74 ... 07:40:01 07:40:01 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:40:01 #55 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:01 #55 14.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:01 #55 22.25 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:40:01 #55 22.25 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:40:01 #55 22.25 OK: 24049 distinct packages available 07:40:01 #55 23.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:01 #55 ... 07:40:01 07:40:01 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:01 #41 ... 07:40:01 07:40:01 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 07:40:01 #59 DONE 23.4s 07:40:01 07:40:01 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:40:01 #57 13.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:01 #57 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:01 #57 21.05 (1/4) Installing ca-certificates (20241121-r1) 07:40:01 #57 21.34 (2/4) Installing dumb-init (1.2.5-r3) 07:40:01 #57 21.36 (3/4) Installing su-exec (0.2-r3) 07:40:01 #57 21.39 (4/4) Installing yq-go (4.44.1-r2) 07:40:01 #57 22.25 Executing busybox-1.36.1-r29.trigger 07:40:01 #57 22.38 Executing ca-certificates-20241121-r1.trigger 07:40:01 #57 23.21 OK: 20 MiB in 18 packages 07:40:01 #57 ... 07:40:01 07:40:01 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:02 #41 ... 07:40:02 07:40:02 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 07:40:02 #57 DONE 24.4s 07:40:02 07:40:02 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:03 #41 ... 07:40:03 07:40:03 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 07:40:03 #62 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:03 #62 18.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:03 #62 22.94 (1/1) Installing dumb-init (1.2.5-r3) 07:40:03 #62 22.98 Executing busybox-1.36.1-r29.trigger 07:40:03 #62 23.09 OK: 9 MiB in 15 packages 07:40:03 #62 DONE 24.2s 07:40:03 07:40:03 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:04 #41 ... 07:40:04 07:40:04 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 07:40:04 #56 17.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:04 #56 19.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:04 #56 24.12 (1/7) Installing ca-certificates (20241121-r1) 07:40:04 #56 24.42 (2/7) Installing dumb-init (1.2.5-r3) 07:40:04 #56 24.43 (3/7) Installing libgcc (13.2.1_git20240309-r1) 07:40:04 #56 24.49 (4/7) Installing libsodium (1.0.19-r0) 07:40:04 #56 24.50 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 07:40:04 #56 24.63 (6/7) Installing libzmq (4.3.5-r2) 07:40:04 #56 24.67 (7/7) Installing zeromq (4.3.5-r2) 07:40:04 #56 24.71 Executing busybox-1.36.1-r29.trigger 07:40:04 #56 24.73 Executing ca-certificates-20241121-r1.trigger 07:40:04 #56 25.26 OK: 14 MiB in 21 packages 07:40:04 #56 DONE 26.3s 07:40:04 07:40:04 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:04 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 18.9s 07:40:05 #41 ... 07:40:05 07:40:05 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:40:05 #55 23.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:05 #55 26.13 (1/14) Installing ca-certificates (20241121-r1) 07:40:05 #55 26.23 (2/14) Installing brotli-libs (1.1.0-r2) 07:40:05 #55 26.27 (3/14) Installing c-ares (1.33.1-r0) 07:40:05 #55 26.28 (4/14) Installing libunistring (1.2-r0) 07:40:05 #55 26.33 (5/14) Installing libidn2 (2.3.7-r0) 07:40:05 #55 26.36 (6/14) Installing nghttp2-libs (1.62.1-r0) 07:40:05 #55 26.36 (7/14) Installing libpsl (0.21.5-r1) 07:40:05 #55 26.36 (8/14) Installing zstd-libs (1.5.6-r0) 07:40:05 #55 26.39 (9/14) Installing libcurl (8.12.1-r0) 07:40:05 #55 26.41 (10/14) Installing curl (8.12.1-r0) 07:40:05 #55 26.43 (11/14) Installing dumb-init (1.2.5-r3) 07:40:05 #55 26.43 (12/14) Installing musl-obstack (1.2.3-r2) 07:40:05 #55 26.44 (13/14) Installing libucontext (1.2-r3) 07:40:05 #55 26.44 (14/14) Installing gcompat (1.1.0-r4) 07:40:05 #55 26.46 Executing busybox-1.36.1-r29.trigger 07:40:05 #55 26.50 Executing ca-certificates-20241121-r1.trigger 07:40:05 #55 26.95 OK: 15 MiB in 28 packages 07:40:05 #55 DONE 28.0s 07:40:05 07:40:05 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:05 #41 ... 07:40:05 07:40:05 #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:40:05 #75 ... 07:40:05 07:40:05 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:40:05 #76 ... 07:40:05 07:40:05 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:40:05 #69 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:06 #69 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:06 #69 ... 07:40:06 07:40:06 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:06 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.3s 07:40:07 #34 ... 07:40:07 07:40:07 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 07:40:07 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 21.9s done 07:40:08 #41 ... 07:40:08 07:40:08 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:08 #74 DONE 18.7s 07:40:08 07:40:08 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:09 #34 ... 07:40:09 07:40:09 #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:40:09 #77 ... 07:40:09 07:40:09 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:11 #34 ... 07:40:11 07:40:11 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:40:11 #78 ... 07:40:11 07:40:11 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:11 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.5s 07:40:12 #34 ... 07:40:12 07:40:12 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:40:12 #79 ... 07:40:12 07:40:12 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:13 #34 ... 07:40:13 07:40:13 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:40:13 #80 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:13 #80 ... 07:40:13 07:40:13 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:40:13 #68 14.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:13 #68 17.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:13 #68 ... 07:40:13 07:40:13 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:13 #34 ... 07:40:13 07:40:13 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 07:40:13 #69 22.16 OK: 239 MiB in 58 packages 07:40:13 #69 DONE 23.9s 07:40:13 07:40:13 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:14 #34 ... 07:40:14 07:40:14 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:40:14 #0 8.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:14 #81 ... 07:40:14 07:40:14 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 07:40:14 #73 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:14 #73 16.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:14 #73 22.02 OK: 239 MiB in 58 packages 07:40:14 #73 DONE 24.4s 07:40:14 07:40:14 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:14 #34 ... 07:40:14 07:40:14 #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ 07:40:14 #82 DONE 1.1s 07:40:14 07:40:14 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 07:40:14 #83 DONE 0.6s 07:40:14 07:40:14 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:15 #84 ... 07:40:15 07:40:15 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:40:15 #72 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:15 #72 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:15 #72 20.13 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 07:40:15 #72 20.13 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 07:40:15 #72 20.13 OK: 24049 distinct packages available 07:40:15 #72 21.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:15 #72 23.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:15 #72 ... 07:40:15 07:40:15 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:15 #34 ... 07:40:15 07:40:15 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:40:15 #0 8.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:15 #85 ... 07:40:15 07:40:15 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:40:15 #80 12.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:17 #80 ... 07:40:17 07:40:17 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:40:17 #71 17.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:17 #71 18.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:17 #71 ... 07:40:17 07:40:17 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:17 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 37.3s 07:40:18 #34 ... 07:40:18 07:40:18 #70 [core-command builder 3/7] RUN apk add --update --no-cache make git 07:40:18 #70 18.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:18 #70 19.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:18 #70 ... 07:40:18 07:40:18 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 07:40:18 #71 28.47 OK: 239 MiB in 58 packages 07:40:18 #71 ... 07:40:18 07:40:18 #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:40:18 #0 6.193 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:18 #0 9.959 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:18 #86 ... 07:40:18 07:40:18 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:18 #34 ... 07:40:18 07:40:18 #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 07:40:18 #66 13.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:18 #66 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:18 #66 ... 07:40:18 07:40:18 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 07:40:19 #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 38.8s done 07:40:19 #34 DONE 43.8s 07:40:19 07:40:19 #70 [core-command builder 3/7] RUN apk add --update --no-cache make git 07:40:19 #70 28.34 OK: 239 MiB in 58 packages 07:40:19 #70 ... 07:40:19 07:40:19 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:40:19 #76 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:19 #76 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:20 #76 ... 07:40:20 07:40:20 #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 07:40:20 #71 DONE 30.3s 07:40:20 07:40:20 #70 [core-data builder 3/7] RUN apk add --update --no-cache make git 07:40:20 #70 DONE 30.2s 07:40:20 07:40:20 #87 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:40:20 #87 ... 07:40:20 07:40:20 #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:40:20 #75 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:20 #75 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:20 #75 ... 07:40:20 07:40:20 #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:40:20 #88 ... 07:40:20 07:40:20 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:40:20 #67 12.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:20 #67 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:21 #67 ... 07:40:21 07:40:21 #87 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:40:21 #87 DONE 1.0s 07:40:21 07:40:21 #88 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 07:40:21 #88 DONE 1.0s 07:40:21 07:40:21 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:22 #89 ... 07:40:22 07:40:22 #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:40:22 #77 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:22 #77 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:22 #77 ... 07:40:22 07:40:22 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:40:22 #76 26.16 OK: 10 MiB in 19 packages 07:40:23 #76 ... 07:40:23 07:40:23 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:40:23 #79 10.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:23 #79 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:23 #79 ... 07:40:23 07:40:23 #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 07:40:23 #66 25.17 OK: 9 MiB in 15 packages 07:40:23 #66 DONE 27.1s 07:40:23 07:40:23 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:40:23 #78 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:40:23 #78 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:23 #78 ... 07:40:23 07:40:23 #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:40:23 #77 23.83 OK: 11 MiB in 17 packages 07:40:23 #77 ... 07:40:23 07:40:23 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 07:40:23 #68 29.41 (1/1) Installing dumb-init (1.2.5-r3) 07:40:23 #68 31.72 Executing busybox-1.36.1-r29.trigger 07:40:23 #68 32.09 OK: 9 MiB in 15 packages 07:40:23 #68 DONE 35.2s 07:40:23 07:40:23 #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 07:40:23 #76 DONE 28.3s 07:40:23 07:40:23 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:40:24 #90 ... 07:40:24 07:40:24 #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 07:40:24 #75 27.94 OK: 9 MiB in 18 packages 07:40:24 #75 DONE 29.3s 07:40:24 07:40:24 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:25 #91 ... 07:40:25 07:40:25 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:40:25 #92 ... 07:40:25 07:40:25 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:40:25 #81 10.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:25 #81 ... 07:40:25 07:40:25 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:40:25 #80 22.31 OK: 9 MiB in 15 packages 07:40:26 #80 ... 07:40:26 07:40:26 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 07:40:26 #72 33.45 OK: 239 MiB in 58 packages 07:40:26 #72 DONE 35.8s 07:40:26 07:40:26 #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 07:40:26 #77 DONE 26.5s 07:40:26 07:40:26 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:40:26 #93 ... 07:40:26 07:40:26 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 07:40:26 #80 DONE 23.8s 07:40:26 07:40:26 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 07:40:26 #94 DONE 3.0s 07:40:26 07:40:26 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:40:26 #78 25.62 OK: 20 MiB in 18 packages 07:40:26 #78 ... 07:40:26 07:40:26 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 07:40:26 #93 DONE 1.1s 07:40:26 07:40:26 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 07:40:26 #67 26.62 OK: 9 MiB in 16 packages 07:40:26 #67 DONE 28.9s 07:40:26 07:40:26 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:40:26 #85 11.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:40:26 #85 20.88 OK: 15 MiB in 28 packages 07:40:27 #85 ... 07:40:27 07:40:27 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:27 #95 ... 07:40:27 07:40:27 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 07:40:27 #79 23.44 OK: 20 MiB in 18 packages 07:40:27 #79 DONE 25.5s 07:40:27 07:40:27 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 07:40:27 #78 DONE 26.8s 07:40:27 07:40:27 #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 07:40:28 #96 DONE 0.4s 07:40:28 07:40:28 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 07:40:28 #81 23.33 OK: 14 MiB in 21 packages 07:40:29 #81 DONE 24.9s 07:40:29 07:40:29 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 07:40:29 #85 DONE 23.4s 07:40:29 07:40:29 #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 07:40:29 #86 20.08 OK: 239 MiB in 58 packages 07:40:29 #86 DONE 21.2s 07:40:29 07:40:29 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:40:30 #97 ... 07:40:30 07:40:30 #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:40:30 #90 DONE 6.6s 07:40:30 07:40:30 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 07:40:30 #98 DONE 0.2s 07:40:30 07:40:30 #99 [security-spire-server stage-2 6/9] COPY security.txt / 07:40:30 #99 ... 07:40:30 07:40:30 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 07:40:30 #97 DONE 1.0s 07:40:31 07:40:31 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:31 #100 ... 07:40:31 07:40:31 #99 [security-spire-server stage-2 6/9] COPY security.txt / 07:40:31 #99 DONE 0.3s 07:40:31 07:40:31 #101 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:31 #101 ... 07:40:31 07:40:31 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:40:31 #102 DONE 0.4s 07:40:31 07:40:31 #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:40:31 #103 ... 07:40:31 07:40:31 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:40:31 #104 DONE 0.5s 07:40:31 07:40:31 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:40:32 #105 ... 07:40:32 07:40:32 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:40:32 #92 DONE 7.5s 07:40:32 07:40:32 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:40:32 #105 DONE 0.3s 07:40:32 07:40:32 #106 [security-spire-server] exporting to image 07:40:32 #106 exporting layers 07:40:33 #106 ... 07:40:33 07:40:33 #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 07:40:33 #103 DONE 5.9s 07:40:33 07:40:33 #107 [security-spire-config stage-2 5/10] COPY Attribution.txt / 07:40:33 #107 DONE 0.7s 07:40:33 07:40:33 #108 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 07:40:33 #108 DONE 0.5s 07:40:33 07:40:33 #109 [security-spire-config stage-2 6/10] COPY security.txt / 07:40:33 #109 DONE 0.4s 07:40:33 07:40:33 #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:40:33 #110 ... 07:40:33 07:40:33 #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:40:33 #111 DONE 0.2s 07:40:33 07:40:33 #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 07:40:33 #112 DONE 0.2s 07:40:33 07:40:33 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:40:34 #113 DONE 0.3s 07:40:34 07:40:34 #110 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 07:40:34 #110 DONE 7.3s 07:40:34 07:40:34 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:34 #89 ... 07:40:34 07:40:34 #106 [security-spire-config] exporting to image 07:40:34 #106 ... 07:40:34 07:40:34 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 07:40:34 #114 DONE 0.3s 07:40:34 07:40:34 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 07:40:35 #115 DONE 0.4s 07:40:35 07:40:35 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:40:35 #116 DONE 0.2s 07:40:35 07:40:35 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:40:35 #154 ... 07:40:35 07:40:35 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:40:35 #152 DONE 86.1s 07:40:35 07:40:35 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:40:35 #144 ... 07:40:35 07:40:35 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:40:35 #155 DONE 0.1s 07:40:35 07:40:35 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:40:35 #156 DONE 0.0s 07:40:35 07:40:35 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:40:35 #146 ... 07:40:35 07:40:35 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 07:40:35 #157 DONE 0.1s 07:40:35 07:40:35 #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 07:40:35 #158 DONE 0.0s 07:40:35 07:40:35 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 07:40:35 #159 DONE 0.0s 07:40:35 07:40:35 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:40:35 #160 DONE 1.1s 07:40:35 07:40:35 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:40:35 #151 ... 07:40:35 07:40:35 #107 [core-common-config-bootstrapper] exporting to image 07:40:35 #107 exporting layers 07:40:35 #107 exporting layers 0.4s done 07:40:35 #107 writing image sha256:eca92e74e1275c52edd5ab599c07dbf7c684c36082b8f660ed2ed2828a07344b 0.0s done 07:40:35 #107 naming to docker.io/library/core-common-config-bootstrapper done 07:40:35 #107 DONE 1.4s 07:40:35 07:40:35 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:40:35 #151 DONE 90.1s 07:40:35 07:40:35 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 07:40:35 #161 DONE 0.2s 07:40:35 07:40:35 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 07:40:35 #162 DONE 1.4s 07:40:35 07:40:35 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 07:40:35 #163 DONE 0.1s 07:40:35 07:40:35 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 07:40:35 #164 DONE 0.2s 07:40:35 07:40:35 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:40:35 #165 DONE 0.1s 07:40:35 07:40:35 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:40:35 #144 ... 07:40:35 07:40:35 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 07:40:35 #166 DONE 0.0s 07:40:35 07:40:35 #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/ 07:40:35 #167 DONE 0.0s 07:40:35 07:40:35 #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/ 07:40:35 #168 DONE 0.0s 07:40:35 07:40:35 #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/ 07:40:35 #169 DONE 0.0s 07:40:35 07:40:35 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:40:35 #170 DONE 0.0s 07:40:35 07:40:35 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 07:40:35 #117 DONE 0.2s 07:40:35 07:40:35 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:40:35 #118 DONE 0.3s 07:40:35 07:40:35 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:40:35 #100 ... 07:40:35 07:40:35 #106 [security-spire-agent] exporting to image 07:40:35 #171 DONE 1.1s 07:40:35 07:40:35 #107 [security-bootstrapper] exporting to image 07:40:35 #107 exporting layers 07:40:36 #107 exporting layers 0.5s done 07:40:36 #107 writing image sha256:a40e759c1275dc945c7a8916491a13d38a7262aa523f219a62b5f0e15191cf94 done 07:40:36 #107 naming to docker.io/library/security-bootstrapper done 07:40:36 #107 DONE 1.9s 07:40:36 07:40:36 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:40:37 #106 exporting layers 5.0s done 07:40:37 #106 writing image sha256:cd89186a714bdc5bd08bce1e0734e41aaf741a2e0506a1a11c0a2ed63dc2abfb done 07:40:37 #106 naming to docker.io/library/security-spire-server-arm64 done 07:40:37 #106 exporting layers 3.6s done 07:40:37 #106 writing image sha256:a9d42ae392f54590165d0d0df142279460a06bdb4db496989e6b275f4804c84b done 07:40:37 #106 naming to docker.io/library/security-spire-config-arm64 done 07:40:38 #106 exporting layers 2.6s done 07:40:38 #106 writing image sha256:51092e8875fcc0d2550dd65824af8e0f9f8a6355107d4f2bffd0e04c7da776cd done 07:40:38 #106 naming to docker.io/library/security-spire-agent-arm64 done 07:40:38 #106 DONE 6.2s 07:40:38 07:40:38 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:41:44 #144 ... 07:41:44 07:41:44 #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 07:41:44 #154 157.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:41:47 #154 DONE 164.6s 07:41:47 07:41:47 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:41:47 #150 DONE 164.6s 07:41:47 07:41:47 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:41:47 #146 DONE 164.5s 07:41:47 07:41:47 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:41:47 #144 DONE 164.5s 07:41:47 07:41:47 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:41:47 #153 ... 07:41:47 07:41:47 #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #172 ... 07:41:47 07:41:47 #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #173 DONE 0.2s 07:41:47 07:41:47 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:41:47 #174 ... 07:41:47 07:41:47 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:41:47 #147 DONE 165.1s 07:41:47 07:41:47 #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #175 DONE 0.3s 07:41:47 07:41:47 #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #172 DONE 0.4s 07:41:47 07:41:47 #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #176 DONE 0.3s 07:41:47 07:41:47 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 07:41:47 #174 DONE 0.3s 07:41:47 07:41:47 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 07:41:47 #177 DONE 0.2s 07:41:47 07:41:47 #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #178 ... 07:41:47 07:41:47 #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:41:47 #179 DONE 0.2s 07:41:47 07:41:47 #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 07:41:47 #180 DONE 0.2s 07:41:47 07:41:47 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 07:41:47 #181 DONE 0.2s 07:41:47 07:41:47 #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:41:47 #182 ... 07:41:47 07:41:47 #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 07:41:47 #178 DONE 0.5s 07:41:48 07:41:48 #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:41:48 #183 DONE 0.5s 07:41:48 07:41:48 #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:41:48 #184 ... 07:41:48 07:41:48 #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 07:41:48 #185 DONE 0.5s 07:41:48 07:41:48 #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:41:48 #186 DONE 0.5s 07:41:48 07:41:48 #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:41:48 #182 DONE 0.5s 07:41:48 07:41:48 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:41:48 #187 DONE 0.2s 07:41:48 07:41:48 #188 [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 07:41:48 #188 DONE 0.2s 07:41:48 07:41:48 #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:41:48 #143 DONE 165.9s 07:41:48 07:41:48 #107 [core-command] exporting to image 07:41:48 #107 exporting layers 07:41:48 #107 ... 07:41:48 07:41:48 #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 07:41:48 #184 DONE 0.4s 07:41:48 07:41:48 #189 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:41:48 #189 DONE 0.3s 07:41:48 07:41:48 #190 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:41:48 #190 DONE 0.3s 07:41:48 07:41:48 #107 [security-spiffe-token-provider] exporting to image 07:41:48 #107 ... 07:41:48 07:41:48 #191 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 07:41:48 #191 DONE 0.2s 07:41:48 07:41:48 #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 07:41:48 #192 DONE 0.3s 07:41:48 07:41:48 #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:41:48 #193 CACHED 07:41:48 07:41:48 #194 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:41:48 #194 CACHED 07:41:48 07:41:48 #107 [core-command] exporting to image 07:41:48 #107 exporting layers 0.3s done 07:41:48 #107 writing image sha256:8391573b4c72f3073f47513f03b24f1caff268b229991937b03fe7298c6fab86 0.0s done 07:41:48 #107 naming to docker.io/library/core-command done 07:41:48 #107 ... 07:41:48 07:41:48 #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:41:48 #195 DONE 0.3s 07:41:48 07:41:48 #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:41:48 #196 DONE 0.2s 07:41:48 07:41:48 #107 [core-keeper] exporting to image 07:41:49 #107 ... 07:41:49 07:41:49 #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:41:49 #197 DONE 0.4s 07:41:49 07:41:49 #198 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 07:41:49 #198 DONE 0.3s 07:41:49 07:41:49 #107 [security-spiffe-token-provider] exporting to image 07:41:49 #107 exporting layers 0.4s done 07:41:49 #107 writing image sha256:319cc34496d6e7ef66d93b889d79886a889d014edd3f53336f77a10d4138e3ce 0.0s done 07:41:49 #107 naming to docker.io/library/security-spiffe-token-provider done 07:41:49 #107 writing image sha256:39cacd120c560af0d7a04b6d15754ebdd92193545bb7a6cfad7586824cf0fd55 done 07:41:49 #107 naming to docker.io/library/core-keeper done 07:41:49 #107 DONE 2.7s 07:41:49 07:41:49 #199 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 07:41:49 #199 DONE 0.3s 07:41:49 07:41:49 #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:41:49 #200 DONE 0.4s 07:41:49 07:41:49 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:41:49 #148 DONE 167.1s 07:41:49 07:41:49 #107 [core-metadata] exporting to image 07:41:49 #107 ... 07:41:49 07:41:49 #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:41:49 #201 DONE 0.1s 07:41:49 07:41:49 #202 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:41:49 #202 DONE 1.0s 07:41:49 07:41:49 #107 [core-metadata] exporting to image 07:41:49 #107 exporting layers 0.4s done 07:41:49 #107 writing image sha256:4aa2917f6c4e4b99e1d27812120636971a429b20bc5fd5cdb9d058db3aafc04d done 07:41:49 #107 naming to docker.io/library/core-metadata done 07:41:49 #107 ... 07:41:49 07:41:49 #203 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 07:41:49 #203 CACHED 07:41:49 07:41:49 #204 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 07:41:49 #204 CACHED 07:41:50 07:41:50 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:41:50 #149 DONE 167.6s 07:41:50 07:41:50 #205 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 07:41:50 #205 DONE 0.2s 07:41:50 07:41:50 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:41:50 #145 DONE 167.8s 07:41:50 07:41:50 #206 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:41:50 #206 DONE 0.1s 07:41:50 07:41:50 #207 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 07:41:50 #207 DONE 0.1s 07:41:50 07:41:50 #107 [security-proxy-setup] exporting to image 07:41:50 #107 exporting layers 0.5s done 07:41:50 #107 writing image sha256:8eeb4be6de4a476ddff374aa574dfa3bd8cad06890fa79f5b1e3f7182a5c2478 done 07:41:50 #107 naming to docker.io/library/security-proxy-setup done 07:41:50 #107 DONE 3.3s 07:41:50 07:41:50 #208 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:41:50 #208 DONE 0.1s 07:41:50 07:41:50 #209 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 07:41:50 #209 DONE 0.1s 07:41:50 07:41:50 #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:41:50 #210 DONE 0.1s 07:41:50 07:41:50 #211 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:41:50 #211 DONE 0.1s 07:41:50 07:41:50 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:41:50 #212 DONE 0.2s 07:41:50 07:41:50 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:41:50 #213 ... 07:41:50 07:41:50 #214 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:41:50 #214 DONE 1.0s 07:41:50 07:41:50 #215 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:41:50 #215 DONE 0.2s 07:41:50 07:41:50 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:41:50 #213 DONE 0.2s 07:41:50 07:41:50 #216 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 07:41:50 #216 DONE 0.1s 07:41:50 07:41:50 #107 [support-scheduler] exporting to image 07:41:51 #107 ... 07:41:51 07:41:51 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:41:51 #217 DONE 0.7s 07:41:51 07:41:51 #107 [security-secretstore-setup] exporting to image 07:41:51 #107 exporting layers 0.2s done 07:41:51 #107 writing image sha256:86ea7e5f106a7db311d5aae68125db2a2772fa030ed1afc6c3d77a09439b92f4 0.0s done 07:41:51 #107 naming to docker.io/library/core-data done 07:41:51 #107 writing image sha256:1b6f4f810d9bdde59ff6bf4aec55151cdfca1d4e2921dc85ced7b904da90f56f done 07:41:51 #107 writing image sha256:e41c0bb83d9b74f131e97b89ab84df42ddf4ca0ea2ed2125328c23c5a41e8cba done 07:41:51 #107 naming to docker.io/library/support-scheduler done 07:41:51 #107 naming to docker.io/library/security-secretstore-setup done 07:41:51 #107 exporting layers 0.2s done 07:41:51 #107 writing image sha256:411b05c6706e2b6f77ba704ba65263ee649c10392f7d4f2417a5ae31f0a042e1 done 07:41:51 #107 naming to docker.io/library/security-proxy-auth done 07:41:51 #107 DONE 3.8s 07:41:51 07:41:51 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:41:53 #153 DONE 170.5s 07:41:53 07:41:53 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 07:41:53 #218 DONE 0.0s 07:41:53 07:41:53 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 07:41:53 #219 DONE 0.0s 07:41:53 07:41:53 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:41:53 #220 DONE 0.2s 07:41:53 07:41:53 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:41:53 #221 DONE 0.0s 07:41:53 07:41:53 #107 [support-notifications] exporting to image 07:41:53 #107 exporting layers 0.2s done 07:41:53 #107 writing image sha256:a3cbd4d34b3d8485e1cc6af7d7583120fa491c848931348a7b4109272e3d2043 done 07:41:53 #107 naming to docker.io/library/support-notifications done 07:41:53 #107 DONE 4.0s 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 07:41:53 time="2025-06-23T07:37:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 07:41:53 $ docker stop --time=1 dae67b218a4083abebd10faa645aeb9558400bd66ee4887d882448929839f7d3 07:41:54 $ docker rm -f --volumes dae67b218a4083abebd10faa645aeb9558400bd66ee4887d882448929839f7d3 [Pipeline] // withDockerContainer [Pipeline] sh 07:41:55 + docker images 07:41:55 REPOSITORY TAG IMAGE ID CREATED SIZE 07:41:55 support-notifications latest a3cbd4d34b3d 1 second ago 52.3MB 07:41:55 support-scheduler latest e41c0bb83d9b 4 seconds ago 48.7MB 07:41:55 security-proxy-auth latest 411b05c6706e 4 seconds ago 31.9MB 07:41:55 core-data latest 86ea7e5f106a 4 seconds ago 33MB 07:41:55 security-secretstore-setup latest 1b6f4f810d9b 4 seconds ago 68.9MB 07:41:55 core-metadata latest 4aa2917f6c4e 5 seconds ago 33.2MB 07:41:55 security-proxy-setup latest 8eeb4be6de4a 5 seconds ago 38.6MB 07:41:55 security-spiffe-token-provider latest 319cc34496d6 6 seconds ago 47.5MB 07:41:55 core-keeper latest 39cacd120c56 6 seconds ago 32.6MB 07:41:55 core-command latest 8391573b4c72 6 seconds ago 28.5MB 07:41:55 security-bootstrapper latest a40e759c1275 About a minute ago 20.4MB 07:41:55 core-common-config-bootstrapper latest eca92e74e127 About a minute ago 17.1MB 07:41:55 security-spire-config latest daef0f3d5573 3 minutes ago 149MB 07:41:55 security-spire-agent latest c269e237becf 3 minutes ago 195MB 07:41:55 security-spire-server latest 8245e0602fcd 3 minutes ago 149MB 07:41:55 ci-base-image-x86_64 latest bbdbc674c8f0 6 minutes ago 924MB 07:41:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 days ago 574MB 07:41:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB 07:41:55 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 07:41:55 provisioning config files... 07:41:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config11655938389415200025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:41:55 ---> ****-login.sh 07:41:55 nexus3.edgexfoundry.org:10001 07:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:41:55 Configure a credential helper to remove this warning. See 07:41:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:41:55 07:41:55 Login Succeeded 07:41:55 nexus3.edgexfoundry.org:10002 07:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:41:55 Configure a credential helper to remove this warning. See 07:41:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:41:55 07:41:55 Login Succeeded 07:41:55 nexus3.edgexfoundry.org:10003 07:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:41:55 Configure a credential helper to remove this warning. See 07:41:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:41:55 07:41:55 Login Succeeded 07:41:55 nexus3.edgexfoundry.org:10004 07:41:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:41:55 Configure a credential helper to remove this warning. See 07:41:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:41:55 07:41:55 Login Succeeded 07:41:55 ****.io 07:41:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:41:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:41:56 Configure a credential helper to remove this warning. See 07:41:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:41:56 07:41:56 Login Succeeded 07:41:56 ---> ****-login.sh ends [Pipeline] } 07:41:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:41:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:41:56 [edgeXDocker.push] Tagging docker image core-command with the following tags: 07:41:56 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:41:56 latest 07:41:56 4.1.0-dev.27 07:41:56 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:41:56 main 07:41:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:56 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:56 + docker push nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:41:56 05fcf42ad04f: Preparing 07:41:56 b31f09151d8b: Preparing 07:41:56 35f74f7f944d: Preparing 07:41:56 3246dc8e00ec: Preparing 07:41:56 ba8caac27164: Preparing 07:41:56 bbac0e2784d3: Preparing 07:41:56 994456c4fd7b: Preparing 07:41:56 bbac0e2784d3: Waiting 07:41:56 994456c4fd7b: Waiting 07:41:56 3246dc8e00ec: Pushed 07:41:56 05fcf42ad04f: Pushed 07:41:56 35f74f7f944d: Pushed 07:41:56 ba8caac27164: Pushed 07:41:56 994456c4fd7b: Layer already exists 07:41:56 bbac0e2784d3: Pushed 07:41:59 b31f09151d8b: Pushed 07:41:59 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:00 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 07:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:42:00 05fcf42ad04f: Preparing 07:42:00 b31f09151d8b: Preparing 07:42:00 35f74f7f944d: Preparing 07:42:00 3246dc8e00ec: Preparing 07:42:00 ba8caac27164: Preparing 07:42:00 bbac0e2784d3: Preparing 07:42:00 994456c4fd7b: Preparing 07:42:00 bbac0e2784d3: Waiting 07:42:00 994456c4fd7b: Waiting 07:42:00 3246dc8e00ec: Layer already exists 07:42:00 b31f09151d8b: Layer already exists 07:42:00 ba8caac27164: Layer already exists 07:42:00 05fcf42ad04f: Layer already exists 07:42:00 35f74f7f944d: Layer already exists 07:42:00 bbac0e2784d3: Layer already exists 07:42:00 994456c4fd7b: Layer already exists 07:42:00 latest: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:00 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 07:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:42:00 05fcf42ad04f: Preparing 07:42:00 b31f09151d8b: Preparing 07:42:00 35f74f7f944d: Preparing 07:42:00 3246dc8e00ec: Preparing 07:42:00 ba8caac27164: Preparing 07:42:00 bbac0e2784d3: Preparing 07:42:00 994456c4fd7b: Preparing 07:42:00 bbac0e2784d3: Waiting 07:42:00 994456c4fd7b: Waiting 07:42:00 35f74f7f944d: Layer already exists 07:42:00 05fcf42ad04f: Layer already exists 07:42:00 b31f09151d8b: Layer already exists 07:42:00 3246dc8e00ec: Layer already exists 07:42:00 ba8caac27164: Layer already exists 07:42:00 994456c4fd7b: Layer already exists 07:42:00 bbac0e2784d3: Layer already exists 07:42:00 4.1.0-dev.27: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:01 + docker push nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:42:01 05fcf42ad04f: Preparing 07:42:01 b31f09151d8b: Preparing 07:42:01 35f74f7f944d: Preparing 07:42:01 3246dc8e00ec: Preparing 07:42:01 ba8caac27164: Preparing 07:42:01 bbac0e2784d3: Preparing 07:42:01 994456c4fd7b: Preparing 07:42:01 bbac0e2784d3: Waiting 07:42:01 994456c4fd7b: Waiting 07:42:01 05fcf42ad04f: Layer already exists 07:42:01 ba8caac27164: Layer already exists 07:42:01 b31f09151d8b: Layer already exists 07:42:01 3246dc8e00ec: Layer already exists 07:42:01 35f74f7f944d: Layer already exists 07:42:01 994456c4fd7b: Layer already exists 07:42:01 bbac0e2784d3: Layer already exists 07:42:01 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:02 + docker push nexus3.edgexfoundry.org:10004/core-command:main 07:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 07:42:02 05fcf42ad04f: Preparing 07:42:02 b31f09151d8b: Preparing 07:42:02 35f74f7f944d: Preparing 07:42:02 3246dc8e00ec: Preparing 07:42:02 ba8caac27164: Preparing 07:42:02 bbac0e2784d3: Preparing 07:42:02 994456c4fd7b: Preparing 07:42:02 bbac0e2784d3: Waiting 07:42:02 994456c4fd7b: Waiting 07:42:02 3246dc8e00ec: Layer already exists 07:42:02 b31f09151d8b: Layer already exists 07:42:02 35f74f7f944d: Layer already exists 07:42:02 ba8caac27164: Layer already exists 07:42:02 05fcf42ad04f: Layer already exists 07:42:02 994456c4fd7b: Layer already exists 07:42:02 bbac0e2784d3: Layer already exists 07:42:02 main: digest: sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:02 ===================================================== [Pipeline] echo 07:42:02 taggedImages: 07:42:02 - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:02 - nexus3.edgexfoundry.org:10004/core-command:latest 07:42:02 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 07:42:02 - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:02 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 07:42:02 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 07:42:02 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:02 latest 07:42:02 4.1.0-dev.27 07:42:02 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:02 main 07:42:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:02 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:42:02 ee2eb5e97cb7: Preparing 07:42:02 1b62521eb925: Preparing 07:42:02 d10550acd4a2: Preparing 07:42:02 d70447529cd7: Preparing 07:42:02 35f74f7f944d: Preparing 07:42:02 3246dc8e00ec: Preparing 07:42:02 ba8caac27164: Preparing 07:42:02 bbac0e2784d3: Preparing 07:42:02 994456c4fd7b: Preparing 07:42:02 ba8caac27164: Waiting 07:42:02 bbac0e2784d3: Waiting 07:42:02 994456c4fd7b: Waiting 07:42:02 3246dc8e00ec: Waiting 07:42:02 35f74f7f944d: Layer already exists 07:42:02 3246dc8e00ec: Layer already exists 07:42:02 ba8caac27164: Layer already exists 07:42:02 1b62521eb925: Pushed 07:42:02 bbac0e2784d3: Layer already exists 07:42:02 d10550acd4a2: Pushed 07:42:02 994456c4fd7b: Layer already exists 07:42:02 ee2eb5e97cb7: Pushed 07:42:04 d70447529cd7: Pushed 07:42:04 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:04 + 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 07:42:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:42:04 ee2eb5e97cb7: Preparing 07:42:04 1b62521eb925: Preparing 07:42:04 d10550acd4a2: Preparing 07:42:04 d70447529cd7: Preparing 07:42:04 35f74f7f944d: Preparing 07:42:04 3246dc8e00ec: Preparing 07:42:04 ba8caac27164: Preparing 07:42:04 bbac0e2784d3: Preparing 07:42:04 994456c4fd7b: Preparing 07:42:04 ba8caac27164: Waiting 07:42:04 bbac0e2784d3: Waiting 07:42:04 994456c4fd7b: Waiting 07:42:04 d10550acd4a2: Layer already exists 07:42:04 35f74f7f944d: Layer already exists 07:42:04 ee2eb5e97cb7: Layer already exists 07:42:04 d70447529cd7: Layer already exists 07:42:04 1b62521eb925: Layer already exists 07:42:04 994456c4fd7b: Layer already exists 07:42:04 ba8caac27164: Layer already exists 07:42:04 3246dc8e00ec: Layer already exists 07:42:04 bbac0e2784d3: Layer already exists 07:42:04 latest: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 07:42:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:42:05 ee2eb5e97cb7: Preparing 07:42:05 1b62521eb925: Preparing 07:42:05 d10550acd4a2: Preparing 07:42:05 d70447529cd7: Preparing 07:42:05 35f74f7f944d: Preparing 07:42:05 3246dc8e00ec: Preparing 07:42:05 ba8caac27164: Preparing 07:42:05 bbac0e2784d3: Preparing 07:42:05 994456c4fd7b: Preparing 07:42:05 ba8caac27164: Waiting 07:42:05 bbac0e2784d3: Waiting 07:42:05 994456c4fd7b: Waiting 07:42:05 3246dc8e00ec: Waiting 07:42:05 1b62521eb925: Layer already exists 07:42:05 d70447529cd7: Layer already exists 07:42:05 d10550acd4a2: Layer already exists 07:42:05 ee2eb5e97cb7: Layer already exists 07:42:05 35f74f7f944d: Layer already exists 07:42:05 bbac0e2784d3: Layer already exists 07:42:05 3246dc8e00ec: Layer already exists 07:42:05 994456c4fd7b: Layer already exists 07:42:05 ba8caac27164: Layer already exists 07:42:05 4.1.0-dev.27: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:42:06 ee2eb5e97cb7: Preparing 07:42:06 1b62521eb925: Preparing 07:42:06 d10550acd4a2: Preparing 07:42:06 d70447529cd7: Preparing 07:42:06 35f74f7f944d: Preparing 07:42:06 3246dc8e00ec: Preparing 07:42:06 ba8caac27164: Preparing 07:42:06 bbac0e2784d3: Preparing 07:42:06 994456c4fd7b: Preparing 07:42:06 3246dc8e00ec: Waiting 07:42:06 ba8caac27164: Waiting 07:42:06 bbac0e2784d3: Waiting 07:42:06 994456c4fd7b: Waiting 07:42:06 d70447529cd7: Layer already exists 07:42:06 35f74f7f944d: Layer already exists 07:42:06 1b62521eb925: Layer already exists 07:42:06 d10550acd4a2: Layer already exists 07:42:06 ee2eb5e97cb7: Layer already exists 07:42:06 ba8caac27164: Layer already exists 07:42:06 3246dc8e00ec: Layer already exists 07:42:06 bbac0e2784d3: Layer already exists 07:42:06 994456c4fd7b: Layer already exists 07:42:06 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:06 + 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 07:42:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 07:42:06 ee2eb5e97cb7: Preparing 07:42:06 1b62521eb925: Preparing 07:42:06 d10550acd4a2: Preparing 07:42:06 d70447529cd7: Preparing 07:42:06 35f74f7f944d: Preparing 07:42:06 3246dc8e00ec: Preparing 07:42:06 ba8caac27164: Preparing 07:42:06 bbac0e2784d3: Preparing 07:42:06 994456c4fd7b: Preparing 07:42:06 3246dc8e00ec: Waiting 07:42:06 ba8caac27164: Waiting 07:42:06 bbac0e2784d3: Waiting 07:42:06 994456c4fd7b: Waiting 07:42:06 35f74f7f944d: Layer already exists 07:42:06 d70447529cd7: Layer already exists 07:42:06 1b62521eb925: Layer already exists 07:42:06 ee2eb5e97cb7: Layer already exists 07:42:06 d10550acd4a2: Layer already exists 07:42:06 bbac0e2784d3: Layer already exists 07:42:06 ba8caac27164: Layer already exists 07:42:06 3246dc8e00ec: Layer already exists 07:42:06 994456c4fd7b: Layer already exists 07:42:06 main: digest: sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:07 ===================================================== [Pipeline] echo 07:42:07 taggedImages: 07:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 07:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 07:42:07 [edgeXDocker.push] Tagging docker image core-data with the following tags: 07:42:07 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:07 latest 07:42:07 4.1.0-dev.27 07:42:07 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:07 main 07:42:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:07 + docker push nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:42:07 ddf552744d57: Preparing 07:42:07 61897f63b7a1: Preparing 07:42:07 35f74f7f944d: Preparing 07:42:07 3246dc8e00ec: Preparing 07:42:07 ef5354101557: Preparing 07:42:07 ed902351a9eb: Preparing 07:42:07 994456c4fd7b: Preparing 07:42:07 ed902351a9eb: Waiting 07:42:07 994456c4fd7b: Waiting 07:42:07 3246dc8e00ec: Layer already exists 07:42:07 35f74f7f944d: Layer already exists 07:42:07 994456c4fd7b: Layer already exists 07:42:07 ef5354101557: Pushed 07:42:07 ddf552744d57: Pushed 07:42:07 ed902351a9eb: Pushed 07:42:10 61897f63b7a1: Pushed 07:42:10 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:11 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 07:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:42:11 ddf552744d57: Preparing 07:42:11 61897f63b7a1: Preparing 07:42:11 35f74f7f944d: Preparing 07:42:11 3246dc8e00ec: Preparing 07:42:11 ef5354101557: Preparing 07:42:11 ed902351a9eb: Preparing 07:42:11 994456c4fd7b: Preparing 07:42:11 ed902351a9eb: Waiting 07:42:11 994456c4fd7b: Waiting 07:42:11 ef5354101557: Layer already exists 07:42:11 61897f63b7a1: Layer already exists 07:42:11 3246dc8e00ec: Layer already exists 07:42:11 35f74f7f944d: Layer already exists 07:42:11 ddf552744d57: Layer already exists 07:42:11 ed902351a9eb: Layer already exists 07:42:11 994456c4fd7b: Layer already exists 07:42:11 latest: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:11 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 07:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:42:11 ddf552744d57: Preparing 07:42:11 61897f63b7a1: Preparing 07:42:11 35f74f7f944d: Preparing 07:42:11 3246dc8e00ec: Preparing 07:42:11 ef5354101557: Preparing 07:42:11 ed902351a9eb: Preparing 07:42:11 994456c4fd7b: Preparing 07:42:11 ed902351a9eb: Waiting 07:42:11 994456c4fd7b: Waiting 07:42:11 ef5354101557: Layer already exists 07:42:11 61897f63b7a1: Layer already exists 07:42:11 35f74f7f944d: Layer already exists 07:42:11 3246dc8e00ec: Layer already exists 07:42:11 ddf552744d57: Layer already exists 07:42:11 ed902351a9eb: Layer already exists 07:42:11 994456c4fd7b: Layer already exists 07:42:11 4.1.0-dev.27: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:12 + docker push nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:42:12 ddf552744d57: Preparing 07:42:12 61897f63b7a1: Preparing 07:42:12 35f74f7f944d: Preparing 07:42:12 3246dc8e00ec: Preparing 07:42:12 ef5354101557: Preparing 07:42:12 ed902351a9eb: Preparing 07:42:12 994456c4fd7b: Preparing 07:42:12 994456c4fd7b: Waiting 07:42:12 ed902351a9eb: Waiting 07:42:12 3246dc8e00ec: Layer already exists 07:42:12 61897f63b7a1: Layer already exists 07:42:12 ef5354101557: Layer already exists 07:42:12 35f74f7f944d: Layer already exists 07:42:12 ddf552744d57: Layer already exists 07:42:12 ed902351a9eb: Layer already exists 07:42:12 994456c4fd7b: Layer already exists 07:42:12 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:13 + docker push nexus3.edgexfoundry.org:10004/core-data:main 07:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 07:42:13 ddf552744d57: Preparing 07:42:13 61897f63b7a1: Preparing 07:42:13 35f74f7f944d: Preparing 07:42:13 3246dc8e00ec: Preparing 07:42:13 ef5354101557: Preparing 07:42:13 ed902351a9eb: Preparing 07:42:13 994456c4fd7b: Preparing 07:42:13 ed902351a9eb: Waiting 07:42:13 994456c4fd7b: Waiting 07:42:13 3246dc8e00ec: Layer already exists 07:42:13 35f74f7f944d: Layer already exists 07:42:13 ef5354101557: Layer already exists 07:42:13 ddf552744d57: Layer already exists 07:42:13 61897f63b7a1: Layer already exists 07:42:13 994456c4fd7b: Layer already exists 07:42:13 ed902351a9eb: Layer already exists 07:42:13 main: digest: sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:13 ===================================================== [Pipeline] echo 07:42:13 taggedImages: 07:42:13 - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:13 - nexus3.edgexfoundry.org:10004/core-data:latest 07:42:13 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 07:42:13 - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:13 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 07:42:13 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 07:42:13 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:13 latest 07:42:13 4.1.0-dev.27 07:42:13 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:13 main 07:42:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:13 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:42:13 1ac2afb1412c: Preparing 07:42:13 fc454a59e3e5: Preparing 07:42:13 3246dc8e00ec: Preparing 07:42:13 32c926cd75d1: Preparing 07:42:13 85ad97aa932f: Preparing 07:42:13 994456c4fd7b: Preparing 07:42:13 994456c4fd7b: Waiting 07:42:13 3246dc8e00ec: Layer already exists 07:42:13 994456c4fd7b: Layer already exists 07:42:13 32c926cd75d1: Pushed 07:42:13 1ac2afb1412c: Pushed 07:42:13 85ad97aa932f: Pushed 07:42:15 #100 ... 07:42:15 07:42:15 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #84 DONE 109.8s 07:42:15 07:42:15 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #91 DONE 109.9s 07:42:15 07:42:15 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #89 DONE 103.6s 07:42:15 07:42:15 #119 [support-notifications builder 6/7] COPY . . 07:42:15 #119 ... 07:42:15 07:42:15 #101 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #101 DONE 103.7s 07:42:15 07:42:15 #120 [core-common-config-bootstrapper builder 6/7] COPY . . 07:42:15 #120 ... 07:42:15 07:42:15 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #95 DONE 99.5s 07:42:15 07:42:15 #119 [support-notifications builder 6/7] COPY . . 07:42:15 #119 DONE 1.8s 07:42:15 07:42:15 #121 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 07:42:15 #121 CACHED 07:42:15 07:42:15 #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #122 CACHED 07:42:15 07:42:15 #123 [security-secretstore-setup builder 6/7] COPY . . 07:42:15 #123 CACHED 07:42:15 07:42:15 #124 [security-proxy-setup builder 6/7] COPY . . 07:42:15 #124 CACHED 07:42:15 07:42:15 #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #125 CACHED 07:42:15 07:42:15 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 07:42:15 #126 CACHED 07:42:15 07:42:15 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #100 DONE 95.8s 07:42:15 07:42:15 #120 [core-common-config-bootstrapper builder 6/7] COPY . . 07:42:15 #120 DONE 1.9s 07:42:15 07:42:15 #127 [security-bootstrapper builder 6/7] COPY . . 07:42:15 #127 DONE 1.9s 07:42:15 07:42:15 #128 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:42:15 #128 ... 07:42:15 07:42:15 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 07:42:15 #129 CACHED 07:42:15 07:42:15 #130 [core-data builder 6/7] COPY . . 07:42:15 #130 CACHED 07:42:15 07:42:15 #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #131 CACHED 07:42:15 07:42:15 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #132 CACHED 07:42:15 07:42:15 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 07:42:15 #133 CACHED 07:42:15 07:42:15 #134 [core-metadata builder 6/7] COPY . . 07:42:15 #134 CACHED 07:42:15 07:42:15 #135 [security-proxy-auth builder 6/7] COPY . . 07:42:15 #135 CACHED 07:42:15 07:42:15 #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #136 CACHED 07:42:15 07:42:15 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 07:42:15 #137 CACHED 07:42:15 07:42:15 #138 [core-command builder 6/7] COPY . . 07:42:15 #138 CACHED 07:42:15 07:42:15 #139 [core-command builder 4/7] COPY go.mod vendor* ./ 07:42:15 #139 CACHED 07:42:15 07:42:15 #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:42:15 #140 CACHED 07:42:15 07:42:15 #141 [support-scheduler builder 6/7] COPY . . 07:42:15 #141 DONE 2.1s 07:42:15 07:42:15 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:15 #142 ... 07:42:15 07:42:15 #143 [security-spiffe-token-provider builder 6/7] COPY . . 07:42:15 #143 DONE 4.0s 07:42:15 07:42:15 #144 [core-keeper builder 7/8] COPY . . 07:42:15 #144 DONE 3.9s 07:42:15 07:42:15 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 07:42:15 #145 3.219 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 07:42:16 #145 ... 07:42:16 07:42:16 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 07:42:16 #0 6.120 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:42:16 fc454a59e3e5: Pushed 07:42:16 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:16 #146 ... 07:42:16 07:42:16 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 07:42:16 #0 6.033 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 07:42:16 #147 ... 07:42:16 07:42:16 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 07:42:16 #0 5.577 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:42:16 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:17 #148 ... 07:42:17 07:42:17 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 07:42:17 #0 6.160 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 07:42:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 07:42:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:42:17 1ac2afb1412c: Preparing 07:42:17 fc454a59e3e5: Preparing 07:42:17 3246dc8e00ec: Preparing 07:42:17 32c926cd75d1: Preparing 07:42:17 85ad97aa932f: Preparing 07:42:17 994456c4fd7b: Preparing 07:42:17 994456c4fd7b: Waiting 07:42:17 1ac2afb1412c: Layer already exists 07:42:17 fc454a59e3e5: Layer already exists 07:42:17 3246dc8e00ec: Layer already exists 07:42:17 85ad97aa932f: Layer already exists 07:42:17 32c926cd75d1: Layer already exists 07:42:17 994456c4fd7b: Layer already exists 07:42:17 latest: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:17 #149 ... 07:42:17 07:42:17 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 07:42:17 #0 6.329 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 07:42:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:17 #150 ... 07:42:17 07:42:17 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 07:42:17 #0 5.380 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 07:42:17 #151 ... 07:42:17 07:42:17 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 07:42:17 #0 5.425 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:42:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 07:42:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:42:17 1ac2afb1412c: Preparing 07:42:17 fc454a59e3e5: Preparing 07:42:17 3246dc8e00ec: Preparing 07:42:17 32c926cd75d1: Preparing 07:42:17 85ad97aa932f: Preparing 07:42:17 994456c4fd7b: Preparing 07:42:17 994456c4fd7b: Waiting 07:42:17 1ac2afb1412c: Layer already exists 07:42:17 3246dc8e00ec: Layer already exists 07:42:17 fc454a59e3e5: Layer already exists 07:42:17 85ad97aa932f: Layer already exists 07:42:17 32c926cd75d1: Layer already exists 07:42:17 994456c4fd7b: Layer already exists 07:42:17 4.1.0-dev.27: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 07:42:17 #152 ... 07:42:17 07:42:17 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 07:42:17 #0 4.961 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 07:42:17 #153 ... 07:42:17 07:42:17 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:42:17 #0 3.202 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:42:18 1ac2afb1412c: Preparing 07:42:18 fc454a59e3e5: Preparing 07:42:18 3246dc8e00ec: Preparing 07:42:18 32c926cd75d1: Preparing 07:42:18 85ad97aa932f: Preparing 07:42:18 994456c4fd7b: Preparing 07:42:18 994456c4fd7b: Waiting 07:42:18 1ac2afb1412c: Layer already exists 07:42:18 3246dc8e00ec: Layer already exists 07:42:18 fc454a59e3e5: Layer already exists 07:42:18 85ad97aa932f: Layer already exists 07:42:18 32c926cd75d1: Layer already exists 07:42:18 994456c4fd7b: Layer already exists 07:42:18 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 07:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 07:42:19 1ac2afb1412c: Preparing 07:42:19 fc454a59e3e5: Preparing 07:42:19 3246dc8e00ec: Preparing 07:42:19 32c926cd75d1: Preparing 07:42:19 85ad97aa932f: Preparing 07:42:19 994456c4fd7b: Preparing 07:42:19 994456c4fd7b: Waiting 07:42:19 3246dc8e00ec: Layer already exists 07:42:19 fc454a59e3e5: Layer already exists 07:42:19 1ac2afb1412c: Layer already exists 07:42:19 32c926cd75d1: Layer already exists 07:42:19 85ad97aa932f: Layer already exists 07:42:19 994456c4fd7b: Layer already exists 07:42:19 main: digest: sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:19 ===================================================== [Pipeline] echo 07:42:19 taggedImages: 07:42:19 - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:19 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:42:19 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 07:42:19 - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:19 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 07:42:19 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 07:42:19 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:19 latest 07:42:19 4.1.0-dev.27 07:42:19 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:19 main 07:42:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:42:19 da04b61785a3: Preparing 07:42:19 ed8c9dff1583: Preparing 07:42:19 528e218c805d: Preparing 07:42:19 35f74f7f944d: Preparing 07:42:19 3246dc8e00ec: Preparing 07:42:19 ba8caac27164: Preparing 07:42:19 bbac0e2784d3: Preparing 07:42:19 994456c4fd7b: Preparing 07:42:19 ba8caac27164: Waiting 07:42:19 994456c4fd7b: Waiting 07:42:19 bbac0e2784d3: Waiting 07:42:19 3246dc8e00ec: Layer already exists 07:42:19 35f74f7f944d: Layer already exists 07:42:19 ba8caac27164: Layer already exists 07:42:19 bbac0e2784d3: Layer already exists 07:42:19 994456c4fd7b: Layer already exists 07:42:19 ed8c9dff1583: Pushed 07:42:19 da04b61785a3: Pushed 07:42:22 #154 ... 07:42:22 07:42:22 #128 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:42:22 #128 4.694 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:42:22 #128 ... 07:42:22 07:42:22 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 07:42:22 #142 5.754 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:42:22 528e218c805d: Pushed 07:42:22 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 07:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:42:23 da04b61785a3: Preparing 07:42:23 ed8c9dff1583: Preparing 07:42:23 528e218c805d: Preparing 07:42:23 35f74f7f944d: Preparing 07:42:23 3246dc8e00ec: Preparing 07:42:23 ba8caac27164: Preparing 07:42:23 bbac0e2784d3: Preparing 07:42:23 994456c4fd7b: Preparing 07:42:23 994456c4fd7b: Waiting 07:42:23 ba8caac27164: Waiting 07:42:23 bbac0e2784d3: Waiting 07:42:23 ed8c9dff1583: Layer already exists 07:42:23 528e218c805d: Layer already exists 07:42:23 3246dc8e00ec: Layer already exists 07:42:23 35f74f7f944d: Layer already exists 07:42:23 da04b61785a3: Layer already exists 07:42:23 bbac0e2784d3: Layer already exists 07:42:23 ba8caac27164: Layer already exists 07:42:23 994456c4fd7b: Layer already exists 07:42:23 latest: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 07:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:42:24 da04b61785a3: Preparing 07:42:24 ed8c9dff1583: Preparing 07:42:24 528e218c805d: Preparing 07:42:24 35f74f7f944d: Preparing 07:42:24 3246dc8e00ec: Preparing 07:42:24 ba8caac27164: Preparing 07:42:24 bbac0e2784d3: Preparing 07:42:24 994456c4fd7b: Preparing 07:42:24 ba8caac27164: Waiting 07:42:24 bbac0e2784d3: Waiting 07:42:24 994456c4fd7b: Waiting 07:42:24 3246dc8e00ec: Layer already exists 07:42:24 ed8c9dff1583: Layer already exists 07:42:24 528e218c805d: Layer already exists 07:42:24 da04b61785a3: Layer already exists 07:42:24 35f74f7f944d: Layer already exists 07:42:24 994456c4fd7b: Layer already exists 07:42:24 bbac0e2784d3: Layer already exists 07:42:24 ba8caac27164: Layer already exists 07:42:24 4.1.0-dev.27: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:42:24 da04b61785a3: Preparing 07:42:24 ed8c9dff1583: Preparing 07:42:24 528e218c805d: Preparing 07:42:24 35f74f7f944d: Preparing 07:42:24 3246dc8e00ec: Preparing 07:42:24 ba8caac27164: Preparing 07:42:24 bbac0e2784d3: Preparing 07:42:24 994456c4fd7b: Preparing 07:42:24 ba8caac27164: Waiting 07:42:24 994456c4fd7b: Waiting 07:42:24 bbac0e2784d3: Waiting 07:42:24 3246dc8e00ec: Layer already exists 07:42:24 528e218c805d: Layer already exists 07:42:24 ed8c9dff1583: Layer already exists 07:42:24 35f74f7f944d: Layer already exists 07:42:24 da04b61785a3: Layer already exists 07:42:24 994456c4fd7b: Layer already exists 07:42:24 ba8caac27164: Layer already exists 07:42:24 bbac0e2784d3: Layer already exists 07:42:24 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 07:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 07:42:25 da04b61785a3: Preparing 07:42:25 ed8c9dff1583: Preparing 07:42:25 528e218c805d: Preparing 07:42:25 35f74f7f944d: Preparing 07:42:25 3246dc8e00ec: Preparing 07:42:25 ba8caac27164: Preparing 07:42:25 bbac0e2784d3: Preparing 07:42:25 ba8caac27164: Waiting 07:42:25 994456c4fd7b: Preparing 07:42:25 bbac0e2784d3: Waiting 07:42:25 994456c4fd7b: Waiting 07:42:25 35f74f7f944d: Layer already exists 07:42:25 ed8c9dff1583: Layer already exists 07:42:25 da04b61785a3: Layer already exists 07:42:25 528e218c805d: Layer already exists 07:42:25 3246dc8e00ec: Layer already exists 07:42:25 ba8caac27164: Layer already exists 07:42:25 bbac0e2784d3: Layer already exists 07:42:25 994456c4fd7b: Layer already exists 07:42:25 main: digest: sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:25 ===================================================== [Pipeline] echo 07:42:25 taggedImages: 07:42:25 - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:25 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:42:25 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 07:42:25 - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:25 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 07:42:25 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 07:42:25 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:25 latest 07:42:25 4.1.0-dev.27 07:42:25 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:25 main 07:42:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:42:26 bfd674d9993f: Preparing 07:42:26 c78956bbdf69: Preparing 07:42:26 d30dd144c585: Preparing 07:42:26 d367fffbdb38: Preparing 07:42:26 8df72f305f72: Preparing 07:42:26 d8b69edc9f01: Preparing 07:42:26 64e3b7860d7d: Preparing 07:42:26 35f74f7f944d: Preparing 07:42:26 d8b69edc9f01: Waiting 07:42:26 64e3b7860d7d: Waiting 07:42:26 3246dc8e00ec: Preparing 07:42:26 c8fb016674e9: Preparing 07:42:26 35f74f7f944d: Waiting 07:42:26 3246dc8e00ec: Waiting 07:42:26 9eb0cd04febf: Preparing 07:42:26 5f70bf18a086: Preparing 07:42:26 cf24ce8fee08: Preparing 07:42:26 3a21ad26055b: Preparing 07:42:26 c8fb016674e9: Waiting 07:42:26 9eb0cd04febf: Waiting 07:42:26 cf24ce8fee08: Waiting 07:42:26 3a21ad26055b: Waiting 07:42:26 17e337617726: Preparing 07:42:26 994456c4fd7b: Preparing 07:42:26 994456c4fd7b: Waiting 07:42:26 17e337617726: Waiting 07:42:26 d367fffbdb38: Pushed 07:42:26 c78956bbdf69: Pushed 07:42:26 8df72f305f72: Pushed 07:42:26 bfd674d9993f: Pushed 07:42:26 d30dd144c585: Pushed 07:42:26 35f74f7f944d: Layer already exists 07:42:26 3246dc8e00ec: Layer already exists 07:42:26 5f70bf18a086: Layer already exists 07:42:26 d8b69edc9f01: Pushed 07:42:26 c8fb016674e9: Pushed 07:42:26 9eb0cd04febf: Pushed 07:42:26 cf24ce8fee08: Pushed 07:42:26 994456c4fd7b: Layer already exists 07:42:26 3a21ad26055b: Pushed 07:42:26 17e337617726: Pushed 07:42:27 64e3b7860d7d: Pushed 07:42:27 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:42:28 bfd674d9993f: Preparing 07:42:28 c78956bbdf69: Preparing 07:42:28 d30dd144c585: Preparing 07:42:28 d367fffbdb38: Preparing 07:42:28 8df72f305f72: Preparing 07:42:28 d8b69edc9f01: Preparing 07:42:28 64e3b7860d7d: Preparing 07:42:28 35f74f7f944d: Preparing 07:42:28 3246dc8e00ec: Preparing 07:42:28 c8fb016674e9: Preparing 07:42:28 9eb0cd04febf: Preparing 07:42:28 5f70bf18a086: Preparing 07:42:28 cf24ce8fee08: Preparing 07:42:28 3a21ad26055b: Preparing 07:42:28 17e337617726: Preparing 07:42:28 3a21ad26055b: Waiting 07:42:28 9eb0cd04febf: Waiting 07:42:28 5f70bf18a086: Waiting 07:42:28 cf24ce8fee08: Waiting 07:42:28 c8fb016674e9: Waiting 07:42:28 64e3b7860d7d: Waiting 07:42:28 d8b69edc9f01: Waiting 07:42:28 35f74f7f944d: Waiting 07:42:28 3246dc8e00ec: Waiting 07:42:28 994456c4fd7b: Preparing 07:42:28 17e337617726: Waiting 07:42:28 994456c4fd7b: Waiting 07:42:28 c78956bbdf69: Layer already exists 07:42:28 d367fffbdb38: Layer already exists 07:42:28 bfd674d9993f: Layer already exists 07:42:28 d30dd144c585: Layer already exists 07:42:28 8df72f305f72: Layer already exists 07:42:28 64e3b7860d7d: Layer already exists 07:42:28 35f74f7f944d: Layer already exists 07:42:28 3246dc8e00ec: Layer already exists 07:42:28 c8fb016674e9: Layer already exists 07:42:28 d8b69edc9f01: Layer already exists 07:42:28 9eb0cd04febf: Layer already exists 07:42:28 3a21ad26055b: Layer already exists 07:42:28 5f70bf18a086: Layer already exists 07:42:28 17e337617726: Layer already exists 07:42:28 cf24ce8fee08: Layer already exists 07:42:28 994456c4fd7b: Layer already exists 07:42:28 latest: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 07:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:42:29 bfd674d9993f: Preparing 07:42:29 c78956bbdf69: Preparing 07:42:29 d30dd144c585: Preparing 07:42:29 d367fffbdb38: Preparing 07:42:29 8df72f305f72: Preparing 07:42:29 d8b69edc9f01: Preparing 07:42:29 64e3b7860d7d: Preparing 07:42:29 35f74f7f944d: Preparing 07:42:29 3246dc8e00ec: Preparing 07:42:29 c8fb016674e9: Preparing 07:42:29 9eb0cd04febf: Preparing 07:42:29 5f70bf18a086: Preparing 07:42:29 d8b69edc9f01: Waiting 07:42:29 35f74f7f944d: Waiting 07:42:29 3246dc8e00ec: Waiting 07:42:29 c8fb016674e9: Waiting 07:42:29 64e3b7860d7d: Waiting 07:42:29 9eb0cd04febf: Waiting 07:42:29 cf24ce8fee08: Preparing 07:42:29 5f70bf18a086: Waiting 07:42:29 3a21ad26055b: Preparing 07:42:29 17e337617726: Preparing 07:42:29 994456c4fd7b: Preparing 07:42:29 cf24ce8fee08: Waiting 07:42:29 3a21ad26055b: Waiting 07:42:29 17e337617726: Waiting 07:42:29 c78956bbdf69: Layer already exists 07:42:29 bfd674d9993f: Layer already exists 07:42:29 8df72f305f72: Layer already exists 07:42:29 d30dd144c585: Layer already exists 07:42:29 d367fffbdb38: Layer already exists 07:42:29 d8b69edc9f01: Layer already exists 07:42:29 35f74f7f944d: Layer already exists 07:42:29 3246dc8e00ec: Layer already exists 07:42:29 64e3b7860d7d: Layer already exists 07:42:29 c8fb016674e9: Layer already exists 07:42:29 5f70bf18a086: Layer already exists 07:42:29 9eb0cd04febf: Layer already exists 07:42:29 3a21ad26055b: Layer already exists 07:42:29 cf24ce8fee08: Layer already exists 07:42:29 17e337617726: Layer already exists 07:42:29 994456c4fd7b: Layer already exists 07:42:29 4.1.0-dev.27: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:42:29 bfd674d9993f: Preparing 07:42:29 c78956bbdf69: Preparing 07:42:29 d30dd144c585: Preparing 07:42:29 d367fffbdb38: Preparing 07:42:29 8df72f305f72: Preparing 07:42:29 d8b69edc9f01: Preparing 07:42:29 64e3b7860d7d: Preparing 07:42:29 35f74f7f944d: Preparing 07:42:29 3246dc8e00ec: Preparing 07:42:29 c8fb016674e9: Preparing 07:42:29 9eb0cd04febf: Preparing 07:42:29 5f70bf18a086: Preparing 07:42:29 cf24ce8fee08: Preparing 07:42:29 3a21ad26055b: Preparing 07:42:29 17e337617726: Preparing 07:42:29 994456c4fd7b: Preparing 07:42:29 cf24ce8fee08: Waiting 07:42:29 d8b69edc9f01: Waiting 07:42:29 9eb0cd04febf: Waiting 07:42:29 3a21ad26055b: Waiting 07:42:29 5f70bf18a086: Waiting 07:42:29 17e337617726: Waiting 07:42:29 64e3b7860d7d: Waiting 07:42:29 35f74f7f944d: Waiting 07:42:29 c8fb016674e9: Waiting 07:42:29 3246dc8e00ec: Waiting 07:42:29 994456c4fd7b: Waiting 07:42:29 8df72f305f72: Layer already exists 07:42:29 bfd674d9993f: Layer already exists 07:42:29 d367fffbdb38: Layer already exists 07:42:29 d30dd144c585: Layer already exists 07:42:29 c78956bbdf69: Layer already exists 07:42:29 d8b69edc9f01: Layer already exists 07:42:29 64e3b7860d7d: Layer already exists 07:42:29 3246dc8e00ec: Layer already exists 07:42:29 35f74f7f944d: Layer already exists 07:42:29 c8fb016674e9: Layer already exists 07:42:29 5f70bf18a086: Layer already exists 07:42:29 9eb0cd04febf: Layer already exists 07:42:29 3a21ad26055b: Layer already exists 07:42:29 cf24ce8fee08: Layer already exists 07:42:29 17e337617726: Layer already exists 07:42:29 994456c4fd7b: Layer already exists 07:42:29 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 07:42:30 bfd674d9993f: Preparing 07:42:30 c78956bbdf69: Preparing 07:42:30 d30dd144c585: Preparing 07:42:30 d367fffbdb38: Preparing 07:42:30 8df72f305f72: Preparing 07:42:30 d8b69edc9f01: Preparing 07:42:30 64e3b7860d7d: Preparing 07:42:30 d8b69edc9f01: Waiting 07:42:30 35f74f7f944d: Preparing 07:42:30 64e3b7860d7d: Waiting 07:42:30 3246dc8e00ec: Preparing 07:42:30 c8fb016674e9: Preparing 07:42:30 35f74f7f944d: Waiting 07:42:30 3246dc8e00ec: Waiting 07:42:30 9eb0cd04febf: Preparing 07:42:30 5f70bf18a086: Preparing 07:42:30 cf24ce8fee08: Preparing 07:42:30 3a21ad26055b: Preparing 07:42:30 9eb0cd04febf: Waiting 07:42:30 cf24ce8fee08: Waiting 07:42:30 c8fb016674e9: Waiting 07:42:30 17e337617726: Preparing 07:42:30 994456c4fd7b: Preparing 07:42:30 17e337617726: Waiting 07:42:30 994456c4fd7b: Waiting 07:42:30 d367fffbdb38: Layer already exists 07:42:30 bfd674d9993f: Layer already exists 07:42:30 8df72f305f72: Layer already exists 07:42:30 d30dd144c585: Layer already exists 07:42:30 c78956bbdf69: Layer already exists 07:42:30 64e3b7860d7d: Layer already exists 07:42:30 d8b69edc9f01: Layer already exists 07:42:30 3246dc8e00ec: Layer already exists 07:42:30 35f74f7f944d: Layer already exists 07:42:30 c8fb016674e9: Layer already exists 07:42:30 9eb0cd04febf: Layer already exists 07:42:30 cf24ce8fee08: Layer already exists 07:42:30 3a21ad26055b: Layer already exists 07:42:30 5f70bf18a086: Layer already exists 07:42:30 17e337617726: Layer already exists 07:42:30 994456c4fd7b: Layer already exists 07:42:30 main: digest: sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:30 ===================================================== [Pipeline] echo 07:42:30 taggedImages: 07:42:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:42:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 07:42:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 07:42:30 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 07:42:30 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:30 latest 07:42:30 4.1.0-dev.27 07:42:30 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:30 main 07:42:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:42:31 e609e4ce30ab: Preparing 07:42:31 a9f11bb0608f: Preparing 07:42:31 51466b7ea4b3: Preparing 07:42:31 939d1ad991e6: Preparing 07:42:31 35f74f7f944d: Preparing 07:42:31 3246dc8e00ec: Preparing 07:42:31 ba8caac27164: Preparing 07:42:31 bbac0e2784d3: Preparing 07:42:31 994456c4fd7b: Preparing 07:42:31 3246dc8e00ec: Waiting 07:42:31 ba8caac27164: Waiting 07:42:31 994456c4fd7b: Waiting 07:42:31 bbac0e2784d3: Waiting 07:42:31 35f74f7f944d: Layer already exists 07:42:31 3246dc8e00ec: Layer already exists 07:42:31 ba8caac27164: Layer already exists 07:42:31 bbac0e2784d3: Layer already exists 07:42:31 51466b7ea4b3: Pushed 07:42:31 e609e4ce30ab: Pushed 07:42:31 994456c4fd7b: Layer already exists 07:42:31 a9f11bb0608f: Pushed 07:42:33 939d1ad991e6: Pushed 07:42:33 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:34 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:42:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:42:34 e609e4ce30ab: Preparing 07:42:34 a9f11bb0608f: Preparing 07:42:34 51466b7ea4b3: Preparing 07:42:34 939d1ad991e6: Preparing 07:42:34 35f74f7f944d: Preparing 07:42:34 3246dc8e00ec: Preparing 07:42:34 ba8caac27164: Preparing 07:42:34 bbac0e2784d3: Preparing 07:42:34 994456c4fd7b: Preparing 07:42:34 3246dc8e00ec: Waiting 07:42:34 bbac0e2784d3: Waiting 07:42:34 ba8caac27164: Waiting 07:42:34 994456c4fd7b: Waiting 07:42:34 51466b7ea4b3: Layer already exists 07:42:34 35f74f7f944d: Layer already exists 07:42:34 a9f11bb0608f: Layer already exists 07:42:34 e609e4ce30ab: Layer already exists 07:42:34 939d1ad991e6: Layer already exists 07:42:34 3246dc8e00ec: Layer already exists 07:42:34 994456c4fd7b: Layer already exists 07:42:34 bbac0e2784d3: Layer already exists 07:42:34 ba8caac27164: Layer already exists 07:42:34 latest: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:34 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 07:42:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:42:35 e609e4ce30ab: Preparing 07:42:35 a9f11bb0608f: Preparing 07:42:35 51466b7ea4b3: Preparing 07:42:35 939d1ad991e6: Preparing 07:42:35 35f74f7f944d: Preparing 07:42:35 3246dc8e00ec: Preparing 07:42:35 ba8caac27164: Preparing 07:42:35 3246dc8e00ec: Waiting 07:42:35 bbac0e2784d3: Preparing 07:42:35 ba8caac27164: Waiting 07:42:35 994456c4fd7b: Preparing 07:42:35 994456c4fd7b: Waiting 07:42:35 a9f11bb0608f: Layer already exists 07:42:35 35f74f7f944d: Layer already exists 07:42:35 51466b7ea4b3: Layer already exists 07:42:35 939d1ad991e6: Layer already exists 07:42:35 e609e4ce30ab: Layer already exists 07:42:35 3246dc8e00ec: Layer already exists 07:42:35 ba8caac27164: Layer already exists 07:42:35 bbac0e2784d3: Layer already exists 07:42:35 994456c4fd7b: Layer already exists 07:42:35 4.1.0-dev.27: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:42:35 e609e4ce30ab: Preparing 07:42:35 a9f11bb0608f: Preparing 07:42:35 51466b7ea4b3: Preparing 07:42:35 939d1ad991e6: Preparing 07:42:35 35f74f7f944d: Preparing 07:42:35 3246dc8e00ec: Preparing 07:42:35 ba8caac27164: Preparing 07:42:35 bbac0e2784d3: Preparing 07:42:35 994456c4fd7b: Preparing 07:42:35 3246dc8e00ec: Waiting 07:42:35 ba8caac27164: Waiting 07:42:35 bbac0e2784d3: Waiting 07:42:35 994456c4fd7b: Waiting 07:42:35 51466b7ea4b3: Layer already exists 07:42:35 35f74f7f944d: Layer already exists 07:42:35 e609e4ce30ab: Layer already exists 07:42:35 939d1ad991e6: Layer already exists 07:42:35 a9f11bb0608f: Layer already exists 07:42:35 3246dc8e00ec: Layer already exists 07:42:35 bbac0e2784d3: Layer already exists 07:42:35 ba8caac27164: Layer already exists 07:42:35 994456c4fd7b: Layer already exists 07:42:35 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 07:42:36 e609e4ce30ab: Preparing 07:42:36 a9f11bb0608f: Preparing 07:42:36 51466b7ea4b3: Preparing 07:42:36 939d1ad991e6: Preparing 07:42:36 35f74f7f944d: Preparing 07:42:36 3246dc8e00ec: Preparing 07:42:36 ba8caac27164: Preparing 07:42:36 bbac0e2784d3: Preparing 07:42:36 994456c4fd7b: Preparing 07:42:36 3246dc8e00ec: Waiting 07:42:36 ba8caac27164: Waiting 07:42:36 bbac0e2784d3: Waiting 07:42:36 994456c4fd7b: Waiting 07:42:36 e609e4ce30ab: Layer already exists 07:42:36 51466b7ea4b3: Layer already exists 07:42:36 939d1ad991e6: Layer already exists 07:42:36 35f74f7f944d: Layer already exists 07:42:36 a9f11bb0608f: Layer already exists 07:42:36 bbac0e2784d3: Layer already exists 07:42:36 3246dc8e00ec: Layer already exists 07:42:36 994456c4fd7b: Layer already exists 07:42:36 ba8caac27164: Layer already exists 07:42:36 main: digest: sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:36 ===================================================== [Pipeline] echo 07:42:36 taggedImages: 07:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 07:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 07:42:36 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 07:42:36 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:36 latest 07:42:36 4.1.0-dev.27 07:42:36 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:36 main 07:42:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:36 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:42:37 8d9030dc4660: Preparing 07:42:37 590a875a4b35: Preparing 07:42:37 3960d52d24fd: Preparing 07:42:37 3a50a23b9395: Preparing 07:42:37 3b83cae47f26: Preparing 07:42:37 35f74f7f944d: Preparing 07:42:37 3246dc8e00ec: Preparing 07:42:37 0329e1a51fa2: Preparing 07:42:37 c46f0ce9e6db: Preparing 07:42:37 36cd3edf3eb1: Preparing 07:42:37 994456c4fd7b: Preparing 07:42:37 35f74f7f944d: Waiting 07:42:37 3246dc8e00ec: Waiting 07:42:37 0329e1a51fa2: Waiting 07:42:37 c46f0ce9e6db: Waiting 07:42:37 36cd3edf3eb1: Waiting 07:42:37 994456c4fd7b: Waiting 07:42:37 8d9030dc4660: Pushed 07:42:37 3a50a23b9395: Pushed 07:42:37 3b83cae47f26: Pushed 07:42:37 590a875a4b35: Pushed 07:42:37 35f74f7f944d: Layer already exists 07:42:37 3246dc8e00ec: Layer already exists 07:42:37 994456c4fd7b: Layer already exists 07:42:37 0329e1a51fa2: Pushed 07:42:37 c46f0ce9e6db: Pushed 07:42:38 36cd3edf3eb1: Pushed 07:42:39 3960d52d24fd: Pushed 07:42:39 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:42:40 8d9030dc4660: Preparing 07:42:40 590a875a4b35: Preparing 07:42:40 3960d52d24fd: Preparing 07:42:40 3a50a23b9395: Preparing 07:42:40 3b83cae47f26: Preparing 07:42:40 35f74f7f944d: Preparing 07:42:40 3246dc8e00ec: Preparing 07:42:40 0329e1a51fa2: Preparing 07:42:40 c46f0ce9e6db: Preparing 07:42:40 36cd3edf3eb1: Preparing 07:42:40 994456c4fd7b: Preparing 07:42:40 35f74f7f944d: Waiting 07:42:40 3246dc8e00ec: Waiting 07:42:40 0329e1a51fa2: Waiting 07:42:40 c46f0ce9e6db: Waiting 07:42:40 36cd3edf3eb1: Waiting 07:42:40 3960d52d24fd: Layer already exists 07:42:40 3a50a23b9395: Layer already exists 07:42:40 8d9030dc4660: Layer already exists 07:42:40 3b83cae47f26: Layer already exists 07:42:40 590a875a4b35: Layer already exists 07:42:40 35f74f7f944d: Layer already exists 07:42:40 3246dc8e00ec: Layer already exists 07:42:40 0329e1a51fa2: Layer already exists 07:42:40 36cd3edf3eb1: Layer already exists 07:42:40 c46f0ce9e6db: Layer already exists 07:42:40 994456c4fd7b: Layer already exists 07:42:40 latest: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 07:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:42:40 8d9030dc4660: Preparing 07:42:40 590a875a4b35: Preparing 07:42:40 3960d52d24fd: Preparing 07:42:40 3a50a23b9395: Preparing 07:42:40 3b83cae47f26: Preparing 07:42:40 35f74f7f944d: Preparing 07:42:40 3246dc8e00ec: Preparing 07:42:40 0329e1a51fa2: Preparing 07:42:40 c46f0ce9e6db: Preparing 07:42:40 36cd3edf3eb1: Preparing 07:42:40 994456c4fd7b: Preparing 07:42:40 35f74f7f944d: Waiting 07:42:40 c46f0ce9e6db: Waiting 07:42:40 36cd3edf3eb1: Waiting 07:42:40 3246dc8e00ec: Waiting 07:42:40 0329e1a51fa2: Waiting 07:42:40 994456c4fd7b: Waiting 07:42:40 8d9030dc4660: Layer already exists 07:42:40 590a875a4b35: Layer already exists 07:42:40 3960d52d24fd: Layer already exists 07:42:40 3a50a23b9395: Layer already exists 07:42:40 3b83cae47f26: Layer already exists 07:42:40 35f74f7f944d: Layer already exists 07:42:40 0329e1a51fa2: Layer already exists 07:42:40 c46f0ce9e6db: Layer already exists 07:42:40 3246dc8e00ec: Layer already exists 07:42:40 36cd3edf3eb1: Layer already exists 07:42:40 994456c4fd7b: Layer already exists 07:42:40 4.1.0-dev.27: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:42:41 8d9030dc4660: Preparing 07:42:41 590a875a4b35: Preparing 07:42:41 3960d52d24fd: Preparing 07:42:41 3a50a23b9395: Preparing 07:42:41 3b83cae47f26: Preparing 07:42:41 35f74f7f944d: Preparing 07:42:41 3246dc8e00ec: Preparing 07:42:41 0329e1a51fa2: Preparing 07:42:41 c46f0ce9e6db: Preparing 07:42:41 36cd3edf3eb1: Preparing 07:42:41 994456c4fd7b: Preparing 07:42:41 c46f0ce9e6db: Waiting 07:42:41 0329e1a51fa2: Waiting 07:42:41 36cd3edf3eb1: Waiting 07:42:41 994456c4fd7b: Waiting 07:42:41 35f74f7f944d: Waiting 07:42:41 3246dc8e00ec: Waiting 07:42:41 8d9030dc4660: Layer already exists 07:42:41 3960d52d24fd: Layer already exists 07:42:41 3b83cae47f26: Layer already exists 07:42:41 590a875a4b35: Layer already exists 07:42:41 3a50a23b9395: Layer already exists 07:42:41 0329e1a51fa2: Layer already exists 07:42:41 c46f0ce9e6db: Layer already exists 07:42:41 35f74f7f944d: Layer already exists 07:42:41 3246dc8e00ec: Layer already exists 07:42:41 36cd3edf3eb1: Layer already exists 07:42:41 994456c4fd7b: Layer already exists 07:42:41 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 07:42:42 8d9030dc4660: Preparing 07:42:42 590a875a4b35: Preparing 07:42:42 3960d52d24fd: Preparing 07:42:42 3a50a23b9395: Preparing 07:42:42 3b83cae47f26: Preparing 07:42:42 35f74f7f944d: Preparing 07:42:42 3246dc8e00ec: Preparing 07:42:42 0329e1a51fa2: Preparing 07:42:42 c46f0ce9e6db: Preparing 07:42:42 36cd3edf3eb1: Preparing 07:42:42 994456c4fd7b: Preparing 07:42:42 0329e1a51fa2: Waiting 07:42:42 c46f0ce9e6db: Waiting 07:42:42 36cd3edf3eb1: Waiting 07:42:42 994456c4fd7b: Waiting 07:42:42 35f74f7f944d: Waiting 07:42:42 3246dc8e00ec: Waiting 07:42:42 3b83cae47f26: Layer already exists 07:42:42 8d9030dc4660: Layer already exists 07:42:42 3960d52d24fd: Layer already exists 07:42:42 3a50a23b9395: Layer already exists 07:42:42 590a875a4b35: Layer already exists 07:42:42 35f74f7f944d: Layer already exists 07:42:42 c46f0ce9e6db: Layer already exists 07:42:42 0329e1a51fa2: Layer already exists 07:42:42 36cd3edf3eb1: Layer already exists 07:42:42 3246dc8e00ec: Layer already exists 07:42:42 994456c4fd7b: Layer already exists 07:42:42 main: digest: sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:42 ===================================================== [Pipeline] echo 07:42:42 taggedImages: 07:42:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:42:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 07:42:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 07:42:42 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 07:42:42 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:42 latest 07:42:42 4.1.0-dev.27 07:42:42 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:42 main 07:42:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:42:43 0ff9433dbb9b: Preparing 07:42:43 63aca25e6535: Preparing 07:42:43 6887636dd451: Preparing 07:42:43 b1c2298959e5: Preparing 07:42:43 742ba2c68dd2: Preparing 07:42:43 8a0bbe661eeb: Preparing 07:42:43 da3c19123ef8: Preparing 07:42:43 35f74f7f944d: Preparing 07:42:43 3246dc8e00ec: Preparing 07:42:43 504a2f97cbf2: Preparing 07:42:43 45164708e2bf: Preparing 07:42:43 994456c4fd7b: Preparing 07:42:43 8a0bbe661eeb: Waiting 07:42:43 da3c19123ef8: Waiting 07:42:43 994456c4fd7b: Waiting 07:42:43 3246dc8e00ec: Waiting 07:42:43 35f74f7f944d: Waiting 07:42:43 45164708e2bf: Waiting 07:42:43 504a2f97cbf2: Waiting 07:42:43 0ff9433dbb9b: Pushed 07:42:43 63aca25e6535: Pushed 07:42:43 742ba2c68dd2: Pushed 07:42:43 35f74f7f944d: Layer already exists 07:42:43 3246dc8e00ec: Layer already exists 07:42:43 8a0bbe661eeb: Pushed 07:42:43 da3c19123ef8: Pushed 07:42:43 504a2f97cbf2: Pushed 07:42:43 994456c4fd7b: Layer already exists 07:42:44 45164708e2bf: Pushed 07:42:45 b1c2298959e5: Pushed 07:42:46 6887636dd451: Pushed 07:42:46 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:42:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:42:46 0ff9433dbb9b: Preparing 07:42:46 63aca25e6535: Preparing 07:42:46 6887636dd451: Preparing 07:42:46 b1c2298959e5: Preparing 07:42:46 742ba2c68dd2: Preparing 07:42:46 8a0bbe661eeb: Preparing 07:42:46 da3c19123ef8: Preparing 07:42:46 35f74f7f944d: Preparing 07:42:46 3246dc8e00ec: Preparing 07:42:46 504a2f97cbf2: Preparing 07:42:46 45164708e2bf: Preparing 07:42:46 994456c4fd7b: Preparing 07:42:46 3246dc8e00ec: Waiting 07:42:46 504a2f97cbf2: Waiting 07:42:46 45164708e2bf: Waiting 07:42:46 994456c4fd7b: Waiting 07:42:46 35f74f7f944d: Waiting 07:42:46 6887636dd451: Layer already exists 07:42:46 0ff9433dbb9b: Layer already exists 07:42:46 742ba2c68dd2: Layer already exists 07:42:46 b1c2298959e5: Layer already exists 07:42:46 63aca25e6535: Layer already exists 07:42:46 8a0bbe661eeb: Layer already exists 07:42:46 504a2f97cbf2: Layer already exists 07:42:46 da3c19123ef8: Layer already exists 07:42:46 3246dc8e00ec: Layer already exists 07:42:46 35f74f7f944d: Layer already exists 07:42:46 45164708e2bf: Layer already exists 07:42:46 994456c4fd7b: Layer already exists 07:42:46 latest: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 07:42:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:42:47 0ff9433dbb9b: Preparing 07:42:47 63aca25e6535: Preparing 07:42:47 6887636dd451: Preparing 07:42:47 b1c2298959e5: Preparing 07:42:47 742ba2c68dd2: Preparing 07:42:47 8a0bbe661eeb: Preparing 07:42:47 da3c19123ef8: Preparing 07:42:47 35f74f7f944d: Preparing 07:42:47 3246dc8e00ec: Preparing 07:42:47 504a2f97cbf2: Preparing 07:42:47 45164708e2bf: Preparing 07:42:47 994456c4fd7b: Preparing 07:42:47 8a0bbe661eeb: Waiting 07:42:47 da3c19123ef8: Waiting 07:42:47 35f74f7f944d: Waiting 07:42:47 3246dc8e00ec: Waiting 07:42:47 504a2f97cbf2: Waiting 07:42:47 45164708e2bf: Waiting 07:42:47 994456c4fd7b: Waiting 07:42:47 6887636dd451: Layer already exists 07:42:47 63aca25e6535: Layer already exists 07:42:47 b1c2298959e5: Layer already exists 07:42:47 742ba2c68dd2: Layer already exists 07:42:47 0ff9433dbb9b: Layer already exists 07:42:47 35f74f7f944d: Layer already exists 07:42:47 8a0bbe661eeb: Layer already exists 07:42:47 da3c19123ef8: Layer already exists 07:42:47 3246dc8e00ec: Layer already exists 07:42:47 504a2f97cbf2: Layer already exists 07:42:47 45164708e2bf: Layer already exists 07:42:47 994456c4fd7b: Layer already exists 07:42:47 4.1.0-dev.27: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:42:48 0ff9433dbb9b: Preparing 07:42:48 63aca25e6535: Preparing 07:42:48 6887636dd451: Preparing 07:42:48 b1c2298959e5: Preparing 07:42:48 742ba2c68dd2: Preparing 07:42:48 8a0bbe661eeb: Preparing 07:42:48 da3c19123ef8: Preparing 07:42:48 35f74f7f944d: Preparing 07:42:48 3246dc8e00ec: Preparing 07:42:48 504a2f97cbf2: Preparing 07:42:48 45164708e2bf: Preparing 07:42:48 994456c4fd7b: Preparing 07:42:48 8a0bbe661eeb: Waiting 07:42:48 da3c19123ef8: Waiting 07:42:48 35f74f7f944d: Waiting 07:42:48 3246dc8e00ec: Waiting 07:42:48 504a2f97cbf2: Waiting 07:42:48 45164708e2bf: Waiting 07:42:48 994456c4fd7b: Waiting 07:42:48 b1c2298959e5: Layer already exists 07:42:48 63aca25e6535: Layer already exists 07:42:48 6887636dd451: Layer already exists 07:42:48 0ff9433dbb9b: Layer already exists 07:42:48 742ba2c68dd2: Layer already exists 07:42:48 8a0bbe661eeb: Layer already exists 07:42:48 da3c19123ef8: Layer already exists 07:42:48 35f74f7f944d: Layer already exists 07:42:48 3246dc8e00ec: Layer already exists 07:42:48 504a2f97cbf2: Layer already exists 07:42:48 45164708e2bf: Layer already exists 07:42:48 994456c4fd7b: Layer already exists 07:42:48 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 07:42:48 0ff9433dbb9b: Preparing 07:42:48 63aca25e6535: Preparing 07:42:48 6887636dd451: Preparing 07:42:48 b1c2298959e5: Preparing 07:42:48 742ba2c68dd2: Preparing 07:42:48 8a0bbe661eeb: Preparing 07:42:48 da3c19123ef8: Preparing 07:42:48 35f74f7f944d: Preparing 07:42:48 3246dc8e00ec: Preparing 07:42:48 504a2f97cbf2: Preparing 07:42:48 45164708e2bf: Preparing 07:42:48 994456c4fd7b: Preparing 07:42:48 8a0bbe661eeb: Waiting 07:42:48 da3c19123ef8: Waiting 07:42:48 35f74f7f944d: Waiting 07:42:48 3246dc8e00ec: Waiting 07:42:48 504a2f97cbf2: Waiting 07:42:48 45164708e2bf: Waiting 07:42:48 994456c4fd7b: Waiting 07:42:48 b1c2298959e5: Layer already exists 07:42:48 742ba2c68dd2: Layer already exists 07:42:48 63aca25e6535: Layer already exists 07:42:48 0ff9433dbb9b: Layer already exists 07:42:48 6887636dd451: Layer already exists 07:42:48 8a0bbe661eeb: Layer already exists 07:42:48 da3c19123ef8: Layer already exists 07:42:48 35f74f7f944d: Layer already exists 07:42:48 3246dc8e00ec: Layer already exists 07:42:48 504a2f97cbf2: Layer already exists 07:42:48 45164708e2bf: Layer already exists 07:42:48 994456c4fd7b: Layer already exists 07:42:48 main: digest: sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:48 ===================================================== [Pipeline] echo 07:42:48 taggedImages: 07:42:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:42:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 07:42:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 07:42:49 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 07:42:49 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:49 latest 07:42:49 4.1.0-dev.27 07:42:49 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:49 main 07:42:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:49 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:42:49 999e942b1ccf: Preparing 07:42:49 e2d3aba29595: Preparing 07:42:49 35f74f7f944d: Preparing 07:42:49 3246dc8e00ec: Preparing 07:42:49 b02b2fd6d1f6: Preparing 07:42:49 535f2c3824b0: Preparing 07:42:49 994456c4fd7b: Preparing 07:42:49 535f2c3824b0: Waiting 07:42:49 994456c4fd7b: Waiting 07:42:49 35f74f7f944d: Layer already exists 07:42:49 3246dc8e00ec: Layer already exists 07:42:49 994456c4fd7b: Layer already exists 07:42:49 b02b2fd6d1f6: Pushed 07:42:49 999e942b1ccf: Pushed 07:42:50 535f2c3824b0: Pushed 07:42:53 e2d3aba29595: Pushed 07:42:53 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:53 + 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 07:42:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:42:53 999e942b1ccf: Preparing 07:42:53 e2d3aba29595: Preparing 07:42:53 35f74f7f944d: Preparing 07:42:53 3246dc8e00ec: Preparing 07:42:53 b02b2fd6d1f6: Preparing 07:42:53 535f2c3824b0: Preparing 07:42:53 994456c4fd7b: Preparing 07:42:53 535f2c3824b0: Waiting 07:42:53 994456c4fd7b: Waiting 07:42:53 e2d3aba29595: Layer already exists 07:42:53 3246dc8e00ec: Layer already exists 07:42:53 999e942b1ccf: Layer already exists 07:42:53 35f74f7f944d: Layer already exists 07:42:53 b02b2fd6d1f6: Layer already exists 07:42:53 535f2c3824b0: Layer already exists 07:42:53 994456c4fd7b: Layer already exists 07:42:53 latest: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:54 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 07:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:42:54 999e942b1ccf: Preparing 07:42:54 e2d3aba29595: Preparing 07:42:54 35f74f7f944d: Preparing 07:42:54 3246dc8e00ec: Preparing 07:42:54 b02b2fd6d1f6: Preparing 07:42:54 535f2c3824b0: Preparing 07:42:54 994456c4fd7b: Preparing 07:42:54 535f2c3824b0: Waiting 07:42:54 994456c4fd7b: Waiting 07:42:54 999e942b1ccf: Layer already exists 07:42:54 b02b2fd6d1f6: Layer already exists 07:42:54 35f74f7f944d: Layer already exists 07:42:54 e2d3aba29595: Layer already exists 07:42:54 3246dc8e00ec: Layer already exists 07:42:54 535f2c3824b0: Layer already exists 07:42:54 994456c4fd7b: Layer already exists 07:42:54 4.1.0-dev.27: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:54 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:42:55 999e942b1ccf: Preparing 07:42:55 e2d3aba29595: Preparing 07:42:55 35f74f7f944d: Preparing 07:42:55 3246dc8e00ec: Preparing 07:42:55 b02b2fd6d1f6: Preparing 07:42:55 535f2c3824b0: Preparing 07:42:55 994456c4fd7b: Preparing 07:42:55 3246dc8e00ec: Layer already exists 07:42:55 b02b2fd6d1f6: Layer already exists 07:42:55 e2d3aba29595: Layer already exists 07:42:55 999e942b1ccf: Layer already exists 07:42:55 35f74f7f944d: Layer already exists 07:42:55 994456c4fd7b: Layer already exists 07:42:55 535f2c3824b0: Layer already exists 07:42:55 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:55 + 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 07:42:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 07:42:55 999e942b1ccf: Preparing 07:42:55 e2d3aba29595: Preparing 07:42:55 35f74f7f944d: Preparing 07:42:55 3246dc8e00ec: Preparing 07:42:55 b02b2fd6d1f6: Preparing 07:42:55 535f2c3824b0: Preparing 07:42:55 994456c4fd7b: Preparing 07:42:55 535f2c3824b0: Waiting 07:42:55 994456c4fd7b: Waiting 07:42:55 b02b2fd6d1f6: Layer already exists 07:42:55 999e942b1ccf: Layer already exists 07:42:55 3246dc8e00ec: Layer already exists 07:42:55 35f74f7f944d: Layer already exists 07:42:55 994456c4fd7b: Layer already exists 07:42:55 e2d3aba29595: Layer already exists 07:42:55 535f2c3824b0: Layer already exists 07:42:55 main: digest: sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:42:55 ===================================================== [Pipeline] echo 07:42:55 taggedImages: 07:42:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:42:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 07:42:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 07:42:55 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 07:42:55 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:55 latest 07:42:55 4.1.0-dev.27 07:42:55 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:42:55 main 07:42:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:42:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:42:56 dd9858d3f017: Preparing 07:42:56 65c73a2fc696: Preparing 07:42:56 87568e05b486: Preparing 07:42:56 35f74f7f944d: Preparing 07:42:56 3246dc8e00ec: Preparing 07:42:56 c92a893a6aec: Preparing 07:42:56 756cb15c44c2: Preparing 07:42:56 33d64bd8b189: Preparing 07:42:56 369428deba02: Preparing 07:42:56 994456c4fd7b: Preparing 07:42:56 756cb15c44c2: Waiting 07:42:56 33d64bd8b189: Waiting 07:42:56 369428deba02: Waiting 07:42:56 35f74f7f944d: Layer already exists 07:42:56 3246dc8e00ec: Layer already exists 07:42:56 65c73a2fc696: Pushed 07:42:56 dd9858d3f017: Pushed 07:42:56 87568e05b486: Pushed 07:42:56 994456c4fd7b: Layer already exists 07:42:56 33d64bd8b189: Pushed 07:42:57 369428deba02: Pushed 07:43:02 756cb15c44c2: Pushed 07:43:08 c92a893a6aec: Pushed 07:43:09 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:09 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:43:09 dd9858d3f017: Preparing 07:43:09 65c73a2fc696: Preparing 07:43:09 87568e05b486: Preparing 07:43:09 35f74f7f944d: Preparing 07:43:09 3246dc8e00ec: Preparing 07:43:09 c92a893a6aec: Preparing 07:43:09 756cb15c44c2: Preparing 07:43:09 33d64bd8b189: Preparing 07:43:09 369428deba02: Preparing 07:43:09 c92a893a6aec: Waiting 07:43:09 756cb15c44c2: Waiting 07:43:09 33d64bd8b189: Waiting 07:43:09 994456c4fd7b: Preparing 07:43:09 369428deba02: Waiting 07:43:09 994456c4fd7b: Waiting 07:43:09 65c73a2fc696: Layer already exists 07:43:09 3246dc8e00ec: Layer already exists 07:43:09 35f74f7f944d: Layer already exists 07:43:09 dd9858d3f017: Layer already exists 07:43:09 87568e05b486: Layer already exists 07:43:09 33d64bd8b189: Layer already exists 07:43:09 369428deba02: Layer already exists 07:43:09 c92a893a6aec: Layer already exists 07:43:09 756cb15c44c2: Layer already exists 07:43:09 994456c4fd7b: Layer already exists 07:43:09 latest: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 07:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:43:10 dd9858d3f017: Preparing 07:43:10 65c73a2fc696: Preparing 07:43:10 87568e05b486: Preparing 07:43:10 35f74f7f944d: Preparing 07:43:10 3246dc8e00ec: Preparing 07:43:10 c92a893a6aec: Preparing 07:43:10 756cb15c44c2: Preparing 07:43:10 33d64bd8b189: Preparing 07:43:10 369428deba02: Preparing 07:43:10 994456c4fd7b: Preparing 07:43:10 756cb15c44c2: Waiting 07:43:10 994456c4fd7b: Waiting 07:43:10 33d64bd8b189: Waiting 07:43:10 369428deba02: Waiting 07:43:10 c92a893a6aec: Waiting 07:43:10 87568e05b486: Layer already exists 07:43:10 dd9858d3f017: Layer already exists 07:43:10 35f74f7f944d: Layer already exists 07:43:10 65c73a2fc696: Layer already exists 07:43:10 3246dc8e00ec: Layer already exists 07:43:10 c92a893a6aec: Layer already exists 07:43:10 369428deba02: Layer already exists 07:43:10 756cb15c44c2: Layer already exists 07:43:10 33d64bd8b189: Layer already exists 07:43:10 994456c4fd7b: Layer already exists 07:43:10 4.1.0-dev.27: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:43:11 dd9858d3f017: Preparing 07:43:11 65c73a2fc696: Preparing 07:43:11 87568e05b486: Preparing 07:43:11 35f74f7f944d: Preparing 07:43:11 3246dc8e00ec: Preparing 07:43:11 c92a893a6aec: Preparing 07:43:11 756cb15c44c2: Preparing 07:43:11 33d64bd8b189: Preparing 07:43:11 369428deba02: Preparing 07:43:11 994456c4fd7b: Preparing 07:43:11 756cb15c44c2: Waiting 07:43:11 33d64bd8b189: Waiting 07:43:11 369428deba02: Waiting 07:43:11 994456c4fd7b: Waiting 07:43:11 c92a893a6aec: Waiting 07:43:11 35f74f7f944d: Layer already exists 07:43:11 3246dc8e00ec: Layer already exists 07:43:11 dd9858d3f017: Layer already exists 07:43:11 87568e05b486: Layer already exists 07:43:11 65c73a2fc696: Layer already exists 07:43:11 c92a893a6aec: Layer already exists 07:43:11 369428deba02: Layer already exists 07:43:11 756cb15c44c2: Layer already exists 07:43:11 33d64bd8b189: Layer already exists 07:43:11 994456c4fd7b: Layer already exists 07:43:11 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:43:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 07:43:11 dd9858d3f017: Preparing 07:43:11 65c73a2fc696: Preparing 07:43:11 87568e05b486: Preparing 07:43:11 35f74f7f944d: Preparing 07:43:11 3246dc8e00ec: Preparing 07:43:11 c92a893a6aec: Preparing 07:43:11 756cb15c44c2: Preparing 07:43:11 33d64bd8b189: Preparing 07:43:11 c92a893a6aec: Waiting 07:43:11 756cb15c44c2: Waiting 07:43:11 369428deba02: Preparing 07:43:11 994456c4fd7b: Preparing 07:43:11 33d64bd8b189: Waiting 07:43:11 369428deba02: Waiting 07:43:11 994456c4fd7b: Waiting 07:43:11 65c73a2fc696: Layer already exists 07:43:11 dd9858d3f017: Layer already exists 07:43:11 3246dc8e00ec: Layer already exists 07:43:11 35f74f7f944d: Layer already exists 07:43:11 87568e05b486: Layer already exists 07:43:11 c92a893a6aec: Layer already exists 07:43:11 33d64bd8b189: Layer already exists 07:43:11 756cb15c44c2: Layer already exists 07:43:11 369428deba02: Layer already exists 07:43:11 994456c4fd7b: Layer already exists 07:43:11 main: digest: sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:11 ===================================================== [Pipeline] echo 07:43:11 taggedImages: 07:43:11 - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:11 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:43:11 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 07:43:11 - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:11 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 07:43:11 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 07:43:11 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:11 latest 07:43:11 4.1.0-dev.27 07:43:11 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:11 main 07:43:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:43:12 2713c373905c: Preparing 07:43:12 f9b20716c953: Preparing 07:43:12 4a511c6acf27: Preparing 07:43:12 35f74f7f944d: Preparing 07:43:12 3246dc8e00ec: Preparing 07:43:12 e200d50e6953: Preparing 07:43:12 1af9dbe7ede6: Preparing 07:43:12 f21de0a95b1f: Preparing 07:43:12 994456c4fd7b: Preparing 07:43:12 e200d50e6953: Waiting 07:43:12 1af9dbe7ede6: Waiting 07:43:12 f21de0a95b1f: Waiting 07:43:12 35f74f7f944d: Layer already exists 07:43:12 3246dc8e00ec: Layer already exists 07:43:12 4a511c6acf27: Pushed 07:43:12 f9b20716c953: Pushed 07:43:12 1af9dbe7ede6: Pushed 07:43:12 2713c373905c: Pushed 07:43:12 994456c4fd7b: Layer already exists 07:43:13 f21de0a95b1f: Pushed 07:43:25 e200d50e6953: Pushed 07:43:25 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:43:26 2713c373905c: Preparing 07:43:26 f9b20716c953: Preparing 07:43:26 4a511c6acf27: Preparing 07:43:26 35f74f7f944d: Preparing 07:43:26 3246dc8e00ec: Preparing 07:43:26 e200d50e6953: Preparing 07:43:26 1af9dbe7ede6: Preparing 07:43:26 f21de0a95b1f: Preparing 07:43:26 994456c4fd7b: Preparing 07:43:26 e200d50e6953: Waiting 07:43:26 994456c4fd7b: Waiting 07:43:26 f21de0a95b1f: Waiting 07:43:26 1af9dbe7ede6: Waiting 07:43:26 35f74f7f944d: Layer already exists 07:43:26 2713c373905c: Layer already exists 07:43:26 4a511c6acf27: Layer already exists 07:43:26 3246dc8e00ec: Layer already exists 07:43:26 f9b20716c953: Layer already exists 07:43:26 1af9dbe7ede6: Layer already exists 07:43:26 f21de0a95b1f: Layer already exists 07:43:26 e200d50e6953: Layer already exists 07:43:26 994456c4fd7b: Layer already exists 07:43:26 latest: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 07:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:43:26 2713c373905c: Preparing 07:43:26 f9b20716c953: Preparing 07:43:26 4a511c6acf27: Preparing 07:43:26 35f74f7f944d: Preparing 07:43:26 3246dc8e00ec: Preparing 07:43:26 e200d50e6953: Preparing 07:43:26 1af9dbe7ede6: Preparing 07:43:26 f21de0a95b1f: Preparing 07:43:26 994456c4fd7b: Preparing 07:43:26 e200d50e6953: Waiting 07:43:26 1af9dbe7ede6: Waiting 07:43:26 f21de0a95b1f: Waiting 07:43:26 994456c4fd7b: Waiting 07:43:26 2713c373905c: Layer already exists 07:43:26 35f74f7f944d: Layer already exists 07:43:26 3246dc8e00ec: Layer already exists 07:43:26 f9b20716c953: Layer already exists 07:43:26 4a511c6acf27: Layer already exists 07:43:26 f21de0a95b1f: Layer already exists 07:43:26 e200d50e6953: Layer already exists 07:43:26 1af9dbe7ede6: Layer already exists 07:43:26 994456c4fd7b: Layer already exists 07:43:26 4.1.0-dev.27: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:43:27 2713c373905c: Preparing 07:43:27 f9b20716c953: Preparing 07:43:27 4a511c6acf27: Preparing 07:43:27 35f74f7f944d: Preparing 07:43:27 3246dc8e00ec: Preparing 07:43:27 e200d50e6953: Preparing 07:43:27 1af9dbe7ede6: Preparing 07:43:27 f21de0a95b1f: Preparing 07:43:27 994456c4fd7b: Preparing 07:43:27 f21de0a95b1f: Waiting 07:43:27 994456c4fd7b: Waiting 07:43:27 e200d50e6953: Waiting 07:43:27 1af9dbe7ede6: Waiting 07:43:27 2713c373905c: Layer already exists 07:43:27 4a511c6acf27: Layer already exists 07:43:27 35f74f7f944d: Layer already exists 07:43:27 3246dc8e00ec: Layer already exists 07:43:27 f9b20716c953: Layer already exists 07:43:27 e200d50e6953: Layer already exists 07:43:27 1af9dbe7ede6: Layer already exists 07:43:27 f21de0a95b1f: Layer already exists 07:43:27 994456c4fd7b: Layer already exists 07:43:27 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 07:43:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 07:43:27 2713c373905c: Preparing 07:43:27 f9b20716c953: Preparing 07:43:27 4a511c6acf27: Preparing 07:43:27 35f74f7f944d: Preparing 07:43:27 3246dc8e00ec: Preparing 07:43:27 e200d50e6953: Preparing 07:43:27 1af9dbe7ede6: Preparing 07:43:27 f21de0a95b1f: Preparing 07:43:27 994456c4fd7b: Preparing 07:43:27 1af9dbe7ede6: Waiting 07:43:27 e200d50e6953: Waiting 07:43:27 f21de0a95b1f: Waiting 07:43:27 994456c4fd7b: Waiting 07:43:27 35f74f7f944d: Layer already exists 07:43:27 4a511c6acf27: Layer already exists 07:43:27 3246dc8e00ec: Layer already exists 07:43:27 f9b20716c953: Layer already exists 07:43:27 2713c373905c: Layer already exists 07:43:27 e200d50e6953: Layer already exists 07:43:27 1af9dbe7ede6: Layer already exists 07:43:27 994456c4fd7b: Layer already exists 07:43:27 f21de0a95b1f: Layer already exists 07:43:27 main: digest: sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:28 ===================================================== [Pipeline] echo 07:43:28 taggedImages: 07:43:28 - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:28 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:43:28 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 07:43:28 - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:28 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 07:43:28 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 07:43:28 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:28 latest 07:43:28 4.1.0-dev.27 07:43:28 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:28 main 07:43:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:43:28 dd9858d3f017: Preparing 07:43:28 1ebf073e8edc: Preparing 07:43:28 8b4fc49cff6f: Preparing 07:43:28 35f74f7f944d: Preparing 07:43:28 3246dc8e00ec: Preparing 07:43:28 e200d50e6953: Preparing 07:43:28 33d64bd8b189: Preparing 07:43:28 369428deba02: Preparing 07:43:28 994456c4fd7b: Preparing 07:43:28 e200d50e6953: Waiting 07:43:28 33d64bd8b189: Waiting 07:43:28 369428deba02: Waiting 07:43:28 994456c4fd7b: Waiting 07:43:28 35f74f7f944d: Layer already exists 07:43:28 dd9858d3f017: Layer already exists 07:43:28 3246dc8e00ec: Layer already exists 07:43:28 e200d50e6953: Layer already exists 07:43:28 33d64bd8b189: Layer already exists 07:43:28 369428deba02: Layer already exists 07:43:28 994456c4fd7b: Layer already exists 07:43:28 1ebf073e8edc: Pushed 07:43:28 8b4fc49cff6f: Pushed 07:43:29 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:43:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:43:29 dd9858d3f017: Preparing 07:43:29 1ebf073e8edc: Preparing 07:43:29 8b4fc49cff6f: Preparing 07:43:29 35f74f7f944d: Preparing 07:43:29 3246dc8e00ec: Preparing 07:43:29 e200d50e6953: Preparing 07:43:29 33d64bd8b189: Preparing 07:43:29 369428deba02: Preparing 07:43:29 994456c4fd7b: Preparing 07:43:29 369428deba02: Waiting 07:43:29 e200d50e6953: Waiting 07:43:29 994456c4fd7b: Waiting 07:43:29 33d64bd8b189: Waiting 07:43:29 8b4fc49cff6f: Layer already exists 07:43:29 dd9858d3f017: Layer already exists 07:43:29 1ebf073e8edc: Layer already exists 07:43:29 35f74f7f944d: Layer already exists 07:43:29 3246dc8e00ec: Layer already exists 07:43:29 369428deba02: Layer already exists 07:43:29 e200d50e6953: Layer already exists 07:43:29 994456c4fd7b: Layer already exists 07:43:29 33d64bd8b189: Layer already exists 07:43:29 latest: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 07:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:43:30 dd9858d3f017: Preparing 07:43:30 1ebf073e8edc: Preparing 07:43:30 8b4fc49cff6f: Preparing 07:43:30 35f74f7f944d: Preparing 07:43:30 3246dc8e00ec: Preparing 07:43:30 e200d50e6953: Preparing 07:43:30 33d64bd8b189: Preparing 07:43:30 369428deba02: Preparing 07:43:30 994456c4fd7b: Preparing 07:43:30 e200d50e6953: Waiting 07:43:30 994456c4fd7b: Waiting 07:43:30 369428deba02: Waiting 07:43:30 33d64bd8b189: Waiting 07:43:30 3246dc8e00ec: Layer already exists 07:43:30 1ebf073e8edc: Layer already exists 07:43:30 35f74f7f944d: Layer already exists 07:43:30 dd9858d3f017: Layer already exists 07:43:30 8b4fc49cff6f: Layer already exists 07:43:30 e200d50e6953: Layer already exists 07:43:30 33d64bd8b189: Layer already exists 07:43:30 369428deba02: Layer already exists 07:43:30 994456c4fd7b: Layer already exists 07:43:30 4.1.0-dev.27: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:43:30 dd9858d3f017: Preparing 07:43:30 1ebf073e8edc: Preparing 07:43:30 8b4fc49cff6f: Preparing 07:43:30 35f74f7f944d: Preparing 07:43:30 3246dc8e00ec: Preparing 07:43:30 e200d50e6953: Preparing 07:43:30 33d64bd8b189: Preparing 07:43:30 369428deba02: Preparing 07:43:30 994456c4fd7b: Preparing 07:43:30 e200d50e6953: Waiting 07:43:30 33d64bd8b189: Waiting 07:43:30 994456c4fd7b: Waiting 07:43:30 369428deba02: Waiting 07:43:30 3246dc8e00ec: Layer already exists 07:43:30 8b4fc49cff6f: Layer already exists 07:43:30 35f74f7f944d: Layer already exists 07:43:30 dd9858d3f017: Layer already exists 07:43:30 1ebf073e8edc: Layer already exists 07:43:30 33d64bd8b189: Layer already exists 07:43:30 994456c4fd7b: Layer already exists 07:43:30 e200d50e6953: Layer already exists 07:43:30 369428deba02: Layer already exists 07:43:30 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 07:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 07:43:31 dd9858d3f017: Preparing 07:43:31 1ebf073e8edc: Preparing 07:43:31 8b4fc49cff6f: Preparing 07:43:31 35f74f7f944d: Preparing 07:43:31 3246dc8e00ec: Preparing 07:43:31 e200d50e6953: Preparing 07:43:31 33d64bd8b189: Preparing 07:43:31 369428deba02: Preparing 07:43:31 994456c4fd7b: Preparing 07:43:31 33d64bd8b189: Waiting 07:43:31 369428deba02: Waiting 07:43:31 e200d50e6953: Waiting 07:43:31 994456c4fd7b: Waiting 07:43:31 1ebf073e8edc: Layer already exists 07:43:31 35f74f7f944d: Layer already exists 07:43:31 dd9858d3f017: Layer already exists 07:43:31 3246dc8e00ec: Layer already exists 07:43:31 8b4fc49cff6f: Layer already exists 07:43:31 e200d50e6953: Layer already exists 07:43:31 994456c4fd7b: Layer already exists 07:43:31 369428deba02: Layer already exists 07:43:31 33d64bd8b189: Layer already exists 07:43:31 main: digest: sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:31 ===================================================== [Pipeline] echo 07:43:31 taggedImages: 07:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 07:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 07:43:31 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 07:43:31 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:31 latest 07:43:31 4.1.0-dev.27 07:43:31 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:31 main 07:43:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:43:32 1420e50140ad: Preparing 07:43:32 59f7171997b2: Preparing 07:43:32 35f74f7f944d: Preparing 07:43:32 3246dc8e00ec: Preparing 07:43:32 9e90a599db06: Preparing 07:43:32 c72256e72f2f: Preparing 07:43:32 994456c4fd7b: Preparing 07:43:32 c72256e72f2f: Waiting 07:43:32 994456c4fd7b: Waiting 07:43:32 3246dc8e00ec: Layer already exists 07:43:32 35f74f7f944d: Layer already exists 07:43:32 9e90a599db06: Pushed 07:43:32 994456c4fd7b: Layer already exists 07:43:32 1420e50140ad: Pushed 07:43:32 c72256e72f2f: Pushed 07:43:37 59f7171997b2: Pushed 07:43:37 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 07:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:43:37 1420e50140ad: Preparing 07:43:37 59f7171997b2: Preparing 07:43:37 35f74f7f944d: Preparing 07:43:37 3246dc8e00ec: Preparing 07:43:37 9e90a599db06: Preparing 07:43:37 c72256e72f2f: Preparing 07:43:37 994456c4fd7b: Preparing 07:43:37 c72256e72f2f: Waiting 07:43:37 9e90a599db06: Layer already exists 07:43:37 59f7171997b2: Layer already exists 07:43:37 1420e50140ad: Layer already exists 07:43:37 3246dc8e00ec: Layer already exists 07:43:37 35f74f7f944d: Layer already exists 07:43:37 c72256e72f2f: Layer already exists 07:43:37 994456c4fd7b: Layer already exists 07:43:37 latest: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 07:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:43:38 1420e50140ad: Preparing 07:43:38 59f7171997b2: Preparing 07:43:38 35f74f7f944d: Preparing 07:43:38 3246dc8e00ec: Preparing 07:43:38 9e90a599db06: Preparing 07:43:38 c72256e72f2f: Preparing 07:43:38 994456c4fd7b: Preparing 07:43:38 c72256e72f2f: Waiting 07:43:38 994456c4fd7b: Waiting 07:43:38 9e90a599db06: Layer already exists 07:43:38 3246dc8e00ec: Layer already exists 07:43:38 1420e50140ad: Layer already exists 07:43:38 35f74f7f944d: Layer already exists 07:43:38 59f7171997b2: Layer already exists 07:43:38 c72256e72f2f: Layer already exists 07:43:38 994456c4fd7b: Layer already exists 07:43:38 4.1.0-dev.27: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:43:39 1420e50140ad: Preparing 07:43:39 59f7171997b2: Preparing 07:43:39 35f74f7f944d: Preparing 07:43:39 3246dc8e00ec: Preparing 07:43:39 9e90a599db06: Preparing 07:43:39 c72256e72f2f: Preparing 07:43:39 994456c4fd7b: Preparing 07:43:39 994456c4fd7b: Waiting 07:43:39 c72256e72f2f: Waiting 07:43:39 59f7171997b2: Layer already exists 07:43:39 9e90a599db06: Layer already exists 07:43:39 3246dc8e00ec: Layer already exists 07:43:39 35f74f7f944d: Layer already exists 07:43:39 1420e50140ad: Layer already exists 07:43:39 c72256e72f2f: Layer already exists 07:43:39 994456c4fd7b: Layer already exists 07:43:39 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 07:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 07:43:39 1420e50140ad: Preparing 07:43:39 59f7171997b2: Preparing 07:43:39 35f74f7f944d: Preparing 07:43:39 3246dc8e00ec: Preparing 07:43:39 9e90a599db06: Preparing 07:43:39 c72256e72f2f: Preparing 07:43:39 994456c4fd7b: Preparing 07:43:39 c72256e72f2f: Waiting 07:43:39 994456c4fd7b: Waiting 07:43:39 35f74f7f944d: Layer already exists 07:43:39 59f7171997b2: Layer already exists 07:43:39 3246dc8e00ec: Layer already exists 07:43:39 1420e50140ad: Layer already exists 07:43:39 9e90a599db06: Layer already exists 07:43:39 c72256e72f2f: Layer already exists 07:43:39 994456c4fd7b: Layer already exists 07:43:39 main: digest: sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:39 ===================================================== [Pipeline] echo 07:43:39 taggedImages: 07:43:39 - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:39 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:43:39 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 07:43:39 - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:39 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 07:43:39 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 07:43:39 edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:39 latest 07:43:39 4.1.0-dev.27 07:43:39 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:39 main 07:43:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:43:40 3c4f4dd78226: Preparing 07:43:40 06aa76116995: Preparing 07:43:40 35f74f7f944d: Preparing 07:43:40 3246dc8e00ec: Preparing 07:43:40 b10c48f3fd60: Preparing 07:43:40 26d2801c29b7: Preparing 07:43:40 994456c4fd7b: Preparing 07:43:40 26d2801c29b7: Waiting 07:43:40 994456c4fd7b: Waiting 07:43:40 35f74f7f944d: Layer already exists 07:43:40 3246dc8e00ec: Layer already exists 07:43:40 994456c4fd7b: Layer already exists 07:43:40 3c4f4dd78226: Pushed 07:43:40 b10c48f3fd60: Pushed 07:43:40 26d2801c29b7: Pushed 07:43:45 06aa76116995: Pushed 07:43:45 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:43:45 3c4f4dd78226: Preparing 07:43:45 06aa76116995: Preparing 07:43:45 35f74f7f944d: Preparing 07:43:45 3246dc8e00ec: Preparing 07:43:45 b10c48f3fd60: Preparing 07:43:45 26d2801c29b7: Preparing 07:43:45 994456c4fd7b: Preparing 07:43:45 26d2801c29b7: Waiting 07:43:45 994456c4fd7b: Waiting 07:43:45 06aa76116995: Layer already exists 07:43:45 b10c48f3fd60: Layer already exists 07:43:45 35f74f7f944d: Layer already exists 07:43:45 3c4f4dd78226: Layer already exists 07:43:45 3246dc8e00ec: Layer already exists 07:43:45 26d2801c29b7: Layer already exists 07:43:45 994456c4fd7b: Layer already exists 07:43:45 latest: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 07:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:43:46 3c4f4dd78226: Preparing 07:43:46 06aa76116995: Preparing 07:43:46 35f74f7f944d: Preparing 07:43:46 3246dc8e00ec: Preparing 07:43:46 b10c48f3fd60: Preparing 07:43:46 26d2801c29b7: Preparing 07:43:46 994456c4fd7b: Preparing 07:43:46 26d2801c29b7: Waiting 07:43:46 994456c4fd7b: Waiting 07:43:46 3246dc8e00ec: Layer already exists 07:43:46 35f74f7f944d: Layer already exists 07:43:46 06aa76116995: Layer already exists 07:43:46 b10c48f3fd60: Layer already exists 07:43:46 3c4f4dd78226: Layer already exists 07:43:46 26d2801c29b7: Layer already exists 07:43:46 994456c4fd7b: Layer already exists 07:43:46 4.1.0-dev.27: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:43:47 3c4f4dd78226: Preparing 07:43:47 06aa76116995: Preparing 07:43:47 35f74f7f944d: Preparing 07:43:47 3246dc8e00ec: Preparing 07:43:47 b10c48f3fd60: Preparing 07:43:47 26d2801c29b7: Preparing 07:43:47 994456c4fd7b: Preparing 07:43:47 26d2801c29b7: Waiting 07:43:47 994456c4fd7b: Waiting 07:43:47 3246dc8e00ec: Layer already exists 07:43:47 b10c48f3fd60: Layer already exists 07:43:47 3c4f4dd78226: Layer already exists 07:43:47 35f74f7f944d: Layer already exists 07:43:47 06aa76116995: Layer already exists 07:43:47 26d2801c29b7: Layer already exists 07:43:47 994456c4fd7b: Layer already exists 07:43:47 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:43:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 07:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 07:43:47 3c4f4dd78226: Preparing 07:43:47 06aa76116995: Preparing 07:43:47 35f74f7f944d: Preparing 07:43:47 3246dc8e00ec: Preparing 07:43:47 b10c48f3fd60: Preparing 07:43:47 26d2801c29b7: Preparing 07:43:47 994456c4fd7b: Preparing 07:43:47 26d2801c29b7: Waiting 07:43:47 994456c4fd7b: Waiting 07:43:47 35f74f7f944d: Layer already exists 07:43:47 3246dc8e00ec: Layer already exists 07:43:47 3c4f4dd78226: Layer already exists 07:43:47 06aa76116995: Layer already exists 07:43:47 b10c48f3fd60: Layer already exists 07:43:47 26d2801c29b7: Layer already exists 07:43:47 994456c4fd7b: Layer already exists 07:43:47 main: digest: sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:43:47 ===================================================== [Pipeline] echo 07:43:47 taggedImages: 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 07:43:47 ========================================================= 07:43:47 [edgeXBuildMultiArch] RAW Config: 07:43:47 images: 07:43:47 - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/core-command:latest 07:43:47 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-command:main 07:43:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:43:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:43:47 - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/core-data:latest 07:43:47 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-data:main 07:43:47 - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/core-keeper:latest 07:43:47 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-keeper:main 07:43:47 - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/core-metadata:latest 07:43:47 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/core-metadata:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-config:main 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/security-spire-server:main 07:43:47 - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/support-notifications:latest 07:43:47 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/support-notifications:main 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:43:47 - nexus3.edgexfoundry.org:10004/support-scheduler:main 07:43:47 settingsFile: 07:43:47 edgex-go-settings 07:43:47 ========================================================= [Pipeline] node 07:44:02 Still waiting to schedule task 07:44:02 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:44:28 Running on prd-centos7-docker-4c-2g-3774 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:44:28 provisioning config files... 07:44:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6513044784979593920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:44:29 ---> ****-login.sh 07:44:29 nexus3.edgexfoundry.org:10001 07:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:30 Configure a credential helper to remove this warning. See 07:44:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:30 07:44:30 Login Succeeded 07:44:30 nexus3.edgexfoundry.org:10002 07:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:31 Configure a credential helper to remove this warning. See 07:44:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:31 07:44:31 Login Succeeded 07:44:31 nexus3.edgexfoundry.org:10003 07:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:31 Configure a credential helper to remove this warning. See 07:44:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:31 07:44:31 Login Succeeded 07:44:31 nexus3.edgexfoundry.org:10004 07:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:31 Configure a credential helper to remove this warning. See 07:44:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:31 07:44:31 Login Succeeded 07:44:31 ****.io 07:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:44:31 Configure a credential helper to remove this warning. See 07:44:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:44:31 07:44:31 Login Succeeded 07:44:31 ---> ****-login.sh ends [Pipeline] } 07:44:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:32 + docker buildx ls 07:44:32 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:44:32 default * docker 07:44:32 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:44:32 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:44:32 edgex-builder [Pipeline] sh 07:44:33 + docker buildx inspect --bootstrap 07:44:33 #1 [internal] booting buildkit 07:44:33 #1 pulling image moby/buildkit:buildx-stable-1 07:44:36 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 07:44:36 #1 creating container buildx_buildkit_edgex-builder0 07:44:37 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 07:44:37 #1 DONE 4.2s 07:44:37 Name: edgex-builder 07:44:37 Driver: docker-container 07:44:37 07:44:37 Nodes: 07:44:37 Name: edgex-builder0 07:44:37 Endpoint: unix:///var/run/docker.sock 07:44:37 Status: running 07:44:37 Buildkit: v0.22.0 07:44:37 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:44:37 + docker buildx ls 07:44:37 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:44:37 edgex-builder * docker-container 07:44:37 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:44:37 default docker 07:44:37 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:44:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:38 #1 [internal] load build definition from Dockerfile 07:44:38 #1 transferring dockerfile: 197B done 07:44:38 #1 DONE 0.0s 07:44:38 07:44:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:38 #2 DONE 0.1s 07:44:38 07:44:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:38 #3 DONE 0.1s 07:44:38 07:44:38 #4 [internal] load .dockerignore 07:44:38 #4 transferring context: 2B done 07:44:38 #4 DONE 0.0s 07:44:38 07:44:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:38 #5 DONE 0.0s 07:44:38 07:44:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:38 #6 DONE 0.1s 07:44:38 07:44:38 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:44:38 #7 DONE 0.0s 07:44:38 07:44:38 #8 exporting to image 07:44:38 #8 exporting layers done 07:44:38 #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a 0.0s done 07:44:38 #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done 07:44:38 #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done 07:44:38 #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done 07:44:38 #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done 07:44:38 #8 pushing layers 07:44:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:38 #8 pushing layers 0.1s done 07:44:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done 07:44:38 #8 DONE 0.2s 07:44:38 07:44:38 1 warning found (use --debug to expand): 07:44:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 07:44:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 07:44:38 #1 [internal] load build definition from Dockerfile 07:44:38 #1 transferring dockerfile: 163B done 07:44:38 #1 DONE 0.0s 07:44:38 07:44:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 07:44:38 #2 DONE 0.0s 07:44:38 07:44:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 07:44:38 #3 DONE 0.0s 07:44:38 07:44:38 #4 [internal] load .dockerignore 07:44:38 #4 transferring context: 2B done 07:44:38 #4 DONE 0.0s 07:44:38 07:44:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:38 #5 DONE 0.0s 07:44:38 07:44:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:39 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:39 #6 CACHED 07:44:39 07:44:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:39 #5 CACHED 07:44:39 07:44:39 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:44:39 #7 DONE 0.0s 07:44:39 07:44:39 #8 exporting to image 07:44:39 #8 exporting layers done 07:44:39 #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done 07:44:39 #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done 07:44:39 #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done 07:44:39 #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done 07:44:39 #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done 07:44:39 #8 pushing layers 0.0s done 07:44:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done 07:44:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:39 #8 DONE 0.1s 07:44:39 07:44:39 1 warning found (use --debug to expand): 07:44:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 --push - 07:44:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27' 07:44:39 #1 [internal] load build definition from Dockerfile 07:44:39 #1 transferring dockerfile: 169B done 07:44:39 #1 DONE 0.0s 07:44:39 07:44:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 07:44:39 #2 DONE 0.1s 07:44:39 07:44:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27 07:44:39 #3 DONE 0.1s 07:44:39 07:44:39 #4 [internal] load .dockerignore 07:44:39 #4 transferring context: 07:44:39 #4 transferring context: 2B done 07:44:39 #4 DONE 0.0s 07:44:39 07:44:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:39 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:39 #5 CACHED 07:44:39 07:44:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:39 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:39 #6 CACHED 07:44:39 07:44:39 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:44:39 #7 DONE 0.0s 07:44:39 07:44:39 #8 exporting to image 07:44:39 #8 exporting layers done 07:44:39 #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done 07:44:39 #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done 07:44:39 #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done 07:44:39 #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done 07:44:39 #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done 07:44:39 #8 pushing layers 0.0s done 07:44:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.27@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done 07:44:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:39 #8 DONE 0.1s 07:44:39 07:44:39 1 warning found (use --debug to expand): 07:44:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:40 #1 [internal] load build definition from Dockerfile 07:44:40 #1 transferring dockerfile: 210B done 07:44:40 #1 DONE 0.0s 07:44:40 07:44:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:40 #2 DONE 0.0s 07:44:40 07:44:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:40 #3 DONE 0.0s 07:44:40 07:44:40 #4 [internal] load .dockerignore 07:44:40 #4 transferring context: 2B done 07:44:40 #4 DONE 0.0s 07:44:40 07:44:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:40 #5 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:40 #5 CACHED 07:44:40 07:44:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:40 #6 CACHED 07:44:40 07:44:40 #7 exporting to image 07:44:40 #7 exporting layers done 07:44:40 #7 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done 07:44:40 #7 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done 07:44:40 #7 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done 07:44:40 #7 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done 07:44:40 #7 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done 07:44:40 #7 pushing layers 0.0s done 07:44:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 07:44:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done 07:44:40 #7 DONE 0.1s 07:44:40 07:44:40 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:44:40 #8 DONE 0.0s 07:44:40 07:44:40 1 warning found (use --debug to expand): 07:44:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 07:44:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 07:44:40 #1 [internal] load build definition from Dockerfile 07:44:40 #1 transferring dockerfile: 161B done 07:44:40 #1 DONE 0.0s 07:44:40 07:44:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 07:44:40 #2 DONE 0.0s 07:44:40 07:44:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 07:44:40 #3 DONE 0.0s 07:44:40 07:44:40 #4 [internal] load .dockerignore 07:44:40 #4 transferring context: 2B done 07:44:40 #4 DONE 0.0s 07:44:40 07:44:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:40 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 0.0s done 07:44:40 #5 DONE 0.0s 07:44:40 07:44:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 done 07:44:40 #6 CACHED 07:44:40 07:44:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4b15d7ede5c2258325797a1373bebf8d7f5964158882f35d2cc9d4459886e3f9 07:44:40 #5 CACHED 07:44:40 07:44:40 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 07:44:40 #7 DONE 0.0s 07:44:40 07:44:40 #8 exporting to image 07:44:40 #8 exporting layers done 07:44:40 #8 exporting manifest sha256:bfe3ed4936bf5f801c765932002107871612ab8852c98bfef0f7b04beae2505a done 07:44:40 #8 exporting config sha256:74aa000fdac65f0a7b2a25fba0397a313fea773009490739a2e81952fb68fd28 done 07:44:40 #8 exporting manifest sha256:c426935d005aea578268da4465daddff87ac37c535afab9c9ef3b6027cae1b6d done 07:44:40 #8 exporting config sha256:e50824665249a5f03ac8f13376d1ff02ba175a0de025298512d059a875b66a87 done 07:44:40 #8 exporting manifest list sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 done 07:44:40 #8 pushing layers 0.0s done 07:44:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:d82c7a31a46fa4aa461d48c1c12fa34202a95d9aa854c8b93fedbf327e1144c2 0.1s done 07:44:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:40 #8 DONE 0.1s 07:44:40 07:44:40 1 warning found (use --debug to expand): 07:44:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:41 #1 [internal] load build definition from Dockerfile 07:44:41 #1 transferring dockerfile: 216B done 07:44:41 #1 DONE 0.0s 07:44:41 07:44:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:41 #2 DONE 0.0s 07:44:41 07:44:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:41 #3 DONE 0.1s 07:44:41 07:44:41 #4 [internal] load .dockerignore 07:44:41 #4 transferring context: 2B done 07:44:41 #4 DONE 0.1s 07:44:41 07:44:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:41 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:41 #5 ... 07:44:41 07:44:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:41 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:41 #6 DONE 0.1s 07:44:41 07:44:41 #7 exporting to image 07:44:41 #7 exporting layers done 07:44:41 #7 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 0.0s done 07:44:41 #7 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done 07:44:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:41 #7 ... 07:44:41 07:44:41 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:41 #8 DONE 0.0s 07:44:41 07:44:41 #7 exporting to image 07:44:41 #7 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done 07:44:41 #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done 07:44:41 #7 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done 07:44:41 #7 pushing layers 0.1s done 07:44:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 07:44:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done 07:44:41 #7 DONE 0.3s 07:44:41 07:44:41 1 warning found (use --debug to expand): 07:44:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 07:44:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 07:44:41 #1 [internal] load build definition from Dockerfile 07:44:41 #1 transferring dockerfile: 182B done 07:44:41 #1 DONE 0.0s 07:44:41 07:44:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:44:41 #2 DONE 0.0s 07:44:41 07:44:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 07:44:41 #3 DONE 0.0s 07:44:41 07:44:41 #4 [internal] load .dockerignore 07:44:41 #4 transferring context: 2B done 07:44:41 #4 DONE 0.0s 07:44:41 07:44:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:41 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:41 #5 CACHED 07:44:41 07:44:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:42 #6 CACHED 07:44:42 07:44:42 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:42 #7 DONE 0.0s 07:44:42 07:44:42 #8 exporting to image 07:44:42 #8 exporting layers done 07:44:42 #8 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done 07:44:42 #8 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done 07:44:42 #8 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done 07:44:42 #8 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done 07:44:42 #8 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done 07:44:42 #8 pushing layers 0.0s done 07:44:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done 07:44:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:42 #8 DONE 0.1s 07:44:42 07:44:42 1 warning found (use --debug to expand): 07:44:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27' 07:44:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 --push - 07:44:42 #1 [internal] load build definition from Dockerfile 07:44:42 #1 transferring dockerfile: 188B done 07:44:42 #1 DONE 0.0s 07:44:42 07:44:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 07:44:42 #2 DONE 0.0s 07:44:42 07:44:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27 07:44:42 #3 DONE 0.0s 07:44:42 07:44:42 #4 [internal] load .dockerignore 07:44:42 #4 transferring context: 2B done 07:44:42 #4 DONE 0.0s 07:44:42 07:44:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:42 #5 CACHED 07:44:42 07:44:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:42 #6 CACHED 07:44:42 07:44:42 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:42 #7 DONE 0.0s 07:44:42 07:44:42 #8 exporting to image 07:44:42 #8 exporting layers done 07:44:42 #8 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done 07:44:42 #8 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done 07:44:42 #8 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done 07:44:42 #8 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done 07:44:42 #8 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done 07:44:42 #8 pushing layers 0.0s done 07:44:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 07:44:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.27@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done 07:44:42 #8 DONE 0.1s 07:44:42 07:44:42 1 warning found (use --debug to expand): 07:44:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:43 #1 [internal] load build definition from Dockerfile 07:44:43 #1 transferring dockerfile: 229B done 07:44:43 #1 DONE 0.0s 07:44:43 07:44:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:43 #2 DONE 0.0s 07:44:43 07:44:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:43 #3 DONE 0.0s 07:44:43 07:44:43 #4 [internal] load .dockerignore 07:44:43 #4 transferring context: 2B done 07:44:43 #4 DONE 0.0s 07:44:43 07:44:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:43 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:43 #5 CACHED 07:44:43 07:44:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:43 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:43 #6 CACHED 07:44:43 07:44:43 #7 exporting to image 07:44:43 #7 exporting layers done 07:44:43 #7 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done 07:44:43 #7 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done 07:44:43 #7 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done 07:44:43 #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e 07:44:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:43 #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done 07:44:43 #7 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done 07:44:43 #7 pushing layers 0.0s done 07:44:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done 07:44:43 #7 DONE 0.1s 07:44:43 07:44:43 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:43 #8 DONE 0.0s 07:44:43 07:44:43 1 warning found (use --debug to expand): 07:44:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 07:44:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 07:44:43 #1 [internal] load build definition from Dockerfile 07:44:43 #1 transferring dockerfile: 180B done 07:44:43 #1 DONE 0.0s 07:44:43 07:44:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:44:43 #2 DONE 0.0s 07:44:43 07:44:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 07:44:43 #3 DONE 0.0s 07:44:43 07:44:43 #4 [internal] load .dockerignore 07:44:43 #4 transferring context: 2B done 07:44:43 #4 DONE 0.0s 07:44:43 07:44:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:43 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:43 #5 CACHED 07:44:43 07:44:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 07:44:43 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7fa64e5064864c0c10506371d0dcc1e88055c125bebaff47a721db8a85184426 0.0s done 07:44:43 #6 CACHED 07:44:43 07:44:43 #7 exporting to image 07:44:43 #7 exporting layers done 07:44:43 #7 exporting manifest sha256:de90f97dd4b70ff7b5c1cb8c76f686b77cffb365ba55aba40da5e49bb8795e90 done 07:44:43 #7 exporting config sha256:6aebf5eaf88d15fca24172a24fc5f8b2d5b17fced597cb8e791b0cc8b88f83b2 done 07:44:43 #7 exporting manifest sha256:ace251859583629157395f711e298ec080d7891de4c2a0b12380dfaef4fad915 done 07:44:43 #7 exporting config sha256:ed4f13e66c1044ebfa7b9c4a53d0454404133525e0d02159728514cefb20994e done 07:44:43 #7 exporting manifest list sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 done 07:44:43 #7 pushing layers 0.0s done 07:44:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 07:44:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:c623c2a62aee0509e5e685ffe8e674ec0bfbf4cdec78eeaaa833629feb36fc47 0.1s done 07:44:43 #7 DONE 0.1s 07:44:43 07:44:43 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:43 #8 DONE 0.0s 07:44:43 07:44:43 1 warning found (use --debug to expand): 07:44:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:44 #1 [internal] load build definition from Dockerfile 07:44:44 #1 transferring dockerfile: 194B done 07:44:44 #1 DONE 0.0s 07:44:44 07:44:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:44 #2 DONE 0.0s 07:44:44 07:44:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:44 #3 DONE 0.0s 07:44:44 07:44:44 #4 [internal] load .dockerignore 07:44:44 #4 transferring context: 2B done 07:44:44 #4 DONE 0.0s 07:44:44 07:44:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:44 #5 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:44 #5 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:44 #5 DONE 0.0s 07:44:44 07:44:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:44 #6 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:44 #6 DONE 0.1s 07:44:44 07:44:44 #7 exporting to image 07:44:44 #7 exporting layers 07:44:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:44 #7 ... 07:44:44 07:44:44 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:44:44 #8 DONE 0.0s 07:44:44 07:44:44 #7 exporting to image 07:44:44 #7 exporting layers done 07:44:44 #7 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a 0.0s done 07:44:44 #7 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done 07:44:44 #7 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done 07:44:44 #7 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done 07:44:44 #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.0s done 07:44:44 #7 pushing layers 0.1s done 07:44:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 07:44:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done 07:44:44 #7 DONE 0.2s 07:44:44 07:44:44 1 warning found (use --debug to expand): 07:44:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 07:44:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 07:44:45 #1 [internal] load build definition from Dockerfile 07:44:45 #1 transferring dockerfile: 160B done 07:44:45 #1 DONE 0.0s 07:44:45 07:44:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 07:44:45 #2 DONE 0.0s 07:44:45 07:44:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 07:44:45 #3 DONE 0.0s 07:44:45 07:44:45 #4 [internal] load .dockerignore 07:44:45 #4 transferring context: 2B done 07:44:45 #4 DONE 0.0s 07:44:45 07:44:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 done 07:44:45 #5 CACHED 07:44:45 07:44:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 done 07:44:45 #6 CACHED 07:44:45 07:44:45 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:44:45 #7 DONE 0.0s 07:44:45 07:44:45 #8 exporting to image 07:44:45 #8 exporting layers done 07:44:45 #8 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done 07:44:45 #8 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done 07:44:45 #8 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done 07:44:45 #8 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done 07:44:45 #8 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done 07:44:45 #8 pushing layers 0.0s done 07:44:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done 07:44:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:45 #8 DONE 0.1s 07:44:45 07:44:45 1 warning found (use --debug to expand): 07:44:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27' 07:44:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 --push - 07:44:45 #1 [internal] load build definition from Dockerfile 07:44:45 #1 transferring dockerfile: 166B done 07:44:45 #1 DONE 0.0s 07:44:45 07:44:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 07:44:45 #2 DONE 0.0s 07:44:45 07:44:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27 07:44:45 #3 DONE 0.0s 07:44:45 07:44:45 #4 [internal] load .dockerignore 07:44:45 #4 transferring context: 2B done 07:44:45 #4 DONE 0.0s 07:44:45 07:44:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:45 #5 CACHED 07:44:45 07:44:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:45 #6 CACHED 07:44:45 07:44:45 #7 exporting to image 07:44:45 #7 exporting layers done 07:44:45 #7 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done 07:44:45 #7 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done 07:44:45 #7 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done 07:44:45 #7 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done 07:44:45 #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 07:44:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:45 #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done 07:44:45 #7 pushing layers 0.0s done 07:44:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.27@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done 07:44:45 #7 DONE 0.1s 07:44:45 07:44:45 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:44:45 #8 DONE 0.0s 07:44:45 07:44:45 1 warning found (use --debug to expand): 07:44:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:46 #1 [internal] load build definition from Dockerfile 07:44:46 #1 transferring dockerfile: 207B done 07:44:46 #1 DONE 0.0s 07:44:46 07:44:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:46 #2 DONE 0.0s 07:44:46 07:44:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:46 #3 DONE 0.0s 07:44:46 07:44:46 #4 [internal] load .dockerignore 07:44:46 #4 transferring context: 2B done 07:44:46 #4 DONE 0.0s 07:44:46 07:44:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:46 #5 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:46 #5 CACHED 07:44:46 07:44:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:46 #6 resolve nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:46 #6 CACHED 07:44:46 07:44:46 #7 exporting to image 07:44:46 #7 exporting layers done 07:44:46 #7 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done 07:44:46 #7 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done 07:44:46 #7 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done 07:44:46 #7 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done 07:44:46 #7 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done 07:44:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:46 #7 pushing layers 0.0s done 07:44:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done 07:44:46 #7 DONE 0.1s 07:44:46 07:44:46 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:44:46 #8 DONE 0.0s 07:44:46 07:44:46 1 warning found (use --debug to expand): 07:44:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 07:44:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 07:44:46 #1 [internal] load build definition from Dockerfile 07:44:46 #1 transferring dockerfile: 158B done 07:44:46 #1 DONE 0.0s 07:44:46 07:44:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 07:44:46 #2 DONE 0.0s 07:44:46 07:44:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 07:44:46 #3 DONE 0.0s 07:44:46 07:44:46 #4 [internal] load .dockerignore 07:44:46 #4 transferring context: 2B done 07:44:46 #4 DONE 0.0s 07:44:46 07:44:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:46 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:46 #5 DONE 0.0s 07:44:46 07:44:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:46 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 0.0s done 07:44:46 #6 CACHED 07:44:46 07:44:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:95c9fa14f53b7a0826d80ae2b9ab7d0d169e0327989ca6418043acdbd766dc71 07:44:46 #5 CACHED 07:44:46 07:44:46 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 07:44:46 #7 DONE 0.0s 07:44:46 07:44:46 #8 exporting to image 07:44:46 #8 exporting layers done 07:44:46 #8 exporting manifest sha256:b9c338444ff929d119b8c1c449629ca0f9584f3a540c1cc0ddc4c96a1334127a done 07:44:46 #8 exporting config sha256:30bd9d95b4c6e3bdd187a377253b06793348707e257ae5c04a142477adc3aa12 done 07:44:46 #8 exporting manifest sha256:922ace55ed7c9d806cf01a605ca4991e7d1127b4258a03bfe0c9cab5e1b328ce done 07:44:46 #8 exporting config sha256:90f45dfd20441b13ce89d48e2ea63b9be993256758b41c4efabc021dda9b6dc8 done 07:44:46 #8 exporting manifest list sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a done 07:44:46 #8 pushing layers 0.0s done 07:44:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:b73ba422ae991d6971601afb0485830e855f1ee204bbe475f07d7754542c9f3a 0.1s done 07:44:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:46 #8 DONE 0.1s 07:44:46 07:44:46 1 warning found (use --debug to expand): 07:44:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:47 #1 [internal] load build definition from Dockerfile 07:44:47 #1 transferring dockerfile: 196B done 07:44:47 #1 DONE 0.0s 07:44:47 07:44:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:47 #2 DONE 0.0s 07:44:47 07:44:47 #3 [internal] load .dockerignore 07:44:47 #3 transferring context: 2B done 07:44:47 #3 DONE 0.0s 07:44:47 07:44:47 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:47 #4 DONE 0.1s 07:44:47 07:44:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:47 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:47 #5 DONE 0.0s 07:44:47 07:44:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:47 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 0.0s done 07:44:47 #6 DONE 0.1s 07:44:47 07:44:47 #7 exporting to image 07:44:47 #7 exporting layers done 07:44:47 #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done 07:44:47 #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done 07:44:47 #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done 07:44:47 #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done 07:44:47 #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done 07:44:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:47 #7 ... 07:44:47 07:44:47 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:47 #8 DONE 0.0s 07:44:47 07:44:47 #7 exporting to image 07:44:47 #7 pushing layers 0.1s done 07:44:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 07:44:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done 07:44:47 #7 DONE 0.2s 07:44:47 07:44:47 1 warning found (use --debug to expand): 07:44:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 07:44:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 07:44:48 #1 [internal] load build definition from Dockerfile 07:44:48 #1 transferring dockerfile: 162B done 07:44:48 #1 DONE 0.0s 07:44:48 07:44:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 07:44:48 #2 DONE 0.0s 07:44:48 07:44:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 07:44:48 #3 DONE 0.0s 07:44:48 07:44:48 #4 [internal] load .dockerignore 07:44:48 #4 transferring context: 2B done 07:44:48 #4 DONE 0.0s 07:44:48 07:44:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:48 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:48 #5 CACHED 07:44:48 07:44:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:48 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:48 #6 CACHED 07:44:48 07:44:48 #7 exporting to image 07:44:48 #7 exporting layers 07:44:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:48 #7 exporting layers done 07:44:48 #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done 07:44:48 #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done 07:44:48 #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done 07:44:48 #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done 07:44:48 #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done 07:44:48 #7 pushing layers 0.0s done 07:44:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done 07:44:48 #7 DONE 0.1s 07:44:48 07:44:48 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:48 #8 DONE 0.0s 07:44:48 07:44:48 1 warning found (use --debug to expand): 07:44:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27' 07:44:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 --push - 07:44:48 #1 [internal] load build definition from Dockerfile 07:44:48 #1 transferring dockerfile: 168B done 07:44:48 #1 DONE 0.0s 07:44:48 07:44:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 07:44:48 #2 DONE 0.0s 07:44:48 07:44:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27 07:44:48 #3 DONE 0.0s 07:44:48 07:44:48 #4 [internal] load .dockerignore 07:44:48 #4 transferring context: 2B done 07:44:48 #4 DONE 0.0s 07:44:48 07:44:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:48 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:48 #5 CACHED 07:44:48 07:44:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:48 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:48 #6 CACHED 07:44:48 07:44:48 #7 exporting to image 07:44:48 #7 exporting layers done 07:44:48 #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done 07:44:48 #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done 07:44:48 #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done 07:44:48 #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done 07:44:48 #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done 07:44:48 #7 pushing layers 0.0s done 07:44:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 07:44:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.27@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done 07:44:48 #7 DONE 0.1s 07:44:48 07:44:48 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:48 #8 DONE 0.0s 07:44:48 07:44:48 1 warning found (use --debug to expand): 07:44:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:49 #1 [internal] load build definition from Dockerfile 07:44:49 #1 transferring dockerfile: 209B done 07:44:49 #1 DONE 0.0s 07:44:49 07:44:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:49 #2 DONE 0.0s 07:44:49 07:44:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:49 #3 DONE 0.0s 07:44:49 07:44:49 #4 [internal] load .dockerignore 07:44:49 #4 transferring context: 2B done 07:44:49 #4 DONE 0.0s 07:44:49 07:44:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:49 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:49 #5 CACHED 07:44:49 07:44:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:49 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:49 #6 CACHED 07:44:49 07:44:49 #7 exporting to image 07:44:49 #7 exporting layers done 07:44:49 #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done 07:44:49 #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done 07:44:49 #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done 07:44:49 #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done 07:44:49 #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done 07:44:49 #7 pushing layers 07:44:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:49 #7 pushing layers 0.0s done 07:44:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done 07:44:49 #7 DONE 0.1s 07:44:49 07:44:49 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:49 #8 DONE 0.0s 07:44:49 07:44:49 1 warning found (use --debug to expand): 07:44:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 07:44:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 07:44:49 #1 [internal] load build definition from Dockerfile 07:44:49 #1 transferring dockerfile: 160B done 07:44:49 #1 DONE 0.0s 07:44:49 07:44:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 07:44:49 #2 DONE 0.0s 07:44:49 07:44:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 07:44:49 #3 DONE 0.0s 07:44:49 07:44:49 #4 [internal] load .dockerignore 07:44:49 #4 transferring context: 2B done 07:44:49 #4 DONE 0.0s 07:44:49 07:44:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:49 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:49 #5 CACHED 07:44:49 07:44:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede 07:44:49 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e9761502da4509eae6da44faea32f87fee7d6ce292e06494cf28222e386d0ede done 07:44:49 #6 CACHED 07:44:49 07:44:49 #7 exporting to image 07:44:49 #7 exporting layers done 07:44:49 #7 exporting manifest sha256:09a40bc3fc5eb839b23b1168099905f8e24594ac8320fc500039122cfad04e48 done 07:44:49 #7 exporting config sha256:bb487ef530af9014bf17d5b4000459cd5d211a385b3756953cd6b274a9c0cac5 done 07:44:49 #7 exporting manifest sha256:0d2c101c8b9f1fd99601ad839367b5e6c6c8af5f3e9f321bbcd49bb80ff31932 done 07:44:49 #7 exporting config sha256:0955bf392af632745c6b1cf464eb63f6b37e1a3bb47eb01ef26a85e203c8c2f9 done 07:44:49 #7 exporting manifest list sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f done 07:44:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:49 #7 pushing layers 0.0s done 07:44:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7efb0e7db36f830fc1d8356ea88cf6b87a26ea8ae6c3f3a22c961ccea0ceae5f 0.1s done 07:44:49 #7 DONE 0.1s 07:44:49 07:44:49 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:49 #8 DONE 0.0s 07:44:49 07:44:49 1 warning found (use --debug to expand): 07:44:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:50 #1 [internal] load build definition from Dockerfile 07:44:50 #1 transferring dockerfile: 198B done 07:44:50 #1 DONE 0.0s 07:44:50 07:44:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:50 #2 DONE 0.0s 07:44:50 07:44:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:50 #3 DONE 0.0s 07:44:50 07:44:50 #4 [internal] load .dockerignore 07:44:50 #4 transferring context: 2B done 07:44:50 #4 DONE 0.0s 07:44:50 07:44:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:50 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:50 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done 07:44:50 #5 DONE 0.1s 07:44:50 07:44:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:50 #6 DONE 0.0s 07:44:50 07:44:50 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:44:50 #7 DONE 0.0s 07:44:50 07:44:50 #8 exporting to image 07:44:50 #8 exporting layers done 07:44:50 #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done 07:44:50 #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done 07:44:50 #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done 07:44:50 #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done 07:44:50 #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done 07:44:50 #8 pushing layers 0.1s done 07:44:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done 07:44:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:50 #8 DONE 0.2s 07:44:50 07:44:50 1 warning found (use --debug to expand): 07:44:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 07:44:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 07:44:51 #1 [internal] load build definition from Dockerfile 07:44:51 #1 transferring dockerfile: 164B done 07:44:51 #1 DONE 0.0s 07:44:51 07:44:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 07:44:51 #2 DONE 0.0s 07:44:51 07:44:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 07:44:51 #3 DONE 0.0s 07:44:51 07:44:51 #4 [internal] load .dockerignore 07:44:51 #4 transferring context: 2B done 07:44:51 #4 DONE 0.0s 07:44:51 07:44:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:51 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done 07:44:51 #5 CACHED 07:44:51 07:44:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:51 #6 DONE 0.0s 07:44:51 07:44:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef done 07:44:51 #6 CACHED 07:44:51 07:44:51 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:44:51 #7 DONE 0.0s 07:44:51 07:44:51 #8 exporting to image 07:44:51 #8 exporting layers done 07:44:51 #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done 07:44:51 #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done 07:44:51 #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done 07:44:51 #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done 07:44:51 #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done 07:44:51 #8 pushing layers 0.0s done 07:44:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done 07:44:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:51 #8 DONE 0.1s 07:44:51 07:44:51 1 warning found (use --debug to expand): 07:44:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27' 07:44:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 --push - 07:44:51 #1 [internal] load build definition from Dockerfile 07:44:51 #1 transferring dockerfile: 170B done 07:44:51 #1 DONE 0.0s 07:44:51 07:44:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 07:44:51 #2 DONE 0.0s 07:44:51 07:44:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27 07:44:51 #3 DONE 0.0s 07:44:51 07:44:51 #4 [internal] load .dockerignore 07:44:51 #4 transferring context: 2B done 07:44:51 #4 DONE 0.0s 07:44:51 07:44:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:51 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef done 07:44:51 #5 CACHED 07:44:51 07:44:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef done 07:44:51 #6 CACHED 07:44:51 07:44:51 #7 exporting to image 07:44:51 #7 exporting layers done 07:44:51 #7 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done 07:44:51 #7 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done 07:44:51 #7 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done 07:44:51 #7 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done 07:44:51 #7 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done 07:44:51 #7 pushing layers 0.0s done 07:44:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 07:44:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.27@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done 07:44:51 #7 DONE 0.1s 07:44:51 07:44:51 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:44:51 #8 DONE 0.0s 07:44:51 07:44:51 1 warning found (use --debug to expand): 07:44:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:52 #1 [internal] load build definition from Dockerfile 07:44:52 #1 transferring dockerfile: 211B done 07:44:52 #1 DONE 0.0s 07:44:52 07:44:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:52 #2 DONE 0.0s 07:44:52 07:44:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:52 #3 DONE 0.0s 07:44:52 07:44:52 #4 [internal] load .dockerignore 07:44:52 #4 transferring context: 2B done 07:44:52 #4 DONE 0.0s 07:44:52 07:44:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:52 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done 07:44:52 #5 DONE 0.0s 07:44:52 07:44:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:52 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done 07:44:52 #6 CACHED 07:44:52 07:44:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:52 #5 CACHED 07:44:52 07:44:52 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:44:52 #7 DONE 0.0s 07:44:52 07:44:52 #8 exporting to image 07:44:52 #8 exporting layers done 07:44:52 #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done 07:44:52 #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done 07:44:52 #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done 07:44:52 #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done 07:44:52 #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done 07:44:52 #8 pushing layers 0.0s done 07:44:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done 07:44:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:52 #8 DONE 0.1s 07:44:52 07:44:52 1 warning found (use --debug to expand): 07:44:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 07:44:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 07:44:52 #1 [internal] load build definition from Dockerfile 07:44:52 #1 transferring dockerfile: 162B done 07:44:52 #1 DONE 0.0s 07:44:52 07:44:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 07:44:52 #2 DONE 0.0s 07:44:52 07:44:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 07:44:52 #3 DONE 0.0s 07:44:52 07:44:52 #4 [internal] load .dockerignore 07:44:52 #4 transferring context: 2B done 07:44:52 #4 DONE 0.0s 07:44:52 07:44:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:52 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done 07:44:52 #5 CACHED 07:44:52 07:44:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 07:44:52 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4a11ac4989f74e8053104d6639e766a10996bf9c8df26bcbcd96f5742bbb0aef 0.0s done 07:44:52 #6 CACHED 07:44:52 07:44:52 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 07:44:52 #7 DONE 0.0s 07:44:52 07:44:52 #8 exporting to image 07:44:52 #8 exporting layers done 07:44:52 #8 exporting manifest sha256:d127459991f92b70762f502ee9096be54f89e9729f1b1b56c450fe34bb745072 done 07:44:52 #8 exporting config sha256:ec4cc2a4e793d1a48e638acf94490540d7255175948ed2df6c2fe7e1579f7bda done 07:44:52 #8 exporting manifest sha256:58ca8bf4b665ad42b85b56b8c2522e636eb2404225c58648915dfc3fcd7d009d done 07:44:52 #8 exporting config sha256:4ec516f7ac1e72ffb52ee0bff45f5b8784ec3cf7fadac2a068f118e881314a0c done 07:44:52 #8 exporting manifest list sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 done 07:44:52 #8 pushing layers 0.0s done 07:44:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:92855530580ca1c05d5c07fd283ff54335c7f913c0632002769c30c14e433366 0.1s done 07:44:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:52 #8 DONE 0.1s 07:44:52 07:44:52 1 warning found (use --debug to expand): 07:44:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:53 #1 [internal] load build definition from Dockerfile 07:44:53 #1 transferring dockerfile: 206B done 07:44:53 #1 DONE 0.0s 07:44:53 07:44:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:53 #2 DONE 0.0s 07:44:53 07:44:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:53 #3 DONE 0.0s 07:44:53 07:44:53 #4 [internal] load .dockerignore 07:44:53 #4 transferring context: 2B done 07:44:53 #4 DONE 0.0s 07:44:53 07:44:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:53 #5 DONE 0.0s 07:44:53 07:44:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:53 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:53 #6 DONE 0.0s 07:44:53 07:44:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:53 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:53 #5 DONE 0.2s 07:44:53 07:44:53 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:53 #7 DONE 0.0s 07:44:53 07:44:53 #8 exporting to image 07:44:53 #8 exporting layers done 07:44:53 #8 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done 07:44:53 #8 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done 07:44:53 #8 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done 07:44:53 #8 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done 07:44:53 #8 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.0s done 07:44:53 #8 pushing layers 07:44:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:53 #8 pushing layers 0.1s done 07:44:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done 07:44:53 #8 DONE 0.2s 07:44:53 07:44:53 1 warning found (use --debug to expand): 07:44:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 07:44:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 07:44:54 #1 [internal] load build definition from Dockerfile 07:44:54 #1 transferring dockerfile: 172B done 07:44:54 #1 DONE 0.0s 07:44:54 07:44:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:44:54 #2 DONE 0.0s 07:44:54 07:44:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 07:44:54 #3 DONE 0.0s 07:44:54 07:44:54 #4 [internal] load .dockerignore 07:44:54 #4 transferring context: 2B done 07:44:54 #4 DONE 0.0s 07:44:54 07:44:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:54 #5 CACHED 07:44:54 07:44:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:54 #6 CACHED 07:44:54 07:44:54 #7 exporting to image 07:44:54 #7 exporting layers done 07:44:54 #7 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done 07:44:54 #7 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done 07:44:54 #7 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done 07:44:54 #7 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done 07:44:54 #7 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done 07:44:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:54 #7 pushing layers 0.0s done 07:44:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done 07:44:54 #7 DONE 0.1s 07:44:54 07:44:54 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:54 #8 DONE 0.0s 07:44:54 07:44:54 1 warning found (use --debug to expand): 07:44:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 --push - 07:44:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27' 07:44:54 #1 [internal] load build definition from Dockerfile 07:44:54 #1 transferring dockerfile: 178B done 07:44:54 #1 DONE 0.0s 07:44:54 07:44:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 07:44:54 #2 DONE 0.0s 07:44:54 07:44:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27 07:44:54 #3 DONE 0.0s 07:44:54 07:44:54 #4 [internal] load .dockerignore 07:44:54 #4 transferring context: 2B done 07:44:54 #4 DONE 0.0s 07:44:54 07:44:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:54 #5 CACHED 07:44:54 07:44:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:54 #6 CACHED 07:44:54 07:44:54 #7 exporting to image 07:44:54 #7 exporting layers done 07:44:54 #7 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done 07:44:54 #7 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done 07:44:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:54 #7 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done 07:44:54 #7 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done 07:44:54 #7 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done 07:44:54 #7 pushing layers 0.0s done 07:44:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.27@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done 07:44:54 #7 DONE 0.1s 07:44:54 07:44:54 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:54 #8 DONE 0.0s 07:44:54 07:44:54 1 warning found (use --debug to expand): 07:44:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:55 #1 [internal] load build definition from Dockerfile 07:44:55 #1 transferring dockerfile: 219B done 07:44:55 #1 DONE 0.0s 07:44:55 07:44:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:55 #2 DONE 0.0s 07:44:55 07:44:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:55 #3 DONE 0.0s 07:44:55 07:44:55 #4 [internal] load .dockerignore 07:44:55 #4 transferring context: 2B done 07:44:55 #4 DONE 0.0s 07:44:55 07:44:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:55 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:55 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:55 #5 CACHED 07:44:55 07:44:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:55 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:55 #6 CACHED 07:44:55 07:44:55 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:55 #7 DONE 0.0s 07:44:55 07:44:55 #8 exporting to image 07:44:55 #8 exporting layers done 07:44:55 #8 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done 07:44:55 #8 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done 07:44:55 #8 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done 07:44:55 #8 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done 07:44:55 #8 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done 07:44:55 #8 pushing layers 0.0s done 07:44:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done 07:44:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:55 #8 DONE 0.1s 07:44:55 07:44:55 1 warning found (use --debug to expand): 07:44:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 07:44:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 07:44:55 #1 [internal] load build definition from Dockerfile 07:44:55 #1 transferring dockerfile: 170B done 07:44:55 #1 DONE 0.0s 07:44:55 07:44:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:44:55 #2 DONE 0.0s 07:44:55 07:44:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 07:44:55 #3 DONE 0.0s 07:44:55 07:44:55 #4 [internal] load .dockerignore 07:44:55 #4 transferring context: 2B done 07:44:55 #4 DONE 0.0s 07:44:55 07:44:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:55 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:55 #5 CACHED 07:44:55 07:44:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 07:44:55 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:759ef6c7cc066f4e4bfad1993bcab796952e04f1eede1cbac9f9b6daf7d14d92 0.0s done 07:44:55 #6 CACHED 07:44:55 07:44:55 #7 exporting to image 07:44:55 #7 exporting layers 07:44:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:55 #7 exporting layers done 07:44:55 #7 exporting manifest sha256:0ebe35892e46555daaf88addd5b04adc1edda1b2805231589d3e13b66bdabcb6 done 07:44:55 #7 exporting config sha256:667707a48a33b0032e76fef33c057a3fa5abeb21529a25aa57ef6be3e44a85db done 07:44:55 #7 exporting manifest sha256:6cbe8628fac2fccc2165828801b2929e5cfe989eb5b3fcd7642509874772ca2b done 07:44:55 #7 exporting config sha256:3cf7fe2c350b93630f86a785d9ea1f93a12384e87e1a16fdbd2db92901672750 done 07:44:55 #7 exporting manifest list sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 done 07:44:55 #7 pushing layers 0.0s done 07:44:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ac97d8fdab129cb150e1e443f8ca9f194388b9cc6033e291019cd5becdc79f67 0.1s done 07:44:55 #7 DONE 0.1s 07:44:55 07:44:55 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 07:44:55 #8 DONE 0.0s 07:44:55 07:44:55 1 warning found (use --debug to expand): 07:44:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:56 #1 [internal] load build definition from Dockerfile 07:44:56 #1 transferring dockerfile: 204B done 07:44:56 #1 DONE 0.0s 07:44:56 07:44:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:56 #2 DONE 0.1s 07:44:56 07:44:56 #3 [internal] load .dockerignore 07:44:56 #3 transferring context: 2B done 07:44:56 #3 DONE 0.0s 07:44:56 07:44:56 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:56 #4 DONE 0.1s 07:44:56 07:44:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:56 #5 ... 07:44:56 07:44:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:56 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done 07:44:56 #6 DONE 0.1s 07:44:56 07:44:56 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:44:56 #7 DONE 0.0s 07:44:56 07:44:56 #8 exporting to image 07:44:56 #8 exporting layers done 07:44:56 #8 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done 07:44:56 #8 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done 07:44:56 #8 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done 07:44:56 #8 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done 07:44:56 #8 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done 07:44:56 #8 pushing layers 0.1s done 07:44:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 07:44:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done 07:44:56 #8 DONE 0.2s 07:44:56 07:44:56 1 warning found (use --debug to expand): 07:44:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 07:44:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 07:44:56 #1 [internal] load build definition from Dockerfile 07:44:56 #1 transferring dockerfile: 170B done 07:44:56 #1 DONE 0.0s 07:44:56 07:44:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:44:56 #2 DONE 0.0s 07:44:56 07:44:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 07:44:56 #3 DONE 0.0s 07:44:56 07:44:56 #4 [internal] load .dockerignore 07:44:56 #4 transferring context: 2B done 07:44:56 #4 DONE 0.0s 07:44:56 07:44:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:56 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done 07:44:56 #5 DONE 0.0s 07:44:56 07:44:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done 07:44:57 #6 CACHED 07:44:57 07:44:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:57 #5 CACHED 07:44:57 07:44:57 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:44:57 #7 DONE 0.0s 07:44:57 07:44:57 #8 exporting to image 07:44:57 #8 exporting layers done 07:44:57 #8 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done 07:44:57 #8 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done 07:44:57 #8 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done 07:44:57 #8 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done 07:44:57 #8 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done 07:44:57 #8 pushing layers 0.0s done 07:44:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done 07:44:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:57 #8 DONE 0.1s 07:44:57 07:44:57 1 warning found (use --debug to expand): 07:44:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 --push - 07:44:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27' 07:44:57 #1 [internal] load build definition from Dockerfile 07:44:57 #1 transferring dockerfile: 176B done 07:44:57 #1 DONE 0.0s 07:44:57 07:44:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 07:44:57 #2 DONE 0.0s 07:44:57 07:44:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27 07:44:57 #3 DONE 0.0s 07:44:57 07:44:57 #4 [internal] load .dockerignore 07:44:57 #4 transferring context: 2B done 07:44:57 #4 DONE 0.0s 07:44:57 07:44:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done 07:44:57 #5 DONE 0.0s 07:44:57 07:44:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 0.0s done 07:44:57 #6 CACHED 07:44:57 07:44:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:57 #5 CACHED 07:44:57 07:44:57 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:44:57 #7 DONE 0.0s 07:44:57 07:44:57 #8 exporting to image 07:44:57 #8 exporting layers done 07:44:57 #8 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done 07:44:57 #8 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done 07:44:57 #8 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done 07:44:57 #8 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done 07:44:57 #8 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done 07:44:57 #8 pushing layers 0.0s done 07:44:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.27@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done 07:44:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:57 #8 DONE 0.1s 07:44:57 07:44:57 1 warning found (use --debug to expand): 07:44:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:44:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:44:58 #1 [internal] load build definition from Dockerfile 07:44:58 #1 transferring dockerfile: 217B done 07:44:58 #1 DONE 0.0s 07:44:58 07:44:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:58 #2 DONE 0.0s 07:44:58 07:44:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:44:58 #3 DONE 0.0s 07:44:58 07:44:58 #4 [internal] load .dockerignore 07:44:58 #4 transferring context: 2B done 07:44:58 #4 DONE 0.0s 07:44:58 07:44:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done 07:44:58 #5 CACHED 07:44:58 07:44:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done 07:44:58 #6 CACHED 07:44:58 07:44:58 #7 exporting to image 07:44:58 #7 exporting layers done 07:44:58 #7 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done 07:44:58 #7 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done 07:44:58 #7 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done 07:44:58 #7 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done 07:44:58 #7 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done 07:44:58 #7 pushing layers 0.0s done 07:44:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 07:44:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done 07:44:58 #7 DONE 0.1s 07:44:58 07:44:58 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:44:58 #8 DONE 0.0s 07:44:58 07:44:58 1 warning found (use --debug to expand): 07:44:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 07:44:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 07:44:58 #1 [internal] load build definition from Dockerfile 07:44:58 #1 transferring dockerfile: 168B done 07:44:58 #1 DONE 0.0s 07:44:58 07:44:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:44:58 #2 DONE 0.0s 07:44:58 07:44:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 07:44:58 #3 DONE 0.0s 07:44:58 07:44:58 #4 [internal] load .dockerignore 07:44:58 #4 transferring context: 2B done 07:44:58 #4 DONE 0.0s 07:44:58 07:44:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done 07:44:58 #5 CACHED 07:44:58 07:44:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 07:44:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:1982aabebd670ad6bae8bda52fa2b3601e846082a2e03fcf60e156b2cd720c44 done 07:44:58 #6 CACHED 07:44:58 07:44:58 #7 exporting to image 07:44:58 #7 exporting layers done 07:44:58 #7 exporting manifest sha256:c2971e95601e8ed259b40e52e1c783cfcf38d824062dbff58299da69c7d5da3e done 07:44:58 #7 exporting config sha256:daec894673d5b6838ab131324bb71b50f020e0895cfe43ad56c78db2e1893cbd done 07:44:58 #7 exporting manifest sha256:f3dc4ee66d5ffe0680ec08df784c12323867ff7079be5f1535f85230ea422452 done 07:44:58 #7 exporting config sha256:a1548f90f487351f3d1f2fdb481c21aaeb5d75bc5f473bc3ff91ff7599990385 done 07:44:58 #7 exporting manifest list sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa done 07:44:58 #7 pushing layers 07:44:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:58 #7 pushing layers 0.0s done 07:44:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:03cc4919ddc2556caaf47b1d932604ed1e3f3897af20cea57c5eccb95a8d81aa 0.1s done 07:44:58 #7 DONE 0.1s 07:44:58 07:44:58 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 07:44:58 #8 DONE 0.0s 07:44:58 07:44:58 1 warning found (use --debug to expand): 07:44:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:44:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:44:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:44:59 #1 [internal] load build definition from Dockerfile 07:44:59 #1 transferring dockerfile: 205B done 07:44:59 #1 DONE 0.0s 07:44:59 07:44:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:59 #2 DONE 0.1s 07:44:59 07:44:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:44:59 #3 DONE 0.1s 07:44:59 07:44:59 #4 [internal] load .dockerignore 07:44:59 #4 transferring context: 2B done 07:44:59 #4 DONE 0.0s 07:44:59 07:44:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:44:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:44:59 #5 DONE 0.0s 07:44:59 07:44:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:44:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:44:59 #6 DONE 0.1s 07:44:59 07:44:59 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:44:59 #7 DONE 0.0s 07:44:59 07:44:59 #8 exporting to image 07:44:59 #8 exporting layers done 07:44:59 #8 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done 07:44:59 #8 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done 07:44:59 #8 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done 07:44:59 #8 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done 07:44:59 #8 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done 07:44:59 #8 pushing layers 0.1s done 07:44:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 07:44:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:44:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done 07:44:59 #8 DONE 0.2s 07:44:59 07:44:59 1 warning found (use --debug to expand): 07:44:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 07:45:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 07:45:00 #1 [internal] load build definition from Dockerfile 07:45:00 #1 transferring dockerfile: 171B done 07:45:00 #1 DONE 0.0s 07:45:00 07:45:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:45:00 #2 DONE 0.0s 07:45:00 07:45:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 07:45:00 #3 DONE 0.0s 07:45:00 07:45:00 #4 [internal] load .dockerignore 07:45:00 #4 transferring context: 2B done 07:45:00 #4 DONE 0.0s 07:45:00 07:45:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:00 #5 CACHED 07:45:00 07:45:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:00 #6 CACHED 07:45:00 07:45:00 #7 exporting to image 07:45:00 #7 exporting layers done 07:45:00 #7 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done 07:45:00 #7 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done 07:45:00 #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb 07:45:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:00 #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done 07:45:00 #7 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done 07:45:00 #7 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done 07:45:00 #7 pushing layers 0.0s done 07:45:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done 07:45:00 #7 DONE 0.1s 07:45:00 07:45:00 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:00 #8 DONE 0.0s 07:45:00 07:45:00 1 warning found (use --debug to expand): 07:45:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27' 07:45:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 --push - 07:45:00 #1 [internal] load build definition from Dockerfile 07:45:00 #1 transferring dockerfile: 177B done 07:45:00 #1 DONE 0.0s 07:45:00 07:45:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 07:45:00 #2 DONE 0.0s 07:45:00 07:45:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27 07:45:00 #3 DONE 0.1s 07:45:00 07:45:00 #4 [internal] load .dockerignore 07:45:00 #4 transferring context: 2B done 07:45:00 #4 DONE 0.0s 07:45:00 07:45:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:00 #5 CACHED 07:45:00 07:45:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:00 #6 CACHED 07:45:00 07:45:00 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:00 #7 DONE 0.0s 07:45:00 07:45:00 #8 exporting to image 07:45:00 #8 exporting layers done 07:45:00 #8 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done 07:45:00 #8 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done 07:45:00 #8 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done 07:45:00 #8 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done 07:45:00 #8 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done 07:45:00 #8 pushing layers 0.0s done 07:45:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.27@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done 07:45:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:00 #8 DONE 0.1s 07:45:00 07:45:00 1 warning found (use --debug to expand): 07:45:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:01 #1 [internal] load build definition from Dockerfile 07:45:01 #1 transferring dockerfile: 218B done 07:45:01 #1 DONE 0.0s 07:45:01 07:45:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:01 #2 DONE 0.0s 07:45:01 07:45:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:01 #3 DONE 0.0s 07:45:01 07:45:01 #4 [internal] load .dockerignore 07:45:01 #4 transferring context: 2B done 07:45:01 #4 DONE 0.0s 07:45:01 07:45:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 done 07:45:01 #5 CACHED 07:45:01 07:45:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:01 #6 CACHED 07:45:01 07:45:01 #7 exporting to image 07:45:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:01 #7 exporting layers done 07:45:01 #7 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done 07:45:01 #7 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done 07:45:01 #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done 07:45:01 #7 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done 07:45:01 #7 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done 07:45:01 #7 pushing layers 0.0s done 07:45:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done 07:45:01 #7 DONE 0.1s 07:45:01 07:45:01 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:01 #8 DONE 0.0s 07:45:01 07:45:01 1 warning found (use --debug to expand): 07:45:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 07:45:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 07:45:01 #1 [internal] load build definition from Dockerfile 07:45:01 #1 transferring dockerfile: 169B done 07:45:01 #1 DONE 0.0s 07:45:01 07:45:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:45:01 #2 DONE 0.0s 07:45:01 07:45:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 07:45:01 #3 DONE 0.0s 07:45:01 07:45:01 #4 [internal] load .dockerignore 07:45:01 #4 transferring context: 2B done 07:45:01 #4 DONE 0.0s 07:45:01 07:45:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:01 #5 CACHED 07:45:01 07:45:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 07:45:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e9ec77d5d5da63de66a86a139bae5f2c943efa64b614124475da26e118eac88 0.0s done 07:45:01 #6 CACHED 07:45:01 07:45:01 #7 exporting to image 07:45:01 #7 exporting layers done 07:45:01 #7 exporting manifest sha256:a15eb36adf1ad6edbcc4ddea1a6cbf66e6e4519853a73819a532ab3101ee4690 done 07:45:01 #7 exporting config sha256:bc56a1792423e5f0d16ae5e0db0e4b814c21aa37233cfe82e9fe64389c01586d done 07:45:01 #7 exporting manifest sha256:c8d2b58d09673ae3d9ef767351ffc242eca73c009d678d3be703de0aba6785fb done 07:45:01 #7 exporting config sha256:6e4196669cff805800d8282983e33b7a3069102b177cbd0e81b70c354ed5b281 done 07:45:01 #7 exporting manifest list sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 done 07:45:01 #7 pushing layers 0.0s done 07:45:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 07:45:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:501ce6ddcfb692df27344c8c27ea4a15478641e43042c5551a722bbd59cdf3b7 0.1s done 07:45:01 #7 DONE 0.1s 07:45:01 07:45:01 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:01 #8 DONE 0.0s 07:45:01 07:45:01 1 warning found (use --debug to expand): 07:45:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:02 #1 [internal] load build definition from Dockerfile 07:45:02 #1 transferring dockerfile: 211B done 07:45:02 #1 DONE 0.0s 07:45:02 07:45:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:02 #2 DONE 0.0s 07:45:02 07:45:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:02 #3 DONE 0.0s 07:45:02 07:45:02 #4 [internal] load .dockerignore 07:45:02 #4 transferring context: 2B done 07:45:02 #4 DONE 0.0s 07:45:02 07:45:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.1s done 07:45:02 #5 DONE 0.1s 07:45:02 07:45:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:02 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.1s done 07:45:02 #6 DONE 0.1s 07:45:02 07:45:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:02 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.1s done 07:45:02 #5 DONE 0.2s 07:45:02 07:45:02 #7 exporting to image 07:45:02 #7 exporting layers done 07:45:02 #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done 07:45:02 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 07:45:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:02 #7 ... 07:45:02 07:45:02 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:02 #8 DONE 0.0s 07:45:02 07:45:02 #7 exporting to image 07:45:02 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done 07:45:02 #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done 07:45:02 #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done 07:45:02 #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done 07:45:02 #7 pushing layers 0.1s done 07:45:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 07:45:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done 07:45:02 #7 DONE 0.2s 07:45:02 07:45:02 1 warning found (use --debug to expand): 07:45:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 07:45:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 07:45:03 #1 [internal] load build definition from Dockerfile 07:45:03 #1 transferring dockerfile: 177B done 07:45:03 #1 DONE 0.0s 07:45:03 07:45:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:45:03 #2 DONE 0.0s 07:45:03 07:45:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 07:45:03 #3 DONE 0.0s 07:45:03 07:45:03 #4 [internal] load .dockerignore 07:45:03 #4 transferring context: 2B done 07:45:03 #4 DONE 0.0s 07:45:03 07:45:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 done 07:45:03 #5 CACHED 07:45:03 07:45:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done 07:45:03 #6 CACHED 07:45:03 07:45:03 #7 exporting to image 07:45:03 #7 exporting layers done 07:45:03 #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done 07:45:03 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 07:45:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:03 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done 07:45:03 #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done 07:45:03 #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done 07:45:03 #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done 07:45:03 #7 pushing layers 0.0s done 07:45:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done 07:45:03 #7 DONE 0.1s 07:45:03 07:45:03 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:03 #8 DONE 0.0s 07:45:03 07:45:03 1 warning found (use --debug to expand): 07:45:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27' 07:45:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 --push - 07:45:03 #1 [internal] load build definition from Dockerfile 07:45:03 #1 transferring dockerfile: 183B done 07:45:03 #1 DONE 0.0s 07:45:03 07:45:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 07:45:03 #2 DONE 0.0s 07:45:03 07:45:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27 07:45:03 #3 DONE 0.0s 07:45:03 07:45:03 #4 [internal] load .dockerignore 07:45:03 #4 transferring context: 2B done 07:45:03 #4 DONE 0.0s 07:45:03 07:45:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done 07:45:03 #5 CACHED 07:45:03 07:45:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done 07:45:03 #6 CACHED 07:45:03 07:45:03 #7 exporting to image 07:45:03 #7 exporting layers done 07:45:03 #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done 07:45:03 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done 07:45:03 #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done 07:45:03 #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done 07:45:03 #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done 07:45:03 #7 pushing layers 0.0s done 07:45:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 07:45:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.27@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done 07:45:03 #7 DONE 0.1s 07:45:03 07:45:03 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:03 #8 DONE 0.0s 07:45:03 07:45:03 1 warning found (use --debug to expand): 07:45:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:04 #1 [internal] load build definition from Dockerfile 07:45:04 #1 transferring dockerfile: 224B done 07:45:04 #1 DONE 0.0s 07:45:04 07:45:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:04 #2 DONE 0.0s 07:45:04 07:45:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:04 #3 DONE 0.0s 07:45:04 07:45:04 #4 [internal] load .dockerignore 07:45:04 #4 transferring context: 2B done 07:45:04 #4 DONE 0.0s 07:45:04 07:45:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:04 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 done 07:45:04 #5 CACHED 07:45:04 07:45:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:04 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done 07:45:04 #6 CACHED 07:45:04 07:45:04 #7 exporting to image 07:45:04 #7 exporting layers done 07:45:04 #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done 07:45:04 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done 07:45:04 #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done 07:45:04 #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done 07:45:04 #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done 07:45:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:04 #7 pushing layers 0.0s done 07:45:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done 07:45:04 #7 DONE 0.1s 07:45:04 07:45:04 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:04 #8 DONE 0.0s 07:45:04 07:45:04 1 warning found (use --debug to expand): 07:45:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 07:45:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 07:45:04 #1 [internal] load build definition from Dockerfile 07:45:04 #1 transferring dockerfile: 175B done 07:45:04 #1 DONE 0.0s 07:45:04 07:45:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:45:04 #2 DONE 0.0s 07:45:04 07:45:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 07:45:04 #3 DONE 0.0s 07:45:04 07:45:04 #4 [internal] load .dockerignore 07:45:04 #4 transferring context: 2B done 07:45:04 #4 DONE 0.0s 07:45:04 07:45:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:04 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 0.0s done 07:45:04 #5 CACHED 07:45:04 07:45:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 07:45:04 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f6925cb7e2fe914785a9e17d1708c468922b1f2b2682d9b13efbfbe220b40c24 done 07:45:04 #6 CACHED 07:45:04 07:45:04 #7 exporting to image 07:45:04 #7 exporting layers done 07:45:04 #7 exporting manifest sha256:3ca1978d147387f8f916d52b288574e1b743ac89a74cf9f61f55ad5d27c674d2 done 07:45:04 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 07:45:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:04 #7 exporting config sha256:5ab1d9aca1a0ed3e28e7cd45c3bd1a4449e1ba72ea76e98601db528c376acd40 done 07:45:04 #7 exporting manifest sha256:b4a26d71aedbe85f984c54bff4481d8b401f6eb61768c87d76308f247bd02c19 done 07:45:04 #7 exporting config sha256:b665c4d23208ba0c00e297308259017a387ee5a23e6a35892da034c95c1ec624 done 07:45:04 #7 exporting manifest list sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da done 07:45:04 #7 pushing layers 0.0s done 07:45:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f55077cca28093ae88e23dd65815a0c7602569c4eea7934804a6b9115a3748da 0.1s done 07:45:04 #7 DONE 0.1s 07:45:04 07:45:04 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 07:45:04 #8 DONE 0.0s 07:45:04 07:45:04 1 warning found (use --debug to expand): 07:45:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:05 #1 [internal] load build definition from Dockerfile 07:45:05 #1 transferring dockerfile: 215B done 07:45:05 #1 DONE 0.0s 07:45:05 07:45:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:05 #2 DONE 0.0s 07:45:05 07:45:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:05 #3 DONE 0.0s 07:45:05 07:45:05 #4 [internal] load .dockerignore 07:45:05 #4 transferring context: 2B done 07:45:05 #4 DONE 0.0s 07:45:05 07:45:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done 07:45:05 #5 DONE 0.0s 07:45:05 07:45:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done 07:45:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done 07:45:05 #6 DONE 0.1s 07:45:05 07:45:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:05 #5 DONE 0.0s 07:45:05 07:45:05 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:45:05 #7 DONE 0.0s 07:45:05 07:45:05 #8 exporting to image 07:45:05 #8 exporting layers done 07:45:05 #8 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done 07:45:05 #8 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done 07:45:05 #8 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done 07:45:05 #8 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done 07:45:05 #8 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done 07:45:05 #8 pushing layers 0.1s done 07:45:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 07:45:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done 07:45:05 #8 DONE 0.2s 07:45:05 07:45:05 1 warning found (use --debug to expand): 07:45:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 07:45:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 07:45:06 #1 [internal] load build definition from Dockerfile 07:45:06 #1 transferring dockerfile: 181B done 07:45:06 #1 DONE 0.0s 07:45:06 07:45:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:45:06 #2 DONE 0.0s 07:45:06 07:45:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 07:45:06 #3 DONE 0.0s 07:45:06 07:45:06 #4 [internal] load .dockerignore 07:45:06 #4 transferring context: 2B done 07:45:06 #4 DONE 0.0s 07:45:06 07:45:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done 07:45:06 #5 CACHED 07:45:06 07:45:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done 07:45:06 #6 CACHED 07:45:06 07:45:06 #7 exporting to image 07:45:06 #7 exporting layers 07:45:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:06 #7 exporting layers done 07:45:06 #7 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done 07:45:06 #7 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done 07:45:06 #7 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done 07:45:06 #7 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done 07:45:06 #7 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done 07:45:06 #7 pushing layers 0.0s done 07:45:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done 07:45:06 #7 DONE 0.1s 07:45:06 07:45:06 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:45:06 #8 DONE 0.0s 07:45:06 07:45:06 1 warning found (use --debug to expand): 07:45:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 --push - 07:45:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27' 07:45:06 #1 [internal] load build definition from Dockerfile 07:45:06 #1 transferring dockerfile: 187B done 07:45:06 #1 DONE 0.0s 07:45:06 07:45:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 07:45:06 #2 DONE 0.0s 07:45:06 07:45:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27 07:45:06 #3 DONE 0.0s 07:45:06 07:45:06 #4 [internal] load .dockerignore 07:45:06 #4 transferring context: 2B done 07:45:06 #4 DONE 0.0s 07:45:06 07:45:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done 07:45:06 #5 CACHED 07:45:06 07:45:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done 07:45:06 #6 CACHED 07:45:06 07:45:06 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:45:06 #7 DONE 0.0s 07:45:06 07:45:06 #8 exporting to image 07:45:06 #8 exporting layers done 07:45:06 #8 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done 07:45:06 #8 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done 07:45:06 #8 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done 07:45:06 #8 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done 07:45:06 #8 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done 07:45:06 #8 pushing layers 0.0s done 07:45:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.27@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done 07:45:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:06 #8 DONE 0.1s 07:45:06 07:45:06 1 warning found (use --debug to expand): 07:45:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:07 #1 [internal] load build definition from Dockerfile 07:45:07 #1 transferring dockerfile: 228B done 07:45:07 #1 DONE 0.1s 07:45:07 07:45:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:07 #2 DONE 0.0s 07:45:07 07:45:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:07 #3 DONE 0.0s 07:45:07 07:45:07 #4 [internal] load .dockerignore 07:45:07 #4 transferring context: 2B done 07:45:07 #4 DONE 0.0s 07:45:07 07:45:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done 07:45:07 #5 CACHED 07:45:07 07:45:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done 07:45:07 #6 CACHED 07:45:07 07:45:07 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:45:07 #7 DONE 0.0s 07:45:07 07:45:07 #8 exporting to image 07:45:07 #8 exporting layers done 07:45:07 #8 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done 07:45:07 #8 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done 07:45:07 #8 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done 07:45:07 #8 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done 07:45:07 #8 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done 07:45:07 #8 pushing layers 0.0s done 07:45:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done 07:45:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:07 #8 DONE 0.1s 07:45:07 07:45:07 1 warning found (use --debug to expand): 07:45:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 07:45:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 07:45:07 #1 [internal] load build definition from Dockerfile 07:45:07 #1 transferring dockerfile: 179B done 07:45:07 #1 DONE 0.0s 07:45:07 07:45:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:45:07 #2 DONE 0.0s 07:45:07 07:45:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 07:45:07 #3 DONE 0.0s 07:45:07 07:45:07 #4 [internal] load .dockerignore 07:45:07 #4 transferring context: 2B done 07:45:07 #4 DONE 0.0s 07:45:07 07:45:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f done 07:45:07 #5 CACHED 07:45:07 07:45:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 07:45:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea7fa04f574777743f9c4d7f9e3bf55cacce73cca32d0590c672fdafbebf199f 0.0s done 07:45:07 #6 CACHED 07:45:07 07:45:07 #7 exporting to image 07:45:07 #7 exporting layers done 07:45:07 #7 exporting manifest sha256:171db15e1d870864ea33476f74e936d677ceacb809e29138c059e1be036a17ae done 07:45:07 #7 exporting config sha256:9ef59a26edff6283eafe70b2903de041bdf1123a31b7718a01bcb2758bbe4f20 done 07:45:07 #7 exporting manifest sha256:746adc0a91089b4a1b1f6ad1e144474d332092d794abab544935e83e5be4b502 done 07:45:07 #7 exporting config sha256:8f8e2c59d4215a945daadf7a80cef6940edb59bd8559214624a6646e3916fc58 done 07:45:07 #7 exporting manifest list sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 done 07:45:07 #7 pushing layers 0.0s done 07:45:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 07:45:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:03e9b5412f46f181c5d0e4ad9aa0addcd66c685bb25ec749ab751db4bc2bf7b2 0.1s done 07:45:07 #7 DONE 0.1s 07:45:07 07:45:07 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 07:45:07 #8 DONE 0.0s 07:45:07 07:45:07 1 warning found (use --debug to expand): 07:45:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:08 #1 [internal] load build definition from Dockerfile 07:45:08 #1 transferring dockerfile: 205B done 07:45:08 #1 DONE 0.0s 07:45:08 07:45:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:08 #2 DONE 0.0s 07:45:08 07:45:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:08 #3 DONE 0.0s 07:45:08 07:45:08 #4 [internal] load .dockerignore 07:45:08 #4 transferring context: 2B done 07:45:08 #4 DONE 0.0s 07:45:08 07:45:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done 07:45:08 #5 DONE 0.0s 07:45:08 07:45:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done 07:45:08 #6 DONE 0.0s 07:45:08 07:45:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done 07:45:08 #5 DONE 0.1s 07:45:08 07:45:08 #7 exporting to image 07:45:08 #7 exporting layers done 07:45:08 #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done 07:45:08 #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done 07:45:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:08 #7 ... 07:45:08 07:45:08 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:45:08 #8 DONE 0.0s 07:45:08 07:45:08 #7 exporting to image 07:45:08 #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done 07:45:08 #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done 07:45:08 #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done 07:45:08 #7 pushing layers 0.1s done 07:45:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 07:45:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done 07:45:08 #7 DONE 0.2s 07:45:08 07:45:08 1 warning found (use --debug to expand): 07:45:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 07:45:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 07:45:09 #1 [internal] load build definition from Dockerfile 07:45:09 #1 transferring dockerfile: 171B done 07:45:09 #1 DONE 0.0s 07:45:09 07:45:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:45:09 #2 DONE 0.0s 07:45:09 07:45:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 07:45:09 #3 DONE 0.0s 07:45:09 07:45:09 #4 [internal] load .dockerignore 07:45:09 #4 transferring context: 2B done 07:45:09 #4 DONE 0.0s 07:45:09 07:45:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done 07:45:09 #5 CACHED 07:45:09 07:45:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done 07:45:09 #6 DONE 0.0s 07:45:09 07:45:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:09 #6 CACHED 07:45:09 07:45:09 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:45:09 #7 DONE 0.0s 07:45:09 07:45:09 #8 exporting to image 07:45:09 #8 exporting layers done 07:45:09 #8 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done 07:45:09 #8 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done 07:45:09 #8 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done 07:45:09 #8 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done 07:45:09 #8 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done 07:45:09 #8 pushing layers 0.0s done 07:45:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done 07:45:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:09 #8 DONE 0.1s 07:45:09 07:45:09 1 warning found (use --debug to expand): 07:45:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 --push - 07:45:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27' 07:45:09 #1 [internal] load build definition from Dockerfile 07:45:09 #1 transferring dockerfile: 177B done 07:45:09 #1 DONE 0.0s 07:45:09 07:45:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 07:45:09 #2 DONE 0.0s 07:45:09 07:45:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27 07:45:09 #3 DONE 0.0s 07:45:09 07:45:09 #4 [internal] load .dockerignore 07:45:09 #4 transferring context: 2B done 07:45:09 #4 DONE 0.0s 07:45:09 07:45:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done 07:45:09 #5 CACHED 07:45:09 07:45:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done 07:45:09 #6 CACHED 07:45:09 07:45:09 #7 exporting to image 07:45:09 #7 exporting layers done 07:45:09 #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done 07:45:09 #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done 07:45:09 #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done 07:45:09 #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done 07:45:09 #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 07:45:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:09 #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done 07:45:09 #7 pushing layers 0.0s done 07:45:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.27@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done 07:45:09 #7 DONE 0.1s 07:45:09 07:45:09 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:45:09 #8 DONE 0.0s 07:45:09 07:45:09 1 warning found (use --debug to expand): 07:45:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:10 #1 [internal] load build definition from Dockerfile 07:45:10 #1 transferring dockerfile: 218B done 07:45:10 #1 DONE 0.0s 07:45:10 07:45:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:10 #2 DONE 0.0s 07:45:10 07:45:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:10 #3 DONE 0.0s 07:45:10 07:45:10 #4 [internal] load .dockerignore 07:45:10 #4 transferring context: 2B done 07:45:10 #4 DONE 0.0s 07:45:10 07:45:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 done 07:45:10 #5 CACHED 07:45:10 07:45:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done 07:45:10 #6 CACHED 07:45:10 07:45:10 #7 exporting to image 07:45:10 #7 exporting layers done 07:45:10 #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done 07:45:10 #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done 07:45:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:10 #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done 07:45:10 #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done 07:45:10 #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done 07:45:10 #7 pushing layers 0.0s done 07:45:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done 07:45:10 #7 DONE 0.1s 07:45:10 07:45:10 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:45:10 #8 DONE 0.0s 07:45:10 07:45:10 1 warning found (use --debug to expand): 07:45:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 07:45:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 07:45:11 #1 [internal] load build definition from Dockerfile 07:45:11 #1 transferring dockerfile: 169B done 07:45:11 #1 DONE 0.0s 07:45:11 07:45:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:45:11 #2 DONE 0.0s 07:45:11 07:45:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 07:45:11 #3 DONE 0.0s 07:45:11 07:45:11 #4 [internal] load .dockerignore 07:45:11 #4 transferring context: 2B done 07:45:11 #4 DONE 0.0s 07:45:11 07:45:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done 07:45:11 #5 CACHED 07:45:11 07:45:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 07:45:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e2fd722f584593ec9133f81ab179b800cdfa110a9826d545c5c6f9ba917da147 0.0s done 07:45:11 #6 CACHED 07:45:11 07:45:11 #7 exporting to image 07:45:11 #7 exporting layers done 07:45:11 #7 exporting manifest sha256:5ec9c21f9dd29586de663725e273d333c0e51a02b218b571f21dc753772c713c done 07:45:11 #7 exporting config sha256:47c3de5d5695b836972016705ebf6b6b843b7f880b5c208a8cb584d4c5ed8c35 done 07:45:11 #7 exporting manifest sha256:a70dc4595d99caa528c6602afb1c7211ae47f898e92fed14171ad5a136328863 done 07:45:11 #7 exporting config sha256:74232090c9883242c4dc2482f806e763bf1e4b6169a5408038160baee27654ec done 07:45:11 #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 07:45:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:11 #7 exporting manifest list sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 done 07:45:11 #7 pushing layers 0.0s done 07:45:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:7f1b3df4a1eadee78f107557ebd5be9941e576cd5894b31515bd74f62c211be1 0.1s done 07:45:11 #7 DONE 0.1s 07:45:11 07:45:11 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 07:45:11 #8 DONE 0.0s 07:45:11 07:45:11 1 warning found (use --debug to expand): 07:45:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:11 #1 [internal] load build definition from Dockerfile 07:45:11 #1 transferring dockerfile: 206B done 07:45:11 #1 DONE 0.0s 07:45:11 07:45:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:11 #2 DONE 0.1s 07:45:11 07:45:11 #3 [internal] load .dockerignore 07:45:11 #3 transferring context: 07:45:11 #3 transferring context: 2B done 07:45:11 #3 DONE 0.0s 07:45:11 07:45:11 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:11 #4 DONE 0.1s 07:45:11 07:45:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:11 #5 DONE 0.0s 07:45:11 07:45:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:11 #6 DONE 0.1s 07:45:11 07:45:11 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:45:11 #7 DONE 0.0s 07:45:11 07:45:11 #8 exporting to image 07:45:11 #8 exporting layers done 07:45:11 #8 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done 07:45:11 #8 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done 07:45:11 #8 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done 07:45:11 #8 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done 07:45:11 #8 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done 07:45:11 #8 pushing layers 0.1s done 07:45:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 07:45:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done 07:45:11 #8 DONE 0.2s 07:45:11 07:45:11 1 warning found (use --debug to expand): 07:45:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 07:45:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 07:45:12 #1 [internal] load build definition from Dockerfile 07:45:12 #1 transferring dockerfile: 172B done 07:45:12 #1 DONE 0.0s 07:45:12 07:45:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:45:12 #2 DONE 0.0s 07:45:12 07:45:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 07:45:12 #3 DONE 0.0s 07:45:12 07:45:12 #4 [internal] load .dockerignore 07:45:12 #4 transferring context: 2B done 07:45:12 #4 DONE 0.0s 07:45:12 07:45:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:12 #5 CACHED 07:45:12 07:45:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:12 #6 DONE 0.0s 07:45:12 07:45:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:12 #6 CACHED 07:45:12 07:45:12 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:45:12 #7 DONE 0.0s 07:45:12 07:45:12 #8 exporting to image 07:45:12 #8 exporting layers done 07:45:12 #8 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done 07:45:12 #8 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done 07:45:12 #8 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done 07:45:12 #8 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done 07:45:12 #8 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done 07:45:12 #8 pushing layers 0.0s done 07:45:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done 07:45:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:12 #8 DONE 0.1s 07:45:12 07:45:12 1 warning found (use --debug to expand): 07:45:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 --push - 07:45:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27' 07:45:12 #1 [internal] load build definition from Dockerfile 07:45:12 #1 transferring dockerfile: 178B done 07:45:12 #1 DONE 0.0s 07:45:12 07:45:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 07:45:12 #2 DONE 0.0s 07:45:12 07:45:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27 07:45:12 #3 DONE 0.0s 07:45:12 07:45:12 #4 [internal] load .dockerignore 07:45:12 #4 transferring context: 2B done 07:45:12 #4 DONE 0.0s 07:45:12 07:45:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 done 07:45:12 #5 CACHED 07:45:12 07:45:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:12 #6 CACHED 07:45:12 07:45:12 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:45:12 #7 DONE 0.0s 07:45:12 07:45:12 #8 exporting to image 07:45:12 #8 exporting layers done 07:45:12 #8 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done 07:45:12 #8 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done 07:45:12 #8 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done 07:45:12 #8 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done 07:45:12 #8 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done 07:45:12 #8 pushing layers 0.0s done 07:45:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.27@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done 07:45:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:12 #8 DONE 0.1s 07:45:12 07:45:12 1 warning found (use --debug to expand): 07:45:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:13 #1 [internal] load build definition from Dockerfile 07:45:13 #1 transferring dockerfile: 219B done 07:45:13 #1 DONE 0.0s 07:45:13 07:45:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:13 #2 DONE 0.0s 07:45:13 07:45:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:13 #3 DONE 0.0s 07:45:13 07:45:13 #4 [internal] load .dockerignore 07:45:13 #4 transferring context: 2B done 07:45:13 #4 DONE 0.0s 07:45:13 07:45:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:13 #5 DONE 0.0s 07:45:13 07:45:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:13 #6 CACHED 07:45:13 07:45:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:13 #5 CACHED 07:45:13 07:45:13 #7 exporting to image 07:45:13 #7 exporting layers done 07:45:13 #7 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done 07:45:13 #7 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done 07:45:13 #7 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 done 07:45:13 #7 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done 07:45:13 #7 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done 07:45:13 #7 pushing layers 07:45:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:14 #7 pushing layers 0.6s done 07:45:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 0.1s done 07:45:14 #7 DONE 0.7s 07:45:14 07:45:14 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:45:14 #8 DONE 0.0s 07:45:14 07:45:14 1 warning found (use --debug to expand): 07:45:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 07:45:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 07:45:14 #1 [internal] load build definition from Dockerfile 07:45:14 #1 transferring dockerfile: 170B done 07:45:14 #1 DONE 0.0s 07:45:14 07:45:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 07:45:14 #2 DONE 0.0s 07:45:14 07:45:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 07:45:14 #3 DONE 0.0s 07:45:14 07:45:14 #4 [internal] load .dockerignore 07:45:14 #4 transferring context: 2B done 07:45:14 #4 DONE 0.0s 07:45:14 07:45:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:14 #5 CACHED 07:45:14 07:45:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 07:45:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:707ee850a23dcffb324c13ac07da0f5cccd72cfdbd8999cffeb229c3b1fe44a8 0.0s done 07:45:14 #6 CACHED 07:45:14 07:45:14 #7 exporting to image 07:45:14 #7 exporting layers done 07:45:14 #7 exporting manifest sha256:18f24eb5c16b2f5343c1664be3d4b5e66573f388b550d08aa17db74c324ac8f2 done 07:45:14 #7 exporting config sha256:1e9e0bf1a2953ff7a4d320432d31e71e226fb56d90ed81ef342e65835a98846d done 07:45:14 #7 exporting manifest sha256:a323ad64718608083eee058ff4ff996c4e5d392832e39c0343cafc6912347c26 0.0s done 07:45:14 #7 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 07:45:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:14 #7 ... 07:45:14 07:45:14 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 07:45:14 #8 DONE 0.0s 07:45:14 07:45:14 #7 exporting to image 07:45:14 #7 exporting config sha256:231179c36a073f962379630fe8e478d33a5e3a137798d49d1386be0bbe1fc5d4 done 07:45:14 #7 exporting manifest list sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 done 07:45:14 #7 pushing layers 0.0s done 07:45:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 07:45:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8bd5eb59eb02b6958194a12cf00b3d625651391de90e4971c503dcd3bf8e4440 2.3s done 07:45:17 #7 DONE 2.3s 07:45:17 07:45:17 1 warning found (use --debug to expand): 07:45:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:17 #1 [internal] load build definition from Dockerfile 07:45:17 #1 transferring dockerfile: 206B done 07:45:17 #1 DONE 0.0s 07:45:17 07:45:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:17 #2 DONE 0.0s 07:45:17 07:45:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:17 #3 DONE 0.0s 07:45:17 07:45:17 #4 [internal] load .dockerignore 07:45:17 #4 transferring context: 2B done 07:45:17 #4 DONE 0.0s 07:45:17 07:45:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:17 #5 DONE 0.0s 07:45:17 07:45:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:17 #6 DONE 0.0s 07:45:17 07:45:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:17 #5 DONE 0.1s 07:45:17 07:45:17 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:45:17 #7 DONE 0.0s 07:45:18 07:45:18 #8 exporting to image 07:45:18 #8 exporting layers done 07:45:18 #8 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done 07:45:18 #8 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done 07:45:18 #8 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done 07:45:18 #8 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done 07:45:18 #8 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done 07:45:18 #8 pushing layers 0.1s done 07:45:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 07:45:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done 07:45:18 #8 DONE 0.2s 07:45:18 07:45:18 1 warning found (use --debug to expand): 07:45:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 07:45:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 07:45:18 #1 [internal] load build definition from Dockerfile 07:45:18 #1 transferring dockerfile: 172B done 07:45:18 #1 DONE 0.0s 07:45:18 07:45:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:45:18 #2 DONE 0.0s 07:45:18 07:45:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 07:45:18 #3 DONE 0.0s 07:45:18 07:45:18 #4 [internal] load .dockerignore 07:45:18 #4 transferring context: 2B done 07:45:18 #4 DONE 0.0s 07:45:18 07:45:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 done 07:45:18 #5 CACHED 07:45:18 07:45:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:18 #6 CACHED 07:45:18 07:45:18 #7 exporting to image 07:45:18 #7 exporting layers 07:45:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:18 #7 exporting layers done 07:45:18 #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done 07:45:18 #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done 07:45:18 #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 0.0s done 07:45:18 #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done 07:45:18 #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done 07:45:18 #7 pushing layers 0.0s done 07:45:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done 07:45:18 #7 DONE 0.1s 07:45:18 07:45:18 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:45:18 #8 DONE 0.0s 07:45:18 07:45:18 1 warning found (use --debug to expand): 07:45:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27' 07:45:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 --push - 07:45:18 #1 [internal] load build definition from Dockerfile 07:45:18 #1 transferring dockerfile: 178B done 07:45:18 #1 DONE 0.0s 07:45:18 07:45:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 07:45:18 #2 DONE 0.0s 07:45:18 07:45:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27 07:45:18 #3 DONE 0.0s 07:45:18 07:45:18 #4 [internal] load .dockerignore 07:45:18 #4 transferring context: 2B done 07:45:18 #4 DONE 0.0s 07:45:18 07:45:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:18 #5 CACHED 07:45:18 07:45:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:18 #6 CACHED 07:45:18 07:45:18 #7 exporting to image 07:45:18 #7 exporting layers 07:45:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:19 #7 exporting layers done 07:45:19 #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done 07:45:19 #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done 07:45:19 #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done 07:45:19 #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done 07:45:19 #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done 07:45:19 #7 pushing layers 0.0s done 07:45:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.27@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done 07:45:19 #7 DONE 0.1s 07:45:19 07:45:19 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:45:19 #8 DONE 0.0s 07:45:19 07:45:19 1 warning found (use --debug to expand): 07:45:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:19 #1 [internal] load build definition from Dockerfile 07:45:19 #1 transferring dockerfile: 219B done 07:45:19 #1 DONE 0.0s 07:45:19 07:45:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:19 #2 DONE 0.0s 07:45:19 07:45:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:19 #3 DONE 0.0s 07:45:19 07:45:19 #4 [internal] load .dockerignore 07:45:19 #4 transferring context: 2B done 07:45:19 #4 DONE 0.0s 07:45:19 07:45:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:19 #5 CACHED 07:45:19 07:45:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:19 #6 CACHED 07:45:19 07:45:19 #7 exporting to image 07:45:19 #7 exporting layers done 07:45:19 #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 07:45:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:19 #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done 07:45:19 #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done 07:45:19 #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done 07:45:19 #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done 07:45:19 #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done 07:45:19 #7 pushing layers 0.0s done 07:45:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done 07:45:19 #7 DONE 0.1s 07:45:19 07:45:19 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:45:19 #8 DONE 0.0s 07:45:19 07:45:19 1 warning found (use --debug to expand): 07:45:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 07:45:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 07:45:19 #1 [internal] load build definition from Dockerfile 07:45:19 #1 transferring dockerfile: 170B done 07:45:19 #1 DONE 0.0s 07:45:19 07:45:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 07:45:19 #2 DONE 0.0s 07:45:19 07:45:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 07:45:19 #3 DONE 0.0s 07:45:19 07:45:19 #4 [internal] load .dockerignore 07:45:19 #4 transferring context: 2B done 07:45:19 #4 DONE 0.0s 07:45:19 07:45:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:19 #5 CACHED 07:45:19 07:45:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 07:45:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:20a21107350ef716fd13780bb5827e0cd47446c4651f6a701d6f4b24ae3a5e90 0.0s done 07:45:19 #6 CACHED 07:45:19 07:45:19 #7 exporting to image 07:45:19 #7 exporting layers done 07:45:19 #7 exporting manifest sha256:bf1dcc77c54f53281c5bad4d3e7726fdbd8072a7d332c76c4e96a6a69bb3f1f5 done 07:45:19 #7 exporting config sha256:8c292fe53d184de8f90c73081fa114a3eb9f59d206dd3bba91f47ac8108af01c done 07:45:19 #7 exporting manifest sha256:048878959b1378f69ad48e11fdfe7c9384a83911a5feb2896f75cc168a0ec299 done 07:45:19 #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 07:45:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:20 #7 exporting config sha256:a1e1d4985fc831321277615cae7436dc7fe395f4842dfc1eea2321d03d571370 done 07:45:20 #7 exporting manifest list sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 done 07:45:20 #7 pushing layers 0.0s done 07:45:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c081891e7b93a909ea22ff4650aebd394ec5105e632ca56f2a5268c37c8f4878 0.1s done 07:45:20 #7 DONE 0.1s 07:45:20 07:45:20 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 07:45:20 #8 DONE 0.0s 07:45:20 07:45:20 1 warning found (use --debug to expand): 07:45:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:20 #1 [internal] load build definition from Dockerfile 07:45:20 #1 transferring dockerfile: 206B done 07:45:20 #1 DONE 0.0s 07:45:20 07:45:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:20 #2 DONE 0.0s 07:45:20 07:45:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:20 #3 DONE 0.0s 07:45:20 07:45:20 #4 [internal] load .dockerignore 07:45:20 #4 transferring context: 2B done 07:45:20 #4 DONE 0.0s 07:45:20 07:45:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:20 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:20 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:20 #5 DONE 0.0s 07:45:20 07:45:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:20 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:20 #6 DONE 0.1s 07:45:20 07:45:20 #7 exporting to image 07:45:20 #7 exporting layers done 07:45:20 #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done 07:45:20 #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done 07:45:20 #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done 07:45:20 #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done 07:45:20 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 07:45:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:20 #7 ... 07:45:20 07:45:20 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:45:20 #8 DONE 0.0s 07:45:20 07:45:20 #7 exporting to image 07:45:20 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done 07:45:20 #7 pushing layers 0.1s done 07:45:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 07:45:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done 07:45:21 #7 DONE 0.2s 07:45:21 07:45:21 1 warning found (use --debug to expand): 07:45:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 07:45:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 07:45:21 #1 [internal] load build definition from Dockerfile 07:45:21 #1 transferring dockerfile: 172B done 07:45:21 #1 DONE 0.0s 07:45:21 07:45:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 07:45:21 #2 DONE 0.0s 07:45:21 07:45:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 07:45:21 #3 DONE 0.0s 07:45:21 07:45:21 #4 [internal] load .dockerignore 07:45:21 #4 transferring context: 2B done 07:45:21 #4 DONE 0.0s 07:45:21 07:45:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:21 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:21 #5 CACHED 07:45:21 07:45:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:21 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:21 #6 CACHED 07:45:21 07:45:21 #7 exporting to image 07:45:21 #7 exporting layers 07:45:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:21 #7 exporting layers done 07:45:21 #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done 07:45:21 #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done 07:45:21 #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done 07:45:21 #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done 07:45:21 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done 07:45:21 #7 pushing layers 0.0s done 07:45:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done 07:45:21 #7 DONE 0.1s 07:45:21 07:45:21 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:45:21 #8 DONE 0.0s 07:45:21 07:45:21 1 warning found (use --debug to expand): 07:45:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27' 07:45:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 --push - 07:45:21 #1 [internal] load build definition from Dockerfile 07:45:21 #1 transferring dockerfile: 178B done 07:45:21 #1 DONE 0.0s 07:45:21 07:45:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 07:45:21 #2 DONE 0.0s 07:45:21 07:45:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27 07:45:21 #3 DONE 0.0s 07:45:21 07:45:21 #4 [internal] load .dockerignore 07:45:21 #4 transferring context: 2B done 07:45:21 #4 DONE 0.0s 07:45:21 07:45:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:21 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e done 07:45:21 #5 CACHED 07:45:21 07:45:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:21 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:21 #6 CACHED 07:45:21 07:45:21 #7 exporting to image 07:45:21 #7 exporting layers done 07:45:21 #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done 07:45:21 #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done 07:45:21 #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done 07:45:21 #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done 07:45:21 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 07:45:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:22 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done 07:45:22 #7 pushing layers 0.0s done 07:45:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.27@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done 07:45:22 #7 DONE 0.1s 07:45:22 07:45:22 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:45:22 #8 DONE 0.0s 07:45:22 07:45:22 1 warning found (use --debug to expand): 07:45:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:22 #1 [internal] load build definition from Dockerfile 07:45:22 #1 transferring dockerfile: 219B done 07:45:22 #1 DONE 0.0s 07:45:22 07:45:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:22 #2 DONE 0.0s 07:45:22 07:45:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:22 #3 DONE 0.0s 07:45:22 07:45:22 #4 [internal] load .dockerignore 07:45:22 #4 transferring context: 2B done 07:45:22 #4 DONE 0.0s 07:45:22 07:45:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:22 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:22 #5 CACHED 07:45:22 07:45:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:22 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:22 #6 CACHED 07:45:22 07:45:22 #7 exporting to image 07:45:22 #7 exporting layers done 07:45:22 #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done 07:45:22 #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done 07:45:22 #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done 07:45:22 #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done 07:45:22 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 07:45:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:22 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done 07:45:22 #7 pushing layers 0.0s done 07:45:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done 07:45:22 #7 DONE 0.1s 07:45:22 07:45:22 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:45:22 #8 DONE 0.0s 07:45:22 07:45:22 1 warning found (use --debug to expand): 07:45:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 07:45:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 07:45:23 #1 [internal] load build definition from Dockerfile 07:45:23 #1 transferring dockerfile: 170B done 07:45:23 #1 DONE 0.0s 07:45:23 07:45:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 07:45:23 #2 DONE 0.0s 07:45:23 07:45:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 07:45:23 #3 DONE 0.0s 07:45:23 07:45:23 #4 [internal] load .dockerignore 07:45:23 #4 transferring context: 2B done 07:45:23 #4 DONE 0.0s 07:45:23 07:45:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:23 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e done 07:45:23 #5 CACHED 07:45:23 07:45:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 07:45:23 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e93a8b74d51d8b50dfb9be25cfba99cb58f1ce1826629a31ce2c614fa8e3b40e 0.0s done 07:45:23 #6 CACHED 07:45:23 07:45:23 #7 exporting to image 07:45:23 #7 exporting layers done 07:45:23 #7 exporting manifest sha256:d79c90a08e232a667d4f858ff4a7cd7e46b3b749d7ffd6e862000eefbc685f09 done 07:45:23 #7 exporting config sha256:6692d52802aa07354632f9ff6213227aee7a9a5f8a506ff1a9f15228b24da90b done 07:45:23 #7 exporting manifest sha256:ef4f72f8523901c2084e50e251b71ecd61d1df72f5210aa7426c0eee3c7b5df4 done 07:45:23 #7 exporting config sha256:e0e8ef4b0bc33eee61449525f9a9234d4332dcd8f46f6e8ebac1b0fbb0717628 done 07:45:23 #7 exporting manifest list sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a done 07:45:23 #7 pushing layers 0.0s done 07:45:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 07:45:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e2f9df3037d18afb9b48545816e456f098ad6108f5e1f3035c9d9c5c8252f60a 0.1s done 07:45:23 #7 DONE 0.1s 07:45:23 07:45:23 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 07:45:23 #8 DONE 0.0s 07:45:23 07:45:23 1 warning found (use --debug to expand): 07:45:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2' 07:45:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 --push - 07:45:23 #1 [internal] load build definition from Dockerfile 07:45:23 #1 transferring dockerfile: 202B done 07:45:23 #1 DONE 0.0s 07:45:23 07:45:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:23 #2 DONE 0.0s 07:45:23 07:45:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2 07:45:23 #3 DONE 0.0s 07:45:23 07:45:23 #4 [internal] load .dockerignore 07:45:23 #4 transferring context: 2B done 07:45:23 #4 DONE 0.0s 07:45:23 07:45:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:23 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:23 #5 DONE 0.0s 07:45:23 07:45:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:23 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:23 #6 DONE 0.0s 07:45:23 07:45:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:23 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:23 #5 DONE 0.1s 07:45:23 07:45:23 #7 exporting to image 07:45:23 #7 exporting layers done 07:45:23 #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done 07:45:23 #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done 07:45:23 #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done 07:45:23 #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done 07:45:23 #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done 07:45:23 #7 pushing layers 07:45:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:23 #7 ... 07:45:23 07:45:23 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:45:23 #8 DONE 0.0s 07:45:23 07:45:23 #7 exporting to image 07:45:23 #7 pushing layers 0.1s done 07:45:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 07:45:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done 07:45:24 #7 DONE 0.2s 07:45:24 07:45:24 1 warning found (use --debug to expand): 07:45:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 07:45:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 07:45:24 #1 [internal] load build definition from Dockerfile 07:45:24 #1 transferring dockerfile: 168B done 07:45:24 #1 DONE 0.0s 07:45:24 07:45:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:45:24 #2 DONE 0.0s 07:45:24 07:45:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 07:45:24 #3 DONE 0.0s 07:45:24 07:45:24 #4 [internal] load .dockerignore 07:45:24 #4 transferring context: 2B done 07:45:24 #4 DONE 0.0s 07:45:24 07:45:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:24 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a done 07:45:24 #5 CACHED 07:45:24 07:45:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:24 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:24 #6 CACHED 07:45:24 07:45:24 #7 exporting to image 07:45:24 #7 exporting layers 07:45:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:24 #7 exporting layers done 07:45:24 #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done 07:45:24 #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done 07:45:24 #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done 07:45:24 #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done 07:45:24 #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done 07:45:24 #7 pushing layers 0.0s done 07:45:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done 07:45:24 #7 DONE 0.1s 07:45:24 07:45:24 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:45:24 #8 DONE 0.0s 07:45:24 07:45:24 1 warning found (use --debug to expand): 07:45:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27' 07:45:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 --push - 07:45:24 #1 [internal] load build definition from Dockerfile 07:45:24 #1 transferring dockerfile: 174B done 07:45:24 #1 DONE 0.0s 07:45:24 07:45:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 07:45:24 #2 DONE 0.0s 07:45:24 07:45:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27 07:45:24 #3 DONE 0.0s 07:45:24 07:45:24 #4 [internal] load .dockerignore 07:45:24 #4 transferring context: 2B done 07:45:24 #4 DONE 0.0s 07:45:24 07:45:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:24 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a done 07:45:24 #5 CACHED 07:45:24 07:45:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:24 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:24 #6 CACHED 07:45:24 07:45:24 #7 exporting to image 07:45:24 #7 exporting layers done 07:45:24 #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done 07:45:24 #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done 07:45:24 #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done 07:45:24 #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done 07:45:24 #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done 07:45:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:25 #7 pushing layers 0.0s done 07:45:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.27@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done 07:45:25 #7 DONE 0.1s 07:45:25 07:45:25 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:45:25 #8 DONE 0.0s 07:45:25 07:45:25 1 warning found (use --debug to expand): 07:45:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27' 07:45:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 --push - 07:45:25 #1 [internal] load build definition from Dockerfile 07:45:25 #1 transferring dockerfile: 215B done 07:45:25 #1 DONE 0.0s 07:45:25 07:45:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:25 #2 DONE 0.0s 07:45:25 07:45:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 07:45:25 #3 DONE 0.0s 07:45:25 07:45:25 #4 [internal] load .dockerignore 07:45:25 #4 transferring context: 2B done 07:45:25 #4 DONE 0.0s 07:45:25 07:45:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:25 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:25 #5 CACHED 07:45:25 07:45:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:25 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:25 #6 CACHED 07:45:25 07:45:25 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:45:25 #7 DONE 0.0s 07:45:25 07:45:25 #8 exporting to image 07:45:25 #8 exporting layers done 07:45:25 #8 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done 07:45:25 #8 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done 07:45:25 #8 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done 07:45:25 #8 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done 07:45:25 #8 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done 07:45:25 #8 pushing layers 0.0s done 07:45:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done 07:45:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:25 #8 DONE 0.1s 07:45:25 07:45:25 1 warning found (use --debug to expand): 07:45:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:45:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 07:45:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 07:45:26 #1 [internal] load build definition from Dockerfile 07:45:26 #1 transferring dockerfile: 166B done 07:45:26 #1 DONE 0.0s 07:45:26 07:45:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 07:45:26 #2 DONE 0.0s 07:45:26 07:45:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 07:45:26 #3 DONE 0.0s 07:45:26 07:45:26 #4 [internal] load .dockerignore 07:45:26 #4 transferring context: 2B done 07:45:26 #4 DONE 0.0s 07:45:26 07:45:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:26 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:26 #5 CACHED 07:45:26 07:45:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 07:45:26 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0e79824cf38e2434b49396b0205a74eaa9259e4990a9c8e67fd6a5f006075a1a 0.0s done 07:45:26 #6 CACHED 07:45:26 07:45:26 #7 exporting to image 07:45:26 #7 exporting layers done 07:45:26 #7 exporting manifest sha256:7f6b62ca129ff2440809740df90634e907531ddb7490ec60cc8550cec28289bc done 07:45:26 #7 exporting config sha256:f62611bf8d5a1098ca9a96269dcddd118f0822e8053b8b26855591d42da9a429 done 07:45:26 #7 exporting manifest sha256:fe0836514d5bda347dabf9d90148566c150e1549133523d0092ebabdd6bfd744 done 07:45:26 #7 exporting config sha256:94c38c4b075d68300bd98cd3eb5ec286c8ffb6034cb3cc87e1735a5f385ecba8 done 07:45:26 #7 exporting manifest list sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 done 07:45:26 #7 pushing layers 0.0s done 07:45:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 07:45:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:45:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6b3afe779fe07e10dfa29815086c164adb57edce4bbf18506b98cf0cda01b0c3 0.1s done 07:45:26 #7 DONE 0.1s 07:45:26 07:45:26 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 07:45:26 #8 DONE 0.0s 07:45:26 07:45:26 1 warning found (use --debug to expand): 07:45:26  - 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 07:45:26 + '[' -d /w/workspace/edgex-go/859/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:45:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:45:27 ---> package-listing.sh 07:45:27 ++ facter osfamily 07:45:27 ++ tr '[:upper:]' '[:lower:]' 07:45:27 + OS_FAMILY=redhat 07:45:27 + workspace=/w/workspace/edgex-go/859 07:45:27 + START_PACKAGES=/tmp/packages_start.txt 07:45:27 + END_PACKAGES=/tmp/packages_end.txt 07:45:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:45:27 + PACKAGES=/tmp/packages_start.txt 07:45:27 + '[' /w/workspace/edgex-go/859 ']' 07:45:27 + PACKAGES=/tmp/packages_end.txt 07:45:27 + case "${OS_FAMILY}" in 07:45:27 + rpm -qa 07:45:27 + sort 07:45:28 + '[' -f /tmp/packages_start.txt ']' 07:45:28 + '[' -f /tmp/packages_end.txt ']' 07:45:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:45:28 + '[' /w/workspace/edgex-go/859 ']' 07:45:28 + mkdir -p /w/workspace/edgex-go/859/archives/ 07:45:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/859/archives/ [Pipeline] echo 07:45:28 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/859/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:45:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:45:29 07:45:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:45:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:45:29 latest: Pulling from edgex-lftools-log-publisher 07:45:29 5eb5b503b376: Pulling fs layer 07:45:29 5c69ac0246d0: Pulling fs layer 07:45:29 ec43610c2a17: Pulling fs layer 07:45:29 3a2ae6a8a46f: Pulling fs layer 07:45:29 33b1e0a273af: Pulling fs layer 07:45:29 5d3b04190fa2: Pulling fs layer 07:45:29 2f39f015ded8: Pulling fs layer 07:45:29 33b1e0a273af: Waiting 07:45:29 5d3b04190fa2: Waiting 07:45:29 2f39f015ded8: Waiting 07:45:29 3a2ae6a8a46f: Waiting 07:45:29 5c69ac0246d0: Verifying Checksum 07:45:29 5c69ac0246d0: Download complete 07:45:29 3a2ae6a8a46f: Verifying Checksum 07:45:29 3a2ae6a8a46f: Download complete 07:45:29 33b1e0a273af: Verifying Checksum 07:45:29 33b1e0a273af: Download complete 07:45:29 5d3b04190fa2: Verifying Checksum 07:45:29 5d3b04190fa2: Download complete 07:45:29 ec43610c2a17: Verifying Checksum 07:45:29 ec43610c2a17: Download complete 07:45:29 5eb5b503b376: Verifying Checksum 07:45:29 5eb5b503b376: Download complete 07:45:30 2f39f015ded8: Verifying Checksum 07:45:30 2f39f015ded8: Download complete 07:45:30 5eb5b503b376: Pull complete 07:45:31 5c69ac0246d0: Pull complete 07:45:31 ec43610c2a17: Pull complete 07:45:31 3a2ae6a8a46f: Pull complete 07:45:31 33b1e0a273af: Pull complete 07:45:31 5d3b04190fa2: Pull complete 07:45:36 2f39f015ded8: Pull complete 07:45:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:45:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:45:36 prd-centos7-docker-4c-2g-3774 does not seem to be running inside a container 07:45:36 $ 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/859/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:45:40 $ docker top 7d686b6126f60fba0ece2da2cfb113f2230467884fdba31616dbf870b63a0fcf -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:40 + touch /tmp/pre-build-complete [Pipeline] sh 07:45:40 + mkdir -p /var/log/sysstat [Pipeline] sh 07:45:41 + ls /var/log/sa-host 07:45:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:41 provisioning config files... 07:45:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14323054487208643573tmp [Pipeline] { [Pipeline] echo 07:45:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:45:41 ---> create-netrc.sh [Pipeline] } 07:45:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:45:41 ---> python-tools-install.sh [Pipeline] echo 07:45:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:45:42 ---> sudo-logs.sh 07:45:42 Archiving 'sudo' log.. 07:45:42 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:45:42 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:45:42 $ docker stop --time=1 7d686b6126f60fba0ece2da2cfb113f2230467884fdba31616dbf870b63a0fcf 07:45:43 $ docker rm -f --volumes 7d686b6126f60fba0ece2da2cfb113f2230467884fdba31616dbf870b63a0fcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:45:43 [WS-CLEANUP] Deleting project workspace... 07:45:43 [WS-CLEANUP] Deferred wipeout is used... 07:45:43 [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] } 08:00:01 #142 ... 08:00:01 08:00:01 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:00:01 #149 DONE 1060.8s 08:00:01 08:00:01 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:00:01 #153 ... 08:00:01 08:00:01 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:00:01 #155 DONE 0.4s 08:00:01 08:00:01 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:00:01 #151 ... 08:00:01 08:00:01 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:00:01 #156 DONE 0.1s 08:00:01 08:00:01 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:00:01 #157 DONE 0.2s 08:00:01 08:00:01 #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 08:00:01 #158 DONE 0.1s 08:00:01 08:00:01 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:00:01 #146 ... 08:00:01 08:00:01 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:00:01 #159 DONE 0.1s 08:00:01 08:00:01 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:00:01 #160 DONE 1.8s 08:00:01 08:00:01 #106 [core-common-config-bootstrapper] exporting to image 08:00:01 #106 exporting layers 08:00:01 #106 exporting layers 0.6s done 08:00:01 #106 writing image sha256:a5f267c85c91f4e8b9e86e2f558e8d1b05ae8198a3de033a37168d42592bce81 done 08:00:01 #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 08:00:01 #106 DONE 6.8s 08:00:01 08:00:01 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:00:01 #153 ... 08:00:01 08:00:01 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:00:01 #152 DONE 1073.6s 08:00:01 08:00:01 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:00:01 #161 DONE 0.3s 08:00:01 08:00:01 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:00:03 #162 DONE 2.3s 08:00:03 08:00:03 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:00:03 #163 DONE 0.3s 08:00:03 08:00:03 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:00:03 #164 DONE 0.1s 08:00:03 08:00:03 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:00:03 #154 ... 08:00:03 08:00:03 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:00:03 #165 DONE 0.3s 08:00:03 08:00:03 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:00:03 #147 ... 08:00:03 08:00:03 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:00:03 #166 DONE 0.2s 08:00:03 08:00:03 #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/ 08:00:03 #167 DONE 0.1s 08:00:03 08:00:03 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:00:04 #145 ... 08:00:04 08:00:04 #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/ 08:00:04 #168 DONE 0.1s 08:00:04 08:00:04 #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/ 08:00:04 #169 DONE 0.1s 08:00:04 08:00:04 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:00:04 #154 ... 08:00:04 08:00:04 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:00:04 #170 DONE 0.3s 08:00:04 08:00:04 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:00:04 #146 ... 08:00:04 08:00:04 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:00:07 #171 DONE 2.3s 08:00:07 08:00:07 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:00:07 #151 ... 08:00:07 08:00:07 #106 [security-bootstrapper] exporting to image 08:00:07 #106 exporting layers 08:00:08 #106 exporting layers 1.1s done 08:00:08 #106 writing image sha256:cb36abae00bc99f1e8f9e50560e3d87ed98c38524a9c7906a29f8dc21ec0d1df done 08:00:08 #106 naming to docker.io/library/security-bootstrapper-arm64 done 08:00:08 #106 DONE 8.0s 08:00:08 08:00:08 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:14:15 #148 ... 08:14:15 08:14:15 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:14:15 #150 DONE 1928.4s 08:14:15 08:14:15 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:14:15 #145 ... 08:14:15 08:14:15 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:14:15 #172 DONE 0.1s 08:14:15 08:14:15 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:14:16 #173 DONE 0.2s 08:14:16 08:14:16 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:14:16 #174 DONE 0.3s 08:14:16 08:14:16 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:14:16 #175 DONE 0.1s 08:14:16 08:14:16 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:14:16 #148 ... 08:14:16 08:14:16 #106 [core-command] exporting to image 08:14:16 #106 exporting layers 08:14:17 #106 exporting layers 1.2s done 08:14:17 #106 writing image sha256:ba049022ad46909f8fe76969c36b06d1ce56096565939ba710d1a1ede0dbc894 done 08:14:17 #106 naming to docker.io/library/core-command-arm64 done 08:14:17 #106 DONE 9.2s 08:14:17 08:14:17 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:14:56 #151 ... 08:14:56 08:14:56 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:14:56 #147 DONE 1963.6s 08:14:56 08:14:56 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:14:56 #145 ... 08:14:56 08:14:56 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:14:56 #176 DONE 0.3s 08:14:56 08:14:56 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:14:56 #177 DONE 0.2s 08:14:56 08:14:56 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:14:56 #36 ... 08:14:56 08:14:56 #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 08:14:56 #178 DONE 0.2s 08:14:56 08:14:56 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:14:56 #179 DONE 0.2s 08:14:56 08:14:56 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:14:56 #180 DONE 0.4s 08:14:56 08:14:56 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:14:56 #181 DONE 0.1s 08:14:56 08:14:56 #128 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:14:56 #128 1965.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.27 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:14:56 #128 ... 08:14:56 08:14:56 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:14:56 #182 DONE 2.3s 08:14:56 08:14:56 #106 [security-proxy-setup] exporting to image 08:14:56 #106 exporting layers 08:14:56 #106 exporting layers 0.8s done 08:14:56 #106 writing image sha256:219bb4e891c2d235bd25333219e1495c32d5073b9f7b41cac6b4c0a748fe15db done 08:14:56 #106 naming to docker.io/library/security-proxy-setup-arm64 done 08:14:56 #106 DONE 10.1s 08:14:56 08:14:56 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:15:28 #148 ... 08:15:28 08:15:28 #128 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:15:28 #128 DONE 1997.7s 08:15:28 08:15:28 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:15:28 #146 ... 08:15:28 08:15:28 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:15:28 #183 DONE 0.2s 08:15:28 08:15:28 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:15:28 #184 DONE 0.2s 08:15:28 08:15:28 #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 08:15:28 #185 DONE 0.2s 08:15:28 08:15:28 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:15:28 #151 ... 08:15:28 08:15:28 #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 08:15:28 #186 DONE 0.2s 08:15:28 08:15:28 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:15:28 #187 DONE 0.1s 08:15:28 08:15:28 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:15:28 #188 DONE 0.4s 08:15:28 08:15:28 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:15:28 #189 DONE 0.4s 08:15:28 08:15:28 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:15:28 #36 ... 08:15:28 08:15:28 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:15:28 #190 DONE 0.1s 08:15:28 08:15:28 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:15:28 #191 DONE 1.7s 08:15:28 08:15:28 #106 [security-secretstore-setup] exporting to image 08:15:28 #106 exporting layers 08:15:30 #106 exporting layers 1.5s done 08:15:30 #106 writing image sha256:0f7b47fe202dc6c73b2df208f3aa139d6b0204b28e3f062a946e6078a2b7dbfa done 08:15:30 #106 naming to docker.io/library/security-secretstore-setup-arm64 done 08:15:30 #106 DONE 11.6s 08:15:30 08:15:30 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:16:17 #148 ... 08:16:17 08:16:17 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:16:17 #154 DONE 2046.5s 08:16:17 08:16:17 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:16:17 #151 ... 08:16:17 08:16:17 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:16:17 #192 DONE 0.2s 08:16:17 08:16:17 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:16:18 #193 DONE 0.2s 08:16:18 08:16:18 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:16:18 #194 DONE 0.4s 08:16:18 08:16:18 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:16:18 #142 ... 08:16:18 08:16:18 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:16:18 #195 DONE 0.1s 08:16:18 08:16:18 #106 [security-spiffe-token-provider] exporting to image 08:16:18 #106 exporting layers 08:16:19 #106 exporting layers 1.0s done 08:16:19 #106 writing image sha256:9134c5698fc4e8bc79d9dfae9163861dd3b1e83bdf6ff99a055f632b993698d3 0.0s done 08:16:19 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done 08:16:19 #106 DONE 12.7s 08:16:19 08:16:19 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:16:58 #142 ... 08:16:58 08:16:58 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:16:58 #151 DONE 2089.8s 08:16:58 08:16:58 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:16:58 #145 ... 08:16:58 08:16:58 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:16:58 #196 DONE 0.1s 08:16:58 08:16:58 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:16:58 #197 DONE 0.2s 08:16:58 08:16:58 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:16:58 #145 ... 08:16:58 08:16:58 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:16:58 #198 DONE 0.5s 08:16:58 08:16:58 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:16:58 #199 DONE 0.2s 08:16:58 08:16:58 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:16:58 #200 DONE 0.1s 08:16:58 08:16:58 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:17:00 #201 DONE 2.0s 08:17:00 08:17:00 #106 [security-proxy-auth] exporting to image 08:17:00 #106 exporting layers 08:17:00 #106 ... 08:17:00 08:17:00 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:17:00 #148 DONE 2093.7s 08:17:00 08:17:00 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:17:01 #145 ... 08:17:01 08:17:01 #202 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:17:01 #202 CACHED 08:17:01 08:17:01 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:17:01 #203 CACHED 08:17:01 08:17:01 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:17:01 #204 ... 08:17:01 08:17:01 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:17:01 #145 DONE 2091.0s 08:17:01 08:17:01 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:01 #36 ... 08:17:01 08:17:01 #106 [security-proxy-auth] exporting to image 08:17:01 #106 exporting layers 1.4s done 08:17:01 #106 writing image sha256:62e85a7c0a495f032c0c47d7ca989897dcfdb210cdc7635e940ce0dcde69522e done 08:17:01 #106 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 08:17:01 #106 DONE 14.1s 08:17:02 08:17:02 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:17:02 #146 ... 08:17:02 08:17:02 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:17:02 #204 DONE 0.8s 08:17:02 08:17:02 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:17:02 #205 DONE 0.4s 08:17:02 08:17:02 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 08:17:02 #206 DONE 0.2s 08:17:02 08:17:02 #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:17:02 #207 DONE 0.2s 08:17:02 08:17:02 #106 [core-metadata] exporting to image 08:17:03 #106 ... 08:17:03 08:17:03 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:17:03 #208 DONE 0.5s 08:17:03 08:17:03 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 08:17:03 #209 DONE 0.2s 08:17:03 08:17:03 #106 [core-keeper] exporting to image 08:17:03 #106 exporting layers 0.7s done 08:17:03 #106 writing image sha256:76d8e6b3e2fd5680fd59d3ef74689598bfea6064c9158e4d27d8afdd924d5643 done 08:17:03 #106 naming to docker.io/library/core-metadata-arm64 done 08:17:03 #106 exporting layers 0.4s done 08:17:03 #106 writing image sha256:a46836018fe41259d2f18984c687f0ed175dfd4b8294559f5e5fb3954a34f98a done 08:17:03 #106 naming to docker.io/library/core-keeper-arm64 done 08:17:03 #106 DONE 15.2s 08:17:03 08:17:03 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:17:08 #142 ... 08:17:08 08:17:08 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:17:08 #153 DONE 2101.1s 08:17:08 08:17:08 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:08 #36 ... 08:17:08 08:17:08 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:17:08 #210 DONE 0.2s 08:17:08 08:17:08 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:17:08 #211 DONE 0.2s 08:17:08 08:17:08 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:17:08 #142 ... 08:17:08 08:17:08 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:17:08 #212 DONE 0.4s 08:17:08 08:17:08 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:17:09 #213 DONE 0.1s 08:17:09 08:17:09 #106 [core-data] exporting to image 08:17:09 #106 exporting layers 08:17:09 #106 exporting layers 0.4s done 08:17:09 #106 writing image sha256:66a0ea14df63dd1aefa76cd3a1c5cd83f9be6cc8cfd6b57d21c94743bf73af11 done 08:17:09 #106 naming to docker.io/library/core-data-arm64 done 08:17:09 #106 DONE 15.6s 08:17:09 08:17:09 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:17:36 #146 ... 08:17:36 08:17:36 #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:17:36 #142 DONE 2127.8s 08:17:36 08:17:36 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 08:17:36 #41 ... 08:17:36 08:17:36 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:17:36 #214 DONE 0.2s 08:17:36 08:17:36 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:36 #36 ... 08:17:36 08:17:36 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:17:36 #215 DONE 0.1s 08:17:36 08:17:36 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:36 #36 ... 08:17:36 08:17:36 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:17:36 #216 DONE 0.4s 08:17:36 08:17:36 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:36 #36 ... 08:17:36 08:17:36 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:17:36 #217 DONE 0.1s 08:17:36 08:17:36 #106 [support-scheduler] exporting to image 08:17:36 #106 exporting layers 08:17:37 #106 exporting layers 1.1s done 08:17:37 #106 writing image sha256:b9c7f671100488bd0ad1c0b353847eec45a9d5850822e03a0e33efb51da52781 done 08:17:37 #106 naming to docker.io/library/support-scheduler-arm64 08:17:37 #106 naming to docker.io/library/support-scheduler-arm64 done 08:17:37 #106 DONE 16.7s 08:17:37 08:17:37 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:17:43 #146 DONE 2136.6s 08:17:43 08:17:43 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:43 #36 ... 08:17:43 08:17:43 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:17:43 #218 DONE 0.1s 08:17:43 08:17:43 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:43 #36 ... 08:17:43 08:17:43 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:17:43 #219 DONE 0.1s 08:17:43 08:17:43 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:17:44 #220 DONE 0.4s 08:17:44 08:17:44 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:17:44 #221 DONE 0.1s 08:17:44 08:17:44 #106 [support-notifications] exporting to image 08:17:44 #106 exporting layers 08:17:44 #106 exporting layers 0.6s done 08:17:44 #106 writing image sha256:1b6847a19f57a4038a108110a089460b67914870681cb173d088b52c7dc2da64 done 08:17:44 #106 naming to docker.io/library/support-notifications-arm64 done 08:17:44 #106 DONE 17.2s 08:17:44 08:17:44 #36 [core-data stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 08:17:44 time="2025-06-23T07:39:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:17:44 time="2025-06-23T07:39:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:17:44 $ docker stop --time=1 24d3849eb8a315eb7028a0829a1a1f697950645502e7340786cf079dcdac8cfb 08:17:46 $ docker rm -f --volumes 24d3849eb8a315eb7028a0829a1a1f697950645502e7340786cf079dcdac8cfb [Pipeline] // withDockerContainer [Pipeline] sh 08:17:46 + docker images 08:17:46 REPOSITORY TAG IMAGE ID CREATED SIZE 08:17:46 support-notifications-arm64 latest 1b6847a19f57 3 seconds ago 52.6MB 08:17:46 support-scheduler-arm64 latest b9c7f6711004 11 seconds ago 48.9MB 08:17:46 core-data-arm64 latest 66a0ea14df63 37 seconds ago 33.4MB 08:17:46 core-keeper-arm64 latest a46836018fe4 43 seconds ago 33MB 08:17:46 core-metadata-arm64 latest 76d8e6b3e2fd 44 seconds ago 33.5MB 08:17:46 security-proxy-auth-arm64 latest 62e85a7c0a49 46 seconds ago 32.3MB 08:17:46 security-spiffe-token-provider-arm64 latest 9134c5698fc4 About a minute ago 48.4MB 08:17:46 security-secretstore-setup-arm64 latest 0f7b47fe202d 2 minutes ago 68.5MB 08:17:46 security-proxy-setup-arm64 latest 219bb4e891c2 2 minutes ago 39MB 08:17:46 core-command-arm64 latest ba049022ad46 3 minutes ago 29MB 08:17:46 security-bootstrapper-arm64 latest cb36abae00bc 17 minutes ago 21.1MB 08:17:46 core-common-config-bootstrapper-arm64 latest a5f267c85c91 17 minutes ago 18MB 08:17:46 security-spire-agent-arm64 latest 51092e8875fc 37 minutes ago 187MB 08:17:46 security-spire-config-arm64 latest a9d42ae392f5 37 minutes ago 143MB 08:17:46 security-spire-server-arm64 latest cd89186a714b 37 minutes ago 144MB 08:17:46 ci-base-image-arm64 latest 10fbf6e65e91 38 minutes ago 909MB 08:17:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 5 days ago 560MB 08:17:46 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 08:17:47 provisioning config files... 08:17:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/859@tmp/config7532120395039422417tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:17:47 ---> ****-login.sh 08:17:47 nexus3.edgexfoundry.org:10001 08:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:17:47 Configure a credential helper to remove this warning. See 08:17:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:17:47 08:17:47 Login Succeeded 08:17:47 nexus3.edgexfoundry.org:10002 08:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:17:48 Configure a credential helper to remove this warning. See 08:17:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:17:48 08:17:48 Login Succeeded 08:17:48 nexus3.edgexfoundry.org:10003 08:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:17:48 Configure a credential helper to remove this warning. See 08:17:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:17:48 08:17:48 Login Succeeded 08:17:48 nexus3.edgexfoundry.org:10004 08:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:17:48 Configure a credential helper to remove this warning. See 08:17:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:17:48 08:17:48 Login Succeeded 08:17:48 ****.io 08:17:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:17:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:17:49 Configure a credential helper to remove this warning. See 08:17:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:17:49 08:17:49 Login Succeeded 08:17:49 ---> ****-login.sh ends [Pipeline] } 08:17:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:17:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:17:49 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 08:17:49 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:17:49 latest 08:17:49 4.1.0-dev.27 08:17:49 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:17:49 main 08:17:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:17:50 73981012fadd: Preparing 08:17:50 f8ba3ec6881c: Preparing 08:17:50 3f9ebe693015: Preparing 08:17:50 d9775fafb56e: Preparing 08:17:50 30af04ea8f4f: Preparing 08:17:50 5a317f1456fb: Preparing 08:17:50 dd9c8f8612c8: Preparing 08:17:50 5a317f1456fb: Waiting 08:17:50 dd9c8f8612c8: Waiting 08:17:50 3f9ebe693015: Pushed 08:17:50 d9775fafb56e: Pushed 08:17:50 30af04ea8f4f: Pushed 08:17:50 73981012fadd: Pushed 08:17:50 dd9c8f8612c8: Layer already exists 08:17:50 5a317f1456fb: Pushed 08:17:55 f8ba3ec6881c: Pushed 08:17:55 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:17:56 73981012fadd: Preparing 08:17:56 f8ba3ec6881c: Preparing 08:17:56 3f9ebe693015: Preparing 08:17:56 d9775fafb56e: Preparing 08:17:56 30af04ea8f4f: Preparing 08:17:56 5a317f1456fb: Preparing 08:17:56 dd9c8f8612c8: Preparing 08:17:56 5a317f1456fb: Waiting 08:17:56 dd9c8f8612c8: Waiting 08:17:56 f8ba3ec6881c: Layer already exists 08:17:56 73981012fadd: Layer already exists 08:17:56 3f9ebe693015: Layer already exists 08:17:56 30af04ea8f4f: Layer already exists 08:17:56 d9775fafb56e: Layer already exists 08:17:56 5a317f1456fb: Layer already exists 08:17:56 dd9c8f8612c8: Layer already exists 08:17:56 latest: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 08:17:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:17:57 73981012fadd: Preparing 08:17:57 f8ba3ec6881c: Preparing 08:17:57 3f9ebe693015: Preparing 08:17:57 d9775fafb56e: Preparing 08:17:57 30af04ea8f4f: Preparing 08:17:57 5a317f1456fb: Preparing 08:17:57 dd9c8f8612c8: Preparing 08:17:57 5a317f1456fb: Waiting 08:17:57 dd9c8f8612c8: Waiting 08:17:57 73981012fadd: Layer already exists 08:17:57 f8ba3ec6881c: Layer already exists 08:17:57 3f9ebe693015: Layer already exists 08:17:57 30af04ea8f4f: Layer already exists 08:17:57 d9775fafb56e: Layer already exists 08:17:57 5a317f1456fb: Layer already exists 08:17:57 dd9c8f8612c8: Layer already exists 08:17:57 4.1.0-dev.27: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:17:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:17:58 73981012fadd: Preparing 08:17:58 f8ba3ec6881c: Preparing 08:17:58 3f9ebe693015: Preparing 08:17:58 d9775fafb56e: Preparing 08:17:58 30af04ea8f4f: Preparing 08:17:58 5a317f1456fb: Preparing 08:17:58 dd9c8f8612c8: Preparing 08:17:58 5a317f1456fb: Waiting 08:17:58 dd9c8f8612c8: Waiting 08:17:58 d9775fafb56e: Layer already exists 08:17:58 f8ba3ec6881c: Layer already exists 08:17:58 3f9ebe693015: Layer already exists 08:17:58 73981012fadd: Layer already exists 08:17:58 30af04ea8f4f: Layer already exists 08:17:58 dd9c8f8612c8: Layer already exists 08:17:58 5a317f1456fb: Layer already exists 08:17:58 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 08:17:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 08:17:59 73981012fadd: Preparing 08:17:59 f8ba3ec6881c: Preparing 08:17:59 3f9ebe693015: Preparing 08:17:59 d9775fafb56e: Preparing 08:17:59 30af04ea8f4f: Preparing 08:17:59 5a317f1456fb: Preparing 08:17:59 dd9c8f8612c8: Preparing 08:17:59 5a317f1456fb: Waiting 08:17:59 dd9c8f8612c8: Waiting 08:17:59 73981012fadd: Layer already exists 08:17:59 f8ba3ec6881c: Layer already exists 08:17:59 d9775fafb56e: Layer already exists 08:17:59 30af04ea8f4f: Layer already exists 08:17:59 3f9ebe693015: Layer already exists 08:17:59 dd9c8f8612c8: Layer already exists 08:17:59 5a317f1456fb: Layer already exists 08:17:59 main: digest: sha256:7f08621d9bb7d7bc37ed145a888f7d77c8c472774d4b57c75d6f5613778c6f1d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:17:59 ===================================================== [Pipeline] echo 08:17:59 taggedImages: 08:17:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:17:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 08:17:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 08:17:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:17:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:17:59 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 08:17:59 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:17:59 latest 08:17:59 4.1.0-dev.27 08:17:59 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:17:59 main 08:17:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:18:00 20c4de03082a: Preparing 08:18:00 bb9cb7f9846a: Preparing 08:18:00 2bdfa526fbd1: Preparing 08:18:00 913c96d2c8da: Preparing 08:18:00 3f9ebe693015: Preparing 08:18:00 d9775fafb56e: Preparing 08:18:00 30af04ea8f4f: Preparing 08:18:00 5a317f1456fb: Preparing 08:18:00 dd9c8f8612c8: Preparing 08:18:00 30af04ea8f4f: Waiting 08:18:00 5a317f1456fb: Waiting 08:18:00 dd9c8f8612c8: Waiting 08:18:00 d9775fafb56e: Waiting 08:18:00 3f9ebe693015: Layer already exists 08:18:00 d9775fafb56e: Layer already exists 08:18:00 2bdfa526fbd1: Pushed 08:18:00 bb9cb7f9846a: Pushed 08:18:00 30af04ea8f4f: Layer already exists 08:18:00 20c4de03082a: Pushed 08:18:00 5a317f1456fb: Layer already exists 08:18:00 dd9c8f8612c8: Layer already exists 08:18:02 913c96d2c8da: Pushed 08:18:03 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:03 + 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 08:18:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:18:03 20c4de03082a: Preparing 08:18:03 bb9cb7f9846a: Preparing 08:18:03 2bdfa526fbd1: Preparing 08:18:03 913c96d2c8da: Preparing 08:18:03 3f9ebe693015: Preparing 08:18:03 d9775fafb56e: Preparing 08:18:03 30af04ea8f4f: Preparing 08:18:03 5a317f1456fb: Preparing 08:18:03 dd9c8f8612c8: Preparing 08:18:03 30af04ea8f4f: Waiting 08:18:03 5a317f1456fb: Waiting 08:18:03 dd9c8f8612c8: Waiting 08:18:03 d9775fafb56e: Waiting 08:18:03 3f9ebe693015: Layer already exists 08:18:03 2bdfa526fbd1: Layer already exists 08:18:03 20c4de03082a: Layer already exists 08:18:03 bb9cb7f9846a: Layer already exists 08:18:03 913c96d2c8da: Layer already exists 08:18:03 dd9c8f8612c8: Layer already exists 08:18:03 d9775fafb56e: Layer already exists 08:18:03 30af04ea8f4f: Layer already exists 08:18:03 5a317f1456fb: Layer already exists 08:18:04 latest: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 08:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:18:04 20c4de03082a: Preparing 08:18:04 bb9cb7f9846a: Preparing 08:18:04 2bdfa526fbd1: Preparing 08:18:04 913c96d2c8da: Preparing 08:18:04 3f9ebe693015: Preparing 08:18:04 d9775fafb56e: Preparing 08:18:04 30af04ea8f4f: Preparing 08:18:04 5a317f1456fb: Preparing 08:18:04 dd9c8f8612c8: Preparing 08:18:04 d9775fafb56e: Waiting 08:18:04 5a317f1456fb: Waiting 08:18:04 dd9c8f8612c8: Waiting 08:18:04 30af04ea8f4f: Waiting 08:18:04 913c96d2c8da: Layer already exists 08:18:04 20c4de03082a: Layer already exists 08:18:04 3f9ebe693015: Layer already exists 08:18:04 bb9cb7f9846a: Layer already exists 08:18:04 2bdfa526fbd1: Layer already exists 08:18:04 d9775fafb56e: Layer already exists 08:18:04 5a317f1456fb: Layer already exists 08:18:04 dd9c8f8612c8: Layer already exists 08:18:04 30af04ea8f4f: Layer already exists 08:18:05 4.1.0-dev.27: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:05 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:18:05 20c4de03082a: Preparing 08:18:05 bb9cb7f9846a: Preparing 08:18:05 2bdfa526fbd1: Preparing 08:18:05 913c96d2c8da: Preparing 08:18:05 3f9ebe693015: Preparing 08:18:05 d9775fafb56e: Preparing 08:18:05 d9775fafb56e: Waiting 08:18:05 30af04ea8f4f: Preparing 08:18:05 30af04ea8f4f: Waiting 08:18:05 5a317f1456fb: Preparing 08:18:05 5a317f1456fb: Waiting 08:18:05 dd9c8f8612c8: Preparing 08:18:05 dd9c8f8612c8: Waiting 08:18:05 913c96d2c8da: Layer already exists 08:18:05 20c4de03082a: Layer already exists 08:18:05 2bdfa526fbd1: Layer already exists 08:18:05 3f9ebe693015: Layer already exists 08:18:05 bb9cb7f9846a: Layer already exists 08:18:05 5a317f1456fb: Layer already exists 08:18:05 d9775fafb56e: Layer already exists 08:18:05 30af04ea8f4f: Layer already exists 08:18:05 dd9c8f8612c8: Layer already exists 08:18:06 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:06 + 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 08:18:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 08:18:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 08:18:06 20c4de03082a: Preparing 08:18:06 bb9cb7f9846a: Preparing 08:18:06 2bdfa526fbd1: Preparing 08:18:06 913c96d2c8da: Preparing 08:18:06 3f9ebe693015: Preparing 08:18:06 d9775fafb56e: Preparing 08:18:06 30af04ea8f4f: Preparing 08:18:06 5a317f1456fb: Preparing 08:18:06 dd9c8f8612c8: Preparing 08:18:06 30af04ea8f4f: Waiting 08:18:06 5a317f1456fb: Waiting 08:18:06 dd9c8f8612c8: Waiting 08:18:06 d9775fafb56e: Waiting 08:18:06 bb9cb7f9846a: Layer already exists 08:18:06 20c4de03082a: Layer already exists 08:18:06 913c96d2c8da: Layer already exists 08:18:06 2bdfa526fbd1: Layer already exists 08:18:06 3f9ebe693015: Layer already exists 08:18:06 30af04ea8f4f: Layer already exists 08:18:06 d9775fafb56e: Layer already exists 08:18:06 5a317f1456fb: Layer already exists 08:18:06 dd9c8f8612c8: Layer already exists 08:18:07 main: digest: sha256:69568e139f931c920742605979a978a28cecbc620a3924e2a21a6f419990fb2e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:18:07 ===================================================== [Pipeline] echo 08:18:07 taggedImages: 08:18:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 08:18:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 08:18:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:18:07 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 08:18:07 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:07 latest 08:18:07 4.1.0-dev.27 08:18:07 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:07 main 08:18:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:18:07 f09400ff1c8f: Preparing 08:18:07 544910dee975: Preparing 08:18:07 3f9ebe693015: Preparing 08:18:07 d9775fafb56e: Preparing 08:18:07 23f0eeffd758: Preparing 08:18:07 14ea55f56a8d: Preparing 08:18:07 dd9c8f8612c8: Preparing 08:18:07 14ea55f56a8d: Waiting 08:18:07 dd9c8f8612c8: Waiting 08:18:07 3f9ebe693015: Layer already exists 08:18:07 d9775fafb56e: Layer already exists 08:18:08 dd9c8f8612c8: Layer already exists 08:18:08 f09400ff1c8f: Pushed 08:18:08 23f0eeffd758: Pushed 08:18:08 14ea55f56a8d: Pushed 08:18:13 544910dee975: Pushed 08:18:13 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:18:14 f09400ff1c8f: Preparing 08:18:14 544910dee975: Preparing 08:18:14 3f9ebe693015: Preparing 08:18:14 d9775fafb56e: Preparing 08:18:14 23f0eeffd758: Preparing 08:18:14 14ea55f56a8d: Preparing 08:18:14 dd9c8f8612c8: Preparing 08:18:14 dd9c8f8612c8: Waiting 08:18:14 14ea55f56a8d: Waiting 08:18:14 23f0eeffd758: Layer already exists 08:18:14 3f9ebe693015: Layer already exists 08:18:14 f09400ff1c8f: Layer already exists 08:18:14 544910dee975: Layer already exists 08:18:14 d9775fafb56e: Layer already exists 08:18:14 14ea55f56a8d: Layer already exists 08:18:14 dd9c8f8612c8: Layer already exists 08:18:14 latest: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 08:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:18:15 f09400ff1c8f: Preparing 08:18:15 544910dee975: Preparing 08:18:15 3f9ebe693015: Preparing 08:18:15 d9775fafb56e: Preparing 08:18:15 23f0eeffd758: Preparing 08:18:15 14ea55f56a8d: Preparing 08:18:15 dd9c8f8612c8: Preparing 08:18:15 14ea55f56a8d: Waiting 08:18:15 dd9c8f8612c8: Waiting 08:18:15 544910dee975: Layer already exists 08:18:15 f09400ff1c8f: Layer already exists 08:18:15 3f9ebe693015: Layer already exists 08:18:15 23f0eeffd758: Layer already exists 08:18:15 d9775fafb56e: Layer already exists 08:18:15 14ea55f56a8d: Layer already exists 08:18:15 dd9c8f8612c8: Layer already exists 08:18:15 4.1.0-dev.27: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:18:16 f09400ff1c8f: Preparing 08:18:16 544910dee975: Preparing 08:18:16 3f9ebe693015: Preparing 08:18:16 d9775fafb56e: Preparing 08:18:16 23f0eeffd758: Preparing 08:18:16 14ea55f56a8d: Preparing 08:18:16 dd9c8f8612c8: Preparing 08:18:16 14ea55f56a8d: Waiting 08:18:16 dd9c8f8612c8: Waiting 08:18:16 23f0eeffd758: Layer already exists 08:18:16 d9775fafb56e: Layer already exists 08:18:16 544910dee975: Layer already exists 08:18:16 3f9ebe693015: Layer already exists 08:18:16 f09400ff1c8f: Layer already exists 08:18:16 14ea55f56a8d: Layer already exists 08:18:16 dd9c8f8612c8: Layer already exists 08:18:16 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 08:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 08:18:17 f09400ff1c8f: Preparing 08:18:17 544910dee975: Preparing 08:18:17 3f9ebe693015: Preparing 08:18:17 d9775fafb56e: Preparing 08:18:17 23f0eeffd758: Preparing 08:18:17 14ea55f56a8d: Preparing 08:18:17 dd9c8f8612c8: Preparing 08:18:17 14ea55f56a8d: Waiting 08:18:17 dd9c8f8612c8: Waiting 08:18:17 3f9ebe693015: Layer already exists 08:18:17 d9775fafb56e: Layer already exists 08:18:17 f09400ff1c8f: Layer already exists 08:18:17 544910dee975: Layer already exists 08:18:17 23f0eeffd758: Layer already exists 08:18:17 14ea55f56a8d: Layer already exists 08:18:17 dd9c8f8612c8: Layer already exists 08:18:17 main: digest: sha256:cc3263218e764253c43ad611a4a1257c3167c1a5a014fb595c96ecbfaca671be size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:18:17 ===================================================== [Pipeline] echo 08:18:17 taggedImages: 08:18:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 08:18:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 08:18:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:18:17 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 08:18:17 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:17 latest 08:18:17 4.1.0-dev.27 08:18:17 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:17 main 08:18:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:18:18 dd5360d97603: Preparing 08:18:18 21c25165692b: Preparing 08:18:18 d9775fafb56e: Preparing 08:18:18 f7642754918b: Preparing 08:18:18 6852d44fe581: Preparing 08:18:18 dd9c8f8612c8: Preparing 08:18:18 dd9c8f8612c8: Waiting 08:18:18 d9775fafb56e: Layer already exists 08:18:18 dd9c8f8612c8: Layer already exists 08:18:18 6852d44fe581: Pushed 08:18:18 dd5360d97603: Pushed 08:18:18 f7642754918b: Pushed 08:18:23 21c25165692b: Pushed 08:18:23 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:24 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:18:24 dd5360d97603: Preparing 08:18:24 21c25165692b: Preparing 08:18:24 d9775fafb56e: Preparing 08:18:24 f7642754918b: Preparing 08:18:24 6852d44fe581: Preparing 08:18:24 dd9c8f8612c8: Preparing 08:18:24 dd9c8f8612c8: Waiting 08:18:24 d9775fafb56e: Layer already exists 08:18:24 6852d44fe581: Layer already exists 08:18:24 dd5360d97603: Layer already exists 08:18:24 f7642754918b: Layer already exists 08:18:24 21c25165692b: Layer already exists 08:18:24 dd9c8f8612c8: Layer already exists 08:18:24 latest: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:25 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 08:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:18:25 dd5360d97603: Preparing 08:18:25 21c25165692b: Preparing 08:18:25 d9775fafb56e: Preparing 08:18:25 f7642754918b: Preparing 08:18:25 6852d44fe581: Preparing 08:18:25 dd9c8f8612c8: Preparing 08:18:25 6852d44fe581: Layer already exists 08:18:25 21c25165692b: Layer already exists 08:18:25 d9775fafb56e: Layer already exists 08:18:25 f7642754918b: Layer already exists 08:18:25 dd5360d97603: Layer already exists 08:18:25 dd9c8f8612c8: Layer already exists 08:18:25 4.1.0-dev.27: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:26 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:18:26 dd5360d97603: Preparing 08:18:26 21c25165692b: Preparing 08:18:26 d9775fafb56e: Preparing 08:18:26 f7642754918b: Preparing 08:18:26 6852d44fe581: Preparing 08:18:26 dd9c8f8612c8: Preparing 08:18:26 dd9c8f8612c8: Waiting 08:18:26 21c25165692b: Layer already exists 08:18:26 f7642754918b: Layer already exists 08:18:26 dd5360d97603: Layer already exists 08:18:26 6852d44fe581: Layer already exists 08:18:26 d9775fafb56e: Layer already exists 08:18:26 dd9c8f8612c8: Layer already exists 08:18:26 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:27 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 08:18:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 08:18:27 dd5360d97603: Preparing 08:18:27 21c25165692b: Preparing 08:18:27 d9775fafb56e: Preparing 08:18:27 f7642754918b: Preparing 08:18:27 6852d44fe581: Preparing 08:18:27 dd9c8f8612c8: Preparing 08:18:27 dd9c8f8612c8: Waiting 08:18:27 f7642754918b: Layer already exists 08:18:27 d9775fafb56e: Layer already exists 08:18:27 21c25165692b: Layer already exists 08:18:27 6852d44fe581: Layer already exists 08:18:27 dd5360d97603: Layer already exists 08:18:27 dd9c8f8612c8: Layer already exists 08:18:27 main: digest: sha256:64a0db9cd96442e24ebc4bc2576eecf00e98c3f4b1c7b5e3ae2c264be1aa72f1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:18:27 ===================================================== [Pipeline] echo 08:18:27 taggedImages: 08:18:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 08:18:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 08:18:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:27 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:18:27 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 08:18:27 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:27 latest 08:18:27 4.1.0-dev.27 08:18:27 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:27 main 08:18:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:18:28 70d6f5a72551: Preparing 08:18:28 1fc724cea87c: Preparing 08:18:28 a1dbb83c30f3: Preparing 08:18:28 3f9ebe693015: Preparing 08:18:28 d9775fafb56e: Preparing 08:18:28 30af04ea8f4f: Preparing 08:18:28 5a317f1456fb: Preparing 08:18:28 dd9c8f8612c8: Preparing 08:18:28 30af04ea8f4f: Waiting 08:18:28 5a317f1456fb: Waiting 08:18:28 dd9c8f8612c8: Waiting 08:18:28 d9775fafb56e: Layer already exists 08:18:28 3f9ebe693015: Layer already exists 08:18:28 30af04ea8f4f: Layer already exists 08:18:28 5a317f1456fb: Layer already exists 08:18:28 dd9c8f8612c8: Layer already exists 08:18:28 1fc724cea87c: Pushed 08:18:28 70d6f5a72551: Pushed 08:18:34 a1dbb83c30f3: Pushed 08:18:34 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:34 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:18:35 70d6f5a72551: Preparing 08:18:35 1fc724cea87c: Preparing 08:18:35 a1dbb83c30f3: Preparing 08:18:35 3f9ebe693015: Preparing 08:18:35 d9775fafb56e: Preparing 08:18:35 30af04ea8f4f: Preparing 08:18:35 5a317f1456fb: Preparing 08:18:35 dd9c8f8612c8: Preparing 08:18:35 30af04ea8f4f: Waiting 08:18:35 5a317f1456fb: Waiting 08:18:35 dd9c8f8612c8: Waiting 08:18:35 1fc724cea87c: Layer already exists 08:18:35 d9775fafb56e: Layer already exists 08:18:35 a1dbb83c30f3: Layer already exists 08:18:35 3f9ebe693015: Layer already exists 08:18:35 70d6f5a72551: Layer already exists 08:18:35 30af04ea8f4f: Layer already exists 08:18:35 dd9c8f8612c8: Layer already exists 08:18:35 5a317f1456fb: Layer already exists 08:18:35 latest: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 08:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:18:36 70d6f5a72551: Preparing 08:18:36 1fc724cea87c: Preparing 08:18:36 a1dbb83c30f3: Preparing 08:18:36 3f9ebe693015: Preparing 08:18:36 d9775fafb56e: Preparing 08:18:36 30af04ea8f4f: Preparing 08:18:36 5a317f1456fb: Preparing 08:18:36 dd9c8f8612c8: Preparing 08:18:36 30af04ea8f4f: Waiting 08:18:36 5a317f1456fb: Waiting 08:18:36 dd9c8f8612c8: Waiting 08:18:36 70d6f5a72551: Layer already exists 08:18:36 a1dbb83c30f3: Layer already exists 08:18:36 d9775fafb56e: Layer already exists 08:18:36 3f9ebe693015: Layer already exists 08:18:36 1fc724cea87c: Layer already exists 08:18:36 dd9c8f8612c8: Layer already exists 08:18:36 30af04ea8f4f: Layer already exists 08:18:36 5a317f1456fb: Layer already exists 08:18:36 4.1.0-dev.27: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:18:37 70d6f5a72551: Preparing 08:18:37 1fc724cea87c: Preparing 08:18:37 a1dbb83c30f3: Preparing 08:18:37 3f9ebe693015: Preparing 08:18:37 d9775fafb56e: Preparing 08:18:37 30af04ea8f4f: Preparing 08:18:37 5a317f1456fb: Preparing 08:18:37 dd9c8f8612c8: Preparing 08:18:37 30af04ea8f4f: Waiting 08:18:37 5a317f1456fb: Waiting 08:18:37 dd9c8f8612c8: Waiting 08:18:37 d9775fafb56e: Layer already exists 08:18:37 1fc724cea87c: Layer already exists 08:18:37 70d6f5a72551: Layer already exists 08:18:37 3f9ebe693015: Layer already exists 08:18:37 a1dbb83c30f3: Layer already exists 08:18:37 30af04ea8f4f: Layer already exists 08:18:37 5a317f1456fb: Layer already exists 08:18:37 dd9c8f8612c8: Layer already exists 08:18:37 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 08:18:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 08:18:38 70d6f5a72551: Preparing 08:18:38 1fc724cea87c: Preparing 08:18:38 a1dbb83c30f3: Preparing 08:18:38 3f9ebe693015: Preparing 08:18:38 d9775fafb56e: Preparing 08:18:38 30af04ea8f4f: Preparing 08:18:38 5a317f1456fb: Preparing 08:18:38 dd9c8f8612c8: Preparing 08:18:38 5a317f1456fb: Waiting 08:18:38 30af04ea8f4f: Waiting 08:18:38 dd9c8f8612c8: Waiting 08:18:38 d9775fafb56e: Layer already exists 08:18:38 70d6f5a72551: Layer already exists 08:18:38 3f9ebe693015: Layer already exists 08:18:38 1fc724cea87c: Layer already exists 08:18:38 a1dbb83c30f3: Layer already exists 08:18:38 30af04ea8f4f: Layer already exists 08:18:38 dd9c8f8612c8: Layer already exists 08:18:38 5a317f1456fb: Layer already exists 08:18:38 main: digest: sha256:01c97f6da6225e818e4bfd79412f36d7d279d12acec315da5e48fb9718bd6d76 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:18:38 ===================================================== [Pipeline] echo 08:18:38 taggedImages: 08:18:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 08:18:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 08:18:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:38 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:18:38 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 08:18:38 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:38 latest 08:18:38 4.1.0-dev.27 08:18:38 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:38 main 08:18:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:18:39 2c887ccbf90a: Preparing 08:18:39 c77e2b0bd6a1: Preparing 08:18:39 2390371f6f73: Preparing 08:18:39 694a457ee2e4: Preparing 08:18:39 edd0e7f8270c: Preparing 08:18:39 9e829eb54180: Preparing 08:18:39 019a1dcf4132: Preparing 08:18:39 3f9ebe693015: Preparing 08:18:39 d9775fafb56e: Preparing 08:18:39 346d96fcbd8a: Preparing 08:18:39 ce06c2858f29: Preparing 08:18:39 5f70bf18a086: Preparing 08:18:39 7d22bb6d3918: Preparing 08:18:39 9fa388da00a1: Preparing 08:18:39 1354dfb13d49: Preparing 08:18:39 dd9c8f8612c8: Preparing 08:18:39 ce06c2858f29: Waiting 08:18:39 5f70bf18a086: Waiting 08:18:39 9e829eb54180: Waiting 08:18:39 019a1dcf4132: Waiting 08:18:39 3f9ebe693015: Waiting 08:18:39 7d22bb6d3918: Waiting 08:18:39 9fa388da00a1: Waiting 08:18:39 1354dfb13d49: Waiting 08:18:39 dd9c8f8612c8: Waiting 08:18:39 346d96fcbd8a: Waiting 08:18:39 d9775fafb56e: Waiting 08:18:39 2c887ccbf90a: Pushed 08:18:39 2390371f6f73: Pushed 08:18:39 edd0e7f8270c: Pushed 08:18:39 c77e2b0bd6a1: Pushed 08:18:39 694a457ee2e4: Pushed 08:18:39 3f9ebe693015: Layer already exists 08:18:39 d9775fafb56e: Layer already exists 08:18:39 9e829eb54180: Pushed 08:18:39 5f70bf18a086: Layer already exists 08:18:39 ce06c2858f29: Pushed 08:18:39 346d96fcbd8a: Pushed 08:18:40 7d22bb6d3918: Pushed 08:18:40 dd9c8f8612c8: Layer already exists 08:18:40 9fa388da00a1: Pushed 08:18:40 1354dfb13d49: Pushed 08:18:42 019a1dcf4132: Pushed 08:18:42 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:18:43 2c887ccbf90a: Preparing 08:18:43 c77e2b0bd6a1: Preparing 08:18:43 2390371f6f73: Preparing 08:18:43 694a457ee2e4: Preparing 08:18:43 edd0e7f8270c: Preparing 08:18:43 9e829eb54180: Preparing 08:18:43 019a1dcf4132: Preparing 08:18:43 3f9ebe693015: Preparing 08:18:43 d9775fafb56e: Preparing 08:18:43 346d96fcbd8a: Preparing 08:18:43 ce06c2858f29: Preparing 08:18:43 5f70bf18a086: Preparing 08:18:43 7d22bb6d3918: Preparing 08:18:43 9fa388da00a1: Preparing 08:18:43 1354dfb13d49: Preparing 08:18:43 dd9c8f8612c8: Preparing 08:18:43 9e829eb54180: Waiting 08:18:43 019a1dcf4132: Waiting 08:18:43 3f9ebe693015: Waiting 08:18:43 d9775fafb56e: Waiting 08:18:43 346d96fcbd8a: Waiting 08:18:43 ce06c2858f29: Waiting 08:18:43 5f70bf18a086: Waiting 08:18:43 7d22bb6d3918: Waiting 08:18:43 9fa388da00a1: Waiting 08:18:43 1354dfb13d49: Waiting 08:18:43 dd9c8f8612c8: Waiting 08:18:43 2c887ccbf90a: Layer already exists 08:18:43 edd0e7f8270c: Layer already exists 08:18:43 c77e2b0bd6a1: Layer already exists 08:18:43 2390371f6f73: Layer already exists 08:18:43 694a457ee2e4: Layer already exists 08:18:43 346d96fcbd8a: Layer already exists 08:18:43 3f9ebe693015: Layer already exists 08:18:43 019a1dcf4132: Layer already exists 08:18:43 9e829eb54180: Layer already exists 08:18:43 d9775fafb56e: Layer already exists 08:18:43 ce06c2858f29: Layer already exists 08:18:43 9fa388da00a1: Layer already exists 08:18:43 7d22bb6d3918: Layer already exists 08:18:43 5f70bf18a086: Layer already exists 08:18:43 1354dfb13d49: Layer already exists 08:18:43 dd9c8f8612c8: Layer already exists 08:18:43 latest: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 08:18:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:18:44 2c887ccbf90a: Preparing 08:18:44 c77e2b0bd6a1: Preparing 08:18:44 2390371f6f73: Preparing 08:18:44 694a457ee2e4: Preparing 08:18:44 edd0e7f8270c: Preparing 08:18:44 9e829eb54180: Preparing 08:18:44 019a1dcf4132: Preparing 08:18:44 3f9ebe693015: Preparing 08:18:44 d9775fafb56e: Preparing 08:18:44 346d96fcbd8a: Preparing 08:18:44 ce06c2858f29: Preparing 08:18:44 5f70bf18a086: Preparing 08:18:44 7d22bb6d3918: Preparing 08:18:44 9fa388da00a1: Preparing 08:18:44 1354dfb13d49: Preparing 08:18:44 dd9c8f8612c8: Preparing 08:18:44 9e829eb54180: Waiting 08:18:44 019a1dcf4132: Waiting 08:18:44 3f9ebe693015: Waiting 08:18:44 d9775fafb56e: Waiting 08:18:44 ce06c2858f29: Waiting 08:18:44 9fa388da00a1: Waiting 08:18:44 5f70bf18a086: Waiting 08:18:44 1354dfb13d49: Waiting 08:18:44 7d22bb6d3918: Waiting 08:18:44 dd9c8f8612c8: Waiting 08:18:44 346d96fcbd8a: Waiting 08:18:44 694a457ee2e4: Layer already exists 08:18:44 edd0e7f8270c: Layer already exists 08:18:44 2c887ccbf90a: Layer already exists 08:18:44 2390371f6f73: Layer already exists 08:18:44 c77e2b0bd6a1: Layer already exists 08:18:44 9e829eb54180: Layer already exists 08:18:44 019a1dcf4132: Layer already exists 08:18:44 3f9ebe693015: Layer already exists 08:18:44 d9775fafb56e: Layer already exists 08:18:44 346d96fcbd8a: Layer already exists 08:18:44 5f70bf18a086: Layer already exists 08:18:44 ce06c2858f29: Layer already exists 08:18:44 7d22bb6d3918: Layer already exists 08:18:44 9fa388da00a1: Layer already exists 08:18:44 1354dfb13d49: Layer already exists 08:18:44 dd9c8f8612c8: Layer already exists 08:18:44 4.1.0-dev.27: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:18:45 2c887ccbf90a: Preparing 08:18:45 c77e2b0bd6a1: Preparing 08:18:45 2390371f6f73: Preparing 08:18:45 694a457ee2e4: Preparing 08:18:45 edd0e7f8270c: Preparing 08:18:45 9e829eb54180: Preparing 08:18:45 019a1dcf4132: Preparing 08:18:45 3f9ebe693015: Preparing 08:18:45 d9775fafb56e: Preparing 08:18:45 346d96fcbd8a: Preparing 08:18:45 ce06c2858f29: Preparing 08:18:45 5f70bf18a086: Preparing 08:18:45 7d22bb6d3918: Preparing 08:18:45 9fa388da00a1: Preparing 08:18:45 1354dfb13d49: Preparing 08:18:45 dd9c8f8612c8: Preparing 08:18:45 346d96fcbd8a: Waiting 08:18:45 ce06c2858f29: Waiting 08:18:45 5f70bf18a086: Waiting 08:18:45 7d22bb6d3918: Waiting 08:18:45 9fa388da00a1: Waiting 08:18:45 1354dfb13d49: Waiting 08:18:45 9e829eb54180: Waiting 08:18:45 019a1dcf4132: Waiting 08:18:45 3f9ebe693015: Waiting 08:18:45 d9775fafb56e: Waiting 08:18:45 dd9c8f8612c8: Waiting 08:18:45 694a457ee2e4: Layer already exists 08:18:45 2c887ccbf90a: Layer already exists 08:18:45 c77e2b0bd6a1: Layer already exists 08:18:45 edd0e7f8270c: Layer already exists 08:18:45 2390371f6f73: Layer already exists 08:18:45 9e829eb54180: Layer already exists 08:18:45 3f9ebe693015: Layer already exists 08:18:45 019a1dcf4132: Layer already exists 08:18:45 346d96fcbd8a: Layer already exists 08:18:45 d9775fafb56e: Layer already exists 08:18:45 ce06c2858f29: Layer already exists 08:18:45 7d22bb6d3918: Layer already exists 08:18:45 5f70bf18a086: Layer already exists 08:18:45 9fa388da00a1: Layer already exists 08:18:45 1354dfb13d49: Layer already exists 08:18:45 dd9c8f8612c8: Layer already exists 08:18:45 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 08:18:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 08:18:46 2c887ccbf90a: Preparing 08:18:46 c77e2b0bd6a1: Preparing 08:18:46 2390371f6f73: Preparing 08:18:46 694a457ee2e4: Preparing 08:18:46 edd0e7f8270c: Preparing 08:18:46 9e829eb54180: Preparing 08:18:46 019a1dcf4132: Preparing 08:18:46 3f9ebe693015: Preparing 08:18:46 d9775fafb56e: Preparing 08:18:46 346d96fcbd8a: Preparing 08:18:46 ce06c2858f29: Preparing 08:18:46 5f70bf18a086: Preparing 08:18:46 7d22bb6d3918: Preparing 08:18:46 9fa388da00a1: Preparing 08:18:46 1354dfb13d49: Preparing 08:18:46 dd9c8f8612c8: Preparing 08:18:46 346d96fcbd8a: Waiting 08:18:46 ce06c2858f29: Waiting 08:18:46 5f70bf18a086: Waiting 08:18:46 7d22bb6d3918: Waiting 08:18:46 9fa388da00a1: Waiting 08:18:46 9e829eb54180: Waiting 08:18:46 1354dfb13d49: Waiting 08:18:46 dd9c8f8612c8: Waiting 08:18:46 3f9ebe693015: Waiting 08:18:46 019a1dcf4132: Waiting 08:18:46 d9775fafb56e: Waiting 08:18:46 2c887ccbf90a: Layer already exists 08:18:46 c77e2b0bd6a1: Layer already exists 08:18:46 694a457ee2e4: Layer already exists 08:18:46 edd0e7f8270c: Layer already exists 08:18:46 2390371f6f73: Layer already exists 08:18:46 019a1dcf4132: Layer already exists 08:18:46 9e829eb54180: Layer already exists 08:18:46 346d96fcbd8a: Layer already exists 08:18:46 d9775fafb56e: Layer already exists 08:18:46 3f9ebe693015: Layer already exists 08:18:46 ce06c2858f29: Layer already exists 08:18:46 5f70bf18a086: Layer already exists 08:18:46 7d22bb6d3918: Layer already exists 08:18:46 1354dfb13d49: Layer already exists 08:18:46 9fa388da00a1: Layer already exists 08:18:46 dd9c8f8612c8: Layer already exists 08:18:46 main: digest: sha256:83190e8b66a6e364aa36737e6167c9a7ada6f5f912e68128897e22030cca5da6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:18:46 ===================================================== [Pipeline] echo 08:18:46 taggedImages: 08:18:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 08:18:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 08:18:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:18:46 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 08:18:46 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:46 latest 08:18:46 4.1.0-dev.27 08:18:46 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:46 main 08:18:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:47 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:18:47 e2167a72e4cb: Preparing 08:18:47 3ce1289323be: Preparing 08:18:47 dbecdf2ec870: Preparing 08:18:47 fca8f3a07a78: Preparing 08:18:47 3f9ebe693015: Preparing 08:18:47 d9775fafb56e: Preparing 08:18:47 30af04ea8f4f: Preparing 08:18:47 5a317f1456fb: Preparing 08:18:47 dd9c8f8612c8: Preparing 08:18:47 30af04ea8f4f: Waiting 08:18:47 5a317f1456fb: Waiting 08:18:47 dd9c8f8612c8: Waiting 08:18:47 d9775fafb56e: Waiting 08:18:47 3f9ebe693015: Layer already exists 08:18:47 d9775fafb56e: Layer already exists 08:18:47 30af04ea8f4f: Layer already exists 08:18:47 dbecdf2ec870: Pushed 08:18:47 5a317f1456fb: Layer already exists 08:18:47 3ce1289323be: Pushed 08:18:47 e2167a72e4cb: Pushed 08:18:47 dd9c8f8612c8: Layer already exists 08:18:53 fca8f3a07a78: Pushed 08:18:53 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:53 + 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 08:18:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:18:53 e2167a72e4cb: Preparing 08:18:53 3ce1289323be: Preparing 08:18:53 dbecdf2ec870: Preparing 08:18:53 fca8f3a07a78: Preparing 08:18:53 3f9ebe693015: Preparing 08:18:53 d9775fafb56e: Preparing 08:18:53 30af04ea8f4f: Preparing 08:18:53 d9775fafb56e: Waiting 08:18:53 5a317f1456fb: Preparing 08:18:53 30af04ea8f4f: Waiting 08:18:53 dd9c8f8612c8: Preparing 08:18:53 5a317f1456fb: Waiting 08:18:53 dd9c8f8612c8: Waiting 08:18:53 3f9ebe693015: Layer already exists 08:18:53 dbecdf2ec870: Layer already exists 08:18:53 3ce1289323be: Layer already exists 08:18:53 fca8f3a07a78: Layer already exists 08:18:53 e2167a72e4cb: Layer already exists 08:18:53 30af04ea8f4f: Layer already exists 08:18:53 5a317f1456fb: Layer already exists 08:18:53 d9775fafb56e: Layer already exists 08:18:53 dd9c8f8612c8: Layer already exists 08:18:53 latest: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 08:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:18:54 e2167a72e4cb: Preparing 08:18:54 3ce1289323be: Preparing 08:18:54 dbecdf2ec870: Preparing 08:18:54 fca8f3a07a78: Preparing 08:18:54 3f9ebe693015: Preparing 08:18:54 d9775fafb56e: Preparing 08:18:54 30af04ea8f4f: Preparing 08:18:54 5a317f1456fb: Preparing 08:18:54 dd9c8f8612c8: Preparing 08:18:54 30af04ea8f4f: Waiting 08:18:54 5a317f1456fb: Waiting 08:18:54 d9775fafb56e: Waiting 08:18:54 dd9c8f8612c8: Waiting 08:18:54 dbecdf2ec870: Layer already exists 08:18:54 3ce1289323be: Layer already exists 08:18:54 e2167a72e4cb: Layer already exists 08:18:54 3f9ebe693015: Layer already exists 08:18:54 fca8f3a07a78: Layer already exists 08:18:54 5a317f1456fb: Layer already exists 08:18:54 30af04ea8f4f: Layer already exists 08:18:54 d9775fafb56e: Layer already exists 08:18:54 dd9c8f8612c8: Layer already exists 08:18:54 4.1.0-dev.27: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:18:55 e2167a72e4cb: Preparing 08:18:55 3ce1289323be: Preparing 08:18:55 dbecdf2ec870: Preparing 08:18:55 fca8f3a07a78: Preparing 08:18:55 3f9ebe693015: Preparing 08:18:55 d9775fafb56e: Preparing 08:18:55 30af04ea8f4f: Preparing 08:18:55 5a317f1456fb: Preparing 08:18:55 dd9c8f8612c8: Preparing 08:18:55 d9775fafb56e: Waiting 08:18:55 30af04ea8f4f: Waiting 08:18:55 dd9c8f8612c8: Waiting 08:18:55 3f9ebe693015: Layer already exists 08:18:55 fca8f3a07a78: Layer already exists 08:18:55 3ce1289323be: Layer already exists 08:18:55 dbecdf2ec870: Layer already exists 08:18:55 e2167a72e4cb: Layer already exists 08:18:55 d9775fafb56e: Layer already exists 08:18:55 5a317f1456fb: Layer already exists 08:18:55 30af04ea8f4f: Layer already exists 08:18:55 dd9c8f8612c8: Layer already exists 08:18:55 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:56 + 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 08:18:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 08:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 08:18:56 e2167a72e4cb: Preparing 08:18:56 3ce1289323be: Preparing 08:18:56 dbecdf2ec870: Preparing 08:18:56 fca8f3a07a78: Preparing 08:18:56 3f9ebe693015: Preparing 08:18:56 d9775fafb56e: Preparing 08:18:56 30af04ea8f4f: Preparing 08:18:56 5a317f1456fb: Preparing 08:18:56 dd9c8f8612c8: Preparing 08:18:56 d9775fafb56e: Waiting 08:18:56 30af04ea8f4f: Waiting 08:18:56 5a317f1456fb: Waiting 08:18:56 dd9c8f8612c8: Waiting 08:18:56 3f9ebe693015: Layer already exists 08:18:56 fca8f3a07a78: Layer already exists 08:18:56 dbecdf2ec870: Layer already exists 08:18:56 e2167a72e4cb: Layer already exists 08:18:56 3ce1289323be: Layer already exists 08:18:56 30af04ea8f4f: Layer already exists 08:18:56 d9775fafb56e: Layer already exists 08:18:56 dd9c8f8612c8: Layer already exists 08:18:56 5a317f1456fb: Layer already exists 08:18:56 main: digest: sha256:3505bfd2667d800db5097de83170e8685c9a9b484c77b23b37351c47aeb47af3 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:18:56 ===================================================== [Pipeline] echo 08:18:56 taggedImages: 08:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 08:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 08:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:18:56 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 08:18:56 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:56 latest 08:18:56 4.1.0-dev.27 08:18:56 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:18:56 main 08:18:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:18:57 29c59c28928c: Preparing 08:18:57 0e8fc4630ee7: Preparing 08:18:57 6f957c532e19: Preparing 08:18:57 cdd6a9763558: Preparing 08:18:57 d78d7bd36a49: Preparing 08:18:57 3f9ebe693015: Preparing 08:18:57 d9775fafb56e: Preparing 08:18:57 cd376ea2f8c4: Preparing 08:18:57 1f384586f9ec: Preparing 08:18:57 3ef51066c7d0: Preparing 08:18:57 dd9c8f8612c8: Preparing 08:18:57 cd376ea2f8c4: Waiting 08:18:57 1f384586f9ec: Waiting 08:18:57 3ef51066c7d0: Waiting 08:18:57 3f9ebe693015: Waiting 08:18:57 dd9c8f8612c8: Waiting 08:18:57 d9775fafb56e: Waiting 08:18:57 0e8fc4630ee7: Pushed 08:18:57 cdd6a9763558: Pushed 08:18:57 d78d7bd36a49: Pushed 08:18:57 3f9ebe693015: Layer already exists 08:18:57 d9775fafb56e: Layer already exists 08:18:57 29c59c28928c: Pushed 08:18:57 dd9c8f8612c8: Layer already exists 08:18:58 cd376ea2f8c4: Pushed 08:18:58 1f384586f9ec: Pushed 08:19:00 3ef51066c7d0: Pushed 08:19:02 6f957c532e19: Pushed 08:19:02 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:02 + 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 08:19:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:19:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:19:03 29c59c28928c: Preparing 08:19:03 0e8fc4630ee7: Preparing 08:19:03 6f957c532e19: Preparing 08:19:03 cdd6a9763558: Preparing 08:19:03 d78d7bd36a49: Preparing 08:19:03 3f9ebe693015: Preparing 08:19:03 d9775fafb56e: Preparing 08:19:03 cd376ea2f8c4: Preparing 08:19:03 1f384586f9ec: Preparing 08:19:03 3ef51066c7d0: Preparing 08:19:03 dd9c8f8612c8: Preparing 08:19:03 cd376ea2f8c4: Waiting 08:19:03 1f384586f9ec: Waiting 08:19:03 3ef51066c7d0: Waiting 08:19:03 dd9c8f8612c8: Waiting 08:19:03 3f9ebe693015: Waiting 08:19:03 d9775fafb56e: Waiting 08:19:03 29c59c28928c: Layer already exists 08:19:03 6f957c532e19: Layer already exists 08:19:03 0e8fc4630ee7: Layer already exists 08:19:03 cdd6a9763558: Layer already exists 08:19:03 d78d7bd36a49: Layer already exists 08:19:03 3f9ebe693015: Layer already exists 08:19:03 d9775fafb56e: Layer already exists 08:19:03 3ef51066c7d0: Layer already exists 08:19:03 1f384586f9ec: Layer already exists 08:19:03 cd376ea2f8c4: Layer already exists 08:19:03 dd9c8f8612c8: Layer already exists 08:19:03 latest: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 08:19:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:19:04 29c59c28928c: Preparing 08:19:04 0e8fc4630ee7: Preparing 08:19:04 6f957c532e19: Preparing 08:19:04 cdd6a9763558: Preparing 08:19:04 d78d7bd36a49: Preparing 08:19:04 3f9ebe693015: Preparing 08:19:04 d9775fafb56e: Preparing 08:19:04 cd376ea2f8c4: Preparing 08:19:04 1f384586f9ec: Preparing 08:19:04 3ef51066c7d0: Preparing 08:19:04 dd9c8f8612c8: Preparing 08:19:04 3f9ebe693015: Waiting 08:19:04 d9775fafb56e: Waiting 08:19:04 cd376ea2f8c4: Waiting 08:19:04 1f384586f9ec: Waiting 08:19:04 3ef51066c7d0: Waiting 08:19:04 dd9c8f8612c8: Waiting 08:19:04 29c59c28928c: Layer already exists 08:19:04 0e8fc4630ee7: Layer already exists 08:19:04 6f957c532e19: Layer already exists 08:19:04 cdd6a9763558: Layer already exists 08:19:04 d78d7bd36a49: Layer already exists 08:19:04 1f384586f9ec: Layer already exists 08:19:04 3f9ebe693015: Layer already exists 08:19:04 d9775fafb56e: Layer already exists 08:19:04 cd376ea2f8c4: Layer already exists 08:19:04 3ef51066c7d0: Layer already exists 08:19:04 dd9c8f8612c8: Layer already exists 08:19:04 4.1.0-dev.27: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:19:05 29c59c28928c: Preparing 08:19:05 0e8fc4630ee7: Preparing 08:19:05 6f957c532e19: Preparing 08:19:05 cdd6a9763558: Preparing 08:19:05 d78d7bd36a49: Preparing 08:19:05 3f9ebe693015: Preparing 08:19:05 d9775fafb56e: Preparing 08:19:05 cd376ea2f8c4: Preparing 08:19:05 1f384586f9ec: Preparing 08:19:05 3ef51066c7d0: Preparing 08:19:05 dd9c8f8612c8: Preparing 08:19:05 3f9ebe693015: Waiting 08:19:05 d9775fafb56e: Waiting 08:19:05 cd376ea2f8c4: Waiting 08:19:05 1f384586f9ec: Waiting 08:19:05 3ef51066c7d0: Waiting 08:19:05 dd9c8f8612c8: Waiting 08:19:05 6f957c532e19: Layer already exists 08:19:05 cdd6a9763558: Layer already exists 08:19:05 0e8fc4630ee7: Layer already exists 08:19:05 29c59c28928c: Layer already exists 08:19:05 d78d7bd36a49: Layer already exists 08:19:05 1f384586f9ec: Layer already exists 08:19:05 3f9ebe693015: Layer already exists 08:19:05 cd376ea2f8c4: Layer already exists 08:19:05 d9775fafb56e: Layer already exists 08:19:05 3ef51066c7d0: Layer already exists 08:19:05 dd9c8f8612c8: Layer already exists 08:19:05 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:05 + 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 08:19:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 08:19:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 08:19:05 29c59c28928c: Preparing 08:19:05 0e8fc4630ee7: Preparing 08:19:05 6f957c532e19: Preparing 08:19:05 cdd6a9763558: Preparing 08:19:05 d78d7bd36a49: Preparing 08:19:05 3f9ebe693015: Preparing 08:19:05 d9775fafb56e: Preparing 08:19:05 cd376ea2f8c4: Preparing 08:19:05 1f384586f9ec: Preparing 08:19:05 3ef51066c7d0: Preparing 08:19:05 dd9c8f8612c8: Preparing 08:19:05 3f9ebe693015: Waiting 08:19:05 d9775fafb56e: Waiting 08:19:05 1f384586f9ec: Waiting 08:19:05 3ef51066c7d0: Waiting 08:19:05 dd9c8f8612c8: Waiting 08:19:05 cd376ea2f8c4: Waiting 08:19:05 6f957c532e19: Layer already exists 08:19:05 29c59c28928c: Layer already exists 08:19:05 d78d7bd36a49: Layer already exists 08:19:05 0e8fc4630ee7: Layer already exists 08:19:05 cdd6a9763558: Layer already exists 08:19:05 1f384586f9ec: Layer already exists 08:19:05 3f9ebe693015: Layer already exists 08:19:05 d9775fafb56e: Layer already exists 08:19:05 cd376ea2f8c4: Layer already exists 08:19:05 3ef51066c7d0: Layer already exists 08:19:05 dd9c8f8612c8: Layer already exists 08:19:06 main: digest: sha256:452ddd13b3eaddc2316ef8ede71f12e5eadf503eb1ba0ab8ee692a533f1125f6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:19:06 ===================================================== [Pipeline] echo 08:19:06 taggedImages: 08:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 08:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 08:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:19:06 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 08:19:06 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:06 latest 08:19:06 4.1.0-dev.27 08:19:06 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:06 main 08:19:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:19:07 1c87c3c589f7: Preparing 08:19:07 b2320b677386: Preparing 08:19:07 817f38ce6bcb: Preparing 08:19:07 384319fb1bd9: Preparing 08:19:07 bb99b1c524ce: Preparing 08:19:07 c69bff44685a: Preparing 08:19:07 00ee8a6fd7b3: Preparing 08:19:07 c69bff44685a: Waiting 08:19:07 3f9ebe693015: Preparing 08:19:07 00ee8a6fd7b3: Waiting 08:19:07 d9775fafb56e: Preparing 08:19:07 3f9ebe693015: Waiting 08:19:07 b4bb060a48c1: Preparing 08:19:07 d9775fafb56e: Waiting 08:19:07 00ccece8f8df: Preparing 08:19:07 b4bb060a48c1: Waiting 08:19:07 dd9c8f8612c8: Preparing 08:19:07 00ccece8f8df: Waiting 08:19:07 dd9c8f8612c8: Waiting 08:19:07 b2320b677386: Pushed 08:19:07 bb99b1c524ce: Pushed 08:19:07 1c87c3c589f7: Pushed 08:19:07 3f9ebe693015: Layer already exists 08:19:07 d9775fafb56e: Layer already exists 08:19:07 c69bff44685a: Pushed 08:19:07 00ee8a6fd7b3: Pushed 08:19:07 dd9c8f8612c8: Layer already exists 08:19:07 b4bb060a48c1: Pushed 08:19:10 00ccece8f8df: Pushed 08:19:11 384319fb1bd9: Pushed 08:19:14 817f38ce6bcb: Pushed 08:19:14 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:14 + 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 08:19:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:19:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:19:14 1c87c3c589f7: Preparing 08:19:14 b2320b677386: Preparing 08:19:14 817f38ce6bcb: Preparing 08:19:14 384319fb1bd9: Preparing 08:19:14 bb99b1c524ce: Preparing 08:19:14 c69bff44685a: Preparing 08:19:14 00ee8a6fd7b3: Preparing 08:19:14 3f9ebe693015: Preparing 08:19:14 d9775fafb56e: Preparing 08:19:14 b4bb060a48c1: Preparing 08:19:14 00ccece8f8df: Preparing 08:19:14 dd9c8f8612c8: Preparing 08:19:14 3f9ebe693015: Waiting 08:19:14 d9775fafb56e: Waiting 08:19:14 b4bb060a48c1: Waiting 08:19:14 00ccece8f8df: Waiting 08:19:14 dd9c8f8612c8: Waiting 08:19:14 c69bff44685a: Waiting 08:19:14 00ee8a6fd7b3: Waiting 08:19:14 384319fb1bd9: Layer already exists 08:19:14 b2320b677386: Layer already exists 08:19:14 bb99b1c524ce: Layer already exists 08:19:14 1c87c3c589f7: Layer already exists 08:19:14 817f38ce6bcb: Layer already exists 08:19:14 3f9ebe693015: Layer already exists 08:19:14 d9775fafb56e: Layer already exists 08:19:14 c69bff44685a: Layer already exists 08:19:14 00ee8a6fd7b3: Layer already exists 08:19:14 b4bb060a48c1: Layer already exists 08:19:14 00ccece8f8df: Layer already exists 08:19:14 dd9c8f8612c8: Layer already exists 08:19:15 latest: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:15 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 08:19:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:19:15 1c87c3c589f7: Preparing 08:19:15 b2320b677386: Preparing 08:19:15 817f38ce6bcb: Preparing 08:19:15 384319fb1bd9: Preparing 08:19:15 bb99b1c524ce: Preparing 08:19:15 c69bff44685a: Preparing 08:19:15 00ee8a6fd7b3: Preparing 08:19:15 3f9ebe693015: Preparing 08:19:15 d9775fafb56e: Preparing 08:19:15 b4bb060a48c1: Preparing 08:19:15 00ccece8f8df: Preparing 08:19:15 dd9c8f8612c8: Preparing 08:19:15 3f9ebe693015: Waiting 08:19:15 d9775fafb56e: Waiting 08:19:15 b4bb060a48c1: Waiting 08:19:15 00ccece8f8df: Waiting 08:19:15 dd9c8f8612c8: Waiting 08:19:15 c69bff44685a: Waiting 08:19:15 b2320b677386: Layer already exists 08:19:15 817f38ce6bcb: Layer already exists 08:19:15 1c87c3c589f7: Layer already exists 08:19:15 bb99b1c524ce: Layer already exists 08:19:15 384319fb1bd9: Layer already exists 08:19:15 c69bff44685a: Layer already exists 08:19:15 b4bb060a48c1: Layer already exists 08:19:15 00ee8a6fd7b3: Layer already exists 08:19:15 3f9ebe693015: Layer already exists 08:19:15 d9775fafb56e: Layer already exists 08:19:15 dd9c8f8612c8: Layer already exists 08:19:15 00ccece8f8df: Layer already exists 08:19:15 4.1.0-dev.27: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:16 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:19:16 1c87c3c589f7: Preparing 08:19:16 b2320b677386: Preparing 08:19:16 817f38ce6bcb: Preparing 08:19:16 384319fb1bd9: Preparing 08:19:16 bb99b1c524ce: Preparing 08:19:16 c69bff44685a: Preparing 08:19:16 00ee8a6fd7b3: Preparing 08:19:16 c69bff44685a: Waiting 08:19:16 00ee8a6fd7b3: Waiting 08:19:16 3f9ebe693015: Preparing 08:19:16 d9775fafb56e: Preparing 08:19:16 3f9ebe693015: Waiting 08:19:16 d9775fafb56e: Waiting 08:19:16 b4bb060a48c1: Preparing 08:19:16 00ccece8f8df: Preparing 08:19:16 b4bb060a48c1: Waiting 08:19:16 00ccece8f8df: Waiting 08:19:16 dd9c8f8612c8: Preparing 08:19:16 1c87c3c589f7: Layer already exists 08:19:16 bb99b1c524ce: Layer already exists 08:19:16 817f38ce6bcb: Layer already exists 08:19:16 384319fb1bd9: Layer already exists 08:19:16 b2320b677386: Layer already exists 08:19:16 3f9ebe693015: Layer already exists 08:19:16 c69bff44685a: Layer already exists 08:19:16 b4bb060a48c1: Layer already exists 08:19:16 00ee8a6fd7b3: Layer already exists 08:19:16 d9775fafb56e: Layer already exists 08:19:16 00ccece8f8df: Layer already exists 08:19:16 dd9c8f8612c8: Layer already exists 08:19:16 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:17 + 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 08:19:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 08:19:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 08:19:17 1c87c3c589f7: Preparing 08:19:17 b2320b677386: Preparing 08:19:17 817f38ce6bcb: Preparing 08:19:17 384319fb1bd9: Preparing 08:19:17 bb99b1c524ce: Preparing 08:19:17 c69bff44685a: Preparing 08:19:17 00ee8a6fd7b3: Preparing 08:19:17 3f9ebe693015: Preparing 08:19:17 d9775fafb56e: Preparing 08:19:17 b4bb060a48c1: Preparing 08:19:17 00ccece8f8df: Preparing 08:19:17 dd9c8f8612c8: Preparing 08:19:17 c69bff44685a: Waiting 08:19:17 00ee8a6fd7b3: Waiting 08:19:17 3f9ebe693015: Waiting 08:19:17 d9775fafb56e: Waiting 08:19:17 b4bb060a48c1: Waiting 08:19:17 dd9c8f8612c8: Waiting 08:19:17 00ccece8f8df: Waiting 08:19:17 817f38ce6bcb: Layer already exists 08:19:17 384319fb1bd9: Layer already exists 08:19:17 1c87c3c589f7: Layer already exists 08:19:17 bb99b1c524ce: Layer already exists 08:19:17 b2320b677386: Layer already exists 08:19:17 b4bb060a48c1: Layer already exists 08:19:17 c69bff44685a: Layer already exists 08:19:17 3f9ebe693015: Layer already exists 08:19:17 d9775fafb56e: Layer already exists 08:19:17 00ee8a6fd7b3: Layer already exists 08:19:17 00ccece8f8df: Layer already exists 08:19:17 dd9c8f8612c8: Layer already exists 08:19:17 main: digest: sha256:eacbfbc8de011d1785bcc3c96d6bd8b1060e33d563cae7f69618b345f2712947 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:19:18 ===================================================== [Pipeline] echo 08:19:18 taggedImages: 08:19:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 08:19:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 08:19:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:19:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 08:19:18 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:18 latest 08:19:18 4.1.0-dev.27 08:19:18 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:18 main 08:19:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:19:18 853c73aaee80: Preparing 08:19:18 f1d9b0e22ed4: Preparing 08:19:18 3f9ebe693015: Preparing 08:19:18 d9775fafb56e: Preparing 08:19:18 05953effd7e9: Preparing 08:19:18 04b7afbd0736: Preparing 08:19:18 04b7afbd0736: Waiting 08:19:18 dd9c8f8612c8: Preparing 08:19:18 3f9ebe693015: Layer already exists 08:19:19 d9775fafb56e: Layer already exists 08:19:19 dd9c8f8612c8: Layer already exists 08:19:19 05953effd7e9: Pushed 08:19:19 853c73aaee80: Pushed 08:19:20 04b7afbd0736: Pushed 08:19:26 f1d9b0e22ed4: Pushed 08:19:26 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:26 + 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 08:19:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:19:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:19:27 853c73aaee80: Preparing 08:19:27 f1d9b0e22ed4: Preparing 08:19:27 3f9ebe693015: Preparing 08:19:27 d9775fafb56e: Preparing 08:19:27 05953effd7e9: Preparing 08:19:27 04b7afbd0736: Preparing 08:19:27 dd9c8f8612c8: Preparing 08:19:27 04b7afbd0736: Waiting 08:19:27 dd9c8f8612c8: Waiting 08:19:27 d9775fafb56e: Layer already exists 08:19:27 05953effd7e9: Layer already exists 08:19:27 f1d9b0e22ed4: Layer already exists 08:19:27 853c73aaee80: Layer already exists 08:19:27 3f9ebe693015: Layer already exists 08:19:27 dd9c8f8612c8: Layer already exists 08:19:27 04b7afbd0736: Layer already exists 08:19:27 latest: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 08:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:19:28 853c73aaee80: Preparing 08:19:28 f1d9b0e22ed4: Preparing 08:19:28 3f9ebe693015: Preparing 08:19:28 d9775fafb56e: Preparing 08:19:28 05953effd7e9: Preparing 08:19:28 04b7afbd0736: Preparing 08:19:28 dd9c8f8612c8: Preparing 08:19:28 04b7afbd0736: Waiting 08:19:28 dd9c8f8612c8: Waiting 08:19:28 853c73aaee80: Layer already exists 08:19:28 05953effd7e9: Layer already exists 08:19:28 d9775fafb56e: Layer already exists 08:19:28 3f9ebe693015: Layer already exists 08:19:28 f1d9b0e22ed4: Layer already exists 08:19:28 04b7afbd0736: Layer already exists 08:19:28 dd9c8f8612c8: Layer already exists 08:19:28 4.1.0-dev.27: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:19:29 853c73aaee80: Preparing 08:19:29 f1d9b0e22ed4: Preparing 08:19:29 3f9ebe693015: Preparing 08:19:29 d9775fafb56e: Preparing 08:19:29 05953effd7e9: Preparing 08:19:29 04b7afbd0736: Preparing 08:19:29 dd9c8f8612c8: Preparing 08:19:29 04b7afbd0736: Waiting 08:19:29 dd9c8f8612c8: Waiting 08:19:29 05953effd7e9: Layer already exists 08:19:29 853c73aaee80: Layer already exists 08:19:29 f1d9b0e22ed4: Layer already exists 08:19:29 d9775fafb56e: Layer already exists 08:19:29 3f9ebe693015: Layer already exists 08:19:29 dd9c8f8612c8: Layer already exists 08:19:29 04b7afbd0736: Layer already exists 08:19:29 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:29 + 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 08:19:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 08:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 08:19:29 853c73aaee80: Preparing 08:19:29 f1d9b0e22ed4: Preparing 08:19:29 3f9ebe693015: Preparing 08:19:29 d9775fafb56e: Preparing 08:19:29 05953effd7e9: Preparing 08:19:29 04b7afbd0736: Preparing 08:19:29 dd9c8f8612c8: Preparing 08:19:29 04b7afbd0736: Waiting 08:19:29 dd9c8f8612c8: Waiting 08:19:29 d9775fafb56e: Layer already exists 08:19:29 f1d9b0e22ed4: Layer already exists 08:19:29 3f9ebe693015: Layer already exists 08:19:29 05953effd7e9: Layer already exists 08:19:29 853c73aaee80: Layer already exists 08:19:29 04b7afbd0736: Layer already exists 08:19:29 dd9c8f8612c8: Layer already exists 08:19:29 main: digest: sha256:29c60955e3dd601eb618f1b115aeee3dee95c23c0f8fe5d57c6ee3f6385e9825 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:19:30 ===================================================== [Pipeline] echo 08:19:30 taggedImages: 08:19:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 08:19:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 08:19:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:19:30 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 08:19:30 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:30 latest 08:19:30 4.1.0-dev.27 08:19:30 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:19:30 main 08:19:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:19:31 d17869db241e: Preparing 08:19:31 bd117ab413ab: Preparing 08:19:31 3d90fa678f5b: Preparing 08:19:31 3f9ebe693015: Preparing 08:19:31 d9775fafb56e: Preparing 08:19:31 6af7fb3bc1bb: Preparing 08:19:31 d10d110b04d8: Preparing 08:19:31 be14cb802dc5: Preparing 08:19:31 b39fccad6e82: Preparing 08:19:31 dd9c8f8612c8: Preparing 08:19:31 be14cb802dc5: Waiting 08:19:31 b39fccad6e82: Waiting 08:19:31 dd9c8f8612c8: Waiting 08:19:31 6af7fb3bc1bb: Waiting 08:19:31 d10d110b04d8: Waiting 08:19:31 3d90fa678f5b: Pushed 08:19:31 bd117ab413ab: Pushed 08:19:31 3f9ebe693015: Layer already exists 08:19:31 d9775fafb56e: Layer already exists 08:19:31 d17869db241e: Pushed 08:19:31 dd9c8f8612c8: Layer already exists 08:19:31 be14cb802dc5: Pushed 08:19:32 b39fccad6e82: Pushed 08:19:42 d10d110b04d8: Pushed 08:19:57 6af7fb3bc1bb: Pushed 08:19:57 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:58 + 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 08:19:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:19:58 d17869db241e: Preparing 08:19:58 bd117ab413ab: Preparing 08:19:58 3d90fa678f5b: Preparing 08:19:58 3f9ebe693015: Preparing 08:19:58 d9775fafb56e: Preparing 08:19:58 6af7fb3bc1bb: Preparing 08:19:58 d10d110b04d8: Preparing 08:19:58 be14cb802dc5: Preparing 08:19:58 b39fccad6e82: Preparing 08:19:58 dd9c8f8612c8: Preparing 08:19:58 6af7fb3bc1bb: Waiting 08:19:58 d10d110b04d8: Waiting 08:19:58 b39fccad6e82: Waiting 08:19:58 dd9c8f8612c8: Waiting 08:19:58 be14cb802dc5: Waiting 08:19:58 3f9ebe693015: Layer already exists 08:19:58 d9775fafb56e: Layer already exists 08:19:58 d17869db241e: Layer already exists 08:19:58 3d90fa678f5b: Layer already exists 08:19:58 bd117ab413ab: Layer already exists 08:19:58 be14cb802dc5: Layer already exists 08:19:58 dd9c8f8612c8: Layer already exists 08:19:58 d10d110b04d8: Layer already exists 08:19:58 6af7fb3bc1bb: Layer already exists 08:19:58 b39fccad6e82: Layer already exists 08:19:58 latest: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:19:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 08:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:19:59 d17869db241e: Preparing 08:19:59 bd117ab413ab: Preparing 08:19:59 3d90fa678f5b: Preparing 08:19:59 3f9ebe693015: Preparing 08:19:59 d9775fafb56e: Preparing 08:19:59 6af7fb3bc1bb: Preparing 08:19:59 d10d110b04d8: Preparing 08:19:59 be14cb802dc5: Preparing 08:19:59 b39fccad6e82: Preparing 08:19:59 dd9c8f8612c8: Preparing 08:19:59 d10d110b04d8: Waiting 08:19:59 be14cb802dc5: Waiting 08:19:59 b39fccad6e82: Waiting 08:19:59 6af7fb3bc1bb: Waiting 08:19:59 dd9c8f8612c8: Waiting 08:19:59 3f9ebe693015: Layer already exists 08:19:59 d9775fafb56e: Layer already exists 08:19:59 bd117ab413ab: Layer already exists 08:19:59 3d90fa678f5b: Layer already exists 08:19:59 d17869db241e: Layer already exists 08:19:59 be14cb802dc5: Layer already exists 08:19:59 6af7fb3bc1bb: Layer already exists 08:19:59 b39fccad6e82: Layer already exists 08:19:59 d10d110b04d8: Layer already exists 08:19:59 dd9c8f8612c8: Layer already exists 08:19:59 4.1.0-dev.27: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:20:00 d17869db241e: Preparing 08:20:00 bd117ab413ab: Preparing 08:20:00 3d90fa678f5b: Preparing 08:20:00 3f9ebe693015: Preparing 08:20:00 d9775fafb56e: Preparing 08:20:00 6af7fb3bc1bb: Preparing 08:20:00 d10d110b04d8: Preparing 08:20:00 be14cb802dc5: Preparing 08:20:00 b39fccad6e82: Preparing 08:20:00 dd9c8f8612c8: Preparing 08:20:00 d10d110b04d8: Waiting 08:20:00 be14cb802dc5: Waiting 08:20:00 b39fccad6e82: Waiting 08:20:00 dd9c8f8612c8: Waiting 08:20:00 3d90fa678f5b: Layer already exists 08:20:00 d17869db241e: Layer already exists 08:20:00 d9775fafb56e: Layer already exists 08:20:00 bd117ab413ab: Layer already exists 08:20:00 3f9ebe693015: Layer already exists 08:20:00 d10d110b04d8: Layer already exists 08:20:00 b39fccad6e82: Layer already exists 08:20:00 6af7fb3bc1bb: Layer already exists 08:20:00 dd9c8f8612c8: Layer already exists 08:20:00 be14cb802dc5: Layer already exists 08:20:00 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:01 + 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 08:20:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 08:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 08:20:01 d17869db241e: Preparing 08:20:01 bd117ab413ab: Preparing 08:20:01 3d90fa678f5b: Preparing 08:20:01 3f9ebe693015: Preparing 08:20:01 d9775fafb56e: Preparing 08:20:01 6af7fb3bc1bb: Preparing 08:20:01 d10d110b04d8: Preparing 08:20:01 be14cb802dc5: Preparing 08:20:01 b39fccad6e82: Preparing 08:20:01 dd9c8f8612c8: Preparing 08:20:01 6af7fb3bc1bb: Waiting 08:20:01 b39fccad6e82: Waiting 08:20:01 d10d110b04d8: Waiting 08:20:01 be14cb802dc5: Waiting 08:20:01 dd9c8f8612c8: Waiting 08:20:01 d17869db241e: Layer already exists 08:20:01 bd117ab413ab: Layer already exists 08:20:01 3d90fa678f5b: Layer already exists 08:20:01 d9775fafb56e: Layer already exists 08:20:01 3f9ebe693015: Layer already exists 08:20:01 6af7fb3bc1bb: Layer already exists 08:20:01 d10d110b04d8: Layer already exists 08:20:01 dd9c8f8612c8: Layer already exists 08:20:01 b39fccad6e82: Layer already exists 08:20:01 be14cb802dc5: Layer already exists 08:20:01 main: digest: sha256:2bfdcd29718b670e0a42b6ef6cd8da9fd19350c11ceaa5d62b1070734462e733 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:20:01 ===================================================== [Pipeline] echo 08:20:01 taggedImages: 08:20:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:20:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 08:20:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 08:20:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:20:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:20:01 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 08:20:01 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:20:01 latest 08:20:01 4.1.0-dev.27 08:20:01 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:20:01 main 08:20:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:20:02 306e4174d507: Preparing 08:20:02 debd7e4c7b34: Preparing 08:20:02 51d7eeee45e9: Preparing 08:20:02 3f9ebe693015: Preparing 08:20:02 d9775fafb56e: Preparing 08:20:02 36130640179e: Preparing 08:20:02 5ba4f958ec07: Preparing 08:20:02 bee2d0cf7eb3: Preparing 08:20:02 dd9c8f8612c8: Preparing 08:20:02 36130640179e: Waiting 08:20:02 5ba4f958ec07: Waiting 08:20:02 bee2d0cf7eb3: Waiting 08:20:02 dd9c8f8612c8: Waiting 08:20:02 3f9ebe693015: Layer already exists 08:20:02 d9775fafb56e: Layer already exists 08:20:02 debd7e4c7b34: Pushed 08:20:02 306e4174d507: Pushed 08:20:02 51d7eeee45e9: Pushed 08:20:02 5ba4f958ec07: Pushed 08:20:02 dd9c8f8612c8: Layer already exists 08:20:03 bee2d0cf7eb3: Pushed 08:20:30 36130640179e: Pushed 08:20:30 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:30 + 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 08:20:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:20:30 306e4174d507: Preparing 08:20:30 debd7e4c7b34: Preparing 08:20:30 51d7eeee45e9: Preparing 08:20:30 3f9ebe693015: Preparing 08:20:30 d9775fafb56e: Preparing 08:20:30 36130640179e: Preparing 08:20:30 5ba4f958ec07: Preparing 08:20:30 bee2d0cf7eb3: Preparing 08:20:30 dd9c8f8612c8: Preparing 08:20:30 36130640179e: Waiting 08:20:30 5ba4f958ec07: Waiting 08:20:30 bee2d0cf7eb3: Waiting 08:20:30 dd9c8f8612c8: Waiting 08:20:30 3f9ebe693015: Layer already exists 08:20:30 306e4174d507: Layer already exists 08:20:30 51d7eeee45e9: Layer already exists 08:20:30 d9775fafb56e: Layer already exists 08:20:30 debd7e4c7b34: Layer already exists 08:20:30 bee2d0cf7eb3: Layer already exists 08:20:30 36130640179e: Layer already exists 08:20:30 5ba4f958ec07: Layer already exists 08:20:30 dd9c8f8612c8: Layer already exists 08:20:30 latest: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 08:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:20:31 306e4174d507: Preparing 08:20:31 debd7e4c7b34: Preparing 08:20:31 51d7eeee45e9: Preparing 08:20:31 3f9ebe693015: Preparing 08:20:31 d9775fafb56e: Preparing 08:20:31 36130640179e: Preparing 08:20:31 5ba4f958ec07: Preparing 08:20:31 bee2d0cf7eb3: Preparing 08:20:31 dd9c8f8612c8: Preparing 08:20:31 36130640179e: Waiting 08:20:31 5ba4f958ec07: Waiting 08:20:31 bee2d0cf7eb3: Waiting 08:20:31 dd9c8f8612c8: Waiting 08:20:31 debd7e4c7b34: Layer already exists 08:20:31 306e4174d507: Layer already exists 08:20:31 3f9ebe693015: Layer already exists 08:20:31 51d7eeee45e9: Layer already exists 08:20:31 d9775fafb56e: Layer already exists 08:20:31 5ba4f958ec07: Layer already exists 08:20:31 36130640179e: Layer already exists 08:20:31 bee2d0cf7eb3: Layer already exists 08:20:31 dd9c8f8612c8: Layer already exists 08:20:31 4.1.0-dev.27: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:20:32 306e4174d507: Preparing 08:20:32 debd7e4c7b34: Preparing 08:20:32 51d7eeee45e9: Preparing 08:20:32 3f9ebe693015: Preparing 08:20:32 d9775fafb56e: Preparing 08:20:32 36130640179e: Preparing 08:20:32 5ba4f958ec07: Preparing 08:20:32 bee2d0cf7eb3: Preparing 08:20:32 dd9c8f8612c8: Preparing 08:20:32 5ba4f958ec07: Waiting 08:20:32 bee2d0cf7eb3: Waiting 08:20:32 dd9c8f8612c8: Waiting 08:20:32 36130640179e: Waiting 08:20:32 306e4174d507: Layer already exists 08:20:32 51d7eeee45e9: Layer already exists 08:20:32 d9775fafb56e: Layer already exists 08:20:32 debd7e4c7b34: Layer already exists 08:20:32 3f9ebe693015: Layer already exists 08:20:32 36130640179e: Layer already exists 08:20:32 bee2d0cf7eb3: Layer already exists 08:20:32 5ba4f958ec07: Layer already exists 08:20:32 dd9c8f8612c8: Layer already exists 08:20:32 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:33 + 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 08:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 08:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 08:20:33 306e4174d507: Preparing 08:20:33 debd7e4c7b34: Preparing 08:20:33 51d7eeee45e9: Preparing 08:20:33 3f9ebe693015: Preparing 08:20:33 d9775fafb56e: Preparing 08:20:33 36130640179e: Preparing 08:20:33 5ba4f958ec07: Preparing 08:20:33 bee2d0cf7eb3: Preparing 08:20:33 dd9c8f8612c8: Preparing 08:20:33 5ba4f958ec07: Waiting 08:20:33 bee2d0cf7eb3: Waiting 08:20:33 dd9c8f8612c8: Waiting 08:20:33 36130640179e: Waiting 08:20:33 3f9ebe693015: Layer already exists 08:20:33 d9775fafb56e: Layer already exists 08:20:33 306e4174d507: Layer already exists 08:20:33 51d7eeee45e9: Layer already exists 08:20:33 debd7e4c7b34: Layer already exists 08:20:33 36130640179e: Layer already exists 08:20:33 dd9c8f8612c8: Layer already exists 08:20:33 5ba4f958ec07: Layer already exists 08:20:33 bee2d0cf7eb3: Layer already exists 08:20:33 main: digest: sha256:006ed31c9fd6a55baf7b2c7d49692b94d8b3ef825a8298f1ab3a94616ba926dc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:20:33 ===================================================== [Pipeline] echo 08:20:33 taggedImages: 08:20:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:20:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 08:20:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 08:20:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:20:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:20:33 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 08:20:33 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:20:33 latest 08:20:33 4.1.0-dev.27 08:20:33 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:20:33 main 08:20:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:20:35 62c6e885fcb5: Preparing 08:20:35 756eb7a83103: Preparing 08:20:35 90e11882c013: Preparing 08:20:35 3f9ebe693015: Preparing 08:20:35 d9775fafb56e: Preparing 08:20:35 332788f0b1da: Preparing 08:20:35 be14cb802dc5: Preparing 08:20:35 b39fccad6e82: Preparing 08:20:35 dd9c8f8612c8: Preparing 08:20:35 b39fccad6e82: Waiting 08:20:35 dd9c8f8612c8: Waiting 08:20:35 332788f0b1da: Waiting 08:20:35 be14cb802dc5: Waiting 08:20:35 d9775fafb56e: Layer already exists 08:20:35 3f9ebe693015: Layer already exists 08:20:35 be14cb802dc5: Layer already exists 08:20:35 90e11882c013: Pushed 08:20:35 b39fccad6e82: Layer already exists 08:20:35 756eb7a83103: Pushed 08:20:35 62c6e885fcb5: Pushed 08:20:35 dd9c8f8612c8: Layer already exists 08:21:02 332788f0b1da: Pushed 08:21:02 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:02 + 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 08:21:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:21:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:21:02 62c6e885fcb5: Preparing 08:21:02 756eb7a83103: Preparing 08:21:02 90e11882c013: Preparing 08:21:02 3f9ebe693015: Preparing 08:21:02 d9775fafb56e: Preparing 08:21:02 332788f0b1da: Preparing 08:21:02 be14cb802dc5: Preparing 08:21:02 b39fccad6e82: Preparing 08:21:02 dd9c8f8612c8: Preparing 08:21:02 be14cb802dc5: Waiting 08:21:02 b39fccad6e82: Waiting 08:21:02 dd9c8f8612c8: Waiting 08:21:02 332788f0b1da: Waiting 08:21:02 d9775fafb56e: Layer already exists 08:21:02 62c6e885fcb5: Layer already exists 08:21:02 90e11882c013: Layer already exists 08:21:02 3f9ebe693015: Layer already exists 08:21:02 756eb7a83103: Layer already exists 08:21:02 be14cb802dc5: Layer already exists 08:21:02 332788f0b1da: Layer already exists 08:21:02 b39fccad6e82: Layer already exists 08:21:02 dd9c8f8612c8: Layer already exists 08:21:02 latest: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 08:21:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:21:03 62c6e885fcb5: Preparing 08:21:03 756eb7a83103: Preparing 08:21:03 90e11882c013: Preparing 08:21:03 3f9ebe693015: Preparing 08:21:03 d9775fafb56e: Preparing 08:21:03 332788f0b1da: Preparing 08:21:03 be14cb802dc5: Preparing 08:21:03 b39fccad6e82: Preparing 08:21:03 dd9c8f8612c8: Preparing 08:21:03 332788f0b1da: Waiting 08:21:03 be14cb802dc5: Waiting 08:21:03 b39fccad6e82: Waiting 08:21:03 dd9c8f8612c8: Waiting 08:21:03 756eb7a83103: Layer already exists 08:21:03 62c6e885fcb5: Layer already exists 08:21:03 3f9ebe693015: Layer already exists 08:21:03 d9775fafb56e: Layer already exists 08:21:03 90e11882c013: Layer already exists 08:21:03 b39fccad6e82: Layer already exists 08:21:03 332788f0b1da: Layer already exists 08:21:03 be14cb802dc5: Layer already exists 08:21:03 dd9c8f8612c8: Layer already exists 08:21:03 4.1.0-dev.27: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:04 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:21:04 62c6e885fcb5: Preparing 08:21:04 756eb7a83103: Preparing 08:21:04 90e11882c013: Preparing 08:21:04 3f9ebe693015: Preparing 08:21:04 d9775fafb56e: Preparing 08:21:04 332788f0b1da: Preparing 08:21:04 be14cb802dc5: Preparing 08:21:04 b39fccad6e82: Preparing 08:21:04 dd9c8f8612c8: Preparing 08:21:04 be14cb802dc5: Waiting 08:21:04 b39fccad6e82: Waiting 08:21:04 dd9c8f8612c8: Waiting 08:21:04 332788f0b1da: Waiting 08:21:04 d9775fafb56e: Layer already exists 08:21:04 90e11882c013: Layer already exists 08:21:04 62c6e885fcb5: Layer already exists 08:21:04 3f9ebe693015: Layer already exists 08:21:04 756eb7a83103: Layer already exists 08:21:04 be14cb802dc5: Layer already exists 08:21:04 332788f0b1da: Layer already exists 08:21:04 b39fccad6e82: Layer already exists 08:21:04 dd9c8f8612c8: Layer already exists 08:21:04 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:05 + 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 08:21:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 08:21:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 08:21:05 62c6e885fcb5: Preparing 08:21:05 756eb7a83103: Preparing 08:21:05 90e11882c013: Preparing 08:21:05 3f9ebe693015: Preparing 08:21:05 d9775fafb56e: Preparing 08:21:05 332788f0b1da: Preparing 08:21:05 be14cb802dc5: Preparing 08:21:05 b39fccad6e82: Preparing 08:21:05 dd9c8f8612c8: Preparing 08:21:05 be14cb802dc5: Waiting 08:21:05 b39fccad6e82: Waiting 08:21:05 dd9c8f8612c8: Waiting 08:21:05 332788f0b1da: Waiting 08:21:05 90e11882c013: Layer already exists 08:21:05 d9775fafb56e: Layer already exists 08:21:05 3f9ebe693015: Layer already exists 08:21:05 62c6e885fcb5: Layer already exists 08:21:05 756eb7a83103: Layer already exists 08:21:05 be14cb802dc5: Layer already exists 08:21:05 332788f0b1da: Layer already exists 08:21:05 b39fccad6e82: Layer already exists 08:21:05 dd9c8f8612c8: Layer already exists 08:21:05 main: digest: sha256:1f349d0097dfdd24d2c1d9dc95a4fcdea0a65ad5ca39f763397120b6aafd7b52 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:21:05 ===================================================== [Pipeline] echo 08:21:05 taggedImages: 08:21:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 08:21:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 08:21:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:21:06 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 08:21:06 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:06 latest 08:21:06 4.1.0-dev.27 08:21:06 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:06 main 08:21:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:21:06 b0ffc8d39454: Preparing 08:21:06 5a074de0f1ac: Preparing 08:21:06 3f9ebe693015: Preparing 08:21:06 d9775fafb56e: Preparing 08:21:06 3e433def6dd5: Preparing 08:21:06 a3bd150b244c: Preparing 08:21:06 dd9c8f8612c8: Preparing 08:21:06 a3bd150b244c: Waiting 08:21:06 dd9c8f8612c8: Waiting 08:21:06 3f9ebe693015: Layer already exists 08:21:06 d9775fafb56e: Layer already exists 08:21:06 dd9c8f8612c8: Layer already exists 08:21:06 3e433def6dd5: Pushed 08:21:06 b0ffc8d39454: Pushed 08:21:07 a3bd150b244c: Pushed 08:21:14 5a074de0f1ac: Pushed 08:21:14 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:15 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:21:15 b0ffc8d39454: Preparing 08:21:15 5a074de0f1ac: Preparing 08:21:15 3f9ebe693015: Preparing 08:21:15 d9775fafb56e: Preparing 08:21:15 3e433def6dd5: Preparing 08:21:15 a3bd150b244c: Preparing 08:21:15 dd9c8f8612c8: Preparing 08:21:15 a3bd150b244c: Waiting 08:21:15 dd9c8f8612c8: Waiting 08:21:15 3e433def6dd5: Layer already exists 08:21:15 5a074de0f1ac: Layer already exists 08:21:15 3f9ebe693015: Layer already exists 08:21:15 d9775fafb56e: Layer already exists 08:21:15 b0ffc8d39454: Layer already exists 08:21:15 dd9c8f8612c8: Layer already exists 08:21:15 a3bd150b244c: Layer already exists 08:21:15 latest: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:16 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 08:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:21:16 b0ffc8d39454: Preparing 08:21:16 5a074de0f1ac: Preparing 08:21:16 3f9ebe693015: Preparing 08:21:16 d9775fafb56e: Preparing 08:21:16 3e433def6dd5: Preparing 08:21:16 a3bd150b244c: Preparing 08:21:16 dd9c8f8612c8: Preparing 08:21:16 a3bd150b244c: Waiting 08:21:16 dd9c8f8612c8: Waiting 08:21:16 3f9ebe693015: Layer already exists 08:21:16 b0ffc8d39454: Layer already exists 08:21:16 d9775fafb56e: Layer already exists 08:21:16 3e433def6dd5: Layer already exists 08:21:16 5a074de0f1ac: Layer already exists 08:21:16 dd9c8f8612c8: Layer already exists 08:21:16 a3bd150b244c: Layer already exists 08:21:16 4.1.0-dev.27: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:21:17 b0ffc8d39454: Preparing 08:21:17 5a074de0f1ac: Preparing 08:21:17 3f9ebe693015: Preparing 08:21:17 d9775fafb56e: Preparing 08:21:17 3e433def6dd5: Preparing 08:21:17 a3bd150b244c: Preparing 08:21:17 dd9c8f8612c8: Preparing 08:21:17 a3bd150b244c: Waiting 08:21:17 dd9c8f8612c8: Waiting 08:21:17 3f9ebe693015: Layer already exists 08:21:17 5a074de0f1ac: Layer already exists 08:21:17 b0ffc8d39454: Layer already exists 08:21:17 3e433def6dd5: Layer already exists 08:21:17 d9775fafb56e: Layer already exists 08:21:17 dd9c8f8612c8: Layer already exists 08:21:17 a3bd150b244c: Layer already exists 08:21:17 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 08:21:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 08:21:18 b0ffc8d39454: Preparing 08:21:18 5a074de0f1ac: Preparing 08:21:18 3f9ebe693015: Preparing 08:21:18 d9775fafb56e: Preparing 08:21:18 3e433def6dd5: Preparing 08:21:18 a3bd150b244c: Preparing 08:21:18 dd9c8f8612c8: Preparing 08:21:18 a3bd150b244c: Waiting 08:21:18 dd9c8f8612c8: Waiting 08:21:18 b0ffc8d39454: Layer already exists 08:21:18 d9775fafb56e: Layer already exists 08:21:18 3f9ebe693015: Layer already exists 08:21:18 3e433def6dd5: Layer already exists 08:21:18 5a074de0f1ac: Layer already exists 08:21:18 a3bd150b244c: Layer already exists 08:21:18 dd9c8f8612c8: Layer already exists 08:21:18 main: digest: sha256:0cbae02ce9b34a3427458655aedc5feff73138a8c8c057eabe7fa06124cc3ca3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:21:19 ===================================================== [Pipeline] echo 08:21:19 taggedImages: 08:21:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 08:21:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 08:21:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:19 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:21:19 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 08:21:19 edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:19 latest 08:21:19 4.1.0-dev.27 08:21:19 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:19 main 08:21:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:21:19 5d5d5338796f: Preparing 08:21:19 553d4c17e066: Preparing 08:21:19 3f9ebe693015: Preparing 08:21:19 d9775fafb56e: Preparing 08:21:19 e504dc6555fd: Preparing 08:21:19 5301526c5b5f: Preparing 08:21:19 dd9c8f8612c8: Preparing 08:21:19 5301526c5b5f: Waiting 08:21:19 dd9c8f8612c8: Waiting 08:21:19 3f9ebe693015: Layer already exists 08:21:19 d9775fafb56e: Layer already exists 08:21:19 dd9c8f8612c8: Layer already exists 08:21:19 e504dc6555fd: Pushed 08:21:19 5d5d5338796f: Pushed 08:21:20 5301526c5b5f: Pushed 08:21:28 553d4c17e066: Pushed 08:21:28 edd24ad75155bd1cc625599aa20a87c8d300eed2: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:21:29 5d5d5338796f: Preparing 08:21:29 553d4c17e066: Preparing 08:21:29 3f9ebe693015: Preparing 08:21:29 d9775fafb56e: Preparing 08:21:29 e504dc6555fd: Preparing 08:21:29 5301526c5b5f: Preparing 08:21:29 dd9c8f8612c8: Preparing 08:21:29 5301526c5b5f: Waiting 08:21:29 dd9c8f8612c8: Waiting 08:21:29 e504dc6555fd: Layer already exists 08:21:29 3f9ebe693015: Layer already exists 08:21:29 553d4c17e066: Layer already exists 08:21:29 5d5d5338796f: Layer already exists 08:21:29 d9775fafb56e: Layer already exists 08:21:29 dd9c8f8612c8: Layer already exists 08:21:29 5301526c5b5f: Layer already exists 08:21:29 latest: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 08:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:21:30 5d5d5338796f: Preparing 08:21:30 553d4c17e066: Preparing 08:21:30 3f9ebe693015: Preparing 08:21:30 d9775fafb56e: Preparing 08:21:30 e504dc6555fd: Preparing 08:21:30 5301526c5b5f: Preparing 08:21:30 dd9c8f8612c8: Preparing 08:21:30 5301526c5b5f: Waiting 08:21:30 dd9c8f8612c8: Waiting 08:21:30 3f9ebe693015: Layer already exists 08:21:30 d9775fafb56e: Layer already exists 08:21:30 5d5d5338796f: Layer already exists 08:21:30 e504dc6555fd: Layer already exists 08:21:30 553d4c17e066: Layer already exists 08:21:30 dd9c8f8612c8: Layer already exists 08:21:30 5301526c5b5f: Layer already exists 08:21:30 4.1.0-dev.27: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:21:31 5d5d5338796f: Preparing 08:21:31 553d4c17e066: Preparing 08:21:31 3f9ebe693015: Preparing 08:21:31 d9775fafb56e: Preparing 08:21:31 e504dc6555fd: Preparing 08:21:31 5301526c5b5f: Preparing 08:21:31 dd9c8f8612c8: Preparing 08:21:31 5301526c5b5f: Waiting 08:21:31 dd9c8f8612c8: Waiting 08:21:31 d9775fafb56e: Layer already exists 08:21:31 5d5d5338796f: Layer already exists 08:21:31 553d4c17e066: Layer already exists 08:21:31 e504dc6555fd: Layer already exists 08:21:31 3f9ebe693015: Layer already exists 08:21:31 dd9c8f8612c8: Layer already exists 08:21:31 5301526c5b5f: Layer already exists 08:21:32 edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 08:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 08:21:32 5d5d5338796f: Preparing 08:21:32 553d4c17e066: Preparing 08:21:32 3f9ebe693015: Preparing 08:21:32 d9775fafb56e: Preparing 08:21:32 e504dc6555fd: Preparing 08:21:32 5301526c5b5f: Preparing 08:21:32 dd9c8f8612c8: Preparing 08:21:32 5301526c5b5f: Waiting 08:21:32 dd9c8f8612c8: Waiting 08:21:32 5d5d5338796f: Layer already exists 08:21:32 553d4c17e066: Layer already exists 08:21:32 d9775fafb56e: Layer already exists 08:21:32 3f9ebe693015: Layer already exists 08:21:32 e504dc6555fd: Layer already exists 08:21:32 5301526c5b5f: Layer already exists 08:21:32 dd9c8f8612c8: Layer already exists 08:21:32 main: digest: sha256:bf8570f73c4706d45b5d7e849aa88d7c7b812c120bb07d4e7f03ae57a173ae88 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:21:33 ===================================================== [Pipeline] echo 08:21:33 taggedImages: 08:21:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 08:21:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 08:21:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 08:21:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 08:21:33 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.27 [Pipeline] echo 08:21:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:edd24ad75155bd1cc625599aa20a87c8d300eed2-4.1.0-dev.27 [Pipeline] echo 08:21:33 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 08:21:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:21:34 08:21:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:21:34 arm64: Pulling from edgex-lftools-log-publisher 08:21:34 8998bd30e6a1: Pulling fs layer 08:21:34 04944245beec: Pulling fs layer 08:21:34 699f458cf7ca: Pulling fs layer 08:21:34 765212b225bb: Pulling fs layer 08:21:34 f23df028b6ca: Pulling fs layer 08:21:34 765212b225bb: Waiting 08:21:34 f23df028b6ca: Waiting 08:21:34 d65c8cfc05b1: Pulling fs layer 08:21:34 2437ff75d9bd: Pulling fs layer 08:21:34 d65c8cfc05b1: Waiting 08:21:34 2437ff75d9bd: Waiting 08:21:34 04944245beec: Verifying Checksum 08:21:34 04944245beec: Download complete 08:21:34 765212b225bb: Verifying Checksum 08:21:34 765212b225bb: Download complete 08:21:34 f23df028b6ca: Verifying Checksum 08:21:34 f23df028b6ca: Download complete 08:21:34 d65c8cfc05b1: Verifying Checksum 08:21:34 d65c8cfc05b1: Download complete 08:21:35 699f458cf7ca: Verifying Checksum 08:21:35 699f458cf7ca: Download complete 08:21:35 8998bd30e6a1: Verifying Checksum 08:21:35 8998bd30e6a1: Download complete 08:21:37 2437ff75d9bd: Verifying Checksum 08:21:37 2437ff75d9bd: Download complete 08:21:40 8998bd30e6a1: Pull complete 08:21:40 04944245beec: Pull complete 08:21:42 699f458cf7ca: Pull complete 08:21:42 765212b225bb: Pull complete 08:21:43 f23df028b6ca: Pull complete 08:21:43 d65c8cfc05b1: Pull complete 08:22:01 2437ff75d9bd: Pull complete 08:22:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:22:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:22:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:01 prd-ubuntu20.04-docker-arm64-4c-16g-3773 does not seem to be running inside a container 08:22:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@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 08:22:04 $ docker top cd99f68a63ce795df28a84965473c23fb408fa9086821973d9a3df71377578c4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:22:05 ---> job-cost.sh 08:22:05 lf-activate-venv: SKIPPING 08:22:05 INFO: No Stack... 08:22:06 INFO: Retrieving Pricing Info for: v3-standard-4 08:22:06 INFO: Archiving Costs [Pipeline] sh 08:22:07 + cat /w/workspace/edgex-go/859/archives/cost.csv 08:22:07 + cut -d, -f6 [Pipeline] lock 08:22:07 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-859-stack-cost] 08:22:07 Resource [jenkins-edgexfoundry-edgex-go-main-859-stack-cost] did not exist. Created. 08:22:07 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-859-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:22:07 + echo total: 0.10999999940395355 [Pipeline] stash 08:22:08 Stashed 1 file(s) [Pipeline] } 08:22:08 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-859-stack-cost] [Pipeline] // lock [Pipeline] } 08:22:08 $ docker stop --time=1 cd99f68a63ce795df28a84965473c23fb408fa9086821973d9a3df71377578c4 08:22:10 $ docker rm -f --volumes cd99f68a63ce795df28a84965473c23fb408fa9086821973d9a3df71377578c4 [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 08:22:10 provisioning config files... 08:22:10 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/859@tmp/config11285357690223731518tmp [Pipeline] { [Pipeline] sh 08:22:11 + set +x 08:22:11 + curl -s https://codecov.io/bash 08:22:11 + bash -s -- 08:22:11 08:22:11 _____ _ 08:22:11 / ____| | | 08:22:11 | | ___ __| | ___ ___ _____ __ 08:22:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:22:11 | |___| (_) | (_| | __/ (_| (_) \ V / 08:22:11 \_____\___/ \__,_|\___|\___\___/ \_/ 08:22:11 Bash-1.0.6 08:22:11 08:22:11 08:22:11 ==> git version 2.25.1 found 08:22:11 ==> 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 08:22:11 Release-Date: 2020-01-08 08:22:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:22:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:22:11 ==> Jenkins CI detected. 08:22:11 current dir:  /w/workspace/edgex-go/859 08:22:11 project root: . 08:22:11 --> token set from env 08:22:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:22:11 ==> Running gcov in . (disable via -X gcov) 08:22:11 ==> Python coveragepy not found 08:22:11 ==> Searching for coverage reports in: 08:22:11 + . 08:22:11 -> Found 1 reports 08:22:11 ==> Detecting git/mercurial file structure 08:22:11 ==> Reading reports 08:22:11 + ./coverage.out bytes=1665452 08:22:11 ==> Appending adjustments 08:22:11 https://docs.codecov.io/docs/fixing-reports 08:22:12 + Found adjustments 08:22:12 ==> Gzipping contents 08:22:12 140K /tmp/codecov.ddf4sN.gz 08:22:12 ==> Uploading reports 08:22:12 url: https://codecov.io 08:22:12 query: branch=main&commit=edd24ad75155bd1cc625599aa20a87c8d300eed2&build=859&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F859%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:22:12 -> Pinging Codecov 08:22:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=edd24ad75155bd1cc625599aa20a87c8d300eed2&build=859&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F859%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:22:12 -> Uploading to 08:22:12 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/edd24ad75155bd1cc625599aa20a87c8d300eed2/b937352d-557c-4d2c-a132-afcf1c43c466.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250623%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250623T082212Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=8adfca17fe416a8b06c1ac20de4c4607c150c2a5c191fb7290af3a7e889a1ca6 08:22:12 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:12 Dload Upload Total Spent Left Speed 08:22:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 365k --:--:-- --:--:-- --:--:-- 365k 08:22:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/edd24ad75155bd1cc625599aa20a87c8d300eed2 [Pipeline] } 08:22:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:22:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:22:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:22:14 08:22:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:22:14 latest: Pulling from edgex-devops/edgex-snyk-go 08:22:14 0a9a5dfd008f: Already exists 08:22:14 36466aa92d05: Already exists 08:22:14 e10405b45d13: Already exists 08:22:14 096b7ceb2af7: Already exists 08:22:14 4f4fb700ef54: Already exists 08:22:14 e50aa161e22a: Pulling fs layer 08:22:14 d3c8db5fb9df: Pulling fs layer 08:22:14 e50aa161e22a: Verifying Checksum 08:22:14 e50aa161e22a: Download complete 08:22:15 e50aa161e22a: Pull complete 08:22:15 d3c8db5fb9df: Verifying Checksum 08:22:15 d3c8db5fb9df: Download complete 08:22:18 d3c8db5fb9df: Pull complete 08:22:18 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 08:22:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:22:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:18 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 08:22:18 $ 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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 08:22:20 $ docker top 4148b2dc47da4332768cb16cf656a15256a1d7c63a5dd2c6fa2bb01a3f68a1a8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:22:20 + git config --global --add safe.directory /w/workspace/edgex-go/859 [Pipeline] echo 08:22:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 08:22:21 + set -o pipefail 08:22:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 08:22:33 08:22:33 Monitoring /w/workspace/edgex-go/859 (github.com/edgexfoundry/edgex-go)... 08:22:33 08:22:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/df4487ca-2f47-4dc4-a666-1766085b96d3 08:22:33 08:22:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:22:33 [Pipeline] } 08:22:33 $ docker stop --time=1 4148b2dc47da4332768cb16cf656a15256a1d7c63a5dd2c6fa2bb01a3f68a1a8 08:22:35 $ docker rm -f --volumes 4148b2dc47da4332768cb16cf656a15256a1d7c63a5dd2c6fa2bb01a3f68a1a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 08:22:35 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:22:35 provisioning config files... 08:22:35 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/859@tmp/config5659157216371306909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:22:36 --> edgex-publish-swagger.sh 08:22:36 === Publish openapi API === 08:22:36 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 08:22:36 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/859/openapi/core-command.yaml] 08:22:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:36 Dload Upload Total Spent Left Speed 08:22:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 237 117k --:--:-- --:--:-- --:--:-- 117k 08:22:36 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:36 08:22:36 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/859/openapi/core-data.yaml] 08:22:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:36 Dload Upload Total Spent Left Speed 08:22:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 267 280k --:--:-- --:--:-- --:--:-- 280k 08:22:36 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:36 08:22:36 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/859/openapi/core-keeper.yaml] 08:22:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:36 Dload Upload Total Spent Left Speed 08:22:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 220 98k --:--:-- --:--:-- --:--:-- 98k 08:22:36 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:36 08:22:36 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/859/openapi/core-metadata.yaml] 08:22:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:36 Dload Upload Total Spent Left Speed 08:22:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 354 843k --:--:-- --:--:-- --:--:-- 848k 08:22:37 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:37 08:22:37 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/859/openapi/security-proxy-auth.yaml] 08:22:37 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:37 Dload Upload Total Spent Left Speed 08:22:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 390 141k --:--:-- --:--:-- --:--:-- 142k 08:22:37 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:37 08:22:37 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/859/openapi/security-secretstore-setup.yaml] 08:22:37 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:37 Dload Upload Total Spent Left Speed 08:22:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 468 27751 --:--:-- --:--:-- --:--:-- 28219 08:22:37 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:37 08:22:37 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/859/openapi/support-notifications.yaml] 08:22:37 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:37 Dload Upload Total Spent Left Speed 08:22:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 362 536k --:--:-- --:--:-- --:--:-- 533k 100 97k 100 66 100 99976 362 536k --:--:-- --:--:-- --:--:-- 533k 08:22:37 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:37 08:22:37 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/859/openapi/support-scheduler.yaml] 08:22:37 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:37 Dload Upload Total Spent Left Speed 08:22:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 417 313k --:--:-- --:--:-- --:--:-- 313k 08:22:37 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 08:22:37 [Pipeline] } 08:22:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 08:22:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:22:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:22:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:38 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 08:22:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:22:39 $ docker top 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:22:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:22:39 [ssh-agent] Looking for ssh-agent implementation... 08:22:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:22:39 $ docker exec 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c ssh-agent 08:22:39 SSH_AUTH_SOCK=/tmp/ssh-wAsn4pOi0ahP/agent.32 08:22:39 SSH_AGENT_PID=38 08:22:39 Running ssh-add (command line suppressed) 08:22:39 Identity added: /w/workspace/edgex-go/859@tmp/private_key_12582042808034098653.key (/w/workspace/edgex-go/859@tmp/private_key_12582042808034098653.key) 08:22:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:22:39 + git semver tag 08:22:40 2025-06-23 08:22:39,998 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:22:40 2025-06-23 08:22:40,003 [run_tag] DEBUG tag force:False 08:22:40 2025-06-23 08:22:40,003 [check_head_tag] DEBUG check head tag 08:22:40 2025-06-23 08:22:40,004 [execute] INFO git cat-file --batch-check 08:22:40 2025-06-23 08:22:40,004 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/859, stdin=, shell=False, universal_newlines=False) 08:22:40 2025-06-23 08:22:40,006 [execute] INFO git cat-file --batch 08:22:40 2025-06-23 08:22:40,007 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/859, stdin=, shell=False, universal_newlines=False) 08:22:40 2025-06-23 08:22:40,019 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 08:22:40 2025-06-23 08:22:40,020 [execute] INFO git tag -a v4.1.0-dev.27 -m v4.1.0-dev.27 08:22:40 2025-06-23 08:22:40,020 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.27', '-m', 'v4.1.0-dev.27'], cwd=/w/workspace/edgex-go/859, stdin=None, shell=False, universal_newlines=False) 08:22:40 2025-06-23 08:22:40,022 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 08:22:40 4.1.0-dev.27 [Pipeline] } 08:22:40 $ docker exec --env ******** --env ******** 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c ssh-agent -k 08:22:40 unset SSH_AUTH_SOCK; 08:22:40 unset SSH_AGENT_PID; 08:22:40 echo Agent pid 38 killed; 08:22:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:22:40 + git semver [Pipeline] } 08:22:40 $ docker stop --time=1 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c 08:22:42 $ docker rm -f --volumes 8cb1a199e75ecf302450a438a62858a237facaf2d9209d490ffe7f109bf6bf0c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:22:42 08:22:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:22:42 0.23.1-centos7: Pulling from edgex-lftools 08:22:42 ab5ef0e58194: Pulling fs layer 08:22:42 9712f1f96733: Pulling fs layer 08:22:42 63f879dbbcfc: Pulling fs layer 08:22:42 0d9ebad4ef96: Pulling fs layer 08:22:42 e9a5061849ea: Pulling fs layer 08:22:42 d747dcd14b5f: Pulling fs layer 08:22:42 2de7ff778b66: Pulling fs layer 08:22:42 e9a5061849ea: Waiting 08:22:42 d747dcd14b5f: Waiting 08:22:42 0d9ebad4ef96: Waiting 08:22:42 2de7ff778b66: Waiting 08:22:42 9712f1f96733: Download complete 08:22:43 63f879dbbcfc: Verifying Checksum 08:22:43 63f879dbbcfc: Download complete 08:22:43 e9a5061849ea: Verifying Checksum 08:22:43 e9a5061849ea: Download complete 08:22:43 d747dcd14b5f: Download complete 08:22:43 0d9ebad4ef96: Verifying Checksum 08:22:43 0d9ebad4ef96: Download complete 08:22:43 ab5ef0e58194: Download complete 08:22:43 2de7ff778b66: Verifying Checksum 08:22:43 2de7ff778b66: Download complete 08:22:46 ab5ef0e58194: Pull complete 08:22:46 9712f1f96733: Pull complete 08:22:46 63f879dbbcfc: Pull complete 08:22:50 0d9ebad4ef96: Pull complete 08:22:50 e9a5061849ea: Pull complete 08:22:50 d747dcd14b5f: Pull complete 08:22:51 2de7ff778b66: Pull complete 08:22:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:22:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:22:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:51 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 08:22:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:22:53 $ docker top 3f2fb0abf1cb2c9bc48e2d4c6b168699cec3c7148ae7b942265570b7ce0e132b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:22:53 provisioning config files... 08:22:53 copy managed file [sigul-config] to file:/w/workspace/edgex-go/859@tmp/config3104485120419625805tmp 08:22:53 copy managed file [sigul-password] to file:/w/workspace/edgex-go/859@tmp/config4010675817831834775tmp 08:22:53 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/859@tmp/config7075785313739710784tmp [Pipeline] { [Pipeline] echo 08:22:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:22:54 ---> sigul-configuration.sh 08:22:54 gpg: directory `/root/.gnupg' created 08:22:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:22:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:22:54 gpg: keyring `/root/.gnupg/secring.gpg' created 08:22:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:22:54 gpg: CAST5 encrypted data 08:22:54 gpg: encrypted with 1 passphrase 08:22:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:22:54 + mkdir /home/jenkins 08:22:54 + mkdir /home/jenkins/sigul [Pipeline] sh 08:22:54 + 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 08:22:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:22:54 ---> sigul-install.sh 08:22:54 Sigul already installed; skipping installation. [Pipeline] sh 08:22:55 + git tag --list 08:22:55 0.6.0 08:22:55 0.6.1 08:22:55 0.7.0 08:22:55 0.7.1 08:22:55 v1.0.0 08:22:55 v1.0.1 08:22:55 v1.1.0 08:22:55 v1.2.0 08:22:55 v1.2.1 08:22:55 v1.3.0 08:22:55 v1.3.1 08:22:55 v2.0.0 08:22:55 v2.1.0 08:22:55 v2.1.1 08:22:55 v2.2.0 08:22:55 v2.3.0 08:22:55 v3.0 08:22:55 v3.0.0 08:22:55 v3.1 08:22:55 v3.1.0 08:22:55 v3.1.1 08:22:55 v4.0 08:22:55 v4.0.0 08:22:55 v4.0.1 08:22:55 v4.0.1-dev.1 08:22:55 v4.1.0-dev.1 08:22:55 v4.1.0-dev.10 08:22:55 v4.1.0-dev.11 08:22:55 v4.1.0-dev.12 08:22:55 v4.1.0-dev.13 08:22:55 v4.1.0-dev.14 08:22:55 v4.1.0-dev.15 08:22:55 v4.1.0-dev.16 08:22:55 v4.1.0-dev.17 08:22:55 v4.1.0-dev.18 08:22:55 v4.1.0-dev.19 08:22:55 v4.1.0-dev.2 08:22:55 v4.1.0-dev.20 08:22:55 v4.1.0-dev.21 08:22:55 v4.1.0-dev.22 08:22:55 v4.1.0-dev.23 08:22:55 v4.1.0-dev.24 08:22:55 v4.1.0-dev.25 08:22:55 v4.1.0-dev.26 08:22:55 v4.1.0-dev.27 08:22:55 v4.1.0-dev.3 08:22:55 v4.1.0-dev.4 08:22:55 v4.1.0-dev.5 08:22:55 v4.1.0-dev.6 08:22:55 v4.1.0-dev.7 08:22:55 v4.1.0-dev.8 08:22:55 v4.1.0-dev.9 [Pipeline] sh 08:22:55 + lftools sign git-tag v4.1.0-dev.27 08:22:56 Signing Git tag with Sigul... 08:22:56 Signing v4.1.0-dev.27 [Pipeline] echo 08:22:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:22:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:22:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:22:56 $ docker stop --time=1 3f2fb0abf1cb2c9bc48e2d4c6b168699cec3c7148ae7b942265570b7ce0e132b 08:22:57 $ docker rm -f --volumes 3f2fb0abf1cb2c9bc48e2d4c6b168699cec3c7148ae7b942265570b7ce0e132b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:22:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:22:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:22:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:22:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:22:58 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 08:22:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:22:59 $ docker top 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e -eo pid,comm 08:22: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). 08:22:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:22:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:22:59 [ssh-agent] Looking for ssh-agent implementation... 08:22:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:22:59 $ docker exec 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e ssh-agent 08:22:59 SSH_AUTH_SOCK=/tmp/ssh-4x5L5FbOiiEr/agent.32 08:22:59 SSH_AGENT_PID=37 08:22:59 Running ssh-add (command line suppressed) 08:22:59 Identity added: /w/workspace/edgex-go/859@tmp/private_key_5790615181768774766.key (/w/workspace/edgex-go/859@tmp/private_key_5790615181768774766.key) 08:22:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:22:59 + git semver bump pre 08:23:00 2025-06-23 08:23:00,129 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:23:00 2025-06-23 08:23:00,134 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 08:23:00 2025-06-23 08:23:00,134 [bump_version] DEBUG bumping version:4.1.0-dev.27 on axis:pre with prefix:dev 08:23:00 2025-06-23 08:23:00,134 [bump_version] DEBUG bumped version:4.1.0-dev.28 08:23:00 2025-06-23 08:23:00,134 [write_version] DEBUG write version:4.1.0-dev.28 to path:/w/workspace/edgex-go/859/.semver/main with force:True 08:23:00 2025-06-23 08:23:00,135 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 08:23:00 2025-06-23 08:23:00,135 [write_file] DEBUG write to file:/w/workspace/edgex-go/859/.semver/main 08:23:00 2025-06-23 08:23:00,137 [execute] INFO git cat-file --batch-check 08:23:00 2025-06-23 08:23:00,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/859/.semver, stdin=, shell=False, universal_newlines=False) 08:23:00 2025-06-23 08:23:00,141 [execute] INFO git cat-file --batch 08:23:00 2025-06-23 08:23:00,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/859/.semver, stdin=, shell=False, universal_newlines=False) 08:23:00 2025-06-23 08:23:00,145 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 08:23:00 4.1.0-dev.28 [Pipeline] } 08:23:00 $ docker exec --env ******** --env ******** 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e ssh-agent -k 08:23:00 unset SSH_AUTH_SOCK; 08:23:00 unset SSH_AGENT_PID; 08:23:00 echo Agent pid 37 killed; 08:23:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:00 + git semver [Pipeline] } 08:23:01 $ docker stop --time=1 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e 08:23:02 $ docker rm -f --volumes 8896de36162fb8707efc19f6f83704ec3d895297bad9c6c417e27bbb4ec0d74e [Pipeline] // withDockerContainer [Pipeline] sh 08:23:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:23:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:23:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:23:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:23:03 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 08:23:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:23:03 $ docker top a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a -eo pid,comm 08:23:03 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). 08:23:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:23:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:23:04 [ssh-agent] Looking for ssh-agent implementation... 08:23:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:23:04 $ docker exec a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a ssh-agent 08:23:04 SSH_AUTH_SOCK=/tmp/ssh-KNPoMUlbzUxD/agent.32 08:23:04 SSH_AGENT_PID=38 08:23:04 Running ssh-add (command line suppressed) 08:23:04 Identity added: /w/workspace/edgex-go/859@tmp/private_key_17787958912811205116.key (/w/workspace/edgex-go/859@tmp/private_key_17787958912811205116.key) 08:23:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:23:04 + git semver push 08:23:04 2025-06-23 08:23:04,894 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:23:04 2025-06-23 08:23:04,898 [run_push] DEBUG push 08:23:04 2025-06-23 08:23:04,899 [execute] INFO git cat-file --batch-check 08:23:04 2025-06-23 08:23:04,899 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/859/.semver, stdin=, shell=False, universal_newlines=False) 08:23:04 2025-06-23 08:23:04,901 [execute] INFO git rev-list 7d306e6c2df19a4faf2813caf95fc82853c4fb35 -- 08:23:04 2025-06-23 08:23:04,902 [execute] DEBUG Popen(['git', 'rev-list', '7d306e6c2df19a4faf2813caf95fc82853c4fb35', '--'], cwd=/w/workspace/edgex-go/859/.semver, stdin=None, shell=False, universal_newlines=False) 08:23:04 2025-06-23 08:23:04,919 [execute] INFO git fetch -v -- origin 08:23:04 2025-06-23 08:23:04,919 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/859/.semver, stdin=None, shell=False, universal_newlines=True) 08:23:05 2025-06-23 08:23:05,414 [run_push] DEBUG no remote changes detected 08:23:05 2025-06-23 08:23:05,415 [execute] INFO git push origin semver 08:23:05 2025-06-23 08:23:05,415 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/859/.semver, stdin=None, shell=False, universal_newlines=False) 08:23:06 2025-06-23 08:23:06,195 [run_push] DEBUG push all version tags 08:23:06 2025-06-23 08:23:06,195 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:23:06 2025-06-23 08:23:06,196 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/859, stdin=None, shell=False, universal_newlines=False) 08:23:07 2025-06-23 08:23:06,930 [read_version] DEBUG read version from /w/workspace/edgex-go/859/.semver/main 08:23:07 4.1.0-dev.28 [Pipeline] } 08:23:07 $ docker exec --env ******** --env ******** a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a ssh-agent -k 08:23:07 unset SSH_AUTH_SOCK; 08:23:07 unset SSH_AGENT_PID; 08:23:07 echo Agent pid 38 killed; 08:23:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:07 + git semver [Pipeline] } 08:23:07 $ docker stop --time=1 a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a 08:23:09 $ docker rm -f --volumes a61be0634ee7fb8db5c124ec62ba4e0e8a573a83b87d2d0d29d06b8a9124628a [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 08:23:09 + [ -d /w/workspace/edgex-go/859/archives ] [Pipeline] libraryResource [Pipeline] sh 08:23:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:23:10 ---> package-listing.sh 08:23:10 ++ facter osfamily 08:23:10 ++ tr '[:upper:]' '[:lower:]' 08:23:11 + OS_FAMILY=debian 08:23:11 + workspace=/w/workspace/edgex-go/859 08:23:11 + START_PACKAGES=/tmp/packages_start.txt 08:23:11 + END_PACKAGES=/tmp/packages_end.txt 08:23:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:23:11 + PACKAGES=/tmp/packages_start.txt 08:23:11 + '[' /w/workspace/edgex-go/859 ']' 08:23:11 + PACKAGES=/tmp/packages_end.txt 08:23:11 + case "${OS_FAMILY}" in 08:23:11 + dpkg -l 08:23:11 + grep '^ii' 08:23:11 + '[' -f /tmp/packages_start.txt ']' 08:23:11 + '[' -f /tmp/packages_end.txt ']' 08:23:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:23:11 + '[' /w/workspace/edgex-go/859 ']' 08:23:11 + mkdir -p /w/workspace/edgex-go/859/archives/ 08:23:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/859/archives/ [Pipeline] echo 08:23:11 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/859/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:23:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:23:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:23:11 08:23:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:23:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:23:12 latest: Pulling from edgex-lftools-log-publisher 08:23:12 5eb5b503b376: Pulling fs layer 08:23:12 5c69ac0246d0: Pulling fs layer 08:23:12 ec43610c2a17: Pulling fs layer 08:23:12 3a2ae6a8a46f: Pulling fs layer 08:23:12 33b1e0a273af: Pulling fs layer 08:23:12 5d3b04190fa2: Pulling fs layer 08:23:12 2f39f015ded8: Pulling fs layer 08:23:12 3a2ae6a8a46f: Waiting 08:23:12 33b1e0a273af: Waiting 08:23:12 5d3b04190fa2: Waiting 08:23:12 5c69ac0246d0: Verifying Checksum 08:23:12 5c69ac0246d0: Download complete 08:23:12 3a2ae6a8a46f: Verifying Checksum 08:23:12 3a2ae6a8a46f: Download complete 08:23:12 33b1e0a273af: Verifying Checksum 08:23:12 33b1e0a273af: Download complete 08:23:12 5d3b04190fa2: Download complete 08:23:12 ec43610c2a17: Verifying Checksum 08:23:12 ec43610c2a17: Download complete 08:23:12 5eb5b503b376: Verifying Checksum 08:23:12 5eb5b503b376: Download complete 08:23:13 2f39f015ded8: Verifying Checksum 08:23:13 2f39f015ded8: Download complete 08:23:13 5eb5b503b376: Pull complete 08:23:13 5c69ac0246d0: Pull complete 08:23:14 ec43610c2a17: Pull complete 08:23:14 3a2ae6a8a46f: Pull complete 08:23:14 33b1e0a273af: Pull complete 08:23:14 5d3b04190fa2: Pull complete 08:23:18 2f39f015ded8: Pull complete 08:23:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:23:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:23:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:23:18 prd-ubuntu20.04-docker-8c-8g-3772 does not seem to be running inside a container 08:23:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/859/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/859 -v /w/workspace/edgex-go/859:/w/workspace/edgex-go/859:rw,z -v /w/workspace/edgex-go/859@tmp:/w/workspace/edgex-go/859@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:23:20 $ docker top 640f9a914014d856e4fbee0a1388b4e696704f59f3c89f547635f1f22479d7db -eo pid,comm [Pipeline] { [Pipeline] sh 08:23:20 + touch /tmp/pre-build-complete [Pipeline] sh 08:23:21 + mkdir -p /var/log/sysstat [Pipeline] sh 08:23:21 + ls /var/log/sa-host 08:23:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:23:21 provisioning config files... 08:23:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/859@tmp/config3085341034323150032tmp [Pipeline] { [Pipeline] echo 08:23:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:23:21 ---> create-netrc.sh [Pipeline] } 08:23:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:23:22 ---> python-tools-install.sh [Pipeline] echo 08:23:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:23:22 ---> sudo-logs.sh 08:23:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:23:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:23:22 ---> job-cost.sh 08:23:22 lf-activate-venv: SKIPPING 08:23:22 DEBUG: total: 0.10999999940395355 08:23:22 INFO: Retrieving Stack Cost... 08:23:23 INFO: Retrieving Pricing Info for: v3-standard-8 08:23:23 INFO: Archiving Costs [Pipeline] echo 08:23:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:23:23 ---> logs-deploy.sh 08:23:23 lf-activate-venv: SKIPPING 08:23:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/859 08:23:23 INFO: archiving workspace using pattern(s): 08:23:24 Archives upload complete. 08:23:24 INFO: archiving logs to Nexus 08:23:25 ---> uname -a: 08:23:25 Linux prd-ubuntu20-04-docker-8c-8g-3772 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:23:25 08:23:25 08:23:25 ---> lscpu: 08:23:25 Architecture: x86_64 08:23:25 CPU op-mode(s): 32-bit, 64-bit 08:23:25 Byte Order: Little Endian 08:23:25 Address sizes: 40 bits physical, 48 bits virtual 08:23:25 CPU(s): 8 08:23:25 On-line CPU(s) list: 0-7 08:23:25 Thread(s) per core: 1 08:23:25 Core(s) per socket: 1 08:23:25 Socket(s): 8 08:23:25 NUMA node(s): 1 08:23:25 Vendor ID: AuthenticAMD 08:23:25 CPU family: 23 08:23:25 Model: 49 08:23:25 Model name: AMD EPYC-Rome Processor 08:23:25 Stepping: 0 08:23:25 CPU MHz: 2799.998 08:23:25 BogoMIPS: 5599.99 08:23:25 Virtualization: AMD-V 08:23:25 Hypervisor vendor: KVM 08:23:25 Virtualization type: full 08:23:25 L1d cache: 256 KiB 08:23:25 L1i cache: 256 KiB 08:23:25 L2 cache: 4 MiB 08:23:25 L3 cache: 128 MiB 08:23:25 NUMA node0 CPU(s): 0-7 08:23:25 Vulnerability Itlb multihit: Not affected 08:23:25 Vulnerability L1tf: Not affected 08:23:25 Vulnerability Mds: Not affected 08:23:25 Vulnerability Meltdown: Not affected 08:23:25 Vulnerability Mmio stale data: Not affected 08:23:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:23:25 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:23:25 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:23:25 Vulnerability Srbds: Not affected 08:23:25 Vulnerability Tsx async abort: Not affected 08:23:25 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 08:23:25 08:23:25 08:23:25 ---> nproc: 08:23:25 8 08:23:25 08:23:25 08:23:25 ---> df -h: 08:23:25 Filesystem Size Used Avail Use% Mounted on 08:23:25 overlay 155G 30G 125G 20% / 08:23:25 tmpfs 64M 0 64M 0% /dev 08:23:25 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:23:25 shm 64M 0 64M 0% /dev/shm 08:23:25 /dev/vda1 155G 30G 125G 20% /facter-os 08:23:25 08:23:25 08:23:25 ---> sar -b -r -n DEV: 08:23:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3772) 06/23/25 _x86_64_ (8 CPU) 08:23:25 08:23:25 07:33:11 LINUX RESTART (8 CPU) 08:23:25 08:23:25 07:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:23:25 07:35:01 219.16 3.73 215.43 0.00 431.26 85912.35 0.00 08:23:25 07:36:01 40.63 0.03 40.59 0.00 4.27 24339.81 0.00 08:23:25 07:37:01 44.11 0.20 43.91 0.00 2.80 26302.43 0.00 08:23:25 07:38:01 187.77 0.40 187.37 0.00 42.39 107184.14 0.00 08:23:25 07:39:01 1032.73 19.91 1012.81 0.00 2747.28 385880.22 0.00 08:23:25 07:40:01 291.27 0.37 290.90 0.00 2.93 52213.49 0.00 08:23:25 07:41:01 446.17 0.03 446.13 0.00 2.53 104873.07 0.00 08:23:25 07:42:01 792.97 0.03 792.93 0.00 0.80 163944.41 0.00 08:23:25 07:43:01 40.13 0.08 40.04 0.00 12.00 1023.83 0.00 08:23:25 07:44:01 20.33 0.02 20.31 0.00 2.27 485.70 0.00 08:23:25 07:45:01 1.20 0.00 1.20 0.00 0.00 18.13 0.00 08:23:25 07:46:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 08:23:25 07:47:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 08:23:25 07:48:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 08:23:25 07:49:01 2.08 0.02 2.07 0.00 0.13 25.86 0.00 08:23:25 07:50:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 08:23:25 07:51:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 08:23:25 07:52:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 08:23:25 07:53:01 0.85 0.00 0.85 0.00 0.00 10.26 0.00 08:23:25 07:54:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 08:23:25 07:55:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:23:25 07:56:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 08:23:25 07:57:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 08:23:25 07:58:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 08:23:25 07:59:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 08:23:25 08:00:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 08:23:25 08:01:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 08:23:25 08:02:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 08:23:25 08:03:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 08:23:25 08:04:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 08:23:25 08:05:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 08:23:25 08:06:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 08:23:25 08:07:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 08:23:25 08:08:01 1.65 0.00 1.65 0.00 0.00 18.26 0.00 08:23:25 08:09:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 08:23:25 08:10:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 08:23:25 08:11:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 08:23:25 08:12:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 08:23:25 08:13:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 08:23:25 08:14:01 1.47 0.00 1.47 0.00 0.00 18.39 0.00 08:23:25 08:15:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 08:23:25 08:16:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 08:23:25 08:17:01 1.18 0.02 1.17 0.00 0.13 12.93 0.00 08:23:25 08:18:01 3.18 1.02 2.17 0.00 21.86 30.00 0.00 08:23:25 08:19:01 1.42 0.00 1.42 0.00 0.00 15.99 0.00 08:23:25 08:20:01 2.08 0.37 1.72 0.00 11.46 19.86 0.00 08:23:25 08:21:01 2.30 1.20 1.10 0.00 25.46 12.93 0.00 08:23:25 08:22:01 1.60 0.00 1.60 0.00 0.00 19.46 0.00 08:23:25 08:23:01 204.67 0.18 204.48 0.00 13.73 51104.82 0.00 08:23:25 Average: 68.82 0.56 68.25 0.00 67.78 20489.08 0.00 08:23:25 08:23:25 07:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:23:25 07:35:01 28052084 31526340 784992 2.39 124716 3560568 1744328 5.14 1163796 3209352 144 08:23:25 07:36:01 26622644 31357448 945848 2.88 129520 4721952 2290988 6.75 2044488 3659124 475868 08:23:25 07:37:01 26712536 31456864 842844 2.56 134152 4698296 2140320 6.31 1489108 4094264 205676 08:23:25 07:38:01 24187588 31189296 1107652 3.37 146208 6911376 2886076 8.51 1921036 6140936 807092 08:23:25 07:39:01 13134668 31365460 890304 2.71 376064 17321208 2380984 7.02 2944316 15536696 272072 08:23:25 07:40:01 6684724 27650820 4533316 13.79 414340 19623804 11624724 34.26 7714780 16715976 1456144 08:23:25 07:41:01 4384940 28077244 4112280 12.51 431040 22232012 10355400 30.52 8447020 18192060 1373644 08:23:25 07:42:01 8089560 31389624 864316 2.63 443656 22028504 2255060 6.65 3439060 19789188 580 08:23:25 07:43:01 8091552 31394148 859244 2.61 445244 22029448 2223092 6.55 3762836 19465284 572 08:23:25 07:44:01 8100656 31404480 848300 2.58 446068 22029676 2112816 6.23 4039136 19178056 172 08:23:25 07:45:01 8101340 31405200 847576 2.58 446104 22029680 2112816 6.23 4038052 19178064 20 08:23:25 07:46:01 8102520 31406408 846816 2.58 446124 22029680 2112816 6.23 4036680 19178064 8 08:23:25 07:47:01 8115820 31419840 833340 2.53 446148 22029812 2112816 6.23 4023392 19178196 8 08:23:25 07:48:01 8117948 31422036 831280 2.53 446180 22029820 2112816 6.23 4021904 19178204 36 08:23:25 07:49:01 8120772 31424944 828212 2.52 446240 22029796 2144104 6.32 4018780 19178180 4 08:23:25 07:50:01 8121012 31425208 828100 2.52 446256 22029800 2144104 6.32 4018724 19178184 24 08:23:25 07:51:01 8120640 31424836 828440 2.52 446260 22029800 2144104 6.32 4018728 19178184 12 08:23:25 07:52:01 8120844 31425184 827964 2.52 446276 22029932 2144104 6.32 4019164 19178308 184 08:23:25 07:53:01 8121600 31425952 827180 2.52 446284 22029936 2144104 6.32 4018016 19178320 32 08:23:25 07:54:01 8121024 31425424 827664 2.52 446308 22029936 2144104 6.32 4018616 19178320 40 08:23:25 07:55:01 8121268 31425688 827392 2.52 446320 22029940 2144104 6.32 4018080 19178324 12 08:23:25 07:56:01 8121132 31425608 827360 2.52 446344 22029944 2144104 6.32 4018376 19178324 8 08:23:25 07:57:01 8121620 31426112 826844 2.51 446352 22029948 2144104 6.32 4018072 19178328 8 08:23:25 07:58:01 8121524 31426072 826824 2.51 446368 22029952 2144104 6.32 4017796 19178332 8 08:23:25 07:59:01 8121548 31426108 826732 2.51 446376 22029948 2144104 6.32 4018184 19178336 16 08:23:25 08:00:01 8121152 31425740 827064 2.52 446400 22029956 2144104 6.32 4018184 19178340 8 08:23:25 08:01:01 8121168 31425768 826996 2.51 446408 22029956 2144104 6.32 4017920 19178340 8 08:23:25 08:02:01 8121364 31425988 826716 2.51 446424 22029964 2144104 6.32 4017996 19178344 8 08:23:25 08:03:01 8121072 31425704 826940 2.51 446424 22029968 2144104 6.32 4017936 19178348 8 08:23:25 08:04:01 8121032 31425672 826892 2.51 446440 22029964 2144104 6.32 4018212 19178352 16 08:23:25 08:05:01 8121216 31425884 826856 2.51 446448 22029972 2160156 6.37 4017980 19178356 16 08:23:25 08:06:01 8121208 31425896 826812 2.51 446464 22029976 2160156 6.37 4017980 19178356 8 08:23:25 08:07:01 8120876 31425584 827064 2.52 446472 22029980 2143712 6.32 4017996 19178360 8 08:23:25 08:08:01 8120828 31425552 827036 2.52 446484 22029984 2143712 6.32 4018024 19178364 8 08:23:25 08:09:01 8120732 31425476 827044 2.52 446512 22029972 2143712 6.32 4018120 19178364 16 08:23:25 08:10:01 8120976 31425756 826820 2.51 446520 22029988 2143712 6.32 4018072 19178372 8 08:23:25 08:11:01 8120928 31425720 826792 2.51 446544 22029988 2143712 6.32 4018084 19178372 16 08:23:25 08:12:01 8120780 31425604 827084 2.52 446556 22029992 2143712 6.32 4018124 19178376 8 08:23:25 08:13:01 8120764 31425600 827060 2.52 446572 22029988 2143712 6.32 4018144 19178376 12 08:23:25 08:14:01 8120716 31425588 826968 2.51 446600 22030000 2143712 6.32 4018256 19178380 12 08:23:25 08:15:01 8120952 31425840 826700 2.51 446612 22030004 2143712 6.32 4018188 19178384 28 08:23:25 08:16:01 8120652 31425580 826904 2.51 446648 22029996 2143712 6.32 4018220 19178384 12 08:23:25 08:17:01 8120604 31425576 826848 2.51 446684 22030004 2143712 6.32 4018272 19178388 4 08:23:25 08:18:01 8120140 31426168 826980 2.51 446744 22030652 2146636 6.33 4018368 19178968 172 08:23:25 08:19:01 8120824 31426884 826208 2.51 446764 22030656 2146636 6.33 4019084 19178972 244 08:23:25 08:20:01 8120848 31427268 825820 2.51 446784 22030996 2146636 6.33 4020176 19179096 36 08:23:25 08:21:01 8114832 31423100 829808 2.52 446808 22031764 2146636 6.33 4025036 19179332 24 08:23:25 08:22:01 8114572 31422992 829900 2.52 446824 22031900 2146636 6.33 4024856 19179396 40 08:23:25 08:23:01 6934944 31355024 893976 2.72 457752 23034336 2346676 6.92 4118156 20158520 896 08:23:25 Average: 9582342 31271231 983023 2.99 418650 20517035 2525545 7.44 3955909 17855499 93755 08:23:25 08:23:25 07:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:23:25 07:35:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 08:23:25 07:35:01 ens3 939.19 830.01 7867.54 88.89 0.00 0.00 0.00 0.00 08:23:25 07:35:01 docker0 739.06 779.92 55.01 4628.99 0.00 0.00 0.00 0.00 08:23:25 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:36:01 ens3 39.09 25.63 33.60 15.60 0.00 0.00 0.00 0.00 08:23:25 07:36:01 docker0 0.23 0.27 0.02 0.03 0.00 0.00 0.00 0.00 08:23:25 07:36:01 vethf6d3a79 0.23 0.42 0.02 0.04 0.00 0.00 0.00 0.00 08:23:25 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:37:01 ens3 25.71 16.95 20.90 12.94 0.00 0.00 0.00 0.00 08:23:25 07:37:01 docker0 1.22 1.22 0.09 0.11 0.00 0.00 0.00 0.00 08:23:25 07:37:01 vethf6d3a79 1.22 1.23 0.11 0.11 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth54ee876 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 vethb6eacc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth2cc7d63 0.33 0.42 0.03 0.13 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth43b312a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth6190102 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 ens3 107.26 64.56 2323.59 17.88 0.00 0.00 0.00 0.00 08:23:25 07:38:01 docker0 4.58 10.08 0.30 103.66 0.00 0.00 0.00 0.00 08:23:25 07:38:01 vethd979cf9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth5fb3753 2.53 6.58 0.20 64.85 0.00 0.00 0.00 0.01 08:23:25 07:38:01 vethfdde1a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth3c1afd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth9bc779c 1.72 3.48 0.13 38.71 0.00 0.00 0.00 0.00 08:23:25 07:38:01 veth98e54fa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:39:01 veth2cc7d63 0.05 1.12 0.00 0.05 0.00 0.00 0.00 0.00 08:23:25 07:39:01 lo 0.67 0.67 0.08 0.08 0.00 0.00 0.00 0.00 08:23:25 07:39:01 ens3 1266.52 852.72 11881.21 224.08 0.00 0.00 0.00 0.00 08:23:25 07:39:01 docker0 716.35 1023.08 55.15 8717.59 0.00 0.00 0.00 0.00 08:23:25 07:40:01 veth2cc7d63 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vethfb5723d 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 08:23:25 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 veth0d395bc 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 veth5b8d21d 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 ens3 11.23 7.68 9.85 5.09 0.00 0.00 0.00 0.00 08:23:25 07:40:01 docker0 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vethf24245b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vethbf6023c 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vethdb3e752 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 veth3f90db9 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vetha715ba7 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 veth3db7723 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vethf7016ac 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:40:01 vethb55ed39 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 08:23:25 07:40:01 veth26f3521 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 07:41:01 veth2cc7d63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 vethfb5723d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 veth0d395bc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 veth5b8d21d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 ens3 6.34 3.41 5.22 2.85 0.00 0.00 0.00 0.00 08:23:25 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 vethf24245b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 vethbf6023c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 vethdb3e752 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 veth3f90db9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 veth3db7723 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 vethb55ed39 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:41:01 veth26f3521 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:42:01 lo 5.53 5.53 0.54 0.54 0.00 0.00 0.00 0.00 08:23:25 07:42:01 ens3 47.56 39.84 31.86 131.62 0.00 0.00 0.00 0.00 08:23:25 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:43:01 lo 51.66 51.66 5.10 5.10 0.00 0.00 0.00 0.00 08:23:25 07:43:01 ens3 467.51 472.39 232.47 2248.52 0.00 0.00 0.00 0.00 08:23:25 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:44:01 lo 23.26 23.26 2.29 2.29 0.00 0.00 0.00 0.00 08:23:25 07:44:01 ens3 240.59 237.92 112.56 1441.98 0.00 0.00 0.00 0.00 08:23:25 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:45:01 ens3 1.93 0.92 6.65 0.32 0.00 0.00 0.00 0.00 08:23:25 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:49:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:23:25 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:51:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:52:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:54:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:23:25 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:55:01 ens3 0.23 0.07 0.12 0.00 0.00 0.00 0.00 0.00 08:23:25 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 07:59:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:23:25 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:00:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:01:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:02:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:03:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:23:25 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:04:01 ens3 0.95 0.48 0.38 0.28 0.00 0.00 0.00 0.00 08:23:25 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:06:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:07:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:23:25 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:08:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:09:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:23:25 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:10:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:12:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:13:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:14:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:23:25 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:18:01 ens3 0.27 0.22 0.12 0.01 0.00 0.00 0.00 0.00 08:23:25 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:19:01 ens3 0.15 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:23:25 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:20:01 ens3 0.98 0.80 0.82 0.38 0.00 0.00 0.00 0.00 08:23:25 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:21:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:21:01 ens3 5.72 4.73 3.79 4.81 0.00 0.00 0.00 0.00 08:23:25 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:23:25 08:22:01 ens3 1.73 1.30 0.98 1.19 0.00 0.00 0.00 0.00 08:23:25 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:23:01 lo 2.40 2.40 0.25 0.25 0.00 0.00 0.00 0.00 08:23:25 08:23:01 ens3 378.77 287.77 6766.71 160.19 0.00 0.00 0.00 0.00 08:23:25 08:23:01 docker0 85.40 88.47 7.00 865.83 0.00 0.00 0.00 0.00 08:23:25 08:23:01 vetha11771b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:23:25 Average: lo 1.84 1.84 0.18 0.18 0.00 0.00 0.00 0.00 08:23:25 Average: ens3 72.34 58.15 597.90 88.92 0.00 0.00 0.00 0.00 08:23:25 Average: docker0 31.57 38.84 2.40 292.14 0.00 0.00 0.00 0.00 08:23:25 Average: vetha11771b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:25 08:23:25 08:23:25 ---> sar -P ALL: 08:23:25 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3772) 06/23/25 _x86_64_ (8 CPU) 08:23:25 08:23:25 07:33:11 LINUX RESTART (8 CPU) 08:23:25 08:23:25 07:34:01 CPU %user %nice %system %iowait %steal %idle 08:23:25 07:35:01 all 8.18 0.00 3.91 1.51 0.07 86.34 08:23:25 07:35:01 0 10.10 0.00 3.23 0.86 0.08 85.74 08:23:25 07:35:01 1 8.01 0.00 3.48 1.21 0.08 87.21 08:23:25 07:35:01 2 9.34 0.00 3.76 0.05 0.05 86.80 08:23:25 07:35:01 3 7.20 0.00 3.51 0.19 0.07 89.04 08:23:25 07:35:01 4 7.40 0.00 4.98 0.27 0.05 87.30 08:23:25 07:35:01 5 8.22 0.00 4.14 6.00 0.08 81.55 08:23:25 07:35:01 6 8.68 0.00 3.69 0.03 0.07 87.53 08:23:25 07:35:01 7 6.43 0.00 4.46 3.49 0.09 85.53 08:23:25 07:36:01 all 42.40 0.00 6.64 0.44 0.09 50.43 08:23:25 07:36:01 0 44.25 0.00 7.27 0.03 0.08 48.35 08:23:25 07:36:01 1 43.61 0.00 7.34 0.02 0.10 48.93 08:23:25 07:36:01 2 40.97 0.00 6.13 0.02 0.08 52.80 08:23:25 07:36:01 3 43.62 0.00 6.64 0.05 0.08 49.60 08:23:25 07:36:01 4 44.79 0.00 6.20 0.27 0.08 48.66 08:23:25 07:36:01 5 38.13 0.00 6.32 3.12 0.08 52.35 08:23:25 07:36:01 6 40.07 0.00 6.99 0.02 0.08 52.84 08:23:25 07:36:01 7 43.73 0.00 6.23 0.03 0.10 49.91 08:23:25 07:37:01 all 56.07 0.00 7.02 0.30 0.08 36.52 08:23:25 07:37:01 0 56.90 0.00 6.91 0.00 0.08 36.11 08:23:25 07:37:01 1 56.19 0.00 7.02 0.00 0.08 36.70 08:23:25 07:37:01 2 55.15 0.00 6.59 0.02 0.07 38.17 08:23:25 07:37:01 3 56.56 0.00 6.83 0.69 0.10 35.81 08:23:25 07:37:01 4 56.55 0.00 6.79 0.13 0.07 36.45 08:23:25 07:37:01 5 54.17 0.00 7.51 1.51 0.08 36.73 08:23:25 07:37:01 6 57.39 0.00 7.30 0.05 0.10 35.17 08:23:25 07:37:01 7 55.65 0.00 7.21 0.02 0.07 37.05 08:23:25 07:38:01 all 36.64 0.00 7.82 2.25 0.09 53.19 08:23:25 07:38:01 0 35.41 0.00 7.36 0.64 0.08 56.51 08:23:25 07:38:01 1 37.26 0.00 6.81 2.00 0.08 53.84 08:23:25 07:38:01 2 40.00 0.00 7.53 3.18 0.10 49.18 08:23:25 07:38:01 3 36.78 0.00 8.61 4.65 0.08 49.87 08:23:25 07:38:01 4 37.45 0.00 7.73 1.87 0.08 52.86 08:23:25 07:38:01 5 36.17 0.00 8.11 1.51 0.08 54.12 08:23:25 07:38:01 6 34.19 0.00 7.62 1.16 0.10 56.93 08:23:25 07:38:01 7 35.88 0.00 8.78 2.98 0.12 52.24 08:23:25 07:39:01 all 22.40 0.00 10.72 12.50 0.09 54.30 08:23:25 07:39:01 0 22.42 0.00 8.61 9.78 0.10 59.08 08:23:25 07:39:01 1 21.12 0.00 11.09 7.72 0.08 59.98 08:23:25 07:39:01 2 22.97 0.00 10.46 8.64 0.08 57.85 08:23:25 07:39:01 3 22.11 0.00 11.08 11.37 0.08 55.35 08:23:25 07:39:01 4 23.12 0.00 10.14 8.51 0.10 58.13 08:23:25 07:39:01 5 22.52 0.00 10.85 6.89 0.08 59.65 08:23:25 07:39:01 6 22.42 0.00 13.54 33.41 0.10 30.53 08:23:25 07:39:01 7 22.49 0.00 10.01 13.80 0.08 53.62 08:23:25 07:40:01 all 84.28 0.00 12.23 1.14 0.13 2.23 08:23:25 07:40:01 0 85.05 0.00 11.55 0.58 0.13 2.69 08:23:25 07:40:01 1 82.86 0.00 13.72 0.89 0.13 2.41 08:23:25 07:40:01 2 84.05 0.00 12.33 1.62 0.13 1.87 08:23:25 07:40:01 3 84.75 0.00 11.81 0.65 0.13 2.66 08:23:25 07:40:01 4 84.26 0.00 12.28 0.70 0.12 2.64 08:23:25 07:40:01 5 84.52 0.00 11.75 1.12 0.15 2.46 08:23:25 07:40:01 6 83.73 0.00 13.05 2.12 0.13 0.97 08:23:25 07:40:01 7 85.02 0.00 11.32 1.42 0.12 2.12 08:23:25 07:41:01 all 89.81 0.00 10.07 0.00 0.12 0.00 08:23:25 07:41:01 0 89.93 0.00 9.95 0.00 0.12 0.00 08:23:25 07:41:01 1 89.62 0.00 10.25 0.00 0.13 0.00 08:23:25 07:41:01 2 89.66 0.00 10.22 0.00 0.12 0.00 08:23:25 07:41:01 3 90.08 0.00 9.82 0.00 0.10 0.00 08:23:25 07:41:01 4 90.21 0.00 9.67 0.00 0.12 0.00 08:23:25 07:41:01 5 90.58 0.00 9.32 0.00 0.10 0.00 08:23:25 07:41:01 6 89.20 0.00 10.68 0.00 0.12 0.00 08:23:25 07:41:01 7 89.22 0.00 10.65 0.00 0.13 0.00 08:23:25 07:42:01 all 72.82 0.00 9.71 0.77 0.10 16.61 08:23:25 07:42:01 0 72.68 0.00 8.76 0.48 0.08 17.99 08:23:25 07:42:01 1 73.52 0.00 10.40 0.28 0.12 15.68 08:23:25 07:42:01 2 73.32 0.00 9.88 1.50 0.10 15.19 08:23:25 07:42:01 3 73.00 0.00 9.35 0.77 0.08 16.80 08:23:25 07:42:01 4 72.48 0.00 9.52 0.72 0.10 17.18 08:23:25 07:42:01 5 72.23 0.00 10.28 0.60 0.08 16.81 08:23:25 07:42:01 6 72.98 0.00 10.28 1.20 0.10 15.44 08:23:25 07:42:01 7 72.35 0.00 9.20 0.58 0.10 17.76 08:23:25 07:43:01 all 9.15 0.00 1.15 0.13 0.07 89.50 08:23:25 07:43:01 0 12.56 0.00 1.22 0.07 0.08 86.07 08:23:25 07:43:01 1 5.51 0.00 0.99 0.20 0.05 93.25 08:23:25 07:43:01 2 10.84 0.00 1.34 0.07 0.08 87.67 08:23:25 07:43:01 3 10.50 0.00 1.31 0.27 0.07 87.86 08:23:25 07:43:01 4 6.20 0.00 1.11 0.18 0.07 92.44 08:23:25 07:43:01 5 10.58 0.00 1.03 0.05 0.07 88.27 08:23:25 07:43:01 6 8.95 0.00 1.05 0.10 0.07 89.83 08:23:25 07:43:01 7 8.05 0.00 1.17 0.10 0.07 90.61 08:23:25 07:44:01 all 6.61 0.00 0.61 0.08 0.05 92.65 08:23:25 07:44:01 0 6.11 0.00 0.60 0.33 0.05 92.91 08:23:25 07:44:01 1 4.24 0.00 0.67 0.03 0.05 95.01 08:23:25 07:44:01 2 4.73 0.00 0.49 0.05 0.05 94.69 08:23:25 07:44:01 3 7.04 0.00 0.68 0.17 0.05 92.06 08:23:25 07:44:01 4 8.78 0.00 0.58 0.02 0.07 90.55 08:23:25 07:44:01 5 6.05 0.00 0.59 0.02 0.05 93.30 08:23:25 07:44:01 6 6.62 0.00 0.55 0.00 0.05 92.77 08:23:25 07:44:01 7 9.33 0.00 0.69 0.02 0.07 89.90 08:23:25 07:45:01 all 0.02 0.00 0.02 0.00 0.02 99.94 08:23:25 07:45:01 0 0.07 0.00 0.05 0.00 0.03 99.85 08:23:25 07:45:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:23:25 07:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 07:45:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:23:25 07:45:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:45:01 5 0.02 0.00 0.02 0.02 0.02 99.93 08:23:25 07:45:01 6 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 07:45:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:23:25 08:23:25 07:45:01 CPU %user %nice %system %iowait %steal %idle 08:23:25 07:46:01 all 0.04 0.00 0.02 0.00 0.01 99.93 08:23:25 07:46:01 0 0.05 0.00 0.00 0.00 0.03 99.92 08:23:25 07:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 07:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:46:01 3 0.03 0.00 0.02 0.02 0.02 99.92 08:23:25 07:46:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 07:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 08:23:25 07:46:01 6 0.07 0.00 0.05 0.00 0.02 99.87 08:23:25 07:46:01 7 0.05 0.00 0.03 0.00 0.03 99.88 08:23:25 07:47:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:23:25 07:47:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:23:25 07:47:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 07:47:01 2 0.05 0.00 0.02 0.00 0.02 99.92 08:23:25 07:47:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:23:25 07:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 07:47:01 5 0.00 0.00 0.02 0.02 0.00 99.97 08:23:25 07:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 07:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 07:48:01 all 0.19 0.00 0.02 0.00 0.01 99.78 08:23:25 07:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 07:48:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:23:25 07:48:01 2 1.39 0.00 0.02 0.00 0.00 98.60 08:23:25 07:48:01 3 0.00 0.00 0.02 0.02 0.02 99.95 08:23:25 07:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:23:25 07:48:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 07:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 07:48:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:23:25 07:49:01 all 0.05 0.00 0.05 0.01 0.01 99.88 08:23:25 07:49:01 0 0.10 0.00 0.10 0.02 0.05 99.73 08:23:25 07:49:01 1 0.07 0.00 0.05 0.00 0.02 99.87 08:23:25 07:49:01 2 0.07 0.00 0.05 0.00 0.03 99.85 08:23:25 07:49:01 3 0.03 0.00 0.00 0.02 0.00 99.95 08:23:25 07:49:01 4 0.05 0.00 0.03 0.00 0.00 99.92 08:23:25 07:49:01 5 0.02 0.00 0.07 0.02 0.00 99.90 08:23:25 07:49:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:23:25 07:49:01 7 0.05 0.00 0.05 0.00 0.02 99.88 08:23:25 07:50:01 all 0.03 0.00 0.02 0.00 0.01 99.93 08:23:25 07:50:01 0 0.03 0.00 0.05 0.00 0.03 99.88 08:23:25 07:50:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 07:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 07:50:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:23:25 07:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 07:50:01 5 0.02 0.00 0.02 0.02 0.02 99.93 08:23:25 07:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 07:50:01 7 0.07 0.00 0.02 0.00 0.02 99.90 08:23:25 07:51:01 all 0.02 0.00 0.02 0.00 0.01 99.94 08:23:25 07:51:01 0 0.07 0.00 0.03 0.00 0.03 99.87 08:23:25 07:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 07:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 08:23:25 07:51:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:23:25 07:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 07:51:01 5 0.00 0.00 0.00 0.02 0.00 99.98 08:23:25 07:51:01 6 0.00 0.00 0.03 0.00 0.00 99.97 08:23:25 07:51:01 7 0.02 0.00 0.05 0.00 0.03 99.90 08:23:25 07:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:23:25 07:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:23:25 07:52:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:23:25 07:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 07:52:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:23:25 07:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 07:52:01 5 0.02 0.00 0.00 0.02 0.02 99.95 08:23:25 07:52:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:52:01 7 0.07 0.00 0.05 0.00 0.02 99.87 08:23:25 07:53:01 all 0.05 0.00 0.02 0.00 0.01 99.91 08:23:25 07:53:01 0 0.08 0.00 0.07 0.00 0.05 99.80 08:23:25 07:53:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 07:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:53:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 07:53:01 4 0.03 0.00 0.00 0.02 0.02 99.93 08:23:25 07:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 07:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 07:53:01 7 0.15 0.00 0.02 0.00 0.02 99.82 08:23:25 07:54:01 all 0.23 0.00 0.02 0.00 0.01 99.73 08:23:25 07:54:01 0 0.05 0.00 0.07 0.02 0.05 99.82 08:23:25 07:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 07:54:01 2 0.38 0.00 0.02 0.00 0.00 99.60 08:23:25 07:54:01 3 0.02 0.00 0.03 0.02 0.00 99.93 08:23:25 07:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 07:54:01 5 1.29 0.00 0.02 0.00 0.02 98.68 08:23:25 07:54:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 07:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 07:55:01 all 0.22 0.00 0.02 0.00 0.01 99.74 08:23:25 07:55:01 0 0.07 0.00 0.08 0.00 0.03 99.82 08:23:25 07:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 07:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:23:25 07:55:01 3 0.05 0.00 0.03 0.03 0.02 99.87 08:23:25 07:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:55:01 5 1.53 0.00 0.00 0.00 0.00 98.47 08:23:25 07:55:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:55:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 07:56:01 all 0.27 0.00 0.00 0.00 0.02 99.70 08:23:25 07:56:01 0 0.08 0.00 0.02 0.00 0.05 99.85 08:23:25 07:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:23:25 07:56:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 07:56:01 3 0.03 0.00 0.00 0.03 0.02 99.92 08:23:25 07:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 07:56:01 5 1.97 0.00 0.00 0.00 0.02 98.01 08:23:25 07:56:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 07:56:01 7 0.02 0.00 0.00 0.00 0.03 99.95 08:23:25 08:23:25 07:56:01 CPU %user %nice %system %iowait %steal %idle 08:23:25 07:57:01 all 0.27 0.00 0.02 0.00 0.01 99.70 08:23:25 07:57:01 0 0.10 0.00 0.03 0.00 0.03 99.83 08:23:25 07:57:01 1 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 07:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:57:01 3 0.05 0.00 0.02 0.02 0.02 99.90 08:23:25 07:57:01 4 0.08 0.00 0.03 0.00 0.00 99.88 08:23:25 07:57:01 5 1.65 0.00 0.00 0.00 0.00 98.35 08:23:25 07:57:01 6 0.05 0.00 0.02 0.00 0.00 99.93 08:23:25 07:57:01 7 0.15 0.00 0.02 0.00 0.02 99.82 08:23:25 07:58:01 all 0.09 0.00 0.01 0.00 0.01 99.88 08:23:25 07:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:23:25 07:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 07:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 07:58:01 3 0.03 0.00 0.02 0.03 0.02 99.90 08:23:25 07:58:01 4 0.05 0.00 0.02 0.00 0.02 99.92 08:23:25 07:58:01 5 0.53 0.00 0.02 0.00 0.00 99.45 08:23:25 07:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:58:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 07:59:01 all 0.29 0.00 0.02 0.00 0.01 99.67 08:23:25 07:59:01 0 0.07 0.00 0.00 0.00 0.03 99.90 08:23:25 07:59:01 1 0.05 0.00 0.03 0.00 0.03 99.88 08:23:25 07:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 07:59:01 3 0.05 0.00 0.00 0.02 0.00 99.93 08:23:25 07:59:01 4 0.07 0.00 0.03 0.00 0.02 99.88 08:23:25 07:59:01 5 1.98 0.00 0.02 0.00 0.02 97.98 08:23:25 07:59:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 07:59:01 7 0.03 0.00 0.02 0.02 0.00 99.93 08:23:25 08:00:01 all 0.12 0.00 0.01 0.01 0.01 99.84 08:23:25 08:00:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:23:25 08:00:01 1 0.07 0.00 0.02 0.00 0.03 99.88 08:23:25 08:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:00:01 3 0.02 0.00 0.02 0.05 0.02 99.90 08:23:25 08:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 08:23:25 08:00:01 5 0.76 0.00 0.00 0.00 0.00 99.24 08:23:25 08:00:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 08:00:01 7 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:01:01 all 0.17 0.00 0.02 0.00 0.01 99.80 08:23:25 08:01:01 0 1.14 0.00 0.03 0.00 0.03 98.79 08:23:25 08:01:01 1 0.05 0.00 0.08 0.00 0.03 99.83 08:23:25 08:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:01:01 3 0.02 0.00 0.00 0.02 0.00 99.97 08:23:25 08:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 08:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:23:25 08:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:01:01 7 0.03 0.00 0.03 0.00 0.00 99.93 08:23:25 08:02:01 all 0.10 0.00 0.02 0.01 0.02 99.86 08:23:25 08:02:01 0 0.72 0.00 0.03 0.00 0.03 99.22 08:23:25 08:02:01 1 0.03 0.00 0.08 0.00 0.03 99.85 08:23:25 08:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:02:01 3 0.02 0.00 0.00 0.08 0.02 99.88 08:23:25 08:02:01 4 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:02:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:02:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:03:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:23:25 08:03:01 0 0.22 0.00 0.05 0.00 0.03 99.70 08:23:25 08:03:01 1 0.02 0.00 0.00 0.00 0.03 99.95 08:23:25 08:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:03:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:23:25 08:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:03:01 7 0.02 0.00 0.03 0.00 0.00 99.95 08:23:25 08:04:01 all 0.13 0.00 0.02 0.01 0.01 99.84 08:23:25 08:04:01 0 0.76 0.00 0.03 0.00 0.03 99.17 08:23:25 08:04:01 1 0.03 0.00 0.03 0.00 0.03 99.90 08:23:25 08:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:04:01 3 0.05 0.00 0.00 0.05 0.00 99.90 08:23:25 08:04:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:23:25 08:04:01 6 0.08 0.00 0.03 0.00 0.02 99.87 08:23:25 08:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:05:01 all 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:05:01 0 0.07 0.00 0.05 0.00 0.05 99.83 08:23:25 08:05:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:23:25 08:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:05:01 3 0.02 0.00 0.03 0.02 0.03 99.90 08:23:25 08:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:05:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 08:05:01 7 0.00 0.00 0.02 0.00 0.02 99.97 08:23:25 08:06:01 all 0.12 0.00 0.02 0.01 0.01 99.85 08:23:25 08:06:01 0 0.73 0.00 0.07 0.00 0.03 99.17 08:23:25 08:06:01 1 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 08:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:06:01 3 0.05 0.00 0.02 0.05 0.02 99.87 08:23:25 08:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:06:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 08:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:07:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:23:25 08:07:01 0 0.03 0.00 0.02 0.00 0.03 99.92 08:23:25 08:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:07:01 3 0.03 0.00 0.03 0.02 0.03 99.88 08:23:25 08:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:07:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:07:01 7 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 08:23:25 08:07:01 CPU %user %nice %system %iowait %steal %idle 08:23:25 08:08:01 all 0.11 0.00 0.03 0.01 0.01 99.84 08:23:25 08:08:01 0 0.73 0.00 0.03 0.00 0.02 99.22 08:23:25 08:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 08:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:08:01 3 0.02 0.00 0.02 0.05 0.02 99.90 08:23:25 08:08:01 4 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:08:01 6 0.07 0.00 0.07 0.00 0.02 99.85 08:23:25 08:08:01 7 0.02 0.00 0.05 0.00 0.02 99.92 08:23:25 08:09:01 all 0.09 0.00 0.01 0.00 0.01 99.88 08:23:25 08:09:01 0 0.63 0.00 0.03 0.00 0.03 99.30 08:23:25 08:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:23:25 08:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:09:01 3 0.02 0.00 0.00 0.02 0.02 99.95 08:23:25 08:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:09:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 08:09:01 7 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 08:10:01 all 0.05 0.00 0.01 0.00 0.01 99.92 08:23:25 08:10:01 0 0.25 0.00 0.02 0.00 0.02 99.72 08:23:25 08:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 08:23:25 08:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:10:01 3 0.03 0.00 0.02 0.03 0.02 99.90 08:23:25 08:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:10:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 08:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:11:01 all 0.19 0.00 0.01 0.00 0.01 99.78 08:23:25 08:11:01 0 1.39 0.00 0.00 0.00 0.03 98.58 08:23:25 08:11:01 1 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:11:01 3 0.03 0.00 0.00 0.02 0.02 99.93 08:23:25 08:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 08:23:25 08:11:01 5 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 08:11:01 6 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 08:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 08:12:01 all 0.11 0.00 0.02 0.00 0.01 99.86 08:23:25 08:12:01 0 0.67 0.00 0.00 0.00 0.02 99.32 08:23:25 08:12:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 08:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:12:01 3 0.02 0.00 0.02 0.03 0.00 99.93 08:23:25 08:12:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:23:25 08:12:01 5 0.02 0.00 0.03 0.00 0.00 99.95 08:23:25 08:12:01 6 0.07 0.00 0.02 0.00 0.02 99.90 08:23:25 08:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:23:25 08:13:01 0 0.02 0.00 0.00 0.00 0.03 99.95 08:23:25 08:13:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 08:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:13:01 3 0.00 0.00 0.02 0.03 0.00 99.95 08:23:25 08:13:01 4 0.05 0.00 0.02 0.00 0.00 99.93 08:23:25 08:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:13:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 08:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 08:23:25 08:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:23:25 08:14:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:23:25 08:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:23:25 08:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:14:01 3 0.00 0.00 0.00 0.03 0.02 99.95 08:23:25 08:14:01 4 0.05 0.00 0.00 0.00 0.02 99.93 08:23:25 08:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 08:23:25 08:14:01 6 0.03 0.00 0.05 0.00 0.02 99.90 08:23:25 08:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 08:15:01 all 0.04 0.00 0.01 0.00 0.01 99.93 08:23:25 08:15:01 0 0.20 0.00 0.02 0.00 0.03 99.75 08:23:25 08:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:15:01 3 0.02 0.00 0.00 0.03 0.00 99.95 08:23:25 08:15:01 4 0.03 0.00 0.02 0.00 0.02 99.93 08:23:25 08:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:15:01 6 0.02 0.00 0.02 0.00 0.02 99.95 08:23:25 08:15:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:16:01 all 0.27 0.00 0.02 0.00 0.01 99.68 08:23:25 08:16:01 0 1.99 0.00 0.03 0.00 0.03 97.95 08:23:25 08:16:01 1 0.05 0.00 0.07 0.00 0.03 99.85 08:23:25 08:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:16:01 3 0.00 0.00 0.00 0.03 0.02 99.95 08:23:25 08:16:01 4 0.03 0.00 0.03 0.00 0.02 99.92 08:23:25 08:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:16:01 6 0.07 0.00 0.05 0.00 0.02 99.87 08:23:25 08:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:23:25 08:17:01 all 0.27 0.00 0.02 0.00 0.01 99.70 08:23:25 08:17:01 0 1.99 0.00 0.02 0.00 0.02 97.98 08:23:25 08:17:01 1 0.00 0.00 0.07 0.00 0.03 99.90 08:23:25 08:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:17:01 3 0.02 0.00 0.02 0.03 0.00 99.93 08:23:25 08:17:01 4 0.05 0.00 0.02 0.00 0.02 99.92 08:23:25 08:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:17:01 6 0.05 0.00 0.00 0.00 0.02 99.93 08:23:25 08:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:18:01 all 0.31 0.00 0.07 0.01 0.02 99.60 08:23:25 08:18:01 0 1.79 0.00 0.05 0.00 0.03 98.12 08:23:25 08:18:01 1 0.07 0.00 0.03 0.00 0.03 99.87 08:23:25 08:18:01 2 0.05 0.00 0.05 0.00 0.02 99.88 08:23:25 08:18:01 3 0.02 0.00 0.03 0.03 0.02 99.90 08:23:25 08:18:01 4 0.07 0.00 0.03 0.00 0.00 99.90 08:23:25 08:18:01 5 0.25 0.00 0.22 0.03 0.02 99.48 08:23:25 08:18:01 6 0.08 0.00 0.12 0.00 0.02 99.78 08:23:25 08:18:01 7 0.10 0.00 0.02 0.00 0.02 99.87 08:23:25 08:23:25 08:18:01 CPU %user %nice %system %iowait %steal %idle 08:23:25 08:19:01 all 0.02 0.00 0.02 0.00 0.01 99.95 08:23:25 08:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 08:23:25 08:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:19:01 3 0.02 0.00 0.02 0.03 0.00 99.93 08:23:25 08:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 08:23:25 08:19:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:23:25 08:19:01 6 0.05 0.00 0.03 0.00 0.02 99.90 08:23:25 08:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 08:23:25 08:20:01 all 0.19 0.00 0.01 0.01 0.01 99.78 08:23:25 08:20:01 0 0.81 0.00 0.02 0.00 0.02 99.15 08:23:25 08:20:01 1 0.13 0.00 0.02 0.00 0.03 99.82 08:23:25 08:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:23:25 08:20:01 3 0.03 0.00 0.02 0.05 0.00 99.90 08:23:25 08:20:01 4 0.07 0.00 0.02 0.00 0.02 99.90 08:23:25 08:20:01 5 0.07 0.00 0.00 0.00 0.00 99.93 08:23:25 08:20:01 6 0.25 0.00 0.02 0.00 0.02 99.72 08:23:25 08:20:01 7 0.13 0.00 0.03 0.00 0.00 99.83 08:23:25 08:21:01 all 0.28 0.00 0.03 0.01 0.01 99.67 08:23:25 08:21:01 0 0.83 0.00 0.00 0.00 0.02 99.15 08:23:25 08:21:01 1 0.07 0.00 0.02 0.00 0.02 99.90 08:23:25 08:21:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:23:25 08:21:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:23:25 08:21:01 4 0.10 0.00 0.07 0.00 0.03 99.80 08:23:25 08:21:01 5 0.07 0.00 0.05 0.00 0.00 99.88 08:23:25 08:21:01 6 0.83 0.00 0.10 0.00 0.02 99.05 08:23:25 08:21:01 7 0.27 0.00 0.02 0.03 0.00 99.68 08:23:25 08:22:01 all 0.20 0.00 0.01 0.01 0.01 99.77 08:23:25 08:22:01 0 1.45 0.00 0.02 0.00 0.02 98.52 08:23:25 08:22:01 1 0.05 0.00 0.00 0.00 0.00 99.95 08:23:25 08:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:22:01 3 0.00 0.00 0.02 0.05 0.00 99.93 08:23:25 08:22:01 4 0.05 0.00 0.02 0.00 0.03 99.90 08:23:25 08:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 08:23:25 08:22:01 6 0.03 0.00 0.02 0.00 0.03 99.92 08:23:25 08:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 08:23:25 08:23:01 all 8.43 0.00 3.55 0.74 0.07 87.22 08:23:25 08:23:01 0 9.95 0.00 4.62 0.05 0.05 85.32 08:23:25 08:23:01 1 7.76 0.00 2.79 0.05 0.07 89.33 08:23:25 08:23:01 2 8.09 0.00 2.97 0.30 0.07 88.57 08:23:25 08:23:01 3 7.82 0.00 3.59 0.22 0.07 88.30 08:23:25 08:23:01 4 8.04 0.00 3.48 0.87 0.08 87.53 08:23:25 08:23:01 5 8.75 0.00 3.36 0.12 0.05 87.72 08:23:25 08:23:01 6 9.93 0.00 4.21 1.99 0.07 83.81 08:23:25 08:23:01 7 7.09 0.00 3.36 2.31 0.07 87.17 08:23:25 Average: all 8.98 0.00 1.51 0.40 0.03 89.08 08:23:25 Average: 0 9.41 0.00 1.44 0.26 0.04 88.84 08:23:25 Average: 1 8.77 0.00 1.53 0.25 0.04 89.41 08:23:25 Average: 2 8.99 0.00 1.46 0.31 0.02 89.22 08:23:25 Average: 3 8.96 0.00 1.50 0.41 0.03 89.11 08:23:25 Average: 4 8.96 0.00 1.48 0.27 0.03 89.25 08:23:25 Average: 5 8.99 0.00 1.50 0.43 0.02 89.06 08:23:25 Average: 6 8.88 0.00 1.62 0.80 0.03 88.67 08:23:25 Average: 7 8.89 0.00 1.50 0.50 0.03 89.09 08:23:25 08:23:25 08:23:25