Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7694c35aee6cc61ed322cac6073f1e00b48877df 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-ssh131133830290773667.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-ssh16199222483056985368.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-ssh14268314569647625695.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-ssh16119150015965379512.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-ssh8560054631202401276.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-2312 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/841 [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/841 # 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 7694c35aee6cc61ed322cac6073f1e00b48877df (main) Commit message: "Merge pull request #5158 from yichun-chou/EDX-5687-fix" > 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 7694c35aee6cc61ed322cac6073f1e00b48877df # timeout=10 > git rev-list --no-walk 02cb32c2c5f5468b4640cb5b54028e0ee1a34ba0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:34:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:34:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:34:00 ========================================================= 03:34:00 EdgeX Global Pipelines Version Info 03:34:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:34:02 ------------------- 03:34:02 stable info: 03:34:02 ------------------- 03:34:02 Commited By: Ginny Guan ginny@iotechsys.com 03:34:02 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:34:02 Message: update stable to v1.0.274 03:34:02 ------------------- 03:34:02 experimental info: 03:34:02 ------------------- 03:34:02 Commited By: **** collab-it+edgex@linuxfoundation.org 03:34:02 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:34:02 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:34:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:34:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:34:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 03:34:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7694c35 [Pipeline] echo 03:34:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:34:03 provisioning config files... 03:34:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/841@tmp/config901712620322258099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:34:03 ---> ****-login.sh 03:34:03 nexus3.edgexfoundry.org:10001 03:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:03 Configure a credential helper to remove this warning. See 03:34:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:03 03:34:03 Login Succeeded 03:34:03 nexus3.edgexfoundry.org:10002 03:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:04 Configure a credential helper to remove this warning. See 03:34:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:04 03:34:04 Login Succeeded 03:34:04 nexus3.edgexfoundry.org:10003 03:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:04 Configure a credential helper to remove this warning. See 03:34:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:04 03:34:04 Login Succeeded 03:34:04 nexus3.edgexfoundry.org:10004 03:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:04 Configure a credential helper to remove this warning. See 03:34:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:04 03:34:04 Login Succeeded 03:34:04 ****.io 03:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:34:04 Configure a credential helper to remove this warning. See 03:34:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:34:04 03:34:04 Login Succeeded 03:34:04 ---> ****-login.sh ends [Pipeline] } 03:34:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:34:04 + 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 03:34:04 + dirname cmd/core-command/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo core-command,cmd/core-command/Dockerfile 03:34:04 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:34:04 + dirname cmd/core-data/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo core-data,cmd/core-data/Dockerfile 03:34:04 + dirname cmd/core-keeper/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo core-keeper,cmd/core-keeper/Dockerfile 03:34:04 + dirname cmd/core-metadata/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo core-metadata,cmd/core-metadata/Dockerfile 03:34:04 + dirname cmd/security-bootstrapper/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:34:04 + dirname cmd/security-proxy-auth/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:34:04 + dirname cmd/security-proxy-setup/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:34:04 + dirname cmd/security-secretstore-setup/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:34:04 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:34:04 + dirname cmd/security-spire-agent/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:34:04 + dirname cmd/security-spire-config/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:34:04 + dirname cmd/security-spire-server/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:34:04 + dirname cmd/support-notifications/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo support-notifications,cmd/support-notifications/Dockerfile 03:34:04 + dirname cmd/support-scheduler/Dockerfile 03:34:04 + cut -d/ -f2 03:34:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:34:04 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 03:34:05 + git rev-list -1 --merges 7694c35aee6cc61ed322cac6073f1e00b48877df~1..7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 03:34:05 -----------> git rev-list -1 --merges 7694c35aee6cc61ed322cac6073f1e00b48877df~1..7694c35aee6cc61ed322cac6073f1e00b48877df 7694c35aee6cc61ed322cac6073f1e00b48877df 03:34:05 7694c35aee6cc61ed322cac6073f1e00b48877df [false] [Pipeline] sh 03:34:05 + git log --format=format:%s -1 7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 03:34:05 ========================================================= 03:34:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:34:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:34:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:34:06 + grep -v github /etc/ssh/ssh_known_hosts 03:34:06 + [ -e /tmp/ssh_known_hosts ] 03:34:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:34:06 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:34:06 + sudo tee -a /etc/ssh/ssh_known_hosts 03:34:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:06 03:34:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:06 0.1.4: Pulling from edgex-devops/py-git-semver 03:34:06 3dae71ba6b94: Pulling fs layer 03:34:06 6bf1a483ea7c: Pulling fs layer 03:34:06 f5dfc541a4d3: Pulling fs layer 03:34:06 461d9e800cba: Pulling fs layer 03:34:06 80192f66455f: Pulling fs layer 03:34:06 2e8e34ca0e6c: Pulling fs layer 03:34:06 a29436f7fd5d: Pulling fs layer 03:34:06 923cac83aea3: Pulling fs layer 03:34:06 25ad8b0a4227: Pulling fs layer 03:34:06 a29436f7fd5d: Waiting 03:34:06 923cac83aea3: Waiting 03:34:06 461d9e800cba: Waiting 03:34:06 80192f66455f: Waiting 03:34:06 2e8e34ca0e6c: Waiting 03:34:06 db01528c6b51: Pulling fs layer 03:34:06 28988de357af: Pulling fs layer 03:34:06 28988de357af: Waiting 03:34:06 25ad8b0a4227: Waiting 03:34:06 db01528c6b51: Waiting 03:34:06 6bf1a483ea7c: Verifying Checksum 03:34:06 6bf1a483ea7c: Download complete 03:34:06 461d9e800cba: Verifying Checksum 03:34:06 461d9e800cba: Download complete 03:34:06 80192f66455f: Verifying Checksum 03:34:06 80192f66455f: Download complete 03:34:07 f5dfc541a4d3: Verifying Checksum 03:34:07 f5dfc541a4d3: Download complete 03:34:07 3dae71ba6b94: Verifying Checksum 03:34:07 3dae71ba6b94: Download complete 03:34:07 923cac83aea3: Verifying Checksum 03:34:07 923cac83aea3: Download complete 03:34:07 25ad8b0a4227: Verifying Checksum 03:34:07 25ad8b0a4227: Download complete 03:34:07 db01528c6b51: Verifying Checksum 03:34:07 db01528c6b51: Download complete 03:34:07 28988de357af: Verifying Checksum 03:34:07 28988de357af: Download complete 03:34:07 a29436f7fd5d: Verifying Checksum 03:34:07 a29436f7fd5d: Download complete 03:34:07 2e8e34ca0e6c: Verifying Checksum 03:34:07 2e8e34ca0e6c: Download complete 03:34:08 3dae71ba6b94: Pull complete 03:34:08 6bf1a483ea7c: Pull complete 03:34:08 f5dfc541a4d3: Pull complete 03:34:08 461d9e800cba: Pull complete 03:34:09 80192f66455f: Pull complete 03:34:12 2e8e34ca0e6c: Pull complete 03:34:13 a29436f7fd5d: Pull complete 03:34:13 923cac83aea3: Pull complete 03:34:13 25ad8b0a4227: Pull complete 03:34:13 db01528c6b51: Pull complete 03:34:13 28988de357af: Pull complete 03:34:13 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:34:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:13 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 03:34:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 03:34:15 $ docker top 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 -eo pid,comm 03:34:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:34:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:34:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:16 [ssh-agent] Looking for ssh-agent implementation... 03:34:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:16 $ docker exec 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 ssh-agent 03:34:16 SSH_AUTH_SOCK=/tmp/ssh-pwVNTNAkme9w/agent.34 03:34:16 SSH_AGENT_PID=40 03:34:16 Running ssh-add (command line suppressed) 03:34:16 Identity added: /w/workspace/edgex-go/841@tmp/private_key_15953608512993852436.key (/w/workspace/edgex-go/841@tmp/private_key_15953608512993852436.key) 03:34:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:16 + git tag --points-at HEAD [Pipeline] } 03:34:16 $ docker exec --env ******** --env ******** 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 ssh-agent -k 03:34:16 unset SSH_AUTH_SOCK; 03:34:16 unset SSH_AGENT_PID; 03:34:16 echo Agent pid 40 killed; 03:34:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:34:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:16 [ssh-agent] Looking for ssh-agent implementation... 03:34:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:17 $ docker exec 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 ssh-agent 03:34:17 SSH_AUTH_SOCK=/tmp/ssh-ADmcszSqbChH/agent.73 03:34:17 SSH_AGENT_PID=79 03:34:17 Running ssh-add (command line suppressed) 03:34:17 Identity added: /w/workspace/edgex-go/841@tmp/private_key_12478423769472481587.key (/w/workspace/edgex-go/841@tmp/private_key_12478423769472481587.key) 03:34:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:17 + git semver init 03:34:17 2025-05-27 03:34:17,795 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:34:17 2025-05-27 03:34:17,799 [run_init] DEBUG init version:0.0.0 force:False 03:34:17 2025-05-27 03:34:17,800 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/841/.semver 03:34:17 2025-05-27 03:34:17,800 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/841/.semver 03:34:17 2025-05-27 03:34:17,800 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/841/.semver'], cwd=/w/workspace/edgex-go/841, stdin=None, shell=False, universal_newlines=False) 03:34:23 2025-05-27 03:34:22,405 [append_file] DEBUG append to file:/w/workspace/edgex-go/841/.git/info/exclude 03:34:23 2025-05-27 03:34:22,406 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/841/.semver/main with force:False 03:34:23 2025-05-27 03:34:22,406 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 03:34:23 2025-05-27 03:34:22,406 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 03:34:23 4.1.0-dev.14 [Pipeline] } 03:34:23 $ docker exec --env ******** --env ******** 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 ssh-agent -k 03:34:23 unset SSH_AUTH_SOCK; 03:34:23 unset SSH_AGENT_PID; 03:34:23 echo Agent pid 79 killed; 03:34:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:34:23 + git semver [Pipeline] } 03:34:23 $ docker stop --time=1 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 03:34:25 $ docker rm -f --volumes 2b6b6ea879918dcb26b4e05ff6c090852dddb87a5de1345aa821dd11d3b76ed4 [Pipeline] // withDockerContainer [Pipeline] sh 03:34:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:34:25 Stashed 1 file(s) [Pipeline] echo 03:34:25 [edgeXSemver]: initialized semver on version 4.1.0-dev.14 [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 03:34:26 + git config --global --add safe.directory /w/workspace/edgex-go/841 [Pipeline] echo 03:34:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:34:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:34:26 ========================================================= 03:34:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:34:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:34:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:34:26 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:34:26 0a9a5dfd008f: Pulling fs layer 03:34:26 dbfa0bcfca99: Pulling fs layer 03:34:26 70eabb1d9476: Pulling fs layer 03:34:26 957bedc73fa3: Pulling fs layer 03:34:26 4f4fb700ef54: Pulling fs layer 03:34:26 f40432e63723: Pulling fs layer 03:34:26 90b4343acab7: Pulling fs layer 03:34:26 9f67ea4ac784: Pulling fs layer 03:34:26 9228b9a606be: Pulling fs layer 03:34:26 957bedc73fa3: Waiting 03:34:26 4f4fb700ef54: Waiting 03:34:26 f40432e63723: Waiting 03:34:26 90b4343acab7: Waiting 03:34:26 9f67ea4ac784: Waiting 03:34:26 9228b9a606be: Waiting 03:34:26 dbfa0bcfca99: Verifying Checksum 03:34:26 dbfa0bcfca99: Download complete 03:34:26 957bedc73fa3: Download complete 03:34:26 4f4fb700ef54: Verifying Checksum 03:34:26 4f4fb700ef54: Download complete 03:34:26 0a9a5dfd008f: Download complete 03:34:26 f40432e63723: Verifying Checksum 03:34:26 f40432e63723: Download complete 03:34:26 90b4343acab7: Verifying Checksum 03:34:26 90b4343acab7: Download complete 03:34:26 0a9a5dfd008f: Pull complete 03:34:26 dbfa0bcfca99: Pull complete 03:34:26 9228b9a606be: Verifying Checksum 03:34:26 9228b9a606be: Download complete 03:34:27 70eabb1d9476: Download complete 03:34:27 9f67ea4ac784: Verifying Checksum 03:34:27 9f67ea4ac784: Download complete 03:34:30 70eabb1d9476: Pull complete 03:34:30 957bedc73fa3: Pull complete 03:34:30 4f4fb700ef54: Pull complete 03:34:30 f40432e63723: Pull complete 03:34:30 90b4343acab7: Pull complete 03:34:32 9f67ea4ac784: Pull complete 03:34:33 9228b9a606be: Pull complete 03:34:33 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 03:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:34:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:34:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:34:33 WORKDIR /edgex 03:34:33 COPY go.mod . 03:34:33 RUN go mod download 03:34:33 + docker build -t ci-base-image-x86_64 -f - . 03:34:34 Sending build context to Docker daemon 185.8MB 03:34:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:34:34 ---> 69404ca5bff2 03:34:34 Step 2/4 : WORKDIR /edgex 03:34:37 ---> Running in e4b45e8f5ed0 03:34:37 Removing intermediate container e4b45e8f5ed0 03:34:37 ---> 304ea81b4797 03:34:37 Step 3/4 : COPY go.mod . 03:34:37 ---> ae1f5b646d15 03:34:37 Step 4/4 : RUN go mod download 03:34:37 ---> Running in c7d197bd06eb 03:34:40 Still waiting to schedule task 03:34:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:34:59 Removing intermediate container c7d197bd06eb 03:34:59 ---> a6ebee573010 03:34:59 Successfully built a6ebee573010 03:34:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:59 + docker inspect -f . ci-base-image-x86_64 03:34:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:59 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 03:34:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 03:35:00 $ docker top 44a6e965568fa874f280165fa30c679c3e0923982eb2114c2354ab435ee62e3b -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:00 + go version 03:35:00 go version go1.23.8 linux/amd64 [Pipeline] } 03:35:00 $ docker stop --time=1 44a6e965568fa874f280165fa30c679c3e0923982eb2114c2354ab435ee62e3b 03:35:01 $ docker rm -f --volumes 44a6e965568fa874f280165fa30c679c3e0923982eb2114c2354ab435ee62e3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:02 + docker inspect -f . ci-base-image-x86_64 03:35:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:35:02 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 03:35:02 $ 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/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 03:35:02 $ docker top 89a81791d85a71c66c84772aa78039ddd751bd2bf330c3b15b8694cb509cb4a0 -eo pid,comm [Pipeline] { [Pipeline] echo 03:35:02 ========================================================= 03:35:02 [edgeXBuildGoParallel] Running Tests and Build... 03:35:02 ========================================================= [Pipeline] sh 03:35:03 + git config --global --add safe.directory /w/workspace/edgex-go/841 [Pipeline] fileExists [Pipeline] sh 03:35:03 + make test 03:35:03 go test -race -coverprofile=coverage.out ./... 03:35:11 ? github.com/edgexfoundry/edgex-go [no test files] 03:35:38 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:35:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:35:38 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 03:35:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 03:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 03:35:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 03:35:38 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 03:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 03:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 03:35:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 03:35:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:35:39 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 03:35:39 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 03:35:41 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 03:35:41 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 03:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements 03:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 03:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.047s coverage: 45.2% of statements 03:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.816s coverage: 93.4% of statements 03:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.3% of statements 03:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements 03:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 03:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:35:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:35:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 03:35:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 03:35:43 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 03:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.370s coverage: 95.8% of statements 03:35:44 ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements 03:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 03:35:44 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 03:35:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:35:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 03:35:45 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 03:35:45 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 03:35:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.030s coverage: 0.0% of statements [no tests to run] 03:35:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements 03:35:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 38.1% of statements 03:35:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 03:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements 03:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 03:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 03:35:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 03:35:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 03:35:46 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 03:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements 03:35:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:35:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 03:35:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 03:35:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 03:35:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements 03:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 03:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 03:35:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 03:35:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 03:35:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 03:35:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 03:35:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 03:35:49 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 03:35:49 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 03:35:50 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 03:35:52 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 03:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:35:54 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 03:35:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 03:35:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 03:35:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 03:35:58 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 03:35:59 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 03:35:59 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 03:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 03:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 03:35:59 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:35:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 03:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 03:36:01 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 03:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 03:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 03:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 03:36:03 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 03:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 03:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:36:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:36:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 03:36:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 03:36:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 03:36:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 03:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 03:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:36:06 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.059s coverage: 92.9% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.042s coverage: 87.2% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.023s coverage: 100.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.101s coverage: 81.8% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.060s coverage: 6.8% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.052s coverage: 33.3% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.069s coverage: 100.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.190s coverage: 54.5% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.033s coverage: 89.4% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.038s coverage: 100.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.038s coverage: 73.7% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.026s coverage: 100.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.021s coverage: 100.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.152s coverage: 29.2% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.030s coverage: 93.8% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.025s coverage: 76.2% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.027s coverage: 54.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.066s coverage: 17.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.106s coverage: 94.9% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.070s coverage: 97.7% of statements 03:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 03:36:10 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 03:36:11 running golangci-lint 03:36:11 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 03:36:11 go version go1.23.8 linux/amd64 03:36:11 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 03:36:11 level=info msg="[config_reader] Used config file .golangci.yml" 03:36:11 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 03:36:12 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2313 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:36:12 Running in /w/workspace/edgex-go/841 [Pipeline] { [Pipeline] checkout 03:36:12 The recommended git tool is: git 03:36:17 using credential edgex-jenkins-ssh 03:36:17 Cloning the remote Git repository 03:36:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:36:18 > git init /w/workspace/edgex-go/841 # timeout=10 03:36:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:36:18 > git --version # timeout=10 03:36:18 > git --version # 'git version 2.25.1' 03:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:36:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:36:36 Avoid second fetch 03:36:36 Checking out Revision 7694c35aee6cc61ed322cac6073f1e00b48877df (main) 03:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:36:36 > git config core.sparsecheckout # timeout=10 03:36:36 > git checkout -f 7694c35aee6cc61ed322cac6073f1e00b48877df # timeout=10 03:36:37 Commit message: "Merge pull request #5158 from yichun-chou/EDX-5687-fix" 03:36:38 level=info msg="[loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|deps|exports_file|files|name) took 23.379548453s" 03:36:38 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.234777ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:36:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:36:42 % Total % Received % Xferd Average Speed Time Time Time Current 03:36:42 Dload Upload Total Spent Left Speed 03:36:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13064 100 13064 0 0 93985 0 --:--:-- --:--:-- --:--:-- 93314 [Pipeline] sh 03:36:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:36:42 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 03:36:42 tee /etc/docker/daemon.new 03:36:42 { 03:36:42 "registry-mirrors": [ 03:36:42 "https://nexus3.edgexfoundry.org:10001" 03:36:42 ], 03:36:42 "bip": "10.250.0.254/24", 03:36:42 "hosts": [ 03:36:42 "tcp://0.0.0.0:5555", 03:36:42 "unix:///var/run/docker.sock" 03:36:42 ], 03:36:42 "mtu": 1458, 03:36:42 "selinux-enabled": true, 03:36:42 "seccomp-profile": "/etc/docker/seccomp.json" 03:36:42 } [Pipeline] sh 03:36:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:36:43 + sudo service docker restart 03:36:48 level=info msg="[linters_context/goanalysis] analyzers took 1m35.873310774s with top 10 stages: buildir: 55.669315971s, gosec: 3.269857989s, fact_deprecated: 3.085385391s, inspect: 3.078317876s, printf: 1.967994823s, ctrlflow: 1.929896552s, fact_purity: 1.292846063s, S1038: 1.06746719s, nilness: 956.492707ms, directives: 817.829506ms" 03:36:48 level=info msg="[runner] Issues before processing: 202, after processing: 0" 03:36:48 level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, path_prettifier: 202/202, skip_files: 202/202, skip_dirs: 202/202, exclude-rules: 202/20, nolint: 20/0, invalid_issue: 202/202, exclude: 202/202, filename_unadjuster: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202" 03:36:48 level=info msg="[runner] processing took 16.544602ms with stages: nolint: 7.903523ms, identifier_marker: 4.748842ms, exclude-rules: 1.184265ms, autogenerated_exclude: 1.082939ms, path_prettifier: 980.303µs, skip_dirs: 589.227µs, cgo: 22.171µs, invalid_issue: 19.701µs, filename_unadjuster: 10.181µs, max_same_issues: 650ns, fixer: 460ns, uniq_by_line: 420ns, skip_files: 290ns, diff: 280ns, exclude: 260ns, sort_results: 260ns, path_shortener: 190ns, max_from_linter: 170ns, source_code: 140ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns, severity-rules: 100ns" 03:36:48 level=info msg="[runner] linters took 12.144969242s with stages: goanalysis_metalinter: 12.128339703s" 03:36:48 level=info msg="File cache stats: 0 entries of total size 0B" 03:36:48 level=info msg="Memory: 356 samples, avg is 299.8MB, max is 1351.7MB" 03:36:48 level=info msg="Execution took 35.571335654s" 03:36:48 go vet ./... 03:36:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:36:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:36:53 ./bin/test-attribution-txt.sh [Pipeline] echo 03:36:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 03:36:54 + ls -al . 03:36:54 total 1992 03:36:54 drwxrwxr-x 11 1001 1001 4096 May 27 03:35 . 03:36:54 drwxr-xr-x 4 root root 4096 May 27 03:35 .. 03:36:54 drwxrwxr-x 2 1001 1001 4096 May 27 03:33 .blubracket 03:36:54 -rw-rw-r-- 1 1001 1001 10 May 27 03:33 .dockerignore 03:36:54 drwxrwxr-x 8 1001 1001 4096 May 27 03:36 .git 03:36:54 drwxrwxr-x 3 1001 1001 4096 May 27 03:33 .github 03:36:54 -rw-rw-r-- 1 1001 1001 909 May 27 03:33 .gitignore 03:36:54 -rw-rw-r-- 1 1001 1001 218 May 27 03:33 .golangci.yml 03:36:54 -rw-rw-r-- 1 1001 1001 100 May 27 03:33 .hadolint.yml 03:36:54 drwxr-xr-x 3 1001 1001 4096 May 27 03:34 .semver 03:36:54 -rw-rw-r-- 1 1001 1001 155 May 27 03:33 .sonarcloud.properties 03:36:54 -rw-rw-r-- 1 1001 1001 1171 May 27 03:33 ADOPTERS.md 03:36:54 -rw-rw-r-- 1 1001 1001 17374 May 27 03:33 Attribution.txt 03:36:54 -rw-rw-r-- 1 1001 1001 108018 May 27 03:33 CHANGELOG.md 03:36:54 -rw-rw-r-- 1 1001 1001 3804 May 27 03:33 CONTRIBUTING.md 03:36:54 -rw-rw-r-- 1 1001 1001 677 May 27 03:33 GOVERNANCE.md 03:36:54 -rw-rw-r-- 1 1001 1001 858 May 27 03:33 Jenkinsfile 03:36:54 -rw-rw-r-- 1 1001 1001 10775 May 27 03:33 LICENSE 03:36:54 -rw-rw-r-- 1 1001 1001 16740 May 27 03:33 Makefile 03:36:54 -rw-rw-r-- 1 1001 1001 582 May 27 03:33 OWNERS.md 03:36:54 -rw-rw-r-- 1 1001 1001 9932 May 27 03:33 README.md 03:36:54 -rw-rw-r-- 1 1001 1001 789 May 27 03:33 SECURITY.md 03:36:54 -rw-rw-r-- 1 1001 1001 12 May 27 03:34 VERSION 03:36:54 drwxrwxr-x 2 1001 1001 4096 May 27 03:33 bin 03:36:54 drwxrwxr-x 19 1001 1001 4096 May 27 03:33 cmd 03:36:54 -rw-r--r-- 1 root root 1661048 May 27 03:36 coverage.out 03:36:54 drwxrwxr-x 2 1001 1001 4096 May 27 03:33 fuzz_test 03:36:54 -rw-rw-r-- 1 1001 1001 6492 May 27 03:33 go.mod 03:36:54 -rw-rw-r-- 1 1001 1001 88215 May 27 03:33 go.sum 03:36:54 drwxrwxr-x 7 1001 1001 4096 May 27 03:33 internal 03:36:54 drwxrwxr-x 2 1001 1001 4096 May 27 03:33 openapi 03:36:54 -rw-rw-r-- 1 1001 1001 584 May 27 03:33 security.txt 03:36:54 -rw-rw-r-- 1 1001 1001 204 May 27 03:33 version.go [Pipeline] sh 03:36:54 + '[' -e coverage.out ] 03:36:54 + chown 1001:1001 coverage.out [Pipeline] stash 03:36:54 Stashed 1 file(s) [Pipeline] sh 03:36:54 + make build 03:36:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:37:01 provisioning config files... 03:37:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/841@tmp/config16235198978341157174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:37:02 ---> ****-login.sh 03:37:02 nexus3.edgexfoundry.org:10001 03:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:02 Configure a credential helper to remove this warning. See 03:37:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:02 03:37:02 Login Succeeded 03:37:02 nexus3.edgexfoundry.org:10002 03:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:03 Configure a credential helper to remove this warning. See 03:37:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:03 03:37:03 Login Succeeded 03:37:03 nexus3.edgexfoundry.org:10003 03:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:03 Configure a credential helper to remove this warning. See 03:37:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:03 03:37:03 Login Succeeded 03:37:03 nexus3.edgexfoundry.org:10004 03:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:03 Configure a credential helper to remove this warning. See 03:37:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:03 03:37:03 Login Succeeded 03:37:03 ****.io 03:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:04 Configure a credential helper to remove this warning. See 03:37:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:04 03:37:04 Login Succeeded 03:37:04 ---> ****-login.sh ends [Pipeline] } 03:37:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:37:05 + git config --global --add safe.directory /w/workspace/edgex-go/841 [Pipeline] echo 03:37:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:37:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:37:05 ========================================================= 03:37:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:37:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:37:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:37:05 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:37:05 94e9d8af2201: Pulling fs layer 03:37:05 634366ca850b: Pulling fs layer 03:37:05 f66ade281fe9: Pulling fs layer 03:37:05 13fd4ce6e94e: Pulling fs layer 03:37:05 4f4fb700ef54: Pulling fs layer 03:37:05 4cccf3f17d63: Pulling fs layer 03:37:05 2d8010953d95: Pulling fs layer 03:37:05 ec743f232bc5: Pulling fs layer 03:37:05 4f4fb700ef54: Waiting 03:37:05 4cccf3f17d63: Waiting 03:37:05 2d8010953d95: Waiting 03:37:05 ec743f232bc5: Waiting 03:37:05 13fd4ce6e94e: Waiting 03:37:05 634366ca850b: Verifying Checksum 03:37:05 634366ca850b: Download complete 03:37:05 13fd4ce6e94e: Verifying Checksum 03:37:05 13fd4ce6e94e: Download complete 03:37:05 4f4fb700ef54: Verifying Checksum 03:37:05 4f4fb700ef54: Download complete 03:37:05 4cccf3f17d63: Verifying Checksum 03:37:05 4cccf3f17d63: Download complete 03:37:05 94e9d8af2201: Verifying Checksum 03:37:05 94e9d8af2201: Download complete 03:37:06 ec743f232bc5: Verifying Checksum 03:37:06 ec743f232bc5: Download complete 03:37:06 94e9d8af2201: Pull complete 03:37:07 634366ca850b: Pull complete 03:37:07 f66ade281fe9: Verifying Checksum 03:37:07 f66ade281fe9: Download complete 03:37:08 2d8010953d95: Verifying Checksum 03:37:08 2d8010953d95: Download complete 03:37:16 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:37:16 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:37:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:37:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:37:20 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:37:20 f66ade281fe9: Pull complete 03:37:21 13fd4ce6e94e: Pull complete 03:37:21 4f4fb700ef54: Pull complete 03:37:21 4cccf3f17d63: Pull complete 03:37:25 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:37:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:37:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:37:29 2d8010953d95: Pull complete 03:37:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:37:31 ec743f232bc5: Pull complete 03:37:31 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 03:37:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:37:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:37:31 + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:37:31 WORKDIR /edgex 03:37:31 COPY go.mod . 03:37:31 RUN go mod download ci-base-image-arm64 03:37:31 -f - . 03:37:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:37:32 Sending build context to Docker daemon 3.695MB 03:37:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:37:32 ---> 12c1d4c06be1 03:37:32 Step 2/4 : WORKDIR /edgex 03:37:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:37:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:37:34 ---> Running in b075313b3a87 03:37:34 Removing intermediate container b075313b3a87 03:37:34 ---> d357beea17c7 03:37:34 Step 3/4 : COPY go.mod . 03:37:35 ---> 31c63b45b4df 03:37:35 Step 4/4 : RUN go mod download 03:37:35 ---> Running in 2efb20e31650 [Pipeline] } 03:37:35 $ docker stop --time=1 89a81791d85a71c66c84772aa78039ddd751bd2bf330c3b15b8694cb509cb4a0 03:37:38 $ docker rm -f --volumes 89a81791d85a71c66c84772aa78039ddd751bd2bf330c3b15b8694cb509cb4a0 [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 03:37:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:39 03:37:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:40 latest: Pulling from edgex-devops/edgex-compose 03:37:40 91d30c5bc195: Pulling fs layer 03:37:40 2e9b0aa3be6d: Pulling fs layer 03:37:40 9c61dcf015f6: Pulling fs layer 03:37:40 4698f68db338: Pulling fs layer 03:37:40 2a2f49069b9e: Pulling fs layer 03:37:40 e0025b399a48: Pulling fs layer 03:37:40 4698f68db338: Waiting 03:37:40 2a2f49069b9e: Waiting 03:37:40 e0025b399a48: Waiting 03:37:40 91d30c5bc195: Verifying Checksum 03:37:40 91d30c5bc195: Download complete 03:37:40 4698f68db338: Verifying Checksum 03:37:40 4698f68db338: Download complete 03:37:40 2e9b0aa3be6d: Verifying Checksum 03:37:40 2e9b0aa3be6d: Download complete 03:37:40 e0025b399a48: Download complete 03:37:40 91d30c5bc195: Pull complete 03:37:40 2a2f49069b9e: Download complete 03:37:40 2e9b0aa3be6d: Pull complete 03:37:40 9c61dcf015f6: Verifying Checksum 03:37:40 9c61dcf015f6: Download complete 03:37:43 9c61dcf015f6: Pull complete 03:37:43 4698f68db338: Pull complete 03:37:43 2a2f49069b9e: Pull complete 03:37:43 e0025b399a48: Pull complete 03:37:43 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 03:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:37:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:37:43 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 03:37:43 $ 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/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 03:37:45 $ docker top 8e32ec028c41548f231581205a15a075a673fd36281f44a2a078b10d9f7ad3bc -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:45 + docker compose -f ./docker-compose-build.yml build --parallel 03:37:47 #1 [core-metadata internal] load build definition from Dockerfile 03:37:47 #1 transferring dockerfile: 2.10kB done 03:37:47 #1 DONE 0.0s 03:37:47 03:37:47 #2 [core-data internal] load build definition from Dockerfile 03:37:47 #2 transferring dockerfile: 2.04kB done 03:37:47 #2 DONE 0.0s 03:37:47 03:37:47 #3 [security-spire-config internal] load build definition from Dockerfile 03:37:47 #3 transferring dockerfile: 1.69kB done 03:37:47 #3 DONE 0.0s 03:37:47 03:37:47 #4 [security-spire-agent internal] load build definition from Dockerfile 03:37:47 #4 transferring dockerfile: 1.81kB done 03:37:47 #4 DONE 0.0s 03:37:47 03:37:47 #5 [security-bootstrapper internal] load build definition from Dockerfile 03:37:47 #5 transferring dockerfile: 3.02kB done 03:37:47 #5 DONE 0.0s 03:37:47 03:37:47 #6 [support-notifications internal] load build definition from Dockerfile 03:37:47 #6 transferring dockerfile: 2.00kB done 03:37:47 #6 DONE 0.0s 03:37:47 03:37:47 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:37:47 #7 transferring dockerfile: 2.23kB done 03:37:47 #7 DONE 0.0s 03:37:47 03:37:47 #8 [security-proxy-setup internal] load build definition from Dockerfile 03:37:47 #8 transferring dockerfile: 2.50kB done 03:37:47 #8 DONE 0.0s 03:37:47 03:37:47 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:37:47 #9 transferring dockerfile: 1.89kB done 03:37:47 #9 DONE 0.0s 03:37:47 03:37:47 #10 [core-metadata internal] load .dockerignore 03:37:47 #10 DONE 0.0s 03:37:47 03:37:47 #11 [security-secretstore-setup internal] load build definition from Dockerfile 03:37:47 #11 transferring dockerfile: 2.49kB done 03:37:47 #11 DONE 0.1s 03:37:47 03:37:47 #12 [support-scheduler internal] load build definition from Dockerfile 03:37:47 #12 transferring dockerfile: 1.83kB done 03:37:47 #12 DONE 0.1s 03:37:47 03:37:47 #13 [core-command internal] load build definition from Dockerfile 03:37:47 #13 transferring dockerfile: 1.94kB done 03:37:47 #13 DONE 0.1s 03:37:47 03:37:47 #14 [security-proxy-auth internal] load build definition from Dockerfile 03:37:47 #14 transferring dockerfile: 2.14kB done 03:37:47 #14 DONE 0.1s 03:37:47 03:37:47 #15 [core-keeper internal] load build definition from Dockerfile 03:37:47 #15 transferring dockerfile: 2.01kB done 03:37:47 #15 DONE 0.1s 03:37:47 03:37:47 #16 [security-spire-server internal] load build definition from Dockerfile 03:37:47 #16 transferring dockerfile: 1.70kB done 03:37:47 #16 DONE 0.1s 03:37:47 03:37:47 #10 [core-metadata internal] load .dockerignore 03:37:47 #10 transferring context: 50B done 03:37:47 #10 DONE 0.1s 03:37:48 03:37:48 #17 [core-data internal] load .dockerignore 03:37:48 #17 transferring context: 50B done 03:37:48 #17 DONE 0.0s 03:37:48 03:37:48 #18 [security-spire-config internal] load .dockerignore 03:37:48 #18 transferring context: 50B done 03:37:48 #18 DONE 0.0s 03:37:48 03:37:48 #19 [security-spire-agent internal] load .dockerignore 03:37:48 #19 transferring context: 50B done 03:37:48 #19 DONE 0.0s 03:37:48 03:37:48 #20 [support-notifications internal] load .dockerignore 03:37:48 #20 transferring context: 50B done 03:37:48 #20 DONE 0.0s 03:37:48 03:37:48 #21 [security-bootstrapper internal] load .dockerignore 03:37:48 #21 transferring context: 50B done 03:37:48 #21 DONE 0.0s 03:37:48 03:37:48 #22 [core-common-config-bootstrapper internal] load .dockerignore 03:37:48 #22 transferring context: 50B done 03:37:48 #22 DONE 0.0s 03:37:48 03:37:48 #23 [security-proxy-setup internal] load .dockerignore 03:37:48 #23 transferring context: 50B done 03:37:48 #23 DONE 0.0s 03:37:48 03:37:48 #24 [security-spiffe-token-provider internal] load .dockerignore 03:37:48 #24 transferring context: 50B done 03:37:48 #24 DONE 0.0s 03:37:48 03:37:48 #25 [support-scheduler internal] load .dockerignore 03:37:48 #25 transferring context: 50B done 03:37:48 #25 DONE 0.0s 03:37:48 03:37:48 #26 [security-proxy-auth internal] load .dockerignore 03:37:48 #26 transferring context: 50B done 03:37:48 #26 DONE 0.0s 03:37:48 03:37:48 #27 [core-command internal] load .dockerignore 03:37:48 #27 transferring context: 50B done 03:37:48 #27 DONE 0.1s 03:37:48 03:37:48 #28 [security-spire-server internal] load .dockerignore 03:37:48 #28 transferring context: 50B done 03:37:48 #28 DONE 0.0s 03:37:48 03:37:48 #29 [core-keeper internal] load .dockerignore 03:37:48 #29 transferring context: 50B done 03:37:48 #29 DONE 0.1s 03:37:48 03:37:48 #30 [security-secretstore-setup internal] load .dockerignore 03:37:48 #30 transferring context: 50B done 03:37:48 #30 DONE 0.0s 03:37:48 03:37:48 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:37:48 #31 DONE 0.0s 03:37:48 03:37:48 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 03:37:48 #32 DONE 0.1s 03:37:48 03:37:48 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:37:48 #31 DONE 0.0s 03:37:48 03:37:48 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 03:37:48 #32 DONE 0.1s 03:37:48 03:37:48 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:37:48 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:37:48 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:37:48 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:37:48 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:37:48 #33 ... 03:37:48 03:37:48 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:37:48 #31 DONE 0.0s 03:37:48 03:37:48 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:37:48 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:37:48 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:37:48 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:37:48 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:37:48 #33 ... 03:37:48 03:37:48 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:37:48 #31 DONE 0.0s 03:37:48 03:37:48 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:37:48 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:37:48 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:37:48 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:37:48 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:37:48 #33 ... 03:37:48 03:37:48 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:37:48 #31 DONE 0.0s 03:37:48 03:37:48 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:37:48 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:37:48 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:37:48 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:37:48 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:37:48 #33 ... 03:37:48 03:37:48 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 03:37:48 #32 DONE 0.6s 03:37:48 03:37:48 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:37:48 #34 DONE 0.5s 03:37:49 03:37:49 #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:37:49 #35 DONE 0.7s 03:37:49 03:37:49 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:37:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:37:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:37:49 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:37:49 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:37:49 #33 ... 03:37:49 03:37:49 #36 [security-spire-server internal] load build context 03:37:49 #36 transferring context: 23.80kB 0.0s done 03:37:49 #36 DONE 0.1s 03:37:49 03:37:49 #37 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:37:49 #37 DONE 1.0s 03:37:49 03:37:49 #38 [security-spire-agent internal] load build context 03:37:49 #38 transferring context: 23.33kB 0.0s done 03:37:49 #38 DONE 0.2s 03:37:49 03:37:49 #39 [security-spire-config internal] load build context 03:37:49 #39 transferring context: 22.05kB 0.0s done 03:37:49 #39 DONE 0.2s 03:37:49 03:37:49 #40 [core-metadata builder 2/7] WORKDIR /edgex-go 03:37:54 #40 ... 03:37:54 03:37:54 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:37:54 #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 03:37:54 #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 03:37:54 #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:37:54 #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 03:37:54 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 4.9s 03:37:54 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 4.9s 03:37:54 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 5.3s 03:37:55 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 6.0s 03:37:57 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 6.1s done 03:37:58 #41 ... 03:37:58 03:37:58 #42 [core-metadata internal] load build context 03:37:58 #42 transferring context: 411.10MB 9.9s 03:37:58 #42 ... 03:37:58 03:37:58 #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:37:58 #0 1.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:58 #0 2.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:58 #0 2.371 (1/1) Installing dumb-init (1.2.5-r3) 03:37:58 #0 2.377 Executing busybox-1.36.1-r29.trigger 03:37:58 #0 2.380 OK: 8 MiB in 15 packages 03:37:58 #43 ... 03:37:58 03:37:58 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:37:58 #0 4.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:58 #0 4.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:58 #0 4.983 (1/7) Installing ca-certificates (20241121-r1) 03:37:58 #0 5.083 (2/7) Installing dumb-init (1.2.5-r3) 03:37:58 #0 5.084 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:37:58 #0 5.091 (4/7) Installing libsodium (1.0.19-r0) 03:37:58 #0 5.095 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:37:58 #0 5.112 (6/7) Installing libzmq (4.3.5-r2) 03:37:58 #0 5.128 (7/7) Installing zeromq (4.3.5-r2) 03:37:58 #0 5.129 Executing busybox-1.36.1-r29.trigger 03:37:58 #0 5.132 Executing ca-certificates-20241121-r1.trigger 03:37:58 #0 5.164 OK: 12 MiB in 21 packages 03:37:58 #44 ... 03:37:58 03:37:58 #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:37:58 #0 3.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:58 #0 3.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:58 #0 3.835 (1/4) Installing dumb-init (1.2.5-r3) 03:37:58 #0 3.839 (2/4) Installing openssl (3.3.3-r0) 03:37:58 #0 3.851 (3/4) Installing su-exec (0.2-r3) 03:37:58 #0 3.857 (4/4) Installing yq-go (4.44.1-r2) 03:37:58 #0 3.927 Executing busybox-1.36.1-r29.trigger 03:37:58 #0 3.934 OK: 19 MiB in 18 packages 03:37:58 #45 ... 03:37:58 03:37:58 #46 [support-notifications internal] load build context 03:37:59 #46 ... 03:37:59 03:37:59 #47 [support-scheduler internal] load build context 03:37:59 #47 transferring context: 503.37MB 9.3s done 03:37:59 #47 ... 03:37:59 03:37:59 #48 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:59 #48 ... 03:37:59 03:37:59 #49 [security-bootstrapper internal] load build context 03:37:59 #49 ... 03:37:59 03:37:59 #50 [security-proxy-setup internal] load build context 03:37:59 #50 ... 03:37:59 03:37:59 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:37:59 #51 ... 03:37:59 03:37:59 #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:37:59 #0 2.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:37:59 #0 2.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:37:59 #0 2.547 (1/1) Installing dumb-init (1.2.5-r3) 03:37:59 #0 2.554 Executing busybox-1.36.1-r29.trigger 03:37:59 #0 2.560 OK: 8 MiB in 15 packages 03:37:59 #52 ... 03:37:59 03:37:59 #53 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:37:59 #53 ... 03:37:59 03:37:59 #54 [core-data internal] load build context 03:37:59 #54 ... 03:37:59 03:37:59 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:37:59 #55 ... 03:37:59 03:37:59 #56 [security-secretstore-setup internal] load build context 03:38:00 #56 ... 03:38:00 03:38:00 #57 [security-spiffe-token-provider internal] load build context 03:38:00 #57 transferring context: 503.37MB 11.4s done 03:38:00 #57 ... 03:38:00 03:38:00 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:38:00 #0 0.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:00 #0 0.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:00 #0 1.301 (1/2) Installing dumb-init (1.2.5-r3) 03:38:00 #0 1.308 (2/2) Installing su-exec (0.2-r3) 03:38:00 #0 1.310 Executing busybox-1.36.1-r29.trigger 03:38:00 #0 1.357 OK: 8 MiB in 16 packages 03:38:00 #58 ... 03:38:00 03:38:00 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:00 #59 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 03:38:00 #59 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:38:00 #59 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 03:38:00 #59 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 03:38:00 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.9s done 03:38:00 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 9.7s done 03:38:00 #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 03:38:00 #59 ... 03:38:00 03:38:00 #60 [core-command internal] load build context 03:38:00 #60 transferring context: 503.37MB 10.5s done 03:38:00 #60 ... 03:38:00 03:38:00 #61 [security-proxy-auth internal] load build context 03:38:00 #61 transferring context: 503.37MB 10.8s done 03:38:00 #61 ... 03:38:00 03:38:00 #62 [core-common-config-bootstrapper internal] load build context 03:38:00 #62 transferring context: 503.37MB 11.0s done 03:38:00 #62 ... 03:38:00 03:38:00 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:38:00 #63 ... 03:38:00 03:38:00 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:38:00 #64 ... 03:38:00 03:38:00 #65 [core-keeper internal] load build context 03:38:00 #65 transferring context: 503.37MB 10.8s done 03:38:01 #65 ... 03:38:01 03:38:01 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:38:01 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 9.0s done 03:38:01 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 9.8s done 03:38:01 #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 03:38:02 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 12.9s 03:38:02 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 9.44MB / 36.47MB 13.1s 03:38:02 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 13.63MB / 36.47MB 13.2s 03:38:02 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 25.17MB / 36.47MB 13.3s 03:38:03 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 13.5s 03:38:04 #41 ... 03:38:04 03:38:04 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:04 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 14.5s 03:38:04 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.15MB / 15.53MB 14.8s 03:38:04 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 8.39MB / 15.53MB 15.0s 03:38:04 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 15.1s 03:38:05 #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 03:38:07 #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 18.1s 03:38:08 #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 18.5s 03:38:08 #59 ... 03:38:08 03:38:08 #42 [core-metadata internal] load build context 03:38:08 #42 transferring context: 503.37MB 11.7s done 03:38:08 #42 ... 03:38:08 03:38:08 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:09 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 19.2s done 03:38:09 #59 ... 03:38:09 03:38:09 #46 [support-notifications internal] load build context 03:38:09 #46 transferring context: 503.37MB 11.9s done 03:38:09 #46 ... 03:38:09 03:38:09 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:09 #59 ... 03:38:09 03:38:09 #49 [security-bootstrapper internal] load build context 03:38:09 #49 transferring context: 503.37MB 11.3s done 03:38:09 #49 ... 03:38:09 03:38:09 #50 [security-proxy-setup internal] load build context 03:38:09 #50 transferring context: 503.37MB 12.0s done 03:38:09 #50 ... 03:38:09 03:38:09 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:38:09 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 16.1s done 03:38:09 #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 03:38:09 #41 ... 03:38:09 03:38:09 #54 [core-data internal] load build context 03:38:09 #54 transferring context: 503.37MB 12.3s done 03:38:10 #54 ... 03:38:10 03:38:10 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:10 #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 19.9s done 03:38:10 #59 ... 03:38:10 03:38:10 #56 [security-secretstore-setup internal] load build context 03:38:10 #56 transferring context: 503.37MB 11.1s done 03:38:11 #56 ... 03:38:11 03:38:11 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:38:11 #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 03:38:12 #41 ... 03:38:12 03:38:12 #47 [support-scheduler internal] load build context 03:38:12 #47 DONE 23.4s 03:38:12 03:38:12 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:12 #59 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 03:38:13 #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 03:38:13 #59 ... 03:38:13 03:38:13 #60 [core-command internal] load build context 03:38:13 #60 DONE 24.4s 03:38:13 03:38:13 #62 [core-common-config-bootstrapper internal] load build context 03:38:13 #62 DONE 24.6s 03:38:13 03:38:13 #49 [security-bootstrapper internal] load build context 03:38:13 #49 DONE 24.7s 03:38:13 03:38:13 #65 [core-keeper internal] load build context 03:38:13 #65 DONE 24.4s 03:38:13 03:38:13 #61 [security-proxy-auth internal] load build context 03:38:13 #61 DONE 24.4s 03:38:13 03:38:13 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:38:13 #44 DONE 24.7s 03:38:13 03:38:13 #45 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:38:13 #45 DONE 24.6s 03:38:13 03:38:13 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:38:13 #58 DONE 24.7s 03:38:13 03:38:13 #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:38:13 #43 DONE 24.8s 03:38:13 03:38:13 #57 [security-spiffe-token-provider internal] load build context 03:38:13 #57 DONE 24.7s 03:38:13 03:38:13 #56 [security-secretstore-setup internal] load build context 03:38:13 #56 DONE 24.5s 03:38:13 03:38:13 #48 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:13 #48 DONE 24.4s 03:38:13 03:38:13 #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:38:13 #52 DONE 25.0s 03:38:13 03:38:13 #42 [core-metadata internal] load build context 03:38:13 #42 DONE 25.0s 03:38:13 03:38:13 #40 [support-notifications builder 2/7] WORKDIR /edgex-go 03:38:13 #40 DONE 24.2s 03:38:13 03:38:13 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:38:13 #66 ... 03:38:13 03:38:13 #46 [support-notifications internal] load build context 03:38:13 #46 DONE 24.8s 03:38:13 03:38:13 #50 [security-proxy-setup internal] load build context 03:38:13 #50 DONE 24.8s 03:38:13 03:38:13 #54 [core-data internal] load build context 03:38:13 #54 DONE 25.0s 03:38:13 03:38:13 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:38:13 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.2s 03:38:13 #41 ... 03:38:13 03:38:13 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:38:13 #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s done 03:38:13 #59 DONE 24.7s 03:38:13 03:38:13 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:38:14 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s done 03:38:15 #41 ... 03:38:15 03:38:15 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:38:15 #64 25.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #64 25.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #64 26.21 (1/3) Installing ca-certificates (20241121-r1) 03:38:15 #64 26.23 (2/3) Installing dumb-init (1.2.5-r3) 03:38:15 #64 26.23 (3/3) Installing tzdata (2025b-r0) 03:38:15 #64 26.28 Executing busybox-1.36.1-r29.trigger 03:38:15 #64 26.30 Executing ca-certificates-20241121-r1.trigger 03:38:15 #64 26.33 OK: 10 MiB in 17 packages 03:38:15 #64 DONE 26.6s 03:38:15 03:38:15 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:38:15 #63 25.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #63 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #63 26.01 (1/4) Installing ca-certificates (20241121-r1) 03:38:15 #63 26.04 (2/4) Installing dumb-init (1.2.5-r3) 03:38:15 #63 26.04 (3/4) Installing su-exec (0.2-r3) 03:38:15 #63 26.04 (4/4) Installing yq-go (4.44.1-r2) 03:38:15 #63 26.16 Executing busybox-1.36.1-r29.trigger 03:38:15 #63 26.17 Executing ca-certificates-20241121-r1.trigger 03:38:15 #63 26.26 OK: 19 MiB in 18 packages 03:38:15 #63 DONE 26.4s 03:38:15 03:38:15 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:38:15 #55 25.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #55 25.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #55 25.69 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:38:15 #55 25.69 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:38:15 #55 25.69 OK: 24171 distinct packages available 03:38:15 #55 25.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #55 25.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #55 26.18 (1/4) Installing dumb-init (1.2.5-r3) 03:38:15 #55 26.19 (2/4) Installing musl-obstack (1.2.3-r2) 03:38:15 #55 26.20 (3/4) Installing libucontext (1.2-r3) 03:38:15 #55 26.20 (4/4) Installing gcompat (1.1.0-r4) 03:38:15 #55 26.20 Executing busybox-1.36.1-r29.trigger 03:38:15 #55 26.21 OK: 8 MiB in 18 packages 03:38:15 #55 ... 03:38:15 03:38:15 #53 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:38:15 #53 25.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #53 25.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #53 25.75 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:38:15 #53 25.75 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:38:15 #53 25.75 OK: 24171 distinct packages available 03:38:15 #53 25.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #53 25.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #53 26.19 (1/5) Installing dumb-init (1.2.5-r3) 03:38:15 #53 26.20 (2/5) Installing musl-obstack (1.2.3-r2) 03:38:15 #53 26.20 (3/5) Installing libucontext (1.2-r3) 03:38:15 #53 26.20 (4/5) Installing gcompat (1.1.0-r4) 03:38:15 #53 26.21 (5/5) Installing openssl (3.3.3-r0) 03:38:15 #53 26.22 Executing busybox-1.36.1-r29.trigger 03:38:15 #53 26.23 OK: 9 MiB in 19 packages 03:38:15 #53 DONE 26.5s 03:38:15 03:38:15 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:38:15 #55 DONE 26.5s 03:38:15 03:38:15 #67 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:38:15 #67 ... 03:38:15 03:38:15 #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:38:15 #0 2.177 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:15 #0 2.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:15 #0 2.540 OK: 19 MiB in 18 packages 03:38:15 #68 DONE 2.7s 03:38:15 03:38:15 #69 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:38:15 #69 DONE 0.0s 03:38:16 03:38:16 #70 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:38:16 #0 2.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.622 OK: 8 MiB in 16 packages 03:38:16 #70 DONE 2.7s 03:38:16 03:38:16 #71 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:38:16 #0 2.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.644 OK: 12 MiB in 21 packages 03:38:16 #71 DONE 2.8s 03:38:16 03:38:16 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:38:16 #51 25.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:16 #51 26.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:16 #51 26.63 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:38:16 #51 26.63 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:38:16 #51 26.63 OK: 24171 distinct packages available 03:38:16 #51 26.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:16 #51 26.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:16 #51 27.09 (1/14) Installing ca-certificates (20241121-r1) 03:38:16 #51 27.10 (2/14) Installing brotli-libs (1.1.0-r2) 03:38:16 #51 27.12 (3/14) Installing c-ares (1.33.1-r0) 03:38:16 #51 27.12 (4/14) Installing libunistring (1.2-r0) 03:38:16 #51 27.14 (5/14) Installing libidn2 (2.3.7-r0) 03:38:16 #51 27.14 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:38:16 #51 27.14 (7/14) Installing libpsl (0.21.5-r1) 03:38:16 #51 27.14 (8/14) Installing zstd-libs (1.5.6-r0) 03:38:16 #51 27.16 (9/14) Installing libcurl (8.12.1-r0) 03:38:16 #51 27.19 (10/14) Installing curl (8.12.1-r0) 03:38:16 #51 27.20 (11/14) Installing dumb-init (1.2.5-r3) 03:38:16 #51 27.20 (12/14) Installing musl-obstack (1.2.3-r2) 03:38:16 #51 27.20 (13/14) Installing libucontext (1.2-r3) 03:38:16 #51 27.21 (14/14) Installing gcompat (1.1.0-r4) 03:38:16 #51 27.21 Executing busybox-1.36.1-r29.trigger 03:38:16 #51 27.22 Executing ca-certificates-20241121-r1.trigger 03:38:16 #51 27.27 OK: 13 MiB in 28 packages 03:38:16 #51 DONE 27.4s 03:38:16 03:38:16 #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:38:16 #0 2.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.660 OK: 8 MiB in 15 packages 03:38:16 #72 DONE 2.9s 03:38:16 03:38:16 #73 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:38:16 #73 ... 03:38:16 03:38:16 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:38:16 #0 2.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:16 #0 2.725 OK: 8 MiB in 15 packages 03:38:16 #74 DONE 2.8s 03:38:16 03:38:16 #75 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:38:17 #75 ... 03:38:17 03:38:17 #76 [core-data builder 3/7] RUN apk add --update --no-cache make git 03:38:17 #0 2.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:17 #0 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.225 OK: 248 MiB in 58 packages 03:38:17 #76 DONE 3.6s 03:38:17 03:38:17 #77 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:38:17 #77 DONE 0.1s 03:38:17 03:38:17 #78 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:17 #78 ... 03:38:17 03:38:17 #79 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:38:17 #0 3.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.581 OK: 248 MiB in 58 packages 03:38:17 #79 DONE 3.7s 03:38:17 03:38:17 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:38:17 #80 DONE 0.1s 03:38:17 03:38:17 #81 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:38:17 #0 3.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.736 OK: 248 MiB in 58 packages 03:38:17 #81 DONE 3.8s 03:38:17 03:38:17 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:38:17 #82 DONE 0.1s 03:38:17 03:38:17 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:17 #83 ... 03:38:17 03:38:17 #84 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:38:17 #0 3.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.794 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:38:17 #0 3.794 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:38:17 #0 3.794 OK: 24171 distinct packages available 03:38:17 #0 3.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:17 #0 3.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:17 #0 4.179 OK: 248 MiB in 58 packages 03:38:17 #84 DONE 4.3s 03:38:17 03:38:17 #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:38:17 #85 DONE 0.1s 03:38:17 03:38:17 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:17 #86 ... 03:38:17 03:38:17 #87 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:17 #87 DONE 4.5s 03:38:17 03:38:17 #88 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:38:17 #0 3.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:17 #0 4.108 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:17 #0 4.417 OK: 248 MiB in 58 packages 03:38:17 #88 DONE 4.5s 03:38:17 03:38:17 #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:38:17 #89 DONE 0.1s 03:38:18 03:38:18 #90 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:18 #90 ... 03:38:18 03:38:18 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:38:18 #0 2.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:18 #0 2.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:18 #0 2.934 OK: 10 MiB in 17 packages 03:38:18 #91 DONE 3.0s 03:38:18 03:38:18 #67 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:38:18 #67 2.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:19 #67 ... 03:38:19 03:38:19 #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:38:19 #0 2.999 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:19 #0 3.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:19 #0 3.385 OK: 19 MiB in 18 packages 03:38:19 #92 DONE 3.5s 03:38:19 03:38:19 #73 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:38:19 #73 DONE 2.9s 03:38:19 03:38:19 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:38:19 #93 DONE 0.0s 03:38:19 03:38:19 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:38:19 #0 2.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:19 #0 2.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:19 #0 3.143 OK: 8 MiB in 18 packages 03:38:19 #94 DONE 3.3s 03:38:19 03:38:19 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:38:19 #66 4.023 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:19 #66 4.516 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:19 #66 5.256 (1/1) Installing dumb-init (1.2.5-r3) 03:38:19 #66 5.566 Executing busybox-1.36.1-r29.trigger 03:38:19 #66 5.576 OK: 8 MiB in 15 packages 03:38:19 #66 DONE 5.7s 03:38:19 03:38:19 #75 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:38:19 #75 2.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:19 #75 2.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:19 #75 3.215 OK: 13 MiB in 28 packages 03:38:19 #75 DONE 3.5s 03:38:19 03:38:19 #67 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:38:19 #67 3.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:19 #67 ... 03:38:19 03:38:19 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:19 #95 DONE 0.6s 03:38:19 03:38:19 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:38:19 #96 DONE 0.1s 03:38:19 03:38:19 #67 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:38:19 #67 3.891 OK: 9 MiB in 19 packages 03:38:19 #67 DONE 4.0s 03:38:19 03:38:19 #97 [security-spire-config stage-2 6/10] COPY security.txt / 03:38:19 #97 DONE 0.1s 03:38:19 03:38:19 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:38:20 #98 DONE 0.7s 03:38:20 03:38:20 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:20 #99 DONE 0.8s 03:38:20 03:38:20 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:38:20 #100 DONE 0.7s 03:38:20 03:38:20 #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:38:20 #101 DONE 0.1s 03:38:20 03:38:20 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:38:20 #102 DONE 0.1s 03:38:20 03:38:20 #103 [security-spire-server stage-2 6/9] COPY security.txt / 03:38:21 #103 ... 03:38:21 03:38:21 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:38:21 #104 DONE 0.6s 03:38:21 03:38:21 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:38:21 #105 DONE 0.7s 03:38:21 03:38:21 #103 [security-spire-server stage-2 6/9] COPY security.txt / 03:38:21 #103 DONE 0.6s 03:38:21 03:38:21 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:38:21 #106 DONE 0.1s 03:38:21 03:38:21 #107 [security-spire-config] exporting to image 03:38:21 #107 exporting layers 03:38:21 #107 ... 03:38:21 03:38:21 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:38:21 #108 DONE 0.1s 03:38:21 03:38:21 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 03:38:21 #109 DONE 0.1s 03:38:21 03:38:21 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:38:21 #110 DONE 0.0s 03:38:21 03:38:21 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:38:21 #111 DONE 0.0s 03:38:21 03:38:21 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:38:21 #112 DONE 0.0s 03:38:21 03:38:21 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:38:21 #113 DONE 0.0s 03:38:21 03:38:21 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:38:21 #114 DONE 0.0s 03:38:21 03:38:21 #107 [security-spire-server] exporting to image 03:38:22 #107 exporting layers 0.8s done 03:38:22 #107 writing image sha256:f2634d452f1e705511d2cf686c46879c195ed4d9c6ef71b2c2f5a2793b9f1b5f done 03:38:22 #107 naming to docker.io/library/security-spire-config done 03:38:22 #107 exporting layers 0.8s done 03:38:22 #107 writing image sha256:8c7819009998224fad26964dd5214c411b1d6120bf4a09dfa6237c8ffb426af9 done 03:38:22 #107 naming to docker.io/library/security-spire-agent done 03:38:22 #107 writing image sha256:4361e24ae82303183c6570fcb49e2a9e895825bd2cd22013271925411f35978c done 03:38:22 #107 naming to docker.io/library/security-spire-server done 03:38:22 #107 DONE 1.1s 03:38:22 03:38:22 #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:38:22 #0 3.349 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:38:22 #0 3.813 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:38:22 #0 4.485 OK: 248 MiB in 58 packages 03:38:22 #115 DONE 4.6s 03:38:22 03:38:22 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:22 #116 ... 03:38:22 03:38:22 #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:38:22 #117 DONE 0.1s 03:38:22 03:38:22 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:31 Removing intermediate container 2efb20e31650 03:38:31 ---> 911bd576b9c5 03:38:31 Successfully built 911bd576b9c5 03:38:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:32 + docker inspect -f . ci-base-image-arm64 03:38:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:38:32 prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 03:38:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 03:38:33 $ docker top 14c0f306997e6b6ee18984118cb6e101d71d4f0d7e7db8d9ac437752c1bfc244 -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:34 + go version 03:38:34 go version go1.23.8 linux/arm64 [Pipeline] } 03:38:34 $ docker stop --time=1 14c0f306997e6b6ee18984118cb6e101d71d4f0d7e7db8d9ac437752c1bfc244 03:38:36 $ docker rm -f --volumes 14c0f306997e6b6ee18984118cb6e101d71d4f0d7e7db8d9ac437752c1bfc244 [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 03:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:38:37 03:38:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:38:37 latest: Pulling from edgex-devops/edgex-compose-arm64 03:38:37 547446be3368: Pulling fs layer 03:38:37 d125d8839a47: Pulling fs layer 03:38:37 3e85d5ac6304: Pulling fs layer 03:38:37 c3105a71a48b: Pulling fs layer 03:38:37 0f093f025ec4: Pulling fs layer 03:38:37 c3106fc0e877: Pulling fs layer 03:38:37 0f093f025ec4: Waiting 03:38:37 c3105a71a48b: Waiting 03:38:37 c3106fc0e877: Waiting 03:38:37 547446be3368: Verifying Checksum 03:38:37 547446be3368: Download complete 03:38:37 c3105a71a48b: Verifying Checksum 03:38:37 c3105a71a48b: Download complete 03:38:37 d125d8839a47: Verifying Checksum 03:38:37 d125d8839a47: Download complete 03:38:37 c3106fc0e877: Verifying Checksum 03:38:37 c3106fc0e877: Download complete 03:38:38 0f093f025ec4: Verifying Checksum 03:38:38 0f093f025ec4: Download complete 03:38:38 547446be3368: Pull complete 03:38:39 d125d8839a47: Pull complete 03:38:40 3e85d5ac6304: Verifying Checksum 03:38:40 3e85d5ac6304: Download complete 03:38:50 3e85d5ac6304: Pull complete 03:38:50 c3105a71a48b: Pull complete 03:38:51 0f093f025ec4: Pull complete 03:38:51 c3106fc0e877: Pull complete 03:38:51 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:38:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:38:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:38:51 prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 03:38:51 $ 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/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 03:38:53 $ docker top 2fb763bb38c7c305ea7b024f379fc2b2eebe7db1a500fa8e2fa31255c4370b8f -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:54 + docker compose -f ./docker-compose-build.yml build --parallel 03:38:54 #118 DONE 27.3s 03:38:54 03:38:54 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:54 #83 DONE 32.5s 03:38:54 03:38:54 #90 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:54 #90 DONE 31.8s 03:38:54 03:38:54 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:54 #86 DONE 32.1s 03:38:54 03:38:54 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:54 #116 DONE 32.7s 03:38:54 03:38:54 #78 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:38:54 #78 DONE 32.9s 03:38:54 03:38:54 #119 [support-notifications builder 6/7] COPY . . 03:38:59 #119 ... 03:38:59 03:38:59 #120 [core-metadata builder 6/7] COPY . . 03:38:59 #120 ... 03:38:59 03:38:59 #121 [security-spiffe-token-provider builder 6/7] COPY . . 03:39:00 #121 ... 03:39:00 03:39:00 #122 [support-scheduler builder 6/7] COPY . . 03:39:00 #122 ... 03:39:00 03:39:00 #123 [security-bootstrapper builder 6/7] COPY . . 03:39:00 #123 ... 03:39:00 03:39:00 #124 [core-keeper builder 7/8] COPY . . 03:39:04 #1 [security-spire-config internal] load build definition from Dockerfile 03:39:04 #1 transferring dockerfile: 1.69kB done 03:39:04 #1 DONE 0.1s 03:39:04 03:39:04 #2 [security-proxy-auth internal] load build definition from Dockerfile 03:39:04 #2 transferring dockerfile: 2.14kB done 03:39:04 #2 DONE 0.0s 03:39:04 03:39:04 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:39:04 #3 transferring dockerfile: 2.23kB 0.0s done 03:39:04 #3 DONE 0.1s 03:39:04 03:39:04 #4 [core-data internal] load build definition from Dockerfile 03:39:04 #4 transferring dockerfile: 2.04kB done 03:39:04 #4 DONE 0.1s 03:39:04 03:39:04 #5 [core-keeper internal] load build definition from Dockerfile 03:39:04 #5 transferring dockerfile: 2.01kB done 03:39:04 #5 DONE 0.1s 03:39:04 03:39:04 #6 [security-secretstore-setup internal] load build definition from Dockerfile 03:39:04 #6 transferring dockerfile: 2.49kB 0.0s done 03:39:04 #6 DONE 0.1s 03:39:04 03:39:04 #7 [security-spire-server internal] load build definition from Dockerfile 03:39:04 #7 transferring dockerfile: 1.70kB 0.0s done 03:39:04 #7 DONE 0.1s 03:39:04 03:39:04 #8 [security-bootstrapper internal] load build definition from Dockerfile 03:39:04 #8 transferring dockerfile: 3.02kB 0.0s done 03:39:04 #8 DONE 0.1s 03:39:04 03:39:04 #9 [core-metadata internal] load build definition from Dockerfile 03:39:04 #9 transferring dockerfile: 2.10kB done 03:39:04 #9 DONE 0.1s 03:39:04 03:39:04 #10 [support-scheduler internal] load build definition from Dockerfile 03:39:04 #10 transferring dockerfile: 1.83kB done 03:39:04 #10 DONE 0.1s 03:39:04 03:39:04 #11 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:39:04 #11 transferring dockerfile: 1.89kB 0.0s done 03:39:04 #11 DONE 0.1s 03:39:04 03:39:04 #12 [support-notifications internal] load build definition from Dockerfile 03:39:04 #12 transferring dockerfile: 2.00kB done 03:39:04 #12 DONE 0.1s 03:39:04 03:39:04 #13 [security-spire-agent internal] load build definition from Dockerfile 03:39:04 #13 transferring dockerfile: 1.81kB 0.0s done 03:39:04 #13 DONE 0.1s 03:39:04 03:39:04 #14 [security-proxy-setup internal] load build definition from Dockerfile 03:39:04 #14 transferring dockerfile: 2.50kB done 03:39:04 #14 DONE 0.1s 03:39:04 03:39:04 #15 [core-command internal] load build definition from Dockerfile 03:39:04 #15 transferring dockerfile: 1.94kB 0.0s done 03:39:04 #15 DONE 0.1s 03:39:04 03:39:04 #16 [security-spire-config internal] load .dockerignore 03:39:04 #16 transferring context: 50B 0.0s done 03:39:04 #16 DONE 0.1s 03:39:05 03:39:05 #17 [security-proxy-auth internal] load .dockerignore 03:39:05 #17 transferring context: 50B done 03:39:05 #17 DONE 0.0s 03:39:05 03:39:05 #18 [core-common-config-bootstrapper internal] load .dockerignore 03:39:05 #18 transferring context: 50B 0.0s done 03:39:05 #18 DONE 0.0s 03:39:05 03:39:05 #19 [core-data internal] load .dockerignore 03:39:05 #19 transferring context: 50B done 03:39:05 #19 DONE 0.1s 03:39:05 03:39:05 #20 [core-keeper internal] load .dockerignore 03:39:05 #20 transferring context: 50B 0.0s done 03:39:05 #20 DONE 0.1s 03:39:05 03:39:05 #21 [security-secretstore-setup internal] load .dockerignore 03:39:05 #21 transferring context: 50B 0.0s done 03:39:05 #21 DONE 0.1s 03:39:05 03:39:05 #22 [security-spire-server internal] load .dockerignore 03:39:05 #22 transferring context: 50B 0.0s done 03:39:05 #22 DONE 0.1s 03:39:06 03:39:06 #23 [security-bootstrapper internal] load .dockerignore 03:39:06 #23 transferring context: 50B done 03:39:06 #23 DONE 0.1s 03:39:06 03:39:06 #24 [core-metadata internal] load .dockerignore 03:39:06 #24 transferring context: 50B done 03:39:06 #24 DONE 0.1s 03:39:06 03:39:06 #25 [support-scheduler internal] load .dockerignore 03:39:06 #25 DONE 0.0s 03:39:06 03:39:06 #25 [support-scheduler internal] load .dockerignore 03:39:06 #25 transferring context: 50B 0.0s done 03:39:06 #25 DONE 0.1s 03:39:06 03:39:06 #26 [security-spiffe-token-provider internal] load .dockerignore 03:39:06 #26 transferring context: 50B 0.0s done 03:39:06 #26 DONE 0.1s 03:39:06 03:39:06 #27 [support-notifications internal] load .dockerignore 03:39:06 #27 transferring context: 50B done 03:39:06 #27 DONE 0.1s 03:39:06 03:39:06 #28 [security-spire-agent internal] load .dockerignore 03:39:06 #28 transferring context: 50B done 03:39:06 #28 DONE 0.1s 03:39:06 03:39:06 #29 [security-proxy-setup internal] load .dockerignore 03:39:06 #29 transferring context: 50B 0.0s done 03:39:06 #29 DONE 0.1s 03:39:06 03:39:06 #30 [core-command internal] load .dockerignore 03:39:06 #30 transferring context: 50B 0.0s done 03:39:06 #30 DONE 0.1s 03:39:06 03:39:06 #31 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 03:39:07 #124 ... 03:39:07 03:39:07 #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:39:07 #125 CACHED 03:39:07 03:39:07 #126 [security-proxy-auth builder 6/7] COPY . . 03:39:07 #126 CACHED 03:39:07 03:39:07 #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:07 #127 CACHED 03:39:07 03:39:07 #120 [core-metadata builder 6/7] COPY . . 03:39:07 #120 DONE 16.3s 03:39:07 03:39:07 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:39:07 #128 ... 03:39:07 03:39:07 #129 [core-command builder 6/7] COPY . . 03:39:07 #129 CACHED 03:39:07 03:39:07 #130 [core-command builder 4/7] COPY go.mod vendor* ./ 03:39:07 #130 CACHED 03:39:07 03:39:07 #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:07 #131 CACHED 03:39:07 03:39:07 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:39:07 #132 CACHED 03:39:07 03:39:07 #133 [core-common-config-bootstrapper builder 6/7] COPY . . 03:39:07 #133 CACHED 03:39:07 03:39:07 #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:07 #134 CACHED 03:39:07 03:39:07 #135 [core-data builder 6/7] COPY . . 03:39:07 #135 CACHED 03:39:07 03:39:07 #136 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:07 #136 CACHED 03:39:07 03:39:07 #137 [core-data builder 4/7] COPY go.mod vendor* ./ 03:39:07 #137 CACHED 03:39:07 03:39:07 #122 [support-scheduler builder 6/7] COPY . . 03:39:07 #122 DONE 16.5s 03:39:07 03:39:07 #121 [security-spiffe-token-provider builder 6/7] COPY . . 03:39:07 #121 DONE 16.6s 03:39:07 03:39:07 #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:39:07 #138 ... 03:39:07 03:39:07 #119 [support-notifications builder 6/7] COPY . . 03:39:07 #119 DONE 16.8s 03:39:07 03:39:07 #123 [security-bootstrapper builder 6/7] COPY . . 03:39:07 #123 DONE 17.1s 03:39:07 03:39:07 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:39:07 #31 DONE 0.6s 03:39:07 03:39:07 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:39:07 #32 DONE 0.7s 03:39:07 03:39:07 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:07 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:07 #139 ... 03:39:07 03:39:07 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:07 #140 CACHED 03:39:07 03:39:07 #141 [security-secretstore-setup builder 6/7] COPY . . 03:39:07 #141 CACHED 03:39:07 03:39:07 #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:39:07 #142 CACHED 03:39:07 03:39:07 #143 [security-proxy-setup builder 6/7] COPY . . 03:39:07 #143 CACHED 03:39:07 03:39:07 #144 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:07 #144 CACHED 03:39:07 03:39:07 #145 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:39:07 #145 CACHED 03:39:07 03:39:07 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:39:07 #33 ... 03:39:07 03:39:07 #34 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:07 #34 DONE 0.0s 03:39:07 03:39:07 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:07 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:39:07 #33 ... 03:39:07 03:39:07 #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:07 #34 DONE 0.0s 03:39:07 03:39:07 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:07 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:39:07 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:39:07 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:39:07 #33 ... 03:39:07 03:39:07 #34 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:07 #34 DONE 0.0s 03:39:07 03:39:07 #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:07 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:39:07 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:39:07 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:39:07 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:39:07 #146 ... 03:39:07 03:39:07 #124 [core-keeper builder 7/8] COPY . . 03:39:07 #124 DONE 17.7s 03:39:07 03:39:07 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:39:07 #33 ... 03:39:07 03:39:07 #34 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:07 #34 DONE 0.0s 03:39:08 03:39:08 #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:08 #34 DONE 0.0s 03:39:08 03:39:08 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:08 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 03:39:08 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:39:08 #35 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 03:39:08 #35 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 03:39:08 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 03:39:08 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 03:39:08 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s 03:39:08 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 03:39:08 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 03:39:08 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.5s 03:39:08 #35 ... 03:39:08 03:39:08 #31 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 03:39:08 #31 DONE 0.8s 03:39:08 03:39:08 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:08 #35 ... 03:39:08 03:39:08 #36 [security-spire-config internal] load build context 03:39:08 #36 transferring context: 22.05kB 0.0s done 03:39:08 #36 DONE 0.9s 03:39:08 03:39:08 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:08 #35 ... 03:39:08 03:39:08 #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:08 #34 DONE 0.0s 03:39:08 03:39:08 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:08 #35 ... 03:39:08 03:39:08 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:39:08 #32 DONE 1.2s 03:39:08 03:39:08 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:08 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 03:39:08 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:39:08 #35 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 03:39:08 #35 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 03:39:08 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 03:39:08 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 03:39:08 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 03:39:08 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 03:39:08 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.1s 03:39:08 #35 ... 03:39:08 03:39:08 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:08 #34 DONE 0.0s 03:39:08 03:39:08 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:08 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 1.4s 03:39:09 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 1.6s 03:39:09 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 03:39:09 #35 ... 03:39:09 03:39:09 #34 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:09 #34 DONE 0.0s 03:39:09 03:39:09 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:09 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.7s 03:39:09 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.9s 03:39:09 #35 ... 03:39:09 03:39:09 #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:09 #34 DONE 0.0s 03:39:09 03:39:09 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:09 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.08MB / 33.17MB 2.1s 03:39:09 #35 ... 03:39:09 03:39:09 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 03:39:09 #31 DONE 2.1s 03:39:09 03:39:09 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:09 #35 ... 03:39:09 03:39:09 #37 [security-proxy-setup internal] load build context 03:39:09 #37 DONE 0.0s 03:39:09 03:39:09 #38 [support-scheduler internal] load build context 03:39:09 #38 DONE 0.0s 03:39:09 03:39:09 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:09 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 2.3s 03:39:10 #35 ... 03:39:10 03:39:10 #34 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:39:10 #34 DONE 0.1s 03:39:10 03:39:10 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:10 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 03:39:10 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 2.6s 03:39:10 #35 ... 03:39:10 03:39:10 #39 [security-proxy-auth internal] load build context 03:39:10 #39 transferring context: 3.22MB 1.6s done 03:39:10 #39 DONE 2.9s 03:39:10 03:39:10 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:10 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 2.8s 03:39:10 #35 ... 03:39:10 03:39:10 #40 [core-data internal] load build context 03:39:10 #40 transferring context: 3.22MB 1.9s done 03:39:10 #40 DONE 2.9s 03:39:10 03:39:10 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:10 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 3.3s 03:39:11 #35 ... 03:39:11 03:39:11 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:39:11 #32 DONE 2.9s 03:39:11 03:39:11 #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:39:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:39:11 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:39:11 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:39:11 #33 ... 03:39:11 03:39:11 #41 [core-keeper internal] load build context 03:39:11 #41 transferring context: 3.22MB 1.9s done 03:39:11 #41 DONE 3.7s 03:39:11 03:39:11 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:11 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.9s 03:39:11 #35 ... 03:39:11 03:39:11 #31 [core-command internal] load metadata for docker.io/library/alpine:3.20 03:39:11 #31 DONE 3.7s 03:39:11 03:39:11 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:11 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 4.1s 03:39:11 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.13MB / 33.17MB 4.2s 03:39:12 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.78MB / 33.17MB 4.4s 03:39:12 #35 ... 03:39:12 03:39:12 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:39:12 #42 DONE 3.0s 03:39:12 03:39:12 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:12 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 03:39:12 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:39:12 #35 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 03:39:12 #35 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 03:39:12 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 03:39:12 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 03:39:12 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 03:39:12 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 03:39:12 #35 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.7s done 03:39:12 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 03:39:12 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 03:39:12 #35 ... 03:39:12 03:39:12 #43 [core-common-config-bootstrapper internal] load build context 03:39:12 #43 transferring context: 3.22MB 2.0s done 03:39:12 #43 DONE 5.0s 03:39:12 03:39:12 #44 [security-spire-server internal] load build context 03:39:12 #44 transferring context: 23.80kB 0.3s done 03:39:12 #44 DONE 3.9s 03:39:12 03:39:12 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:12 #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 03:39:12 #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:39:12 #147 ... 03:39:12 03:39:12 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:39:12 #139 5.546 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:39:12 #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 03:39:12 #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 03:39:12 #45 ... 03:39:12 03:39:12 #46 [security-secretstore-setup internal] load build context 03:39:12 #46 transferring context: 3.22MB 2.0s done 03:39:12 #46 DONE 4.5s 03:39:13 03:39:13 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:39:13 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 03:39:13 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:39:13 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:39:13 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:39:13 #33 ... 03:39:13 03:39:13 #47 [security-bootstrapper internal] load build context 03:39:13 #47 transferring context: 3.22MB 2.3s done 03:39:13 #47 DONE 4.9s 03:39:13 03:39:13 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:13 #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.8s 03:39:13 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.9s 03:39:13 #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 03:39:13 #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done 03:39:13 #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done 03:39:14 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 1.6s 03:39:14 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 3.15MB / 14.28MB 1.7s 03:39:14 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 2.0s 03:39:14 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 2.2s 03:39:14 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.21MB / 14.28MB 2.3s 03:39:15 #45 ... 03:39:15 03:39:15 #48 [core-metadata internal] load build context 03:39:15 #48 transferring context: 3.22MB 2.3s done 03:39:15 #48 DONE 6.8s 03:39:15 03:39:15 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:15 #45 ... 03:39:15 03:39:15 #49 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:15 #49 DONE 7.0s 03:39:15 03:39:15 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:15 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 3.0s 03:39:16 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.09MB / 14.28MB 3.3s 03:39:16 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.85MB / 14.28MB 3.6s 03:39:16 #139 ... 03:39:16 03:39:16 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:39:16 #0 2.242 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:39:16 #148 ... 03:39:16 03:39:16 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:39:16 #0 5.727 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:39:16 #149 ... 03:39:16 03:39:16 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:39:16 #0 4.639 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:39:16 #150 ... 03:39:16 03:39:16 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:39:16 #0 3.853 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:39:16 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.01MB / 14.28MB 3.8s 03:39:16 #151 ... 03:39:16 03:39:16 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:39:16 #0 2.942 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:39:16 #152 ... 03:39:16 03:39:16 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:39:16 #146 8.694 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:39:17 #146 ... 03:39:17 03:39:17 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:39:17 #0 9.545 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:39:17 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 4.5s 03:39:17 #153 ... 03:39:17 03:39:17 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:39:17 #0 7.626 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:39:17 #154 ... 03:39:17 03:39:17 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:39:17 #147 6.978 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:39:17 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 4.8s 03:39:17 #45 ... 03:39:17 03:39:17 #50 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:39:17 #50 ... 03:39:17 03:39:17 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:17 #45 ... 03:39:17 03:39:17 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:39:17 #0 5.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:17 #0 5.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:17 #0 7.996 (1/2) Installing dumb-init (1.2.5-r3) 03:39:17 #0 7.996 (2/2) Installing su-exec (0.2-r3) 03:39:17 #0 7.996 Executing busybox-1.36.1-r29.trigger 03:39:17 #0 7.996 OK: 9 MiB in 16 packages 03:39:17 #51 DONE 9.3s 03:39:17 03:39:17 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:18 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 5.4s done 03:39:18 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 03:39:19 #45 ... 03:39:19 03:39:19 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:39:19 #0 8.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:19 #0 9.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:19 #52 ... 03:39:19 03:39:19 #53 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:39:19 #53 ... 03:39:19 03:39:19 #37 [security-proxy-setup internal] load build context 03:39:19 #37 transferring context: 3.22MB 5.7s done 03:39:19 #37 DONE 9.3s 03:39:19 03:39:19 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:39:19 #147 ... 03:39:19 03:39:19 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:39:19 #128 3.288 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:39:19 #54 ... 03:39:19 03:39:19 #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:39:19 #55 ... 03:39:19 03:39:19 #38 [support-scheduler internal] load build context 03:39:19 #38 transferring context: 3.22MB 5.8s done 03:39:19 #38 DONE 9.6s 03:39:19 03:39:19 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:39:19 #56 ... 03:39:19 03:39:19 #57 [support-notifications internal] load build context 03:39:19 #128 ... 03:39:19 03:39:19 #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:39:19 #138 4.236 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:39:19 #57 ... 03:39:19 03:39:19 #58 [security-spiffe-token-provider internal] load build context 03:39:19 #58 transferring context: 3.22MB 7.0s done 03:39:19 #58 ... 03:39:19 03:39:19 #57 [support-notifications internal] load build context 03:39:20 #57 ... 03:39:20 03:39:20 #59 [security-spire-agent internal] load build context 03:39:20 #59 transferring context: 23.33kB 0.1s done 03:39:20 #59 DONE 7.6s 03:39:20 03:39:20 #57 [support-notifications internal] load build context 03:39:20 #57 transferring context: 3.22MB 7.7s done 03:39:20 #57 ... 03:39:20 03:39:20 #58 [security-spiffe-token-provider internal] load build context 03:39:20 #58 DONE 10.7s 03:39:20 03:39:20 #50 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:39:20 #50 DONE 13.3s 03:39:20 03:39:20 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:20 #60 ... 03:39:20 03:39:20 #61 [core-command internal] load build context 03:39:20 #61 transferring context: 3.22MB 5.1s done 03:39:20 #61 DONE 8.9s 03:39:20 03:39:20 #57 [support-notifications internal] load build context 03:39:20 #57 DONE 10.8s 03:39:20 03:39:20 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:39:20 #62 ... 03:39:20 03:39:20 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:39:20 #0 8.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:20 #0 9.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:20 #63 ... 03:39:20 03:39:20 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:39:20 #64 ... 03:39:20 03:39:20 #65 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 03:39:21 #65 DONE 1.5s 03:39:21 03:39:21 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:39:23 #66 ... 03:39:23 03:39:23 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:39:23 #52 12.45 (1/1) Installing dumb-init (1.2.5-r3) 03:39:23 #52 12.45 Executing busybox-1.36.1-r29.trigger 03:39:23 #52 12.53 OK: 9 MiB in 15 packages 03:39:23 #52 DONE 14.2s 03:39:23 03:39:23 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:23 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.1s 03:39:23 #35 ... 03:39:23 03:39:23 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:39:23 #63 13.19 (1/7) Installing ca-certificates (20241121-r1) 03:39:23 #63 13.54 (2/7) Installing dumb-init (1.2.5-r3) 03:39:23 #63 13.56 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:39:24 #63 13.58 (4/7) Installing libsodium (1.0.19-r0) 03:39:24 #63 13.64 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:39:24 #63 13.82 (6/7) Installing libzmq (4.3.5-r2) 03:39:24 #63 13.91 (7/7) Installing zeromq (4.3.5-r2) 03:39:24 #63 13.91 Executing busybox-1.36.1-r29.trigger 03:39:24 #63 14.12 Executing ca-certificates-20241121-r1.trigger 03:39:25 #63 ... 03:39:25 03:39:25 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:39:25 #67 ... 03:39:25 03:39:25 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:27 #35 ... 03:39:27 03:39:27 #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:39:27 #53 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:27 #53 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:27 #53 17.02 (1/1) Installing dumb-init (1.2.5-r3) 03:39:27 #53 17.05 Executing busybox-1.36.1-r29.trigger 03:39:27 #53 17.17 OK: 9 MiB in 15 packages 03:39:27 #53 DONE 18.4s 03:39:27 03:39:27 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:27 #35 ... 03:39:27 03:39:27 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:39:27 #63 15.45 OK: 14 MiB in 21 packages 03:39:27 #63 DONE 17.2s 03:39:27 03:39:27 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:39:28 #68 ... 03:39:28 03:39:28 #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:39:28 #69 ... 03:39:28 03:39:28 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:39:28 #62 17.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:29 #62 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:29 #62 ... 03:39:29 03:39:29 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:39:29 #54 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:29 #54 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:29 #54 15.46 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:39:29 #54 15.46 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:39:29 #54 15.46 OK: 24049 distinct packages available 03:39:29 #54 16.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:29 #54 17.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:30 #54 ... 03:39:30 03:39:30 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:30 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.2s 03:39:31 #35 ... 03:39:31 03:39:31 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:31 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.9s 03:39:31 #45 ... 03:39:31 03:39:31 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:31 #35 ... 03:39:31 03:39:31 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:39:32 #70 ... 03:39:32 03:39:32 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:39:32 #71 ... 03:39:32 03:39:32 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:32 #72 ... 03:39:32 03:39:32 #73 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 03:39:32 #73 10.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:32 #73 ... 03:39:32 03:39:32 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:39:32 #56 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:32 #56 14.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:32 #56 19.61 (1/4) Installing ca-certificates (20241121-r1) 03:39:32 #56 19.86 (2/4) Installing dumb-init (1.2.5-r3) 03:39:32 #56 19.93 (3/4) Installing su-exec (0.2-r3) 03:39:32 #56 19.95 (4/4) Installing yq-go (4.44.1-r2) 03:39:32 #56 21.06 Executing busybox-1.36.1-r29.trigger 03:39:32 #56 21.22 Executing ca-certificates-20241121-r1.trigger 03:39:32 #56 22.11 OK: 20 MiB in 18 packages 03:39:32 #56 ... 03:39:32 03:39:32 #74 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:39:32 #74 ... 03:39:32 03:39:32 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:32 #35 ... 03:39:32 03:39:32 #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:39:32 #55 13.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:32 #55 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:32 #55 19.67 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:39:32 #55 19.67 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:39:32 #55 19.67 OK: 24049 distinct packages available 03:39:32 #55 21.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:32 #55 22.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:33 #55 ... 03:39:33 03:39:33 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:33 #45 ... 03:39:33 03:39:33 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:39:33 #56 DONE 24.2s 03:39:33 03:39:33 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:33 #45 ... 03:39:33 03:39:33 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:39:33 #75 ... 03:39:33 03:39:33 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:34 #45 ... 03:39:34 03:39:34 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:34 #72 DONE 12.7s 03:39:34 03:39:34 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:39:34 #54 22.64 (1/4) Installing dumb-init (1.2.5-r3) 03:39:34 #54 22.68 (2/4) Installing musl-obstack (1.2.3-r2) 03:39:34 #54 22.70 (3/4) Installing libucontext (1.2-r3) 03:39:34 #54 22.71 (4/4) Installing gcompat (1.1.0-r4) 03:39:34 #54 22.74 Executing busybox-1.36.1-r29.trigger 03:39:34 #54 22.91 OK: 9 MiB in 18 packages 03:39:34 #54 DONE 25.3s 03:39:34 03:39:34 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:35 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 16.8s done 03:39:35 #45 ... 03:39:35 03:39:35 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:35 #60 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:35 #60 16.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:35 #60 22.78 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:39:35 #60 22.78 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:39:35 #60 22.78 OK: 24049 distinct packages available 03:39:35 #60 24.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:35 #60 ... 03:39:35 03:39:35 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:35 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.0s 03:39:36 #35 ... 03:39:36 03:39:36 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:39:36 #45 DONE 23.8s 03:39:36 03:39:36 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:37 #35 ... 03:39:37 03:39:37 #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:39:37 #0 9.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:37 #76 ... 03:39:37 03:39:37 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:39 #35 ... 03:39:39 03:39:39 #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:39:39 #69 11.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:39 #69 12.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:39 #69 20.67 OK: 9 MiB in 16 packages 03:39:39 #69 ... 03:39:39 03:39:39 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:39 #35 ... 03:39:39 03:39:39 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:39:39 #64 18.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:39 #64 20.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:39 #64 ... 03:39:39 03:39:39 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:40 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.7s 03:39:40 #35 ... 03:39:40 03:39:40 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:39:40 #67 14.85 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:40 #67 16.45 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:40 #67 ... 03:39:40 03:39:40 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:40 #35 ... 03:39:40 03:39:40 #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:39:40 #69 DONE 22.7s 03:39:40 03:39:40 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:40 #35 ... 03:39:40 03:39:40 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:39:40 #62 26.17 (1/4) Installing dumb-init (1.2.5-r3) 03:39:40 #62 26.19 (2/4) Installing openssl (3.3.3-r0) 03:39:40 #62 26.40 (3/4) Installing su-exec (0.2-r3) 03:39:40 #62 26.44 (4/4) Installing yq-go (4.44.1-r2) 03:39:40 #62 27.95 Executing busybox-1.36.1-r29.trigger 03:39:40 #62 28.13 OK: 20 MiB in 18 packages 03:39:40 #62 DONE 30.3s 03:39:40 03:39:40 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:39:42 #35 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.8s done 03:39:42 #35 DONE 35.8s 03:39:42 03:39:42 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:39:42 #64 31.58 (1/3) Installing ca-certificates (20241121-r1) 03:39:42 #64 32.06 (2/3) Installing dumb-init (1.2.5-r3) 03:39:42 #64 32.08 (3/3) Installing tzdata (2025b-r0) 03:39:43 #64 ... 03:39:43 03:39:43 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:39:43 #71 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:43 #71 13.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:43 #71 ... 03:39:43 03:39:43 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:39:43 #77 ... 03:39:43 03:39:43 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:39:43 #70 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:43 #70 13.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:43 #70 ... 03:39:43 03:39:43 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:39:43 #0 6.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:43 #0 8.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:43 #78 ... 03:39:43 03:39:43 #73 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 03:39:43 #73 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:43 #73 ... 03:39:43 03:39:43 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:39:43 #0 5.771 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:43 #0 7.955 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:44 #79 ... 03:39:44 03:39:44 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:39:44 #75 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:44 #75 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:44 #75 ... 03:39:44 03:39:44 #74 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:39:44 #74 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:44 #74 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:44 #74 ... 03:39:44 03:39:44 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:39:44 #0 5.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:44 #0 8.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:44 #80 ... 03:39:44 03:39:44 #81 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:39:44 #81 DONE 3.7s 03:39:44 03:39:44 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:39:44 #77 3.752 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:44 #77 ... 03:39:44 03:39:44 #82 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:39:44 #82 DONE 0.3s 03:39:45 03:39:45 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:39:45 #71 23.19 OK: 239 MiB in 58 packages 03:39:45 #71 ... 03:39:45 03:39:45 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:39:45 #66 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:45 #66 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:45 #66 ... 03:39:45 03:39:45 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:39:45 #75 21.94 OK: 9 MiB in 15 packages 03:39:46 #75 ... 03:39:46 03:39:46 #55 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:39:46 #55 35.02 (1/5) Installing dumb-init (1.2.5-r3) 03:39:46 #55 35.03 (2/5) Installing musl-obstack (1.2.3-r2) 03:39:46 #55 35.05 (3/5) Installing libucontext (1.2-r3) 03:39:46 #55 35.06 (4/5) Installing gcompat (1.1.0-r4) 03:39:46 #55 35.08 (5/5) Installing openssl (3.3.3-r0) 03:39:46 #55 35.19 Executing busybox-1.36.1-r29.trigger 03:39:46 #55 35.46 OK: 10 MiB in 19 packages 03:39:46 #55 DONE 37.3s 03:39:46 03:39:46 #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:39:46 #83 ... 03:39:46 03:39:46 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:39:46 #75 DONE 23.3s 03:39:46 03:39:46 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:39:46 #67 28.92 (1/1) Installing dumb-init (1.2.5-r3) 03:39:46 #67 29.71 Executing busybox-1.36.1-r29.trigger 03:39:46 #67 29.82 OK: 9 MiB in 15 packages 03:39:47 #67 ... 03:39:47 03:39:47 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:39:47 #71 DONE 25.2s 03:39:47 03:39:47 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:39:47 #68 9.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:47 #68 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:47 #68 ... 03:39:47 03:39:47 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:47 #60 26.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:47 #60 35.37 (1/14) Installing ca-certificates (20241121-r1) 03:39:47 #60 35.91 (2/14) Installing brotli-libs (1.1.0-r2) 03:39:47 #60 36.23 (3/14) Installing c-ares (1.33.1-r0) 03:39:47 #60 36.33 (4/14) Installing libunistring (1.2-r0) 03:39:47 #60 ... 03:39:47 03:39:47 #67 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:39:47 #67 DONE 31.8s 03:39:47 03:39:47 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:47 #60 36.99 (5/14) Installing libidn2 (2.3.7-r0) 03:39:47 #60 ... 03:39:47 03:39:47 #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:39:47 #84 ... 03:39:47 03:39:47 #73 [core-command builder 3/7] RUN apk add --update --no-cache make git 03:39:47 #73 23.77 OK: 239 MiB in 58 packages 03:39:47 #73 DONE 25.9s 03:39:47 03:39:47 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:47 #60 37.12 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:39:47 #60 37.21 (7/14) Installing libpsl (0.21.5-r1) 03:39:47 #60 37.29 (8/14) Installing zstd-libs (1.5.6-r0) 03:39:47 #60 37.44 (9/14) Installing libcurl (8.12.1-r0) 03:39:48 #60 37.71 (10/14) Installing curl (8.12.1-r0) 03:39:48 #60 37.73 (11/14) Installing dumb-init (1.2.5-r3) 03:39:48 #60 37.80 (12/14) Installing musl-obstack (1.2.3-r2) 03:39:48 #60 37.83 (13/14) Installing libucontext (1.2-r3) 03:39:48 #60 ... 03:39:48 03:39:48 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:39:48 #64 34.01 Executing busybox-1.36.1-r29.trigger 03:39:48 #64 34.12 Executing ca-certificates-20241121-r1.trigger 03:39:48 #64 35.38 OK: 11 MiB in 17 packages 03:39:48 #64 DONE 37.8s 03:39:48 03:39:48 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:48 #60 37.86 (14/14) Installing gcompat (1.1.0-r4) 03:39:48 #60 37.93 Executing busybox-1.36.1-r29.trigger 03:39:48 #60 ... 03:39:48 03:39:48 #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:39:48 #84 DONE 1.5s 03:39:48 03:39:48 #74 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:39:48 #74 26.03 OK: 239 MiB in 58 packages 03:39:48 #74 ... 03:39:48 03:39:48 #85 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:39:48 #85 DONE 1.3s 03:39:48 03:39:48 #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:39:48 #76 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:49 #76 ... 03:39:49 03:39:49 #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:49 #86 ... 03:39:49 03:39:49 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:39:49 #66 25.84 OK: 239 MiB in 58 packages 03:39:49 #66 DONE 27.8s 03:39:49 03:39:49 #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:39:49 #76 22.38 OK: 9 MiB in 15 packages 03:39:49 #76 ... 03:39:49 03:39:49 #74 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:39:49 #74 DONE 28.2s 03:39:49 03:39:49 #87 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:39:50 #87 DONE 1.0s 03:39:50 03:39:50 #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:51 #88 ... 03:39:51 03:39:51 #89 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:39:51 #89 DONE 1.4s 03:39:51 03:39:51 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:51 #90 ... 03:39:51 03:39:51 #68 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:39:51 #68 22.16 OK: 14 MiB in 21 packages 03:39:51 #68 DONE 23.7s 03:39:51 03:39:51 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:39:51 #76 DONE 24.5s 03:39:51 03:39:51 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:39:51 #79 17.10 OK: 239 MiB in 58 packages 03:39:51 #79 ... 03:39:51 03:39:51 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:39:51 #60 38.28 Executing ca-certificates-20241121-r1.trigger 03:39:51 #60 39.62 OK: 15 MiB in 28 packages 03:39:51 #60 DONE 41.5s 03:39:52 03:39:52 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:39:52 #80 17.72 OK: 9 MiB in 18 packages 03:39:52 #80 ... 03:39:52 03:39:52 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:39:52 #79 DONE 18.3s 03:39:52 03:39:52 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:39:53 #91 ... 03:39:53 03:39:53 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:39:53 #78 18.69 OK: 20 MiB in 18 packages 03:39:53 #78 DONE 19.6s 03:39:53 03:39:53 #80 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:39:53 #80 DONE 18.7s 03:39:53 03:39:53 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:39:54 #92 ... 03:39:54 03:39:54 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:39:54 #77 5.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:54 #77 12.73 OK: 20 MiB in 18 packages 03:39:54 #77 DONE 13.5s 03:39:54 03:39:54 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:39:54 #91 DONE 1.7s 03:39:54 03:39:54 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:54 #93 ... 03:39:54 03:39:54 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:39:54 #94 DONE 0.4s 03:39:54 03:39:54 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:39:54 #70 23.97 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:39:54 #70 23.97 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:39:54 #70 23.97 OK: 24049 distinct packages available 03:39:54 #70 26.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:54 #70 28.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:54 #70 32.50 OK: 239 MiB in 58 packages 03:39:54 #70 DONE 33.1s 03:39:54 03:39:54 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:39:56 #95 DONE 1.3s 03:39:56 03:39:56 #83 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:39:56 #83 8.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:56 #83 8.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:56 #83 10.36 OK: 10 MiB in 19 packages 03:39:57 #83 DONE 11.0s 03:39:57 03:39:57 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:39:58 #96 ... 03:39:58 03:39:58 #97 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:39:58 #0 8.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:39:58 #0 8.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:39:58 #97 ... 03:39:58 03:39:58 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:39:58 #98 ... 03:39:58 03:39:58 #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:39:58 #99 ... 03:39:58 03:39:58 #100 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:00 #100 ... 03:40:00 03:40:00 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:40:00 #96 DONE 2.8s 03:40:00 03:40:00 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:40:00 #101 ... 03:40:00 03:40:00 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:40:00 #92 DONE 7.2s 03:40:00 03:40:00 #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:40:00 #102 DONE 0.2s 03:40:00 03:40:00 #103 [security-spire-config stage-2 6/10] COPY security.txt / 03:40:01 #103 DONE 0.3s 03:40:01 03:40:01 #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:40:01 #104 DONE 0.3s 03:40:01 03:40:01 #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:40:01 #105 DONE 0.4s 03:40:01 03:40:01 #97 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:40:01 #97 11.94 OK: 11 MiB in 17 packages 03:40:01 #97 DONE 13.2s 03:40:01 03:40:01 #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:40:01 #0 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:40:01 #0 9.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:40:01 #106 ... 03:40:01 03:40:01 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:40:02 #107 DONE 0.3s 03:40:02 03:40:02 #108 [security-spire-config] exporting to image 03:40:02 #108 exporting layers 03:40:02 #108 ... 03:40:02 03:40:02 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:40:02 #98 DONE 5.0s 03:40:02 03:40:02 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:40:02 #109 DONE 0.2s 03:40:02 03:40:02 #110 [security-spire-server stage-2 6/9] COPY security.txt / 03:40:02 #110 DONE 0.2s 03:40:02 03:40:02 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:02 #90 ... 03:40:02 03:40:02 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:40:03 #111 DONE 0.3s 03:40:03 03:40:03 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:40:03 #112 DONE 0.2s 03:40:03 03:40:03 #108 [security-spire-config] exporting to image 03:40:03 #108 ... 03:40:03 03:40:03 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:40:03 #113 DONE 0.2s 03:40:03 03:40:03 #108 [security-spire-server] exporting to image 03:40:03 #108 ... 03:40:03 03:40:03 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:40:03 #101 DONE 3.9s 03:40:03 03:40:03 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:40:04 #114 DONE 0.2s 03:40:04 03:40:04 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 03:40:04 #115 DONE 0.1s 03:40:04 03:40:04 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:40:04 #116 DONE 0.1s 03:40:04 03:40:04 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:40:04 #117 DONE 0.2s 03:40:04 03:40:04 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:40:04 #118 DONE 0.2s 03:40:04 03:40:04 #108 [security-spire-server] exporting to image 03:40:06 #108 exporting layers 4.2s done 03:40:06 #108 writing image sha256:f4ddbfd90ff560b2f34ee698c4ebea58a369b386f822c3de2251c6fd772502e3 0.0s done 03:40:06 #108 naming to docker.io/library/security-spire-config-arm64 done 03:40:07 #108 exporting layers 3.6s done 03:40:07 #108 writing image sha256:7f81a34aa4113dc9ff592613b12f2b0dc3d9b76fd1e872540e063d29d3d1c7cd done 03:40:07 #108 naming to docker.io/library/security-spire-server-arm64 done 03:40:07 #108 ... 03:40:07 03:40:07 #106 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:40:07 #106 14.48 OK: 15 MiB in 28 packages 03:40:07 #106 DONE 15.4s 03:40:07 03:40:07 #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:07 #99 ... 03:40:07 03:40:07 #108 [security-spire-agent] exporting to image 03:40:07 #108 exporting layers 3.1s done 03:40:07 #108 writing image sha256:7ad1745ae05317a938624f018f662963f3ee2f8bdc3f92f2cc85fc380d7f9dd2 done 03:40:07 #108 naming to docker.io/library/security-spire-agent-arm64 done 03:40:07 #108 DONE 4.9s 03:40:08 03:40:08 #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:40:56 #138 ... 03:40:56 03:40:56 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:40:56 #154 DONE 96.3s 03:40:56 03:40:56 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:40:56 #150 DONE 97.2s 03:40:56 03:40:56 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:40:56 #155 DONE 0.5s 03:40:56 03:40:56 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:40:56 #156 DONE 0.5s 03:40:56 03:40:56 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:40:56 #157 DONE 0.3s 03:40:56 03:40:56 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:40:56 #158 DONE 0.6s 03:40:56 03:40:56 #159 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:40:56 #159 DONE 0.3s 03:40:56 03:40:56 #160 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:40:56 #160 ... 03:40:56 03:40:56 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:40:56 #161 DONE 1.6s 03:40:56 03:40:56 #160 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:40:56 #160 DONE 0.2s 03:40:56 03:40:56 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:56 #162 ... 03:40:56 03:40:56 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:40:56 #163 DONE 0.2s 03:40:56 03:40:56 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:40:56 #164 DONE 0.4s 03:40:56 03:40:56 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:40:56 #33 ... 03:40:56 03:40:56 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:40:56 #165 DONE 0.4s 03:40:56 03:40:56 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:40:56 #147 ... 03:40:56 03:40:56 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:40:56 #166 DONE 0.3s 03:40:56 03:40:56 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:40:56 #128 ... 03:40:56 03:40:56 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:40:56 #162 DONE 1.3s 03:40:56 03:40:56 #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/ 03:40:56 #167 DONE 0.1s 03:40:56 03:40:56 #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/ 03:40:56 #168 DONE 0.3s 03:40:56 03:40:56 #107 [core-common-config-bootstrapper] exporting to image 03:40:56 #107 exporting layers 03:40:56 #107 exporting layers 0.6s done 03:40:56 #107 writing image sha256:c2dae26b462e3b0bbaf33df31538083954248ba1a0bbbbe45ad881f1dc26749b 0.0s done 03:40:56 #107 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 03:40:56 #107 DONE 1.8s 03:40:56 03:40:56 #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/ 03:40:56 #169 DONE 0.3s 03:40:56 03:40:56 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:40:56 #170 DONE 0.2s 03:40:56 03:40:56 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:40:56 #41 ... 03:40:56 03:40:56 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:40:56 #171 DONE 1.4s 03:40:56 03:40:56 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:40:56 #128 ... 03:40:56 03:40:56 #107 [security-bootstrapper] exporting to image 03:40:56 #107 exporting layers 0.9s done 03:40:56 #107 writing image sha256:24ab64574f65a0286c8cd7f6ff05939875905dd947e832a48a0e9a6b1d41df44 0.0s done 03:40:56 #107 naming to docker.io/library/security-bootstrapper 0.0s done 03:40:56 #107 DONE 2.8s 03:40:56 03:40:56 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:41:43 #146 150.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:41:43 #146 ... 03:41:43 03:41:43 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:41:43 #152 DONE 154.0s 03:41:43 03:41:43 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:41:43 #153 DONE 153.1s 03:41:43 03:41:43 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:41:43 #148 DONE 154.0s 03:41:43 03:41:43 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:41:43 #146 DONE 153.1s 03:41:43 03:41:43 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:41:43 #151 DONE 154.1s 03:41:43 03:41:43 #128 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:41:43 #128 DONE 154.2s 03:41:43 03:41:43 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #172 ... 03:41:43 03:41:43 #138 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:41:43 #138 DONE 154.0s 03:41:43 03:41:43 #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #173 DONE 0.3s 03:41:43 03:41:43 #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #174 DONE 0.5s 03:41:43 03:41:43 #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #172 DONE 0.4s 03:41:43 03:41:43 #175 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #175 DONE 0.3s 03:41:43 03:41:43 #176 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:41:43 #176 DONE 0.1s 03:41:43 03:41:43 #177 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #177 DONE 0.1s 03:41:43 03:41:43 #178 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:41:43 #178 DONE 0.1s 03:41:43 03:41:43 #179 [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 03:41:43 #179 ... 03:41:43 03:41:43 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:41:43 #180 DONE 0.1s 03:41:43 03:41:43 #181 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #181 CACHED 03:41:43 03:41:43 #182 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:41:43 #182 CACHED 03:41:43 03:41:43 #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:41:43 #183 CACHED 03:41:43 03:41:43 #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #184 CACHED 03:41:43 03:41:43 #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:41:43 #185 DONE 0.1s 03:41:43 03:41:43 #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:41:43 #186 ... 03:41:43 03:41:43 #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:41:43 #187 DONE 0.4s 03:41:43 03:41:43 #179 [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 03:41:43 #179 DONE 0.4s 03:41:43 03:41:43 #188 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:41:43 #188 DONE 0.4s 03:41:43 03:41:43 #189 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:41:43 #189 DONE 0.5s 03:41:43 03:41:43 #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:41:43 #190 DONE 0.5s 03:41:43 03:41:43 #191 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:41:43 #191 ... 03:41:43 03:41:43 #192 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:41:43 #192 DONE 0.6s 03:41:43 03:41:43 #186 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:41:43 #186 DONE 0.5s 03:41:43 03:41:43 #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:41:43 #193 ... 03:41:43 03:41:43 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:41:43 #147 DONE 154.0s 03:41:43 03:41:43 #194 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:41:43 #194 DONE 0.4s 03:41:43 03:41:43 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:41:43 #195 DONE 0.5s 03:41:43 03:41:43 #196 [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 03:41:43 #196 DONE 0.5s 03:41:43 03:41:43 #197 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:41:43 #197 DONE 0.4s 03:41:43 03:41:43 #191 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:41:43 #191 DONE 0.4s 03:41:43 03:41:43 #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:41:43 #193 DONE 0.4s 03:41:43 03:41:43 #198 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:41:43 #198 DONE 0.4s 03:41:43 03:41:43 #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #199 ... 03:41:43 03:41:43 #200 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:41:43 #200 DONE 0.3s 03:41:43 03:41:43 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:41:43 #201 DONE 0.4s 03:41:43 03:41:43 #202 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:41:43 #202 DONE 0.4s 03:41:43 03:41:43 #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:41:43 #203 DONE 0.3s 03:41:43 03:41:43 #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #199 DONE 0.3s 03:41:43 03:41:43 #204 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:41:43 #204 DONE 0.3s 03:41:43 03:41:43 #107 [core-metadata] exporting to image 03:41:43 #107 exporting layers 03:41:43 #107 writing image sha256:b3d2890797404ba074b38077598d1a42ba3707ecb5a5d250e7c89c772dfed39f 0.0s done 03:41:43 #107 naming to docker.io/library/core-command done 03:41:43 #107 writing image sha256:c2b1271f2ae3664efb1a4ea03db3f03d9bd45f308f5f05beb1e5d89dee7d8acd done 03:41:43 #107 naming to docker.io/library/core-data done 03:41:43 #107 ... 03:41:43 03:41:43 #205 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:41:43 #205 DONE 0.3s 03:41:43 03:41:43 #206 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:41:43 #206 DONE 0.3s 03:41:43 03:41:43 #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:41:43 #207 DONE 0.3s 03:41:43 03:41:43 #107 [core-metadata] exporting to image 03:41:43 #107 exporting layers 0.4s done 03:41:43 #107 writing image sha256:db364934e0390a627fe7af159f6963aecbc53aea7f484ce0adf68cf1ee55205d 03:41:43 #107 writing image sha256:db364934e0390a627fe7af159f6963aecbc53aea7f484ce0adf68cf1ee55205d 0.1s done 03:41:43 #107 naming to docker.io/library/security-spiffe-token-provider 03:41:43 #107 ... 03:41:43 03:41:43 #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:41:43 #208 DONE 0.2s 03:41:43 03:41:43 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:41:43 #209 DONE 0.2s 03:41:43 03:41:43 #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:41:43 #210 DONE 0.6s 03:41:43 03:41:43 #107 [security-proxy-auth] exporting to image 03:41:43 #107 naming to docker.io/library/security-spiffe-token-provider done 03:41:43 #107 ... 03:41:43 03:41:43 #211 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:41:43 #211 DONE 0.1s 03:41:43 03:41:43 #107 [security-proxy-auth] exporting to image 03:41:43 #107 exporting layers 0.2s done 03:41:43 #107 writing image sha256:e966bc4e4a2aed88beda284766de73e4e05cba5de88d1fddef24d68a8ccd95e3 03:41:43 #107 writing image sha256:e966bc4e4a2aed88beda284766de73e4e05cba5de88d1fddef24d68a8ccd95e3 done 03:41:43 #107 naming to docker.io/library/core-keeper done 03:41:43 #107 ... 03:41:43 03:41:43 #212 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:41:43 #212 DONE 0.7s 03:41:43 03:41:43 #107 [security-proxy-setup] exporting to image 03:41:43 #107 ... 03:41:43 03:41:43 #213 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:41:43 #213 DONE 0.6s 03:41:43 03:41:43 #107 [security-secretstore-setup] exporting to image 03:41:43 #107 exporting layers 1.2s done 03:41:43 #107 exporting layers 0.7s done 03:41:43 #107 writing image sha256:8c242339e040a533bc968e9abf9d1f0ed35d4604eaa6cd7f4da041d28d8f7ffc 0.0s done 03:41:43 #107 naming to docker.io/library/core-metadata done 03:41:43 #107 writing image sha256:c07ee84b0f47a08177466201adb5b91c3638b692559174bd72fdf5a00147df23 0.0s done 03:41:43 #107 naming to docker.io/library/security-proxy-auth 0.0s done 03:41:43 #107 exporting layers 0.4s done 03:41:43 #107 writing image sha256:15960dab01a30ebbb6a4e5f3ab08a2532a7e83b2116e550985f6e800c4b70cc3 03:41:43 #107 exporting layers 0.4s done 03:41:43 #107 writing image sha256:15960dab01a30ebbb6a4e5f3ab08a2532a7e83b2116e550985f6e800c4b70cc3 0.1s done 03:41:43 #107 naming to docker.io/library/security-proxy-setup done 03:41:43 #107 writing image sha256:0c7fd0017d5dee2ca1dbc8795f3acd1886eeef4d8c5f869708148a6609640bae done 03:41:43 #107 naming to docker.io/library/security-secretstore-setup 0.0s done 03:41:43 #107 DONE 4.8s 03:41:43 03:41:43 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:41:43 #149 DONE 157.5s 03:41:43 03:41:43 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:41:43 #214 DONE 0.1s 03:41:43 03:41:43 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:41:43 #215 DONE 0.0s 03:41:43 03:41:43 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:41:44 #216 DONE 0.2s 03:41:44 03:41:44 #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:41:44 #139 DONE 157.5s 03:41:44 03:41:44 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:41:44 #217 DONE 0.0s 03:41:44 03:41:44 #107 [support-scheduler] exporting to image 03:41:44 #107 ... 03:41:44 03:41:44 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:41:44 #218 DONE 0.0s 03:41:44 03:41:44 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:41:44 #219 DONE 0.0s 03:41:44 03:41:44 #107 [support-scheduler] exporting to image 03:41:44 #107 exporting layers 0.2s done 03:41:44 #107 writing image sha256:e04cf3702f8b298c2f06ebc23235128e4e4cd9c2cf56ae9f7fd2a8c7140a6dc8 done 03:41:44 #107 naming to docker.io/library/support-scheduler done 03:41:44 #107 DONE 5.1s 03:41:44 03:41:44 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:41:44 #220 DONE 0.2s 03:41:44 03:41:44 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:41:44 #221 DONE 0.0s 03:41:44 03:41:44 #107 [support-notifications] exporting to image 03:41:44 #107 exporting layers 0.2s done 03:41:44 #107 writing image sha256:86b3a0bf53681f8e91fedb1e35176cef232cd7a48dc24748ce99b453f00322ca done 03:41:44 #107 naming to docker.io/library/support-notifications done 03:41:44 #107 DONE 5.3s 03:41:44 03:41:44 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:41:44 time="2025-05-27T03:37:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:41:44 $ docker stop --time=1 8e32ec028c41548f231581205a15a075a673fd36281f44a2a078b10d9f7ad3bc 03:41:46 $ docker rm -f --volumes 8e32ec028c41548f231581205a15a075a673fd36281f44a2a078b10d9f7ad3bc [Pipeline] // withDockerContainer [Pipeline] sh 03:41:46 + docker images 03:41:46 REPOSITORY TAG IMAGE ID CREATED SIZE 03:41:46 support-scheduler latest e04cf3702f8b 2 seconds ago 48.3MB 03:41:46 support-notifications latest 86b3a0bf5368 2 seconds ago 51.9MB 03:41:46 security-proxy-setup latest 15960dab01a3 3 seconds ago 38.3MB 03:41:46 security-secretstore-setup latest 0c7fd0017d5d 3 seconds ago 68MB 03:41:46 security-proxy-auth latest c07ee84b0f47 4 seconds ago 31.4MB 03:41:46 core-keeper latest e966bc4e4a2a 4 seconds ago 32.1MB 03:41:46 core-metadata latest 8c242339e040 4 seconds ago 32.7MB 03:41:46 core-data latest c2b1271f2ae3 5 seconds ago 32.5MB 03:41:46 core-command latest b3d289079740 5 seconds ago 28MB 03:41:46 security-spiffe-token-provider latest db364934e039 5 seconds ago 47.2MB 03:41:46 security-bootstrapper latest 24ab64574f65 57 seconds ago 20.3MB 03:41:46 core-common-config-bootstrapper latest c2dae26b462e About a minute ago 17.1MB 03:41:46 security-spire-agent latest 8c7819009998 3 minutes ago 195MB 03:41:46 security-spire-server latest 4361e24ae823 3 minutes ago 149MB 03:41:46 security-spire-config latest f2634d452f1e 3 minutes ago 149MB 03:41:46 ci-base-image-x86_64 latest a6ebee573010 6 minutes ago 925MB 03:41:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 26 hours ago 573MB 03:41:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 03:41:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:46 provisioning config files... 03:41:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/841@tmp/config7143460878123180273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:41:46 ---> ****-login.sh 03:41:46 nexus3.edgexfoundry.org:10001 03:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:46 Configure a credential helper to remove this warning. See 03:41:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:46 03:41:46 Login Succeeded 03:41:46 nexus3.edgexfoundry.org:10002 03:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:46 Configure a credential helper to remove this warning. See 03:41:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:46 03:41:46 Login Succeeded 03:41:46 nexus3.edgexfoundry.org:10003 03:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:47 Configure a credential helper to remove this warning. See 03:41:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:47 03:41:47 Login Succeeded 03:41:47 nexus3.edgexfoundry.org:10004 03:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:47 Configure a credential helper to remove this warning. See 03:41:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:47 03:41:47 Login Succeeded 03:41:47 ****.io 03:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:41:47 Configure a credential helper to remove this warning. See 03:41:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:41:47 03:41:47 Login Succeeded 03:41:47 ---> ****-login.sh ends [Pipeline] } 03:41:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:41:47 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:41:47 7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:47 latest 03:41:47 4.1.0-dev.14 03:41:47 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:47 main 03:41:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:48 + docker push nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:48 a145214bf4ed: Preparing 03:41:48 802300ade301: Preparing 03:41:48 7245486ae5c4: Preparing 03:41:48 e826cf723a79: Preparing 03:41:48 f07697e3ef68: Preparing 03:41:48 b128ef8c5230: Preparing 03:41:48 994456c4fd7b: Preparing 03:41:48 b128ef8c5230: Waiting 03:41:48 994456c4fd7b: Waiting 03:41:48 f07697e3ef68: Pushed 03:41:48 7245486ae5c4: Pushed 03:41:48 a145214bf4ed: Pushed 03:41:48 e826cf723a79: Pushed 03:41:48 994456c4fd7b: Layer already exists 03:41:48 b128ef8c5230: Pushed 03:41:49 802300ade301: Pushed 03:41:50 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:50 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:41:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:50 a145214bf4ed: Preparing 03:41:50 802300ade301: Preparing 03:41:50 7245486ae5c4: Preparing 03:41:50 e826cf723a79: Preparing 03:41:50 f07697e3ef68: Preparing 03:41:50 b128ef8c5230: Preparing 03:41:50 994456c4fd7b: Preparing 03:41:50 994456c4fd7b: Waiting 03:41:50 b128ef8c5230: Waiting 03:41:50 f07697e3ef68: Layer already exists 03:41:50 802300ade301: Layer already exists 03:41:50 7245486ae5c4: Layer already exists 03:41:50 a145214bf4ed: Layer already exists 03:41:50 e826cf723a79: Layer already exists 03:41:50 b128ef8c5230: Layer already exists 03:41:50 994456c4fd7b: Layer already exists 03:41:50 latest: digest: sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:51 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 03:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:51 a145214bf4ed: Preparing 03:41:51 802300ade301: Preparing 03:41:51 7245486ae5c4: Preparing 03:41:51 e826cf723a79: Preparing 03:41:51 f07697e3ef68: Preparing 03:41:51 b128ef8c5230: Preparing 03:41:51 994456c4fd7b: Preparing 03:41:51 994456c4fd7b: Waiting 03:41:51 e826cf723a79: Layer already exists 03:41:51 f07697e3ef68: Layer already exists 03:41:51 802300ade301: Layer already exists 03:41:51 a145214bf4ed: Layer already exists 03:41:51 7245486ae5c4: Layer already exists 03:41:51 b128ef8c5230: Layer already exists 03:41:51 994456c4fd7b: Layer already exists 03:41:51 4.1.0-dev.14: digest: sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:52 + docker push nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:52 a145214bf4ed: Preparing 03:41:52 802300ade301: Preparing 03:41:52 7245486ae5c4: Preparing 03:41:52 e826cf723a79: Preparing 03:41:52 f07697e3ef68: Preparing 03:41:52 b128ef8c5230: Preparing 03:41:52 994456c4fd7b: Preparing 03:41:52 b128ef8c5230: Waiting 03:41:52 994456c4fd7b: Waiting 03:41:52 a145214bf4ed: Layer already exists 03:41:52 e826cf723a79: Layer already exists 03:41:52 f07697e3ef68: Layer already exists 03:41:52 802300ade301: Layer already exists 03:41:52 7245486ae5c4: Layer already exists 03:41:52 994456c4fd7b: Layer already exists 03:41:52 b128ef8c5230: Layer already exists 03:41:52 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:52 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:41:52 a145214bf4ed: Preparing 03:41:52 802300ade301: Preparing 03:41:52 7245486ae5c4: Preparing 03:41:52 e826cf723a79: Preparing 03:41:52 f07697e3ef68: Preparing 03:41:52 b128ef8c5230: Preparing 03:41:52 994456c4fd7b: Preparing 03:41:52 b128ef8c5230: Waiting 03:41:52 994456c4fd7b: Waiting 03:41:52 7245486ae5c4: Layer already exists 03:41:52 802300ade301: Layer already exists 03:41:52 a145214bf4ed: Layer already exists 03:41:52 f07697e3ef68: Layer already exists 03:41:52 e826cf723a79: Layer already exists 03:41:52 994456c4fd7b: Layer already exists 03:41:52 b128ef8c5230: Layer already exists 03:41:52 main: digest: sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:52 ===================================================== [Pipeline] echo 03:41:52 taggedImages: 03:41:52 - nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:52 - nexus3.edgexfoundry.org:10004/core-command:latest 03:41:52 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 03:41:52 - nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:52 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:41:53 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:41:53 7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:53 latest 03:41:53 4.1.0-dev.14 03:41:53 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:53 main 03:41:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:53 1a743e1de699: Preparing 03:41:53 5260a725f029: Preparing 03:41:53 811d6c5570cb: Preparing 03:41:53 750040f344a4: Preparing 03:41:53 7245486ae5c4: Preparing 03:41:53 e826cf723a79: Preparing 03:41:53 f07697e3ef68: Preparing 03:41:53 b128ef8c5230: Preparing 03:41:53 994456c4fd7b: Preparing 03:41:53 e826cf723a79: Waiting 03:41:53 f07697e3ef68: Waiting 03:41:53 994456c4fd7b: Waiting 03:41:53 7245486ae5c4: Layer already exists 03:41:53 e826cf723a79: Layer already exists 03:41:53 f07697e3ef68: Layer already exists 03:41:53 b128ef8c5230: Layer already exists 03:41:53 994456c4fd7b: Layer already exists 03:41:53 811d6c5570cb: Pushed 03:41:53 5260a725f029: Pushed 03:41:53 1a743e1de699: Pushed 03:41:54 750040f344a4: Pushed 03:41:54 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:55 + 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 03:41:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:55 1a743e1de699: Preparing 03:41:55 5260a725f029: Preparing 03:41:55 811d6c5570cb: Preparing 03:41:55 750040f344a4: Preparing 03:41:55 7245486ae5c4: Preparing 03:41:55 e826cf723a79: Preparing 03:41:55 f07697e3ef68: Preparing 03:41:55 b128ef8c5230: Preparing 03:41:55 994456c4fd7b: Preparing 03:41:55 f07697e3ef68: Waiting 03:41:55 b128ef8c5230: Waiting 03:41:55 994456c4fd7b: Waiting 03:41:55 e826cf723a79: Waiting 03:41:55 811d6c5570cb: Layer already exists 03:41:55 5260a725f029: Layer already exists 03:41:55 750040f344a4: Layer already exists 03:41:55 7245486ae5c4: Layer already exists 03:41:55 1a743e1de699: Layer already exists 03:41:55 f07697e3ef68: Layer already exists 03:41:55 b128ef8c5230: Layer already exists 03:41:55 994456c4fd7b: Layer already exists 03:41:55 e826cf723a79: Layer already exists 03:41:55 latest: digest: sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 03:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:56 1a743e1de699: Preparing 03:41:56 5260a725f029: Preparing 03:41:56 811d6c5570cb: Preparing 03:41:56 750040f344a4: Preparing 03:41:56 7245486ae5c4: Preparing 03:41:56 e826cf723a79: Preparing 03:41:56 f07697e3ef68: Preparing 03:41:56 b128ef8c5230: Preparing 03:41:56 994456c4fd7b: Preparing 03:41:56 b128ef8c5230: Waiting 03:41:56 e826cf723a79: Waiting 03:41:56 f07697e3ef68: Waiting 03:41:56 994456c4fd7b: Waiting 03:41:56 1a743e1de699: Layer already exists 03:41:56 5260a725f029: Layer already exists 03:41:56 7245486ae5c4: Layer already exists 03:41:56 811d6c5570cb: Layer already exists 03:41:56 750040f344a4: Layer already exists 03:41:56 b128ef8c5230: Layer already exists 03:41:56 e826cf723a79: Layer already exists 03:41:56 f07697e3ef68: Layer already exists 03:41:56 994456c4fd7b: Layer already exists 03:41:56 4.1.0-dev.14: digest: sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:56 1a743e1de699: Preparing 03:41:56 5260a725f029: Preparing 03:41:56 811d6c5570cb: Preparing 03:41:56 750040f344a4: Preparing 03:41:56 7245486ae5c4: Preparing 03:41:56 e826cf723a79: Preparing 03:41:56 f07697e3ef68: Preparing 03:41:56 b128ef8c5230: Preparing 03:41:56 994456c4fd7b: Preparing 03:41:56 e826cf723a79: Waiting 03:41:56 f07697e3ef68: Waiting 03:41:56 b128ef8c5230: Waiting 03:41:56 994456c4fd7b: Waiting 03:41:56 1a743e1de699: Layer already exists 03:41:56 811d6c5570cb: Layer already exists 03:41:56 7245486ae5c4: Layer already exists 03:41:56 5260a725f029: Layer already exists 03:41:56 750040f344a4: Layer already exists 03:41:56 e826cf723a79: Layer already exists 03:41:56 b128ef8c5230: Layer already exists 03:41:56 f07697e3ef68: Layer already exists 03:41:56 994456c4fd7b: Layer already exists 03:41:56 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:57 + 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 03:41:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:41:57 1a743e1de699: Preparing 03:41:57 5260a725f029: Preparing 03:41:57 811d6c5570cb: Preparing 03:41:57 750040f344a4: Preparing 03:41:57 7245486ae5c4: Preparing 03:41:57 e826cf723a79: Preparing 03:41:57 f07697e3ef68: Preparing 03:41:57 b128ef8c5230: Preparing 03:41:57 994456c4fd7b: Preparing 03:41:57 e826cf723a79: Waiting 03:41:57 f07697e3ef68: Waiting 03:41:57 b128ef8c5230: Waiting 03:41:57 994456c4fd7b: Waiting 03:41:57 750040f344a4: Layer already exists 03:41:57 1a743e1de699: Layer already exists 03:41:57 7245486ae5c4: Layer already exists 03:41:57 811d6c5570cb: Layer already exists 03:41:57 5260a725f029: Layer already exists 03:41:57 b128ef8c5230: Layer already exists 03:41:57 994456c4fd7b: Layer already exists 03:41:57 e826cf723a79: Layer already exists 03:41:57 f07697e3ef68: Layer already exists 03:41:57 main: digest: sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:57 ===================================================== [Pipeline] echo 03:41:57 taggedImages: 03:41:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:41:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 03:41:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:57 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:41:57 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:41:57 7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:57 latest 03:41:57 4.1.0-dev.14 03:41:57 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:41:57 main 03:41:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:58 + docker push nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df 03:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:41:58 cf60a9c7c57e: Preparing 03:41:58 1a318d3fb668: Preparing 03:41:58 7245486ae5c4: Preparing 03:41:58 e826cf723a79: Preparing 03:41:58 f07697e3ef68: Preparing 03:41:58 b128ef8c5230: Preparing 03:41:58 994456c4fd7b: Preparing 03:41:58 b128ef8c5230: Waiting 03:41:58 994456c4fd7b: Waiting 03:41:58 7245486ae5c4: Layer already exists 03:41:58 e826cf723a79: Layer already exists 03:41:58 f07697e3ef68: Layer already exists 03:41:58 b128ef8c5230: Layer already exists 03:41:58 994456c4fd7b: Layer already exists 03:41:58 cf60a9c7c57e: Pushed 03:41:59 #88 ... 03:41:59 03:41:59 #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #99 DONE 117.0s 03:41:59 03:41:59 #86 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #86 DONE 116.7s 03:41:59 03:41:59 #119 [support-scheduler builder 6/7] COPY . . 03:41:59 #119 ... 03:41:59 03:41:59 #100 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #100 DONE 109.4s 03:41:59 03:41:59 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #90 DONE 114.6s 03:41:59 03:41:59 #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #88 DONE 114.7s 03:41:59 03:41:59 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #93 DONE 111.2s 03:41:59 03:41:59 #120 [core-keeper builder 7/8] COPY . . 03:41:59 #120 DONE 2.6s 03:41:59 03:41:59 #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #121 CACHED 03:41:59 03:41:59 #122 [core-command builder 6/7] COPY . . 03:41:59 #122 CACHED 03:41:59 03:41:59 #123 [core-command builder 4/7] COPY go.mod vendor* ./ 03:41:59 #123 CACHED 03:41:59 03:41:59 #124 [support-notifications builder 6/7] COPY . . 03:41:59 #124 DONE 2.6s 03:41:59 03:41:59 #125 [security-proxy-auth builder 6/7] COPY . . 03:41:59 #125 DONE 2.8s 03:41:59 03:41:59 #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:41:59 #126 ... 03:41:59 03:41:59 #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #127 CACHED 03:41:59 03:41:59 #128 [security-proxy-setup builder 6/7] COPY . . 03:41:59 #128 CACHED 03:41:59 03:41:59 #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:41:59 #129 CACHED 03:41:59 03:41:59 #119 [support-scheduler builder 6/7] COPY . . 03:41:59 #119 DONE 2.8s 03:41:59 03:41:59 #130 [core-metadata builder 6/7] COPY . . 03:41:59 #130 CACHED 03:41:59 03:41:59 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:41:59 #131 CACHED 03:41:59 03:41:59 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #132 CACHED 03:41:59 03:41:59 #133 [security-spiffe-token-provider builder 6/7] COPY . . 03:41:59 #133 DONE 2.8s 03:41:59 03:41:59 #134 [security-bootstrapper builder 6/7] COPY . . 03:41:59 #134 CACHED 03:41:59 03:41:59 #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #135 CACHED 03:41:59 03:41:59 #136 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:41:59 #136 CACHED 03:41:59 03:41:59 #137 [core-data builder 4/7] COPY go.mod vendor* ./ 03:41:59 #137 CACHED 03:41:59 03:41:59 #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #138 CACHED 03:41:59 03:41:59 #139 [core-data builder 6/7] COPY . . 03:41:59 #139 CACHED 03:41:59 03:41:59 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 03:41:59 #140 CACHED 03:41:59 03:41:59 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:41:59 #141 CACHED 03:41:59 03:41:59 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:41:59 #142 CACHED 03:41:59 03:41:59 #143 [security-secretstore-setup builder 6/7] COPY . . 03:41:59 #143 DONE 2.8s 03:41:59 03:41:59 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:41:59 #144 ... 03:41:59 03:41:59 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:41:59 #0 5.617 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:41:59 #145 ... 03:41:59 03:41:59 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:41:59 #0 7.517 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:41:59 #146 ... 03:41:59 03:41:59 #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:41:59 #126 7.700 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:41:59 #126 ... 03:41:59 03:41:59 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:41:59 #0 6.570 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:41:59 #147 ... 03:41:59 03:41:59 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:41:59 #0 9.321 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:41:59 #148 ... 03:41:59 03:41:59 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:41:59 #0 8.386 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:41:59 #149 ... 03:41:59 03:41:59 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:41:59 #0 9.647 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:41:59 #150 ... 03:41:59 03:41:59 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:41:59 #0 8.758 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:41:59 #151 ... 03:41:59 03:41:59 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:41:59 #0 9.180 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:41:59 #152 ... 03:41:59 03:41:59 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:41:59 #0 6.005 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:41:59 #153 ... 03:41:59 03:41:59 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:41:59 #0 9.406 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:41:59 #154 ... 03:41:59 03:41:59 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:41:59 #144 9.003 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:42:00 1a318d3fb668: Pushed 03:42:00 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:01 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:01 cf60a9c7c57e: Preparing 03:42:01 1a318d3fb668: Preparing 03:42:01 7245486ae5c4: Preparing 03:42:01 e826cf723a79: Preparing 03:42:01 f07697e3ef68: Preparing 03:42:01 b128ef8c5230: Preparing 03:42:01 994456c4fd7b: Preparing 03:42:01 b128ef8c5230: Waiting 03:42:01 994456c4fd7b: Waiting 03:42:01 1a318d3fb668: Layer already exists 03:42:01 f07697e3ef68: Layer already exists 03:42:01 cf60a9c7c57e: Layer already exists 03:42:01 e826cf723a79: Layer already exists 03:42:01 7245486ae5c4: Layer already exists 03:42:01 994456c4fd7b: Layer already exists 03:42:01 b128ef8c5230: Layer already exists 03:42:01 latest: digest: sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:02 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 03:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:02 cf60a9c7c57e: Preparing 03:42:02 1a318d3fb668: Preparing 03:42:02 7245486ae5c4: Preparing 03:42:02 e826cf723a79: Preparing 03:42:02 f07697e3ef68: Preparing 03:42:02 b128ef8c5230: Preparing 03:42:02 994456c4fd7b: Preparing 03:42:02 994456c4fd7b: Waiting 03:42:02 b128ef8c5230: Waiting 03:42:02 7245486ae5c4: Layer already exists 03:42:02 1a318d3fb668: Layer already exists 03:42:02 f07697e3ef68: Layer already exists 03:42:02 cf60a9c7c57e: Layer already exists 03:42:02 e826cf723a79: Layer already exists 03:42:02 b128ef8c5230: Layer already exists 03:42:02 994456c4fd7b: Layer already exists 03:42:02 4.1.0-dev.14: digest: sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:02 + docker push nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:02 cf60a9c7c57e: Preparing 03:42:02 1a318d3fb668: Preparing 03:42:02 7245486ae5c4: Preparing 03:42:02 e826cf723a79: Preparing 03:42:02 f07697e3ef68: Preparing 03:42:02 b128ef8c5230: Preparing 03:42:02 994456c4fd7b: Preparing 03:42:02 b128ef8c5230: Waiting 03:42:02 994456c4fd7b: Waiting 03:42:02 cf60a9c7c57e: Layer already exists 03:42:02 1a318d3fb668: Layer already exists 03:42:02 7245486ae5c4: Layer already exists 03:42:02 f07697e3ef68: Layer already exists 03:42:02 e826cf723a79: Layer already exists 03:42:02 994456c4fd7b: Layer already exists 03:42:02 b128ef8c5230: Layer already exists 03:42:02 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:03 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:42:03 cf60a9c7c57e: Preparing 03:42:03 1a318d3fb668: Preparing 03:42:03 7245486ae5c4: Preparing 03:42:03 e826cf723a79: Preparing 03:42:03 f07697e3ef68: Preparing 03:42:03 b128ef8c5230: Preparing 03:42:03 994456c4fd7b: Preparing 03:42:03 b128ef8c5230: Waiting 03:42:03 7245486ae5c4: Layer already exists 03:42:03 f07697e3ef68: Layer already exists 03:42:03 cf60a9c7c57e: Layer already exists 03:42:03 1a318d3fb668: Layer already exists 03:42:03 e826cf723a79: Layer already exists 03:42:03 b128ef8c5230: Layer already exists 03:42:03 994456c4fd7b: Layer already exists 03:42:03 main: digest: sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:03 ===================================================== [Pipeline] echo 03:42:03 taggedImages: 03:42:03 - nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:03 - nexus3.edgexfoundry.org:10004/core-data:latest 03:42:03 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 03:42:03 - nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:03 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:42:03 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:42:03 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:03 latest 03:42:03 4.1.0-dev.14 03:42:03 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:03 main 03:42:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:42:04 83bf84502b03: Preparing 03:42:04 f5ff00358621: Preparing 03:42:04 e826cf723a79: Preparing 03:42:04 f7facb88e1b6: Preparing 03:42:04 2c064e947586: Preparing 03:42:04 994456c4fd7b: Preparing 03:42:04 994456c4fd7b: Waiting 03:42:04 e826cf723a79: Layer already exists 03:42:04 994456c4fd7b: Layer already exists 03:42:04 f7facb88e1b6: Pushed 03:42:04 83bf84502b03: Pushed 03:42:04 2c064e947586: Pushed 03:42:06 f5ff00358621: Pushed 03:42:06 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:07 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:42:07 83bf84502b03: Preparing 03:42:07 f5ff00358621: Preparing 03:42:07 e826cf723a79: Preparing 03:42:07 f7facb88e1b6: Preparing 03:42:07 2c064e947586: Preparing 03:42:07 994456c4fd7b: Preparing 03:42:07 994456c4fd7b: Waiting 03:42:07 f5ff00358621: Layer already exists 03:42:07 f7facb88e1b6: Layer already exists 03:42:07 e826cf723a79: Layer already exists 03:42:07 2c064e947586: Layer already exists 03:42:07 83bf84502b03: Layer already exists 03:42:07 994456c4fd7b: Layer already exists 03:42:07 latest: digest: sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:07 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 03:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:42:08 83bf84502b03: Preparing 03:42:08 f5ff00358621: Preparing 03:42:08 e826cf723a79: Preparing 03:42:08 f7facb88e1b6: Preparing 03:42:08 2c064e947586: Preparing 03:42:08 994456c4fd7b: Preparing 03:42:08 994456c4fd7b: Waiting 03:42:08 f7facb88e1b6: Layer already exists 03:42:08 e826cf723a79: Layer already exists 03:42:08 83bf84502b03: Layer already exists 03:42:08 f5ff00358621: Layer already exists 03:42:08 2c064e947586: Layer already exists 03:42:08 994456c4fd7b: Layer already exists 03:42:08 4.1.0-dev.14: digest: sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:08 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:42:08 83bf84502b03: Preparing 03:42:08 f5ff00358621: Preparing 03:42:08 e826cf723a79: Preparing 03:42:08 f7facb88e1b6: Preparing 03:42:08 2c064e947586: Preparing 03:42:08 994456c4fd7b: Preparing 03:42:08 994456c4fd7b: Waiting 03:42:08 83bf84502b03: Layer already exists 03:42:08 2c064e947586: Layer already exists 03:42:08 f5ff00358621: Layer already exists 03:42:08 f7facb88e1b6: Layer already exists 03:42:08 e826cf723a79: Layer already exists 03:42:08 994456c4fd7b: Layer already exists 03:42:08 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:42:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:42:09 83bf84502b03: Preparing 03:42:09 f5ff00358621: Preparing 03:42:09 e826cf723a79: Preparing 03:42:09 f7facb88e1b6: Preparing 03:42:09 2c064e947586: Preparing 03:42:09 994456c4fd7b: Preparing 03:42:09 994456c4fd7b: Waiting 03:42:09 e826cf723a79: Layer already exists 03:42:09 f7facb88e1b6: Layer already exists 03:42:09 83bf84502b03: Layer already exists 03:42:09 f5ff00358621: Layer already exists 03:42:09 2c064e947586: Layer already exists 03:42:09 994456c4fd7b: Layer already exists 03:42:09 main: digest: sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:09 ===================================================== [Pipeline] echo 03:42:09 taggedImages: 03:42:09 - nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:09 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:42:09 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 03:42:09 - nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:09 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:42:09 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:42:09 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:09 latest 03:42:09 4.1.0-dev.14 03:42:09 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:09 main 03:42:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:10 97bfd136632a: Preparing 03:42:10 cf7d8865bcf9: Preparing 03:42:10 5541ba851920: Preparing 03:42:10 7245486ae5c4: Preparing 03:42:10 e826cf723a79: Preparing 03:42:10 f07697e3ef68: Preparing 03:42:10 b128ef8c5230: Preparing 03:42:10 994456c4fd7b: Preparing 03:42:10 b128ef8c5230: Waiting 03:42:10 994456c4fd7b: Waiting 03:42:10 f07697e3ef68: Waiting 03:42:10 e826cf723a79: Layer already exists 03:42:10 7245486ae5c4: Layer already exists 03:42:10 f07697e3ef68: Layer already exists 03:42:10 b128ef8c5230: Layer already exists 03:42:10 994456c4fd7b: Layer already exists 03:42:10 cf7d8865bcf9: Pushed 03:42:10 97bfd136632a: Pushed 03:42:12 5541ba851920: Pushed 03:42:12 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:13 97bfd136632a: Preparing 03:42:13 cf7d8865bcf9: Preparing 03:42:13 5541ba851920: Preparing 03:42:13 7245486ae5c4: Preparing 03:42:13 e826cf723a79: Preparing 03:42:13 f07697e3ef68: Preparing 03:42:13 b128ef8c5230: Preparing 03:42:13 994456c4fd7b: Preparing 03:42:13 b128ef8c5230: Waiting 03:42:13 f07697e3ef68: Waiting 03:42:13 7245486ae5c4: Layer already exists 03:42:13 97bfd136632a: Layer already exists 03:42:13 e826cf723a79: Layer already exists 03:42:13 5541ba851920: Layer already exists 03:42:13 cf7d8865bcf9: Layer already exists 03:42:13 f07697e3ef68: Layer already exists 03:42:13 994456c4fd7b: Layer already exists 03:42:13 b128ef8c5230: Layer already exists 03:42:13 latest: digest: sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 03:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:14 97bfd136632a: Preparing 03:42:14 cf7d8865bcf9: Preparing 03:42:14 5541ba851920: Preparing 03:42:14 7245486ae5c4: Preparing 03:42:14 e826cf723a79: Preparing 03:42:14 f07697e3ef68: Preparing 03:42:14 b128ef8c5230: Preparing 03:42:14 994456c4fd7b: Preparing 03:42:14 f07697e3ef68: Waiting 03:42:14 b128ef8c5230: Waiting 03:42:14 994456c4fd7b: Waiting 03:42:14 cf7d8865bcf9: Layer already exists 03:42:14 e826cf723a79: Layer already exists 03:42:14 5541ba851920: Layer already exists 03:42:14 97bfd136632a: Layer already exists 03:42:14 7245486ae5c4: Layer already exists 03:42:14 f07697e3ef68: Layer already exists 03:42:14 b128ef8c5230: Layer already exists 03:42:14 994456c4fd7b: Layer already exists 03:42:14 4.1.0-dev.14: digest: sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:14 97bfd136632a: Preparing 03:42:14 cf7d8865bcf9: Preparing 03:42:14 5541ba851920: Preparing 03:42:14 7245486ae5c4: Preparing 03:42:14 e826cf723a79: Preparing 03:42:14 f07697e3ef68: Preparing 03:42:14 b128ef8c5230: Preparing 03:42:14 994456c4fd7b: Preparing 03:42:14 f07697e3ef68: Waiting 03:42:14 5541ba851920: Layer already exists 03:42:14 cf7d8865bcf9: Layer already exists 03:42:14 e826cf723a79: Layer already exists 03:42:14 97bfd136632a: Layer already exists 03:42:14 7245486ae5c4: Layer already exists 03:42:14 f07697e3ef68: Layer already exists 03:42:14 994456c4fd7b: Layer already exists 03:42:14 b128ef8c5230: Layer already exists 03:42:14 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:42:15 97bfd136632a: Preparing 03:42:15 cf7d8865bcf9: Preparing 03:42:15 5541ba851920: Preparing 03:42:15 7245486ae5c4: Preparing 03:42:15 e826cf723a79: Preparing 03:42:15 f07697e3ef68: Preparing 03:42:15 b128ef8c5230: Preparing 03:42:15 994456c4fd7b: Preparing 03:42:15 f07697e3ef68: Waiting 03:42:15 b128ef8c5230: Waiting 03:42:15 994456c4fd7b: Waiting 03:42:15 cf7d8865bcf9: Layer already exists 03:42:15 5541ba851920: Layer already exists 03:42:15 e826cf723a79: Layer already exists 03:42:15 7245486ae5c4: Layer already exists 03:42:15 97bfd136632a: Layer already exists 03:42:15 f07697e3ef68: Layer already exists 03:42:15 994456c4fd7b: Layer already exists 03:42:15 b128ef8c5230: Layer already exists 03:42:15 main: digest: sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:15 ===================================================== [Pipeline] echo 03:42:15 taggedImages: 03:42:15 - nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:15 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:42:15 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 03:42:15 - nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:15 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:42:15 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:42:15 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:15 latest 03:42:15 4.1.0-dev.14 03:42:15 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:15 main 03:42:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:16 6e2f52f48b58: Preparing 03:42:16 551642e5a089: Preparing 03:42:16 743d6f2e7c92: Preparing 03:42:16 46b2952d478b: Preparing 03:42:16 d7c90d9642e0: Preparing 03:42:16 34f130f94fd4: Preparing 03:42:16 953f8182f99f: Preparing 03:42:16 7245486ae5c4: Preparing 03:42:16 e826cf723a79: Preparing 03:42:16 044eca7e001e: Preparing 03:42:16 890aa76d593e: Preparing 03:42:16 5f70bf18a086: Preparing 03:42:16 5d21e39dda44: Preparing 03:42:16 039d154f1703: Preparing 03:42:16 c75e73a5011d: Preparing 03:42:16 994456c4fd7b: Preparing 03:42:16 34f130f94fd4: Waiting 03:42:16 953f8182f99f: Waiting 03:42:16 5d21e39dda44: Waiting 03:42:16 039d154f1703: Waiting 03:42:16 c75e73a5011d: Waiting 03:42:16 7245486ae5c4: Waiting 03:42:16 e826cf723a79: Waiting 03:42:16 044eca7e001e: Waiting 03:42:16 994456c4fd7b: Waiting 03:42:16 890aa76d593e: Waiting 03:42:16 46b2952d478b: Pushed 03:42:16 743d6f2e7c92: Pushed 03:42:16 d7c90d9642e0: Pushed 03:42:16 551642e5a089: Pushed 03:42:16 6e2f52f48b58: Pushed 03:42:16 7245486ae5c4: Layer already exists 03:42:16 e826cf723a79: Layer already exists 03:42:16 5f70bf18a086: Layer already exists 03:42:16 34f130f94fd4: Pushed 03:42:16 044eca7e001e: Pushed 03:42:16 890aa76d593e: Pushed 03:42:16 5d21e39dda44: Pushed 03:42:16 994456c4fd7b: Layer already exists 03:42:16 039d154f1703: Pushed 03:42:16 c75e73a5011d: Pushed 03:42:17 953f8182f99f: Pushed 03:42:17 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:18 6e2f52f48b58: Preparing 03:42:18 551642e5a089: Preparing 03:42:18 743d6f2e7c92: Preparing 03:42:18 46b2952d478b: Preparing 03:42:18 d7c90d9642e0: Preparing 03:42:18 34f130f94fd4: Preparing 03:42:18 953f8182f99f: Preparing 03:42:18 7245486ae5c4: Preparing 03:42:18 e826cf723a79: Preparing 03:42:18 044eca7e001e: Preparing 03:42:18 890aa76d593e: Preparing 03:42:18 34f130f94fd4: Waiting 03:42:18 5f70bf18a086: Preparing 03:42:18 5d21e39dda44: Preparing 03:42:18 039d154f1703: Preparing 03:42:18 953f8182f99f: Waiting 03:42:18 c75e73a5011d: Preparing 03:42:18 994456c4fd7b: Preparing 03:42:18 044eca7e001e: Waiting 03:42:18 7245486ae5c4: Waiting 03:42:18 e826cf723a79: Waiting 03:42:18 5d21e39dda44: Waiting 03:42:18 890aa76d593e: Waiting 03:42:18 5f70bf18a086: Waiting 03:42:18 c75e73a5011d: Waiting 03:42:18 039d154f1703: Waiting 03:42:18 994456c4fd7b: Waiting 03:42:18 d7c90d9642e0: Layer already exists 03:42:18 551642e5a089: Layer already exists 03:42:18 6e2f52f48b58: Layer already exists 03:42:18 743d6f2e7c92: Layer already exists 03:42:18 46b2952d478b: Layer already exists 03:42:18 953f8182f99f: Layer already exists 03:42:18 7245486ae5c4: Layer already exists 03:42:18 e826cf723a79: Layer already exists 03:42:18 044eca7e001e: Layer already exists 03:42:18 34f130f94fd4: Layer already exists 03:42:18 890aa76d593e: Layer already exists 03:42:18 5f70bf18a086: Layer already exists 03:42:18 5d21e39dda44: Layer already exists 03:42:18 c75e73a5011d: Layer already exists 03:42:18 039d154f1703: Layer already exists 03:42:18 994456c4fd7b: Layer already exists 03:42:18 latest: digest: sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 03:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:19 6e2f52f48b58: Preparing 03:42:19 551642e5a089: Preparing 03:42:19 743d6f2e7c92: Preparing 03:42:19 46b2952d478b: Preparing 03:42:19 d7c90d9642e0: Preparing 03:42:19 34f130f94fd4: Preparing 03:42:19 953f8182f99f: Preparing 03:42:19 7245486ae5c4: Preparing 03:42:19 e826cf723a79: Preparing 03:42:19 044eca7e001e: Preparing 03:42:19 890aa76d593e: Preparing 03:42:19 5f70bf18a086: Preparing 03:42:19 5d21e39dda44: Preparing 03:42:19 039d154f1703: Preparing 03:42:19 c75e73a5011d: Preparing 03:42:19 994456c4fd7b: Preparing 03:42:19 e826cf723a79: Waiting 03:42:19 044eca7e001e: Waiting 03:42:19 890aa76d593e: Waiting 03:42:19 5f70bf18a086: Waiting 03:42:19 5d21e39dda44: Waiting 03:42:19 039d154f1703: Waiting 03:42:19 c75e73a5011d: Waiting 03:42:19 994456c4fd7b: Waiting 03:42:19 953f8182f99f: Waiting 03:42:19 34f130f94fd4: Waiting 03:42:19 7245486ae5c4: Waiting 03:42:19 743d6f2e7c92: Layer already exists 03:42:19 46b2952d478b: Layer already exists 03:42:19 6e2f52f48b58: Layer already exists 03:42:19 551642e5a089: Layer already exists 03:42:19 d7c90d9642e0: Layer already exists 03:42:19 953f8182f99f: Layer already exists 03:42:19 e826cf723a79: Layer already exists 03:42:19 7245486ae5c4: Layer already exists 03:42:19 34f130f94fd4: Layer already exists 03:42:19 044eca7e001e: Layer already exists 03:42:19 890aa76d593e: Layer already exists 03:42:19 5d21e39dda44: Layer already exists 03:42:19 5f70bf18a086: Layer already exists 03:42:19 039d154f1703: Layer already exists 03:42:19 c75e73a5011d: Layer already exists 03:42:19 994456c4fd7b: Layer already exists 03:42:19 4.1.0-dev.14: digest: sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:19 6e2f52f48b58: Preparing 03:42:19 551642e5a089: Preparing 03:42:19 743d6f2e7c92: Preparing 03:42:19 46b2952d478b: Preparing 03:42:19 d7c90d9642e0: Preparing 03:42:19 34f130f94fd4: Preparing 03:42:19 953f8182f99f: Preparing 03:42:19 7245486ae5c4: Preparing 03:42:19 e826cf723a79: Preparing 03:42:19 044eca7e001e: Preparing 03:42:19 890aa76d593e: Preparing 03:42:19 5f70bf18a086: Preparing 03:42:19 5d21e39dda44: Preparing 03:42:19 039d154f1703: Preparing 03:42:19 c75e73a5011d: Preparing 03:42:19 994456c4fd7b: Preparing 03:42:19 5f70bf18a086: Waiting 03:42:19 953f8182f99f: Waiting 03:42:19 7245486ae5c4: Waiting 03:42:19 5d21e39dda44: Waiting 03:42:19 039d154f1703: Waiting 03:42:19 c75e73a5011d: Waiting 03:42:19 994456c4fd7b: Waiting 03:42:19 044eca7e001e: Waiting 03:42:19 e826cf723a79: Waiting 03:42:19 890aa76d593e: Waiting 03:42:19 34f130f94fd4: Waiting 03:42:19 6e2f52f48b58: Layer already exists 03:42:19 46b2952d478b: Layer already exists 03:42:19 743d6f2e7c92: Layer already exists 03:42:19 551642e5a089: Layer already exists 03:42:19 d7c90d9642e0: Layer already exists 03:42:19 34f130f94fd4: Layer already exists 03:42:19 953f8182f99f: Layer already exists 03:42:19 044eca7e001e: Layer already exists 03:42:19 7245486ae5c4: Layer already exists 03:42:19 e826cf723a79: Layer already exists 03:42:19 890aa76d593e: Layer already exists 03:42:19 5d21e39dda44: Layer already exists 03:42:19 5f70bf18a086: Layer already exists 03:42:19 039d154f1703: Layer already exists 03:42:19 c75e73a5011d: Layer already exists 03:42:19 994456c4fd7b: Layer already exists 03:42:19 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:42:20 6e2f52f48b58: Preparing 03:42:20 551642e5a089: Preparing 03:42:20 743d6f2e7c92: Preparing 03:42:20 46b2952d478b: Preparing 03:42:20 d7c90d9642e0: Preparing 03:42:20 34f130f94fd4: Preparing 03:42:20 953f8182f99f: Preparing 03:42:20 7245486ae5c4: Preparing 03:42:20 e826cf723a79: Preparing 03:42:20 044eca7e001e: Preparing 03:42:20 890aa76d593e: Preparing 03:42:20 5f70bf18a086: Preparing 03:42:20 5d21e39dda44: Preparing 03:42:20 039d154f1703: Preparing 03:42:20 c75e73a5011d: Preparing 03:42:20 994456c4fd7b: Preparing 03:42:20 7245486ae5c4: Waiting 03:42:20 5d21e39dda44: Waiting 03:42:20 e826cf723a79: Waiting 03:42:20 044eca7e001e: Waiting 03:42:20 890aa76d593e: Waiting 03:42:20 039d154f1703: Waiting 03:42:20 34f130f94fd4: Waiting 03:42:20 5f70bf18a086: Waiting 03:42:20 c75e73a5011d: Waiting 03:42:20 994456c4fd7b: Waiting 03:42:20 46b2952d478b: Layer already exists 03:42:20 6e2f52f48b58: Layer already exists 03:42:20 551642e5a089: Layer already exists 03:42:20 d7c90d9642e0: Layer already exists 03:42:20 743d6f2e7c92: Layer already exists 03:42:20 34f130f94fd4: Layer already exists 03:42:20 7245486ae5c4: Layer already exists 03:42:20 953f8182f99f: Layer already exists 03:42:20 e826cf723a79: Layer already exists 03:42:20 044eca7e001e: Layer already exists 03:42:20 890aa76d593e: Layer already exists 03:42:20 5f70bf18a086: Layer already exists 03:42:20 039d154f1703: Layer already exists 03:42:20 c75e73a5011d: Layer already exists 03:42:20 5d21e39dda44: Layer already exists 03:42:20 994456c4fd7b: Layer already exists 03:42:20 main: digest: sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:20 ===================================================== [Pipeline] echo 03:42:20 taggedImages: 03:42:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:42:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 03:42:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:42:20 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:42:20 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:20 latest 03:42:20 4.1.0-dev.14 03:42:20 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:20 main 03:42:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:42:21 503ba94f81d9: Preparing 03:42:21 84d6ee0a9ddb: Preparing 03:42:21 dd6ba5cbae7c: Preparing 03:42:21 0b69205bbb44: Preparing 03:42:21 7245486ae5c4: Preparing 03:42:21 e826cf723a79: Preparing 03:42:21 f07697e3ef68: Preparing 03:42:21 b128ef8c5230: Preparing 03:42:21 994456c4fd7b: Preparing 03:42:21 e826cf723a79: Waiting 03:42:21 f07697e3ef68: Waiting 03:42:21 b128ef8c5230: Waiting 03:42:21 994456c4fd7b: Waiting 03:42:21 7245486ae5c4: Layer already exists 03:42:21 e826cf723a79: Layer already exists 03:42:21 f07697e3ef68: Layer already exists 03:42:21 b128ef8c5230: Layer already exists 03:42:21 994456c4fd7b: Layer already exists 03:42:21 503ba94f81d9: Pushed 03:42:21 84d6ee0a9ddb: Pushed 03:42:21 dd6ba5cbae7c: Pushed 03:42:23 0b69205bbb44: Pushed 03:42:23 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:42:24 503ba94f81d9: Preparing 03:42:24 84d6ee0a9ddb: Preparing 03:42:24 dd6ba5cbae7c: Preparing 03:42:24 0b69205bbb44: Preparing 03:42:24 7245486ae5c4: Preparing 03:42:24 e826cf723a79: Preparing 03:42:24 f07697e3ef68: Preparing 03:42:24 b128ef8c5230: Preparing 03:42:24 994456c4fd7b: Preparing 03:42:24 f07697e3ef68: Waiting 03:42:24 e826cf723a79: Waiting 03:42:24 994456c4fd7b: Waiting 03:42:24 dd6ba5cbae7c: Layer already exists 03:42:24 503ba94f81d9: Layer already exists 03:42:24 7245486ae5c4: Layer already exists 03:42:24 0b69205bbb44: Layer already exists 03:42:24 84d6ee0a9ddb: Layer already exists 03:42:24 e826cf723a79: Layer already exists 03:42:24 b128ef8c5230: Layer already exists 03:42:24 f07697e3ef68: Layer already exists 03:42:24 994456c4fd7b: Layer already exists 03:42:24 latest: digest: sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 03:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:42:25 503ba94f81d9: Preparing 03:42:25 84d6ee0a9ddb: Preparing 03:42:25 dd6ba5cbae7c: Preparing 03:42:25 0b69205bbb44: Preparing 03:42:25 7245486ae5c4: Preparing 03:42:25 e826cf723a79: Preparing 03:42:25 f07697e3ef68: Preparing 03:42:25 b128ef8c5230: Preparing 03:42:25 994456c4fd7b: Preparing 03:42:25 e826cf723a79: Waiting 03:42:25 994456c4fd7b: Waiting 03:42:25 f07697e3ef68: Waiting 03:42:25 b128ef8c5230: Waiting 03:42:25 84d6ee0a9ddb: Layer already exists 03:42:25 7245486ae5c4: Layer already exists 03:42:25 0b69205bbb44: Layer already exists 03:42:25 dd6ba5cbae7c: Layer already exists 03:42:25 503ba94f81d9: Layer already exists 03:42:25 e826cf723a79: Layer already exists 03:42:25 994456c4fd7b: Layer already exists 03:42:25 f07697e3ef68: Layer already exists 03:42:25 b128ef8c5230: Layer already exists 03:42:25 4.1.0-dev.14: digest: sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:42:25 503ba94f81d9: Preparing 03:42:25 84d6ee0a9ddb: Preparing 03:42:25 dd6ba5cbae7c: Preparing 03:42:25 0b69205bbb44: Preparing 03:42:25 7245486ae5c4: Preparing 03:42:25 e826cf723a79: Preparing 03:42:25 f07697e3ef68: Preparing 03:42:25 b128ef8c5230: Preparing 03:42:25 994456c4fd7b: Preparing 03:42:25 f07697e3ef68: Waiting 03:42:25 b128ef8c5230: Waiting 03:42:25 994456c4fd7b: Waiting 03:42:25 e826cf723a79: Waiting 03:42:25 7245486ae5c4: Layer already exists 03:42:25 0b69205bbb44: Layer already exists 03:42:25 dd6ba5cbae7c: Layer already exists 03:42:25 503ba94f81d9: Layer already exists 03:42:25 84d6ee0a9ddb: Layer already exists 03:42:25 b128ef8c5230: Layer already exists 03:42:25 f07697e3ef68: Layer already exists 03:42:25 e826cf723a79: Layer already exists 03:42:25 994456c4fd7b: Layer already exists 03:42:25 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:42:26 503ba94f81d9: Preparing 03:42:26 84d6ee0a9ddb: Preparing 03:42:26 dd6ba5cbae7c: Preparing 03:42:26 0b69205bbb44: Preparing 03:42:26 7245486ae5c4: Preparing 03:42:26 e826cf723a79: Preparing 03:42:26 f07697e3ef68: Preparing 03:42:26 b128ef8c5230: Preparing 03:42:26 994456c4fd7b: Preparing 03:42:26 e826cf723a79: Waiting 03:42:26 b128ef8c5230: Waiting 03:42:26 994456c4fd7b: Waiting 03:42:26 f07697e3ef68: Waiting 03:42:26 84d6ee0a9ddb: Layer already exists 03:42:26 0b69205bbb44: Layer already exists 03:42:26 7245486ae5c4: Layer already exists 03:42:26 dd6ba5cbae7c: Layer already exists 03:42:26 503ba94f81d9: Layer already exists 03:42:26 e826cf723a79: Layer already exists 03:42:26 f07697e3ef68: Layer already exists 03:42:26 b128ef8c5230: Layer already exists 03:42:26 994456c4fd7b: Layer already exists 03:42:26 main: digest: sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:26 ===================================================== [Pipeline] echo 03:42:26 taggedImages: 03:42:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:42:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 03:42:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:26 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:42:26 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:42:26 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:26 latest 03:42:26 4.1.0-dev.14 03:42:26 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:26 main 03:42:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:42:27 84285e711364: Preparing 03:42:27 a753b831d5ad: Preparing 03:42:27 def8f9d2f5f1: Preparing 03:42:27 005e42ac87ae: Preparing 03:42:27 4a286a195a6a: Preparing 03:42:27 7245486ae5c4: Preparing 03:42:27 e826cf723a79: Preparing 03:42:27 fce27190392d: Preparing 03:42:27 6aace0c61b06: Preparing 03:42:27 f0b056d764a7: Preparing 03:42:27 994456c4fd7b: Preparing 03:42:27 7245486ae5c4: Waiting 03:42:27 e826cf723a79: Waiting 03:42:27 f0b056d764a7: Waiting 03:42:27 994456c4fd7b: Waiting 03:42:27 fce27190392d: Waiting 03:42:27 6aace0c61b06: Waiting 03:42:27 84285e711364: Pushed 03:42:27 a753b831d5ad: Pushed 03:42:27 4a286a195a6a: Pushed 03:42:27 005e42ac87ae: Pushed 03:42:27 7245486ae5c4: Layer already exists 03:42:27 e826cf723a79: Layer already exists 03:42:27 994456c4fd7b: Layer already exists 03:42:27 fce27190392d: Pushed 03:42:27 6aace0c61b06: Pushed 03:42:28 f0b056d764a7: Pushed 03:42:29 def8f9d2f5f1: Pushed 03:42:29 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:42:30 84285e711364: Preparing 03:42:30 a753b831d5ad: Preparing 03:42:30 def8f9d2f5f1: Preparing 03:42:30 005e42ac87ae: Preparing 03:42:30 4a286a195a6a: Preparing 03:42:30 7245486ae5c4: Preparing 03:42:30 e826cf723a79: Preparing 03:42:30 fce27190392d: Preparing 03:42:30 6aace0c61b06: Preparing 03:42:30 f0b056d764a7: Preparing 03:42:30 994456c4fd7b: Preparing 03:42:30 f0b056d764a7: Waiting 03:42:30 e826cf723a79: Waiting 03:42:30 fce27190392d: Waiting 03:42:30 6aace0c61b06: Waiting 03:42:30 7245486ae5c4: Waiting 03:42:30 994456c4fd7b: Waiting 03:42:30 84285e711364: Layer already exists 03:42:30 def8f9d2f5f1: Layer already exists 03:42:30 a753b831d5ad: Layer already exists 03:42:30 005e42ac87ae: Layer already exists 03:42:30 4a286a195a6a: Layer already exists 03:42:30 e826cf723a79: Layer already exists 03:42:30 fce27190392d: Layer already exists 03:42:30 7245486ae5c4: Layer already exists 03:42:30 f0b056d764a7: Layer already exists 03:42:30 6aace0c61b06: Layer already exists 03:42:30 994456c4fd7b: Layer already exists 03:42:30 latest: digest: sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 03:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:42:30 84285e711364: Preparing 03:42:30 a753b831d5ad: Preparing 03:42:30 def8f9d2f5f1: Preparing 03:42:30 005e42ac87ae: Preparing 03:42:30 4a286a195a6a: Preparing 03:42:30 7245486ae5c4: Preparing 03:42:30 e826cf723a79: Preparing 03:42:30 fce27190392d: Preparing 03:42:30 6aace0c61b06: Preparing 03:42:30 f0b056d764a7: Preparing 03:42:30 994456c4fd7b: Preparing 03:42:30 6aace0c61b06: Waiting 03:42:30 e826cf723a79: Waiting 03:42:30 7245486ae5c4: Waiting 03:42:30 fce27190392d: Waiting 03:42:30 994456c4fd7b: Waiting 03:42:30 a753b831d5ad: Layer already exists 03:42:30 84285e711364: Layer already exists 03:42:30 005e42ac87ae: Layer already exists 03:42:30 def8f9d2f5f1: Layer already exists 03:42:30 4a286a195a6a: Layer already exists 03:42:30 fce27190392d: Layer already exists 03:42:30 7245486ae5c4: Layer already exists 03:42:30 f0b056d764a7: Layer already exists 03:42:30 6aace0c61b06: Layer already exists 03:42:30 e826cf723a79: Layer already exists 03:42:30 994456c4fd7b: Layer already exists 03:42:30 4.1.0-dev.14: digest: sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:42:31 84285e711364: Preparing 03:42:31 a753b831d5ad: Preparing 03:42:31 def8f9d2f5f1: Preparing 03:42:31 005e42ac87ae: Preparing 03:42:31 4a286a195a6a: Preparing 03:42:31 7245486ae5c4: Preparing 03:42:31 e826cf723a79: Preparing 03:42:31 fce27190392d: Preparing 03:42:31 6aace0c61b06: Preparing 03:42:31 f0b056d764a7: Preparing 03:42:31 994456c4fd7b: Preparing 03:42:31 fce27190392d: Waiting 03:42:31 7245486ae5c4: Waiting 03:42:31 f0b056d764a7: Waiting 03:42:31 e826cf723a79: Waiting 03:42:31 6aace0c61b06: Waiting 03:42:31 994456c4fd7b: Waiting 03:42:31 a753b831d5ad: Layer already exists 03:42:31 def8f9d2f5f1: Layer already exists 03:42:31 4a286a195a6a: Layer already exists 03:42:31 84285e711364: Layer already exists 03:42:31 005e42ac87ae: Layer already exists 03:42:31 7245486ae5c4: Layer already exists 03:42:31 f0b056d764a7: Layer already exists 03:42:31 e826cf723a79: Layer already exists 03:42:31 6aace0c61b06: Layer already exists 03:42:31 fce27190392d: Layer already exists 03:42:31 994456c4fd7b: Layer already exists 03:42:31 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:42:31 84285e711364: Preparing 03:42:31 a753b831d5ad: Preparing 03:42:31 def8f9d2f5f1: Preparing 03:42:31 005e42ac87ae: Preparing 03:42:31 4a286a195a6a: Preparing 03:42:31 7245486ae5c4: Preparing 03:42:31 e826cf723a79: Preparing 03:42:31 fce27190392d: Preparing 03:42:31 6aace0c61b06: Preparing 03:42:31 f0b056d764a7: Preparing 03:42:31 994456c4fd7b: Preparing 03:42:31 7245486ae5c4: Waiting 03:42:31 e826cf723a79: Waiting 03:42:31 6aace0c61b06: Waiting 03:42:31 994456c4fd7b: Waiting 03:42:31 4a286a195a6a: Layer already exists 03:42:31 005e42ac87ae: Layer already exists 03:42:31 def8f9d2f5f1: Layer already exists 03:42:31 84285e711364: Layer already exists 03:42:31 a753b831d5ad: Layer already exists 03:42:31 7245486ae5c4: Layer already exists 03:42:31 fce27190392d: Layer already exists 03:42:31 6aace0c61b06: Layer already exists 03:42:31 e826cf723a79: Layer already exists 03:42:31 f0b056d764a7: Layer already exists 03:42:31 994456c4fd7b: Layer already exists 03:42:31 main: digest: sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:32 ===================================================== [Pipeline] echo 03:42:32 taggedImages: 03:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 03:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:42:32 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:42:32 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:32 latest 03:42:32 4.1.0-dev.14 03:42:32 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:32 main 03:42:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:42:32 e20c96425c76: Preparing 03:42:32 8cba033d55dc: Preparing 03:42:32 b9827af79d18: Preparing 03:42:32 a260aaa6bb9f: Preparing 03:42:32 7852684bb1f1: Preparing 03:42:32 73008fd2abac: Preparing 03:42:32 8c123f5013d5: Preparing 03:42:32 7245486ae5c4: Preparing 03:42:32 e826cf723a79: Preparing 03:42:32 a3b4f50b68cb: Preparing 03:42:32 49a3944c2059: Preparing 03:42:32 994456c4fd7b: Preparing 03:42:32 73008fd2abac: Waiting 03:42:32 8c123f5013d5: Waiting 03:42:32 7245486ae5c4: Waiting 03:42:32 e826cf723a79: Waiting 03:42:32 a3b4f50b68cb: Waiting 03:42:32 49a3944c2059: Waiting 03:42:32 994456c4fd7b: Waiting 03:42:32 7852684bb1f1: Pushed 03:42:32 e20c96425c76: Pushed 03:42:32 8cba033d55dc: Pushed 03:42:32 7245486ae5c4: Layer already exists 03:42:32 e826cf723a79: Layer already exists 03:42:32 73008fd2abac: Pushed 03:42:33 8c123f5013d5: Pushed 03:42:33 994456c4fd7b: Layer already exists 03:42:33 a3b4f50b68cb: Pushed 03:42:34 49a3944c2059: Pushed 03:42:34 a260aaa6bb9f: Pushed 03:42:35 b9827af79d18: Pushed 03:42:35 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:42:36 e20c96425c76: Preparing 03:42:36 8cba033d55dc: Preparing 03:42:36 b9827af79d18: Preparing 03:42:36 a260aaa6bb9f: Preparing 03:42:36 7852684bb1f1: Preparing 03:42:36 73008fd2abac: Preparing 03:42:36 8c123f5013d5: Preparing 03:42:36 7245486ae5c4: Preparing 03:42:36 e826cf723a79: Preparing 03:42:36 a3b4f50b68cb: Preparing 03:42:36 49a3944c2059: Preparing 03:42:36 994456c4fd7b: Preparing 03:42:36 73008fd2abac: Waiting 03:42:36 8c123f5013d5: Waiting 03:42:36 e826cf723a79: Waiting 03:42:36 7245486ae5c4: Waiting 03:42:36 a3b4f50b68cb: Waiting 03:42:36 994456c4fd7b: Waiting 03:42:36 e20c96425c76: Layer already exists 03:42:36 b9827af79d18: Layer already exists 03:42:36 7852684bb1f1: Layer already exists 03:42:36 8cba033d55dc: Layer already exists 03:42:36 a260aaa6bb9f: Layer already exists 03:42:36 a3b4f50b68cb: Layer already exists 03:42:36 e826cf723a79: Layer already exists 03:42:36 73008fd2abac: Layer already exists 03:42:36 7245486ae5c4: Layer already exists 03:42:36 8c123f5013d5: Layer already exists 03:42:36 49a3944c2059: Layer already exists 03:42:36 994456c4fd7b: Layer already exists 03:42:36 latest: digest: sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 03:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:42:37 e20c96425c76: Preparing 03:42:37 8cba033d55dc: Preparing 03:42:37 b9827af79d18: Preparing 03:42:37 a260aaa6bb9f: Preparing 03:42:37 7852684bb1f1: Preparing 03:42:37 73008fd2abac: Preparing 03:42:37 8c123f5013d5: Preparing 03:42:37 7245486ae5c4: Preparing 03:42:37 e826cf723a79: Preparing 03:42:37 a3b4f50b68cb: Preparing 03:42:37 49a3944c2059: Preparing 03:42:37 994456c4fd7b: Preparing 03:42:37 e826cf723a79: Waiting 03:42:37 a3b4f50b68cb: Waiting 03:42:37 73008fd2abac: Waiting 03:42:37 49a3944c2059: Waiting 03:42:37 8c123f5013d5: Waiting 03:42:37 994456c4fd7b: Waiting 03:42:37 7245486ae5c4: Waiting 03:42:37 7852684bb1f1: Layer already exists 03:42:37 8cba033d55dc: Layer already exists 03:42:37 b9827af79d18: Layer already exists 03:42:37 e20c96425c76: Layer already exists 03:42:37 a260aaa6bb9f: Layer already exists 03:42:37 73008fd2abac: Layer already exists 03:42:37 7245486ae5c4: Layer already exists 03:42:37 8c123f5013d5: Layer already exists 03:42:37 e826cf723a79: Layer already exists 03:42:37 a3b4f50b68cb: Layer already exists 03:42:37 49a3944c2059: Layer already exists 03:42:37 994456c4fd7b: Layer already exists 03:42:37 4.1.0-dev.14: digest: sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:42:37 e20c96425c76: Preparing 03:42:37 8cba033d55dc: Preparing 03:42:37 b9827af79d18: Preparing 03:42:37 a260aaa6bb9f: Preparing 03:42:37 7852684bb1f1: Preparing 03:42:37 73008fd2abac: Preparing 03:42:37 8c123f5013d5: Preparing 03:42:37 7245486ae5c4: Preparing 03:42:37 e826cf723a79: Preparing 03:42:37 a3b4f50b68cb: Preparing 03:42:37 49a3944c2059: Preparing 03:42:37 994456c4fd7b: Preparing 03:42:37 e826cf723a79: Waiting 03:42:37 7245486ae5c4: Waiting 03:42:37 a3b4f50b68cb: Waiting 03:42:37 49a3944c2059: Waiting 03:42:37 994456c4fd7b: Waiting 03:42:37 73008fd2abac: Waiting 03:42:37 8c123f5013d5: Waiting 03:42:37 8cba033d55dc: Layer already exists 03:42:37 a260aaa6bb9f: Layer already exists 03:42:37 e20c96425c76: Layer already exists 03:42:37 b9827af79d18: Layer already exists 03:42:37 7852684bb1f1: Layer already exists 03:42:37 7245486ae5c4: Layer already exists 03:42:37 8c123f5013d5: Layer already exists 03:42:37 a3b4f50b68cb: Layer already exists 03:42:37 e826cf723a79: Layer already exists 03:42:37 73008fd2abac: Layer already exists 03:42:37 49a3944c2059: Layer already exists 03:42:37 994456c4fd7b: Layer already exists 03:42:37 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:42:38 e20c96425c76: Preparing 03:42:38 8cba033d55dc: Preparing 03:42:38 b9827af79d18: Preparing 03:42:38 a260aaa6bb9f: Preparing 03:42:38 7852684bb1f1: Preparing 03:42:38 73008fd2abac: Preparing 03:42:38 8c123f5013d5: Preparing 03:42:38 7245486ae5c4: Preparing 03:42:38 e826cf723a79: Preparing 03:42:38 a3b4f50b68cb: Preparing 03:42:38 49a3944c2059: Preparing 03:42:38 994456c4fd7b: Preparing 03:42:38 73008fd2abac: Waiting 03:42:38 8c123f5013d5: Waiting 03:42:38 7245486ae5c4: Waiting 03:42:38 49a3944c2059: Waiting 03:42:38 e826cf723a79: Waiting 03:42:38 a3b4f50b68cb: Waiting 03:42:38 994456c4fd7b: Waiting 03:42:38 e20c96425c76: Layer already exists 03:42:38 a260aaa6bb9f: Layer already exists 03:42:38 7852684bb1f1: Layer already exists 03:42:38 8cba033d55dc: Layer already exists 03:42:38 b9827af79d18: Layer already exists 03:42:38 73008fd2abac: Layer already exists 03:42:38 e826cf723a79: Layer already exists 03:42:38 a3b4f50b68cb: Layer already exists 03:42:38 8c123f5013d5: Layer already exists 03:42:38 7245486ae5c4: Layer already exists 03:42:38 49a3944c2059: Layer already exists 03:42:38 994456c4fd7b: Layer already exists 03:42:38 main: digest: sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:38 ===================================================== [Pipeline] echo 03:42:38 taggedImages: 03:42:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:42:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 03:42:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:42:38 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:42:38 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:38 latest 03:42:38 4.1.0-dev.14 03:42:38 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:38 main 03:42:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:42:39 47e6c3254700: Preparing 03:42:39 2dd4ba70cf71: Preparing 03:42:39 7245486ae5c4: Preparing 03:42:39 e826cf723a79: Preparing 03:42:39 1bfeb21019c4: Preparing 03:42:39 3b53d408f46c: Preparing 03:42:39 994456c4fd7b: Preparing 03:42:39 3b53d408f46c: Waiting 03:42:39 e826cf723a79: Layer already exists 03:42:39 7245486ae5c4: Layer already exists 03:42:39 994456c4fd7b: Layer already exists 03:42:39 1bfeb21019c4: Pushed 03:42:39 47e6c3254700: Pushed 03:42:40 3b53d408f46c: Pushed 03:42:42 2dd4ba70cf71: Pushed 03:42:42 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:42 + 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 03:42:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:42:43 47e6c3254700: Preparing 03:42:43 2dd4ba70cf71: Preparing 03:42:43 7245486ae5c4: Preparing 03:42:43 e826cf723a79: Preparing 03:42:43 1bfeb21019c4: Preparing 03:42:43 3b53d408f46c: Preparing 03:42:43 994456c4fd7b: Preparing 03:42:43 994456c4fd7b: Waiting 03:42:43 3b53d408f46c: Waiting 03:42:43 e826cf723a79: Layer already exists 03:42:43 1bfeb21019c4: Layer already exists 03:42:43 2dd4ba70cf71: Layer already exists 03:42:43 47e6c3254700: Layer already exists 03:42:43 7245486ae5c4: Layer already exists 03:42:43 3b53d408f46c: Layer already exists 03:42:43 994456c4fd7b: Layer already exists 03:42:43 latest: digest: sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:43 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 03:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:42:43 47e6c3254700: Preparing 03:42:43 2dd4ba70cf71: Preparing 03:42:43 7245486ae5c4: Preparing 03:42:43 e826cf723a79: Preparing 03:42:43 1bfeb21019c4: Preparing 03:42:43 3b53d408f46c: Preparing 03:42:43 994456c4fd7b: Preparing 03:42:43 3b53d408f46c: Waiting 03:42:43 994456c4fd7b: Waiting 03:42:43 7245486ae5c4: Layer already exists 03:42:43 2dd4ba70cf71: Layer already exists 03:42:43 47e6c3254700: Layer already exists 03:42:43 e826cf723a79: Layer already exists 03:42:43 1bfeb21019c4: Layer already exists 03:42:43 3b53d408f46c: Layer already exists 03:42:43 994456c4fd7b: Layer already exists 03:42:43 4.1.0-dev.14: digest: sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:42:44 47e6c3254700: Preparing 03:42:44 2dd4ba70cf71: Preparing 03:42:44 7245486ae5c4: Preparing 03:42:44 e826cf723a79: Preparing 03:42:44 1bfeb21019c4: Preparing 03:42:44 3b53d408f46c: Preparing 03:42:44 994456c4fd7b: Preparing 03:42:44 3b53d408f46c: Waiting 03:42:44 e826cf723a79: Layer already exists 03:42:44 1bfeb21019c4: Layer already exists 03:42:44 7245486ae5c4: Layer already exists 03:42:44 47e6c3254700: Layer already exists 03:42:44 2dd4ba70cf71: Layer already exists 03:42:44 3b53d408f46c: Layer already exists 03:42:44 994456c4fd7b: Layer already exists 03:42:44 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:44 + 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 03:42:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:42:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:42:45 47e6c3254700: Preparing 03:42:45 2dd4ba70cf71: Preparing 03:42:45 7245486ae5c4: Preparing 03:42:45 e826cf723a79: Preparing 03:42:45 1bfeb21019c4: Preparing 03:42:45 3b53d408f46c: Preparing 03:42:45 994456c4fd7b: Preparing 03:42:45 3b53d408f46c: Waiting 03:42:45 994456c4fd7b: Waiting 03:42:45 47e6c3254700: Layer already exists 03:42:45 1bfeb21019c4: Layer already exists 03:42:45 7245486ae5c4: Layer already exists 03:42:45 e826cf723a79: Layer already exists 03:42:45 2dd4ba70cf71: Layer already exists 03:42:45 3b53d408f46c: Layer already exists 03:42:45 994456c4fd7b: Layer already exists 03:42:45 main: digest: sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:42:45 ===================================================== [Pipeline] echo 03:42:45 taggedImages: 03:42:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:42:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 03:42:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:42:45 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:42:45 7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:45 latest 03:42:45 4.1.0-dev.14 03:42:45 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:45 main 03:42:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df 03:42:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:46 1be0af55a612: Preparing 03:42:46 478907c39504: Preparing 03:42:46 faa0dd4d0f0e: Preparing 03:42:46 7245486ae5c4: Preparing 03:42:46 e826cf723a79: Preparing 03:42:46 4263f495b771: Preparing 03:42:46 5d429e902185: Preparing 03:42:46 8b678dac44d0: Preparing 03:42:46 ed623f7b53e3: Preparing 03:42:46 994456c4fd7b: Preparing 03:42:46 ed623f7b53e3: Waiting 03:42:46 5d429e902185: Waiting 03:42:46 8b678dac44d0: Waiting 03:42:46 994456c4fd7b: Waiting 03:42:46 4263f495b771: Waiting 03:42:46 7245486ae5c4: Layer already exists 03:42:46 e826cf723a79: Layer already exists 03:42:46 1be0af55a612: Pushed 03:42:46 faa0dd4d0f0e: Pushed 03:42:46 478907c39504: Pushed 03:42:46 994456c4fd7b: Layer already exists 03:42:46 8b678dac44d0: Pushed 03:42:46 ed623f7b53e3: Pushed 03:42:50 5d429e902185: Pushed 03:42:57 4263f495b771: Pushed 03:42:57 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:58 1be0af55a612: Preparing 03:42:58 478907c39504: Preparing 03:42:58 faa0dd4d0f0e: Preparing 03:42:58 7245486ae5c4: Preparing 03:42:58 e826cf723a79: Preparing 03:42:58 4263f495b771: Preparing 03:42:58 5d429e902185: Preparing 03:42:58 8b678dac44d0: Preparing 03:42:58 ed623f7b53e3: Preparing 03:42:58 994456c4fd7b: Preparing 03:42:58 5d429e902185: Waiting 03:42:58 8b678dac44d0: Waiting 03:42:58 ed623f7b53e3: Waiting 03:42:58 994456c4fd7b: Waiting 03:42:58 1be0af55a612: Layer already exists 03:42:58 478907c39504: Layer already exists 03:42:58 7245486ae5c4: Layer already exists 03:42:58 e826cf723a79: Layer already exists 03:42:58 faa0dd4d0f0e: Layer already exists 03:42:58 8b678dac44d0: Layer already exists 03:42:58 994456c4fd7b: Layer already exists 03:42:58 5d429e902185: Layer already exists 03:42:58 4263f495b771: Layer already exists 03:42:58 ed623f7b53e3: Layer already exists 03:42:58 latest: digest: sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 03:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:58 1be0af55a612: Preparing 03:42:58 478907c39504: Preparing 03:42:58 faa0dd4d0f0e: Preparing 03:42:58 7245486ae5c4: Preparing 03:42:58 e826cf723a79: Preparing 03:42:58 4263f495b771: Preparing 03:42:58 5d429e902185: Preparing 03:42:58 8b678dac44d0: Preparing 03:42:58 ed623f7b53e3: Preparing 03:42:58 994456c4fd7b: Preparing 03:42:58 ed623f7b53e3: Waiting 03:42:58 8b678dac44d0: Waiting 03:42:58 994456c4fd7b: Waiting 03:42:58 5d429e902185: Waiting 03:42:58 7245486ae5c4: Layer already exists 03:42:58 478907c39504: Layer already exists 03:42:58 faa0dd4d0f0e: Layer already exists 03:42:58 1be0af55a612: Layer already exists 03:42:58 e826cf723a79: Layer already exists 03:42:58 5d429e902185: Layer already exists 03:42:58 4263f495b771: Layer already exists 03:42:58 8b678dac44d0: Layer already exists 03:42:58 994456c4fd7b: Layer already exists 03:42:58 ed623f7b53e3: Layer already exists 03:42:58 4.1.0-dev.14: digest: sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:42:59 1be0af55a612: Preparing 03:42:59 478907c39504: Preparing 03:42:59 faa0dd4d0f0e: Preparing 03:42:59 7245486ae5c4: Preparing 03:42:59 e826cf723a79: Preparing 03:42:59 4263f495b771: Preparing 03:42:59 5d429e902185: Preparing 03:42:59 8b678dac44d0: Preparing 03:42:59 ed623f7b53e3: Preparing 03:42:59 5d429e902185: Waiting 03:42:59 4263f495b771: Waiting 03:42:59 ed623f7b53e3: Waiting 03:42:59 994456c4fd7b: Preparing 03:42:59 994456c4fd7b: Waiting 03:42:59 e826cf723a79: Layer already exists 03:42:59 faa0dd4d0f0e: Layer already exists 03:42:59 1be0af55a612: Layer already exists 03:42:59 7245486ae5c4: Layer already exists 03:42:59 478907c39504: Layer already exists 03:42:59 8b678dac44d0: Layer already exists 03:42:59 4263f495b771: Layer already exists 03:42:59 5d429e902185: Layer already exists 03:42:59 ed623f7b53e3: Layer already exists 03:42:59 994456c4fd7b: Layer already exists 03:42:59 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:43:00 1be0af55a612: Preparing 03:43:00 478907c39504: Preparing 03:43:00 faa0dd4d0f0e: Preparing 03:43:00 7245486ae5c4: Preparing 03:43:00 e826cf723a79: Preparing 03:43:00 4263f495b771: Preparing 03:43:00 5d429e902185: Preparing 03:43:00 8b678dac44d0: Preparing 03:43:00 ed623f7b53e3: Preparing 03:43:00 994456c4fd7b: Preparing 03:43:00 8b678dac44d0: Waiting 03:43:00 ed623f7b53e3: Waiting 03:43:00 994456c4fd7b: Waiting 03:43:00 4263f495b771: Waiting 03:43:00 5d429e902185: Waiting 03:43:00 e826cf723a79: Layer already exists 03:43:00 faa0dd4d0f0e: Layer already exists 03:43:00 1be0af55a612: Layer already exists 03:43:00 478907c39504: Layer already exists 03:43:00 7245486ae5c4: Layer already exists 03:43:00 4263f495b771: Layer already exists 03:43:00 5d429e902185: Layer already exists 03:43:00 ed623f7b53e3: Layer already exists 03:43:00 8b678dac44d0: Layer already exists 03:43:00 994456c4fd7b: Layer already exists 03:43:00 main: digest: sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:00 ===================================================== [Pipeline] echo 03:43:00 taggedImages: 03:43:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:43:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 03:43:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:43:00 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:43:00 7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:00 latest 03:43:00 4.1.0-dev.14 03:43:00 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:00 main 03:43:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:00 df37ef95e068: Preparing 03:43:00 a87d86bd9f21: Preparing 03:43:00 065c038d2ed2: Preparing 03:43:00 7245486ae5c4: Preparing 03:43:00 e826cf723a79: Preparing 03:43:00 7dd82452cd89: Preparing 03:43:00 71723a019113: Preparing 03:43:00 36c51e485abe: Preparing 03:43:00 994456c4fd7b: Preparing 03:43:00 71723a019113: Waiting 03:43:00 36c51e485abe: Waiting 03:43:00 7dd82452cd89: Waiting 03:43:00 e826cf723a79: Layer already exists 03:43:00 7245486ae5c4: Layer already exists 03:43:00 a87d86bd9f21: Pushed 03:43:00 065c038d2ed2: Pushed 03:43:00 df37ef95e068: Pushed 03:43:00 71723a019113: Pushed 03:43:00 994456c4fd7b: Layer already exists 03:43:01 36c51e485abe: Pushed 03:43:13 7dd82452cd89: Pushed 03:43:13 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:43:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:13 df37ef95e068: Preparing 03:43:13 a87d86bd9f21: Preparing 03:43:13 065c038d2ed2: Preparing 03:43:13 7245486ae5c4: Preparing 03:43:13 e826cf723a79: Preparing 03:43:13 7dd82452cd89: Preparing 03:43:13 71723a019113: Preparing 03:43:13 36c51e485abe: Preparing 03:43:13 994456c4fd7b: Preparing 03:43:13 7dd82452cd89: Waiting 03:43:13 71723a019113: Waiting 03:43:13 36c51e485abe: Waiting 03:43:13 994456c4fd7b: Waiting 03:43:13 e826cf723a79: Layer already exists 03:43:13 065c038d2ed2: Layer already exists 03:43:13 7245486ae5c4: Layer already exists 03:43:13 a87d86bd9f21: Layer already exists 03:43:13 df37ef95e068: Layer already exists 03:43:13 71723a019113: Layer already exists 03:43:13 36c51e485abe: Layer already exists 03:43:13 7dd82452cd89: Layer already exists 03:43:13 994456c4fd7b: Layer already exists 03:43:13 latest: digest: sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 03:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:14 df37ef95e068: Preparing 03:43:14 a87d86bd9f21: Preparing 03:43:14 065c038d2ed2: Preparing 03:43:14 7245486ae5c4: Preparing 03:43:14 e826cf723a79: Preparing 03:43:14 7dd82452cd89: Preparing 03:43:14 71723a019113: Preparing 03:43:14 36c51e485abe: Preparing 03:43:14 994456c4fd7b: Preparing 03:43:14 7dd82452cd89: Waiting 03:43:14 71723a019113: Waiting 03:43:14 36c51e485abe: Waiting 03:43:14 994456c4fd7b: Waiting 03:43:14 df37ef95e068: Layer already exists 03:43:14 7245486ae5c4: Layer already exists 03:43:14 a87d86bd9f21: Layer already exists 03:43:14 065c038d2ed2: Layer already exists 03:43:14 e826cf723a79: Layer already exists 03:43:14 71723a019113: Layer already exists 03:43:14 7dd82452cd89: Layer already exists 03:43:14 994456c4fd7b: Layer already exists 03:43:14 36c51e485abe: Layer already exists 03:43:14 4.1.0-dev.14: digest: sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:15 df37ef95e068: Preparing 03:43:15 a87d86bd9f21: Preparing 03:43:15 065c038d2ed2: Preparing 03:43:15 7245486ae5c4: Preparing 03:43:15 e826cf723a79: Preparing 03:43:15 7dd82452cd89: Preparing 03:43:15 71723a019113: Preparing 03:43:15 36c51e485abe: Preparing 03:43:15 994456c4fd7b: Preparing 03:43:15 71723a019113: Waiting 03:43:15 994456c4fd7b: Waiting 03:43:15 36c51e485abe: Waiting 03:43:15 7dd82452cd89: Waiting 03:43:15 a87d86bd9f21: Layer already exists 03:43:15 065c038d2ed2: Layer already exists 03:43:15 e826cf723a79: Layer already exists 03:43:15 df37ef95e068: Layer already exists 03:43:15 7245486ae5c4: Layer already exists 03:43:15 7dd82452cd89: Layer already exists 03:43:15 71723a019113: Layer already exists 03:43:15 36c51e485abe: Layer already exists 03:43:15 994456c4fd7b: Layer already exists 03:43:15 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:43:15 df37ef95e068: Preparing 03:43:15 a87d86bd9f21: Preparing 03:43:15 065c038d2ed2: Preparing 03:43:15 7245486ae5c4: Preparing 03:43:15 e826cf723a79: Preparing 03:43:15 7dd82452cd89: Preparing 03:43:15 71723a019113: Preparing 03:43:15 36c51e485abe: Preparing 03:43:15 994456c4fd7b: Preparing 03:43:15 71723a019113: Waiting 03:43:15 36c51e485abe: Waiting 03:43:15 994456c4fd7b: Waiting 03:43:15 7dd82452cd89: Waiting 03:43:15 e826cf723a79: Layer already exists 03:43:15 a87d86bd9f21: Layer already exists 03:43:15 df37ef95e068: Layer already exists 03:43:15 065c038d2ed2: Layer already exists 03:43:15 7245486ae5c4: Layer already exists 03:43:15 7dd82452cd89: Layer already exists 03:43:15 36c51e485abe: Layer already exists 03:43:15 71723a019113: Layer already exists 03:43:15 994456c4fd7b: Layer already exists 03:43:15 main: digest: sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:15 ===================================================== [Pipeline] echo 03:43:15 taggedImages: 03:43:15 - nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:15 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:43:15 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 03:43:15 - nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:15 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:43:15 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:43:15 7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:15 latest 03:43:15 4.1.0-dev.14 03:43:15 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:15 main 03:43:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:16 1be0af55a612: Preparing 03:43:16 49384a44889a: Preparing 03:43:16 12b929244d9c: Preparing 03:43:16 7245486ae5c4: Preparing 03:43:16 e826cf723a79: Preparing 03:43:16 f305848d1c0e: Preparing 03:43:16 8b678dac44d0: Preparing 03:43:16 ed623f7b53e3: Preparing 03:43:16 994456c4fd7b: Preparing 03:43:16 8b678dac44d0: Waiting 03:43:16 f305848d1c0e: Waiting 03:43:16 ed623f7b53e3: Waiting 03:43:16 994456c4fd7b: Waiting 03:43:16 e826cf723a79: Layer already exists 03:43:16 1be0af55a612: Layer already exists 03:43:16 7245486ae5c4: Layer already exists 03:43:16 8b678dac44d0: Layer already exists 03:43:16 ed623f7b53e3: Layer already exists 03:43:16 994456c4fd7b: Layer already exists 03:43:16 12b929244d9c: Pushed 03:43:16 49384a44889a: Pushed 03:43:28 f305848d1c0e: Pushed 03:43:28 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03: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 03:43:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:43:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:29 1be0af55a612: Preparing 03:43:29 49384a44889a: Preparing 03:43:29 12b929244d9c: Preparing 03:43:29 7245486ae5c4: Preparing 03:43:29 e826cf723a79: Preparing 03:43:29 f305848d1c0e: Preparing 03:43:29 8b678dac44d0: Preparing 03:43:29 ed623f7b53e3: Preparing 03:43:29 994456c4fd7b: Preparing 03:43:29 f305848d1c0e: Waiting 03:43:29 8b678dac44d0: Waiting 03:43:29 ed623f7b53e3: Waiting 03:43:29 994456c4fd7b: Waiting 03:43:29 12b929244d9c: Layer already exists 03:43:29 49384a44889a: Layer already exists 03:43:29 e826cf723a79: Layer already exists 03:43:29 7245486ae5c4: Layer already exists 03:43:29 1be0af55a612: Layer already exists 03:43:29 f305848d1c0e: Layer already exists 03:43:29 994456c4fd7b: Layer already exists 03:43:29 ed623f7b53e3: Layer already exists 03:43:29 8b678dac44d0: Layer already exists 03:43:29 latest: digest: sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 03:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:30 1be0af55a612: Preparing 03:43:30 49384a44889a: Preparing 03:43:30 12b929244d9c: Preparing 03:43:30 7245486ae5c4: Preparing 03:43:30 e826cf723a79: Preparing 03:43:30 f305848d1c0e: Preparing 03:43:30 8b678dac44d0: Preparing 03:43:30 ed623f7b53e3: Preparing 03:43:30 994456c4fd7b: Preparing 03:43:30 8b678dac44d0: Waiting 03:43:30 ed623f7b53e3: Waiting 03:43:30 f305848d1c0e: Waiting 03:43:30 12b929244d9c: Layer already exists 03:43:30 49384a44889a: Layer already exists 03:43:30 7245486ae5c4: Layer already exists 03:43:30 1be0af55a612: Layer already exists 03:43:30 e826cf723a79: Layer already exists 03:43:30 8b678dac44d0: Layer already exists 03:43:30 994456c4fd7b: Layer already exists 03:43:30 ed623f7b53e3: Layer already exists 03:43:30 f305848d1c0e: Layer already exists 03:43:30 4.1.0-dev.14: digest: sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:30 1be0af55a612: Preparing 03:43:30 49384a44889a: Preparing 03:43:30 12b929244d9c: Preparing 03:43:30 7245486ae5c4: Preparing 03:43:30 e826cf723a79: Preparing 03:43:30 f305848d1c0e: Preparing 03:43:30 8b678dac44d0: Preparing 03:43:30 ed623f7b53e3: Preparing 03:43:30 994456c4fd7b: Preparing 03:43:30 8b678dac44d0: Waiting 03:43:30 ed623f7b53e3: Waiting 03:43:30 994456c4fd7b: Waiting 03:43:30 f305848d1c0e: Waiting 03:43:30 49384a44889a: Layer already exists 03:43:30 e826cf723a79: Layer already exists 03:43:30 12b929244d9c: Layer already exists 03:43:30 7245486ae5c4: Layer already exists 03:43:30 1be0af55a612: Layer already exists 03:43:30 f305848d1c0e: Layer already exists 03:43:30 8b678dac44d0: Layer already exists 03:43:30 994456c4fd7b: Layer already exists 03:43:30 ed623f7b53e3: Layer already exists 03:43:30 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03: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 03:43:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:43:31 1be0af55a612: Preparing 03:43:31 49384a44889a: Preparing 03:43:31 12b929244d9c: Preparing 03:43:31 7245486ae5c4: Preparing 03:43:31 e826cf723a79: Preparing 03:43:31 f305848d1c0e: Preparing 03:43:31 8b678dac44d0: Preparing 03:43:31 ed623f7b53e3: Preparing 03:43:31 994456c4fd7b: Preparing 03:43:31 f305848d1c0e: Waiting 03:43:31 8b678dac44d0: Waiting 03:43:31 ed623f7b53e3: Waiting 03:43:31 994456c4fd7b: Waiting 03:43:31 12b929244d9c: Layer already exists 03:43:31 7245486ae5c4: Layer already exists 03:43:31 49384a44889a: Layer already exists 03:43:31 e826cf723a79: Layer already exists 03:43:31 1be0af55a612: Layer already exists 03:43:31 8b678dac44d0: Layer already exists 03:43:31 994456c4fd7b: Layer already exists 03:43:31 ed623f7b53e3: Layer already exists 03:43:31 f305848d1c0e: Layer already exists 03:43:31 main: digest: sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:31 ===================================================== [Pipeline] echo 03:43:31 taggedImages: 03:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 03:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:31 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:43:31 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:43:31 7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:31 latest 03:43:31 4.1.0-dev.14 03:43:31 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:31 main 03:43:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:31 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:32 75f803422f48: Preparing 03:43:32 3bb0a1121757: Preparing 03:43:32 7245486ae5c4: Preparing 03:43:32 e826cf723a79: Preparing 03:43:32 a8f291dc12ed: Preparing 03:43:32 b1bd146be362: Preparing 03:43:32 994456c4fd7b: Preparing 03:43:32 994456c4fd7b: Waiting 03:43:32 e826cf723a79: Layer already exists 03:43:32 7245486ae5c4: Layer already exists 03:43:32 994456c4fd7b: Layer already exists 03:43:32 a8f291dc12ed: Pushed 03:43:32 75f803422f48: Pushed 03:43:32 b1bd146be362: Pushed 03:43:36 3bb0a1121757: Pushed 03:43:36 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:43:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:36 75f803422f48: Preparing 03:43:36 3bb0a1121757: Preparing 03:43:36 7245486ae5c4: Preparing 03:43:36 e826cf723a79: Preparing 03:43:36 a8f291dc12ed: Preparing 03:43:36 b1bd146be362: Preparing 03:43:36 994456c4fd7b: Preparing 03:43:36 b1bd146be362: Waiting 03:43:36 994456c4fd7b: Waiting 03:43:36 75f803422f48: Layer already exists 03:43:36 3bb0a1121757: Layer already exists 03:43:36 a8f291dc12ed: Layer already exists 03:43:36 e826cf723a79: Layer already exists 03:43:36 7245486ae5c4: Layer already exists 03:43:36 b1bd146be362: Layer already exists 03:43:36 994456c4fd7b: Layer already exists 03:43:36 latest: digest: sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 03:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:37 75f803422f48: Preparing 03:43:37 3bb0a1121757: Preparing 03:43:37 7245486ae5c4: Preparing 03:43:37 e826cf723a79: Preparing 03:43:37 a8f291dc12ed: Preparing 03:43:37 b1bd146be362: Preparing 03:43:37 994456c4fd7b: Preparing 03:43:37 b1bd146be362: Waiting 03:43:37 75f803422f48: Layer already exists 03:43:37 7245486ae5c4: Layer already exists 03:43:37 3bb0a1121757: Layer already exists 03:43:37 e826cf723a79: Layer already exists 03:43:37 a8f291dc12ed: Layer already exists 03:43:37 994456c4fd7b: Layer already exists 03:43:37 b1bd146be362: Layer already exists 03:43:37 4.1.0-dev.14: digest: sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:38 75f803422f48: Preparing 03:43:38 3bb0a1121757: Preparing 03:43:38 7245486ae5c4: Preparing 03:43:38 e826cf723a79: Preparing 03:43:38 a8f291dc12ed: Preparing 03:43:38 b1bd146be362: Preparing 03:43:38 994456c4fd7b: Preparing 03:43:38 b1bd146be362: Waiting 03:43:38 994456c4fd7b: Waiting 03:43:38 75f803422f48: Layer already exists 03:43:38 a8f291dc12ed: Layer already exists 03:43:38 3bb0a1121757: Layer already exists 03:43:38 e826cf723a79: Layer already exists 03:43:38 7245486ae5c4: Layer already exists 03:43:38 b1bd146be362: Layer already exists 03:43:38 994456c4fd7b: Layer already exists 03:43:38 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:43:38 75f803422f48: Preparing 03:43:38 3bb0a1121757: Preparing 03:43:38 7245486ae5c4: Preparing 03:43:38 e826cf723a79: Preparing 03:43:38 a8f291dc12ed: Preparing 03:43:38 b1bd146be362: Preparing 03:43:38 994456c4fd7b: Preparing 03:43:38 b1bd146be362: Waiting 03:43:38 994456c4fd7b: Waiting 03:43:38 75f803422f48: Layer already exists 03:43:38 7245486ae5c4: Layer already exists 03:43:38 e826cf723a79: Layer already exists 03:43:38 3bb0a1121757: Layer already exists 03:43:38 a8f291dc12ed: Layer already exists 03:43:38 b1bd146be362: Layer already exists 03:43:38 994456c4fd7b: Layer already exists 03:43:38 main: digest: sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:38 ===================================================== [Pipeline] echo 03:43:38 taggedImages: 03:43:38 - nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:38 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:43:38 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 03:43:38 - nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:38 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:43:38 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:43:38 7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:38 latest 03:43:38 4.1.0-dev.14 03:43:38 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:38 main 03:43:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:39 b7c46aa5d850: Preparing 03:43:39 18a7ae4a9d2d: Preparing 03:43:39 7245486ae5c4: Preparing 03:43:39 e826cf723a79: Preparing 03:43:39 0351ec2b6ff1: Preparing 03:43:39 83b73371488c: Preparing 03:43:39 994456c4fd7b: Preparing 03:43:39 994456c4fd7b: Waiting 03:43:39 7245486ae5c4: Layer already exists 03:43:39 e826cf723a79: Layer already exists 03:43:39 994456c4fd7b: Layer already exists 03:43:39 b7c46aa5d850: Pushed 03:43:39 0351ec2b6ff1: Pushed 03:43:39 83b73371488c: Pushed 03:43:43 18a7ae4a9d2d: Pushed 03:43:43 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:43:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:43 b7c46aa5d850: Preparing 03:43:43 18a7ae4a9d2d: Preparing 03:43:43 7245486ae5c4: Preparing 03:43:43 e826cf723a79: Preparing 03:43:43 0351ec2b6ff1: Preparing 03:43:43 83b73371488c: Preparing 03:43:43 994456c4fd7b: Preparing 03:43:43 994456c4fd7b: Waiting 03:43:43 83b73371488c: Waiting 03:43:43 18a7ae4a9d2d: Layer already exists 03:43:43 7245486ae5c4: Layer already exists 03:43:43 0351ec2b6ff1: Layer already exists 03:43:43 b7c46aa5d850: Layer already exists 03:43:43 e826cf723a79: Layer already exists 03:43:43 994456c4fd7b: Layer already exists 03:43:43 83b73371488c: Layer already exists 03:43:43 latest: digest: sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 03:43:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:44 b7c46aa5d850: Preparing 03:43:44 18a7ae4a9d2d: Preparing 03:43:44 7245486ae5c4: Preparing 03:43:44 e826cf723a79: Preparing 03:43:44 0351ec2b6ff1: Preparing 03:43:44 83b73371488c: Preparing 03:43:44 994456c4fd7b: Preparing 03:43:44 994456c4fd7b: Waiting 03:43:44 83b73371488c: Waiting 03:43:44 7245486ae5c4: Layer already exists 03:43:44 0351ec2b6ff1: Layer already exists 03:43:44 e826cf723a79: Layer already exists 03:43:44 18a7ae4a9d2d: Layer already exists 03:43:44 b7c46aa5d850: Layer already exists 03:43:44 83b73371488c: Layer already exists 03:43:44 994456c4fd7b: Layer already exists 03:43:44 4.1.0-dev.14: digest: sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:45 b7c46aa5d850: Preparing 03:43:45 18a7ae4a9d2d: Preparing 03:43:45 7245486ae5c4: Preparing 03:43:45 e826cf723a79: Preparing 03:43:45 0351ec2b6ff1: Preparing 03:43:45 83b73371488c: Preparing 03:43:45 994456c4fd7b: Preparing 03:43:45 994456c4fd7b: Waiting 03:43:45 83b73371488c: Waiting 03:43:45 7245486ae5c4: Layer already exists 03:43:45 b7c46aa5d850: Layer already exists 03:43:45 18a7ae4a9d2d: Layer already exists 03:43:45 0351ec2b6ff1: Layer already exists 03:43:45 e826cf723a79: Layer already exists 03:43:45 83b73371488c: Layer already exists 03:43:45 994456c4fd7b: Layer already exists 03:43:45 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:43:45 b7c46aa5d850: Preparing 03:43:45 18a7ae4a9d2d: Preparing 03:43:45 7245486ae5c4: Preparing 03:43:45 e826cf723a79: Preparing 03:43:45 0351ec2b6ff1: Preparing 03:43:45 83b73371488c: Preparing 03:43:45 994456c4fd7b: Preparing 03:43:45 83b73371488c: Waiting 03:43:45 994456c4fd7b: Waiting 03:43:45 b7c46aa5d850: Layer already exists 03:43:45 e826cf723a79: Layer already exists 03:43:45 18a7ae4a9d2d: Layer already exists 03:43:45 0351ec2b6ff1: Layer already exists 03:43:45 7245486ae5c4: Layer already exists 03:43:45 994456c4fd7b: Layer already exists 03:43:45 83b73371488c: Layer already exists 03:43:45 main: digest: sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:43:46 ===================================================== [Pipeline] echo 03:43:46 taggedImages: 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 03:43:46 ========================================================= 03:43:46 [edgeXBuildMultiArch] RAW Config: 03:43:46 images: 03:43:46 - nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/core-command:latest 03:43:46 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-command:main 03:43:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:43:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:43:46 - nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/core-data:latest 03:43:46 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-data:main 03:43:46 - nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:43:46 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-keeper:main 03:43:46 - nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:43:46 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/core-metadata:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-config:main 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/security-spire-server:main 03:43:46 - nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:43:46 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/support-notifications:main 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:43:46 - nexus3.edgexfoundry.org:10004/support-scheduler:main 03:43:46 settingsFile: 03:43:46 edgex-go-settings 03:43:46 ========================================================= [Pipeline] node 03:44:01 Still waiting to schedule task 03:44:01 All nodes of label ‘centos7-docker-4c-2g’ are offline 03:44:32 Running on prd-centos7-docker-4c-2g-2314 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:44:32 provisioning config files... 03:44:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13121737718311562484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:44:34 ---> ****-login.sh 03:44:34 nexus3.edgexfoundry.org:10001 03:44:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:35 Configure a credential helper to remove this warning. See 03:44:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:35 03:44:35 Login Succeeded 03:44:35 nexus3.edgexfoundry.org:10002 03:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:35 Configure a credential helper to remove this warning. See 03:44:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:35 03:44:35 Login Succeeded 03:44:35 nexus3.edgexfoundry.org:10003 03:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:35 Configure a credential helper to remove this warning. See 03:44:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:35 03:44:35 Login Succeeded 03:44:35 nexus3.edgexfoundry.org:10004 03:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:35 Configure a credential helper to remove this warning. See 03:44:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:35 03:44:35 Login Succeeded 03:44:35 ****.io 03:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:44:35 Configure a credential helper to remove this warning. See 03:44:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:44:35 03:44:35 Login Succeeded 03:44:35 ---> ****-login.sh ends [Pipeline] } 03:44:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:44:35 + docker buildx ls 03:44:35 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:44:35 default * docker 03:44:35 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:44:36 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:44:36 edgex-builder [Pipeline] sh 03:44:36 + docker buildx inspect --bootstrap 03:44:36 #1 [internal] booting buildkit 03:44:36 #1 pulling image moby/buildkit:buildx-stable-1 03:44:39 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 03:44:39 #1 creating container buildx_buildkit_edgex-builder0 03:44:40 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 03:44:40 #1 DONE 4.0s 03:44:40 Name: edgex-builder 03:44:40 Driver: docker-container 03:44:40 03:44:40 Nodes: 03:44:40 Name: edgex-builder0 03:44:40 Endpoint: unix:///var/run/docker.sock 03:44:40 Status: running 03:44:40 Buildkit: v0.21.1 03:44:40 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:44:41 + docker buildx ls 03:44:41 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:44:41 edgex-builder * docker-container 03:44:41 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:44:41 default docker 03:44:41 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:44:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:41 #1 [internal] load build definition from Dockerfile 03:44:41 #1 transferring dockerfile: 197B done 03:44:41 #1 DONE 0.0s 03:44:41 03:44:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:41 #2 DONE 0.1s 03:44:41 03:44:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:41 #3 DONE 0.1s 03:44:41 03:44:41 #4 [internal] load .dockerignore 03:44:41 #4 transferring context: 2B done 03:44:41 #4 DONE 0.0s 03:44:41 03:44:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:41 #5 resolve nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:41 #5 DONE 0.0s 03:44:41 03:44:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:41 #6 resolve nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:41 #6 DONE 0.1s 03:44:41 03:44:41 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:44:41 #7 DONE 0.0s 03:44:41 03:44:41 #8 exporting to image 03:44:41 #8 exporting layers done 03:44:41 #8 exporting manifest sha256:c56dba64652c794de7842ef5445a59917b74f97ceb31f3cd896c944a57b08806 done 03:44:41 #8 exporting config sha256:2219918ac1f921913363212c3d6f0c96a6a2656c0f1d62c6c3b8b5ba9d21e0e2 done 03:44:41 #8 exporting manifest sha256:024587e7654a68e75b7241ac15fffdb89c1e5993692e49f03157f30a4f4a2e82 done 03:44:41 #8 exporting config sha256:e052d4169a674d5a863c8054597e858d69423a9938831f17ebb5cde276d50742 done 03:44:41 #8 exporting manifest list sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb done 03:44:41 #8 pushing layers 0.1s done 03:44:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb 03:44:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb 0.1s done 03:44:41 #8 DONE 0.2s 03:44:41 03:44:41 1 warning found (use --debug to expand): 03:44:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 03:44:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 03:44:42 #1 [internal] load build definition from Dockerfile 03:44:42 #1 transferring dockerfile: 163B done 03:44:42 #1 DONE 0.0s 03:44:42 03:44:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:44:42 #2 DONE 0.0s 03:44:42 03:44:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:44:42 #3 DONE 0.0s 03:44:42 03:44:42 #4 [internal] load .dockerignore 03:44:42 #4 transferring context: 2B done 03:44:42 #4 DONE 0.0s 03:44:42 03:44:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:42 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:42 #5 CACHED 03:44:42 03:44:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:42 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:42 #6 CACHED 03:44:42 03:44:42 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:44:42 #7 DONE 0.0s 03:44:42 03:44:42 #8 exporting to image 03:44:42 #8 exporting layers done 03:44:42 #8 exporting manifest sha256:c56dba64652c794de7842ef5445a59917b74f97ceb31f3cd896c944a57b08806 done 03:44:42 #8 exporting config sha256:2219918ac1f921913363212c3d6f0c96a6a2656c0f1d62c6c3b8b5ba9d21e0e2 done 03:44:42 #8 exporting manifest sha256:024587e7654a68e75b7241ac15fffdb89c1e5993692e49f03157f30a4f4a2e82 done 03:44:42 #8 exporting config sha256:e052d4169a674d5a863c8054597e858d69423a9938831f17ebb5cde276d50742 done 03:44:42 #8 exporting manifest list sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb done 03:44:42 #8 pushing layers 0.0s done 03:44:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb 0.1s done 03:44:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:42 #8 DONE 0.1s 03:44:42 03:44:42 1 warning found (use --debug to expand): 03:44:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14' 03:44:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 --push - 03:44:42 #1 [internal] load build definition from Dockerfile 03:44:42 #1 transferring dockerfile: 169B done 03:44:42 #1 DONE 0.0s 03:44:42 03:44:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 03:44:42 #2 DONE 0.0s 03:44:42 03:44:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14 03:44:42 #3 DONE 0.0s 03:44:42 03:44:42 #4 [internal] load .dockerignore 03:44:42 #4 transferring context: 2B done 03:44:42 #4 DONE 0.0s 03:44:42 03:44:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:42 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:42 #5 CACHED 03:44:42 03:44:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:42 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:42 #6 DONE 0.0s 03:44:42 03:44:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:42 #6 CACHED 03:44:42 03:44:42 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:44:42 #7 DONE 0.0s 03:44:42 03:44:42 #8 exporting to image 03:44:42 #8 exporting layers done 03:44:42 #8 exporting manifest sha256:c56dba64652c794de7842ef5445a59917b74f97ceb31f3cd896c944a57b08806 done 03:44:42 #8 exporting config sha256:2219918ac1f921913363212c3d6f0c96a6a2656c0f1d62c6c3b8b5ba9d21e0e2 done 03:44:42 #8 exporting manifest sha256:024587e7654a68e75b7241ac15fffdb89c1e5993692e49f03157f30a4f4a2e82 done 03:44:42 #8 exporting config sha256:e052d4169a674d5a863c8054597e858d69423a9938831f17ebb5cde276d50742 done 03:44:42 #8 exporting manifest list sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb done 03:44:42 #8 pushing layers 0.0s done 03:44:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.14@sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb 0.1s done 03:44:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:42 #8 DONE 0.1s 03:44:42 03:44:42 1 warning found (use --debug to expand): 03:44:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:44:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:44:43 #1 [internal] load build definition from Dockerfile 03:44:43 #1 transferring dockerfile: 210B done 03:44:43 #1 DONE 0.0s 03:44:43 03:44:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:43 #2 DONE 0.0s 03:44:43 03:44:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:43 #3 DONE 0.0s 03:44:43 03:44:43 #4 [internal] load .dockerignore 03:44:43 #4 transferring context: 2B done 03:44:43 #4 DONE 0.0s 03:44:43 03:44:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:43 #5 resolve nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:43 #5 CACHED 03:44:43 03:44:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:43 #6 resolve nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:43 #6 CACHED 03:44:43 03:44:43 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:44:43 #7 DONE 0.0s 03:44:43 03:44:43 #8 exporting to image 03:44:43 #8 exporting layers done 03:44:43 #8 exporting manifest sha256:c56dba64652c794de7842ef5445a59917b74f97ceb31f3cd896c944a57b08806 done 03:44:43 #8 exporting config sha256:2219918ac1f921913363212c3d6f0c96a6a2656c0f1d62c6c3b8b5ba9d21e0e2 done 03:44:43 #8 exporting manifest sha256:024587e7654a68e75b7241ac15fffdb89c1e5993692e49f03157f30a4f4a2e82 done 03:44:43 #8 exporting config sha256:e052d4169a674d5a863c8054597e858d69423a9938831f17ebb5cde276d50742 1.1s done 03:44:43 #8 exporting manifest list sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb done 03:44:43 #8 pushing layers 0.0s done 03:44:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb 0.1s done 03:44:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:43 #8 DONE 1.2s 03:44:43 03:44:43 1 warning found (use --debug to expand): 03:44:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 03:44:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 03:44:43 #1 [internal] load build definition from Dockerfile 03:44:43 #1 transferring dockerfile: 161B done 03:44:43 #1 DONE 0.0s 03:44:43 03:44:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:44:43 #2 DONE 0.0s 03:44:43 03:44:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:44:43 #3 DONE 0.0s 03:44:43 03:44:43 #4 [internal] load .dockerignore 03:44:43 #4 transferring context: 2B done 03:44:43 #4 DONE 0.0s 03:44:43 03:44:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:43 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:43 #5 CACHED 03:44:43 03:44:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 03:44:43 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:4c1f1fff0d4b9e5a102475ce49d669f0122d11c44ad5453e5976cda6958c2389 0.0s done 03:44:43 #6 CACHED 03:44:43 03:44:43 #7 exporting to image 03:44:43 #7 exporting layers 03:44:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:44 #7 exporting layers done 03:44:44 #7 exporting manifest sha256:c56dba64652c794de7842ef5445a59917b74f97ceb31f3cd896c944a57b08806 done 03:44:44 #7 exporting config sha256:2219918ac1f921913363212c3d6f0c96a6a2656c0f1d62c6c3b8b5ba9d21e0e2 done 03:44:44 #7 exporting manifest sha256:024587e7654a68e75b7241ac15fffdb89c1e5993692e49f03157f30a4f4a2e82 done 03:44:44 #7 exporting config sha256:e052d4169a674d5a863c8054597e858d69423a9938831f17ebb5cde276d50742 done 03:44:44 #7 exporting manifest list sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb done 03:44:44 #7 pushing layers 0.0s done 03:44:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a1fbe2ec4bf771bcb40ad9e488ec42962d0368deb589a030fccb25a16fcc7fb 0.1s done 03:44:44 #7 DONE 0.1s 03:44:44 03:44:44 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:44:44 #8 DONE 0.0s 03:44:44 03:44:44 1 warning found (use --debug to expand): 03:44:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:44 #1 [internal] load build definition from Dockerfile 03:44:44 #1 transferring dockerfile: 216B done 03:44:44 #1 DONE 0.0s 03:44:44 03:44:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:44 #2 DONE 0.0s 03:44:44 03:44:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:44 #3 DONE 0.0s 03:44:44 03:44:44 #4 [internal] load .dockerignore 03:44:44 #4 transferring context: 2B done 03:44:44 #4 DONE 0.0s 03:44:44 03:44:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:44 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:44 #5 ... 03:44:44 03:44:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:44 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc done 03:44:44 #6 DONE 0.1s 03:44:44 03:44:44 #7 exporting to image 03:44:44 #7 exporting layers done 03:44:44 #7 exporting manifest sha256:addbdb0b1d4852d4626a02ae76c9516ebf47fa6e07dc9cc42b8c8fdb398f58a5 done 03:44:44 #7 exporting config sha256:d2460d17aef730be10d8e552e0a430d547d787ca250759ff2ca7a46b7fa8054f done 03:44:44 #7 exporting manifest sha256:3a67b0d5dc793cfa953f19b23c53c4fbbdb4af0f33b1f868d5d9a5bd23ca8da7 done 03:44:44 #7 exporting config sha256:44c972f84c25a37df912e5e168c0960c441dfeb5eafed8dc1b9457eef7ea1e31 done 03:44:44 #7 exporting manifest list sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 03:44:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:44 #7 ... 03:44:44 03:44:44 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:44 #8 DONE 0.0s 03:44:44 03:44:44 #7 exporting to image 03:44:44 #7 exporting manifest list sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 0.0s done 03:44:44 #7 pushing layers 0.1s done 03:44:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 03:44:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 0.1s done 03:44:44 #7 DONE 0.2s 03:44:44 03:44:44 1 warning found (use --debug to expand): 03:44:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 03:44:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 03:44:45 #1 [internal] load build definition from Dockerfile 03:44:45 #1 transferring dockerfile: 182B done 03:44:45 #1 DONE 0.0s 03:44:45 03:44:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:44:45 #2 DONE 0.0s 03:44:45 03:44:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:44:45 #3 DONE 0.0s 03:44:45 03:44:45 #4 [internal] load .dockerignore 03:44:45 #4 transferring context: 2B done 03:44:45 #4 DONE 0.0s 03:44:45 03:44:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:45 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:45 #5 CACHED 03:44:45 03:44:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:45 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:45 #6 CACHED 03:44:45 03:44:45 #7 exporting to image 03:44:45 #7 exporting layers done 03:44:45 #7 exporting manifest sha256:addbdb0b1d4852d4626a02ae76c9516ebf47fa6e07dc9cc42b8c8fdb398f58a5 done 03:44:45 #7 exporting config sha256:d2460d17aef730be10d8e552e0a430d547d787ca250759ff2ca7a46b7fa8054f done 03:44:45 #7 exporting manifest sha256:3a67b0d5dc793cfa953f19b23c53c4fbbdb4af0f33b1f868d5d9a5bd23ca8da7 done 03:44:45 #7 exporting config sha256:44c972f84c25a37df912e5e168c0960c441dfeb5eafed8dc1b9457eef7ea1e31 done 03:44:45 #7 exporting manifest list sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 done 03:44:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:45 #7 pushing layers 0.0s done 03:44:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 0.1s done 03:44:45 #7 DONE 0.1s 03:44:45 03:44:45 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:45 #8 DONE 0.0s 03:44:45 03:44:45 1 warning found (use --debug to expand): 03:44:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14' 03:44:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 --push - 03:44:45 #1 [internal] load build definition from Dockerfile 03:44:45 #1 transferring dockerfile: 188B done 03:44:45 #1 DONE 0.0s 03:44:45 03:44:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 03:44:45 #2 DONE 0.0s 03:44:45 03:44:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14 03:44:45 #3 DONE 0.0s 03:44:45 03:44:45 #4 [internal] load .dockerignore 03:44:45 #4 transferring context: 2B done 03:44:45 #4 DONE 0.0s 03:44:45 03:44:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:45 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:45 #5 CACHED 03:44:45 03:44:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:45 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:45 #6 CACHED 03:44:45 03:44:45 #7 exporting to image 03:44:45 #7 exporting layers done 03:44:45 #7 exporting manifest sha256:addbdb0b1d4852d4626a02ae76c9516ebf47fa6e07dc9cc42b8c8fdb398f58a5 done 03:44:45 #7 exporting config sha256:d2460d17aef730be10d8e552e0a430d547d787ca250759ff2ca7a46b7fa8054f done 03:44:45 #7 exporting manifest sha256:3a67b0d5dc793cfa953f19b23c53c4fbbdb4af0f33b1f868d5d9a5bd23ca8da7 done 03:44:45 #7 exporting config sha256:44c972f84c25a37df912e5e168c0960c441dfeb5eafed8dc1b9457eef7ea1e31 done 03:44:45 #7 exporting manifest list sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 done 03:44:45 #7 pushing layers 0.0s done 03:44:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 03:44:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.14@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 0.1s done 03:44:45 #7 DONE 0.1s 03:44:45 03:44:45 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:45 #8 DONE 0.0s 03:44:45 03:44:45 1 warning found (use --debug to expand): 03:44:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:44:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:44:46 #1 [internal] load build definition from Dockerfile 03:44:46 #1 transferring dockerfile: 229B done 03:44:46 #1 DONE 0.0s 03:44:46 03:44:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:46 #2 DONE 0.0s 03:44:46 03:44:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:46 #3 DONE 0.0s 03:44:46 03:44:46 #4 [internal] load .dockerignore 03:44:46 #4 transferring context: 2B done 03:44:46 #4 DONE 0.0s 03:44:46 03:44:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:46 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:46 #5 CACHED 03:44:46 03:44:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:46 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:46 #6 CACHED 03:44:46 03:44:46 #7 exporting to image 03:44:46 #7 exporting layers done 03:44:46 #7 exporting manifest sha256:addbdb0b1d4852d4626a02ae76c9516ebf47fa6e07dc9cc42b8c8fdb398f58a5 done 03:44:46 #7 exporting config sha256:d2460d17aef730be10d8e552e0a430d547d787ca250759ff2ca7a46b7fa8054f done 03:44:46 #7 exporting manifest sha256:3a67b0d5dc793cfa953f19b23c53c4fbbdb4af0f33b1f868d5d9a5bd23ca8da7 done 03:44:46 #7 exporting config sha256:44c972f84c25a37df912e5e168c0960c441dfeb5eafed8dc1b9457eef7ea1e31 03:44:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:46 #7 exporting config sha256:44c972f84c25a37df912e5e168c0960c441dfeb5eafed8dc1b9457eef7ea1e31 done 03:44:46 #7 exporting manifest list sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 done 03:44:46 #7 pushing layers 0.0s done 03:44:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 0.1s done 03:44:46 #7 DONE 0.1s 03:44:46 03:44:46 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:46 #8 DONE 0.0s 03:44:46 03:44:46 1 warning found (use --debug to expand): 03:44:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 03:44:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 03:44:46 #1 [internal] load build definition from Dockerfile 03:44:46 #1 transferring dockerfile: 180B done 03:44:46 #1 DONE 0.0s 03:44:46 03:44:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:44:46 #2 DONE 0.0s 03:44:46 03:44:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:44:46 #3 DONE 0.0s 03:44:46 03:44:46 #4 [internal] load .dockerignore 03:44:46 #4 transferring context: 2B done 03:44:46 #4 DONE 0.0s 03:44:46 03:44:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:46 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:46 #5 CACHED 03:44:46 03:44:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 03:44:46 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ca8a0f9cc45fac8b827d1088a9d4535d682d7834707f8bf020e74a4f61a30edc 0.0s done 03:44:46 #6 CACHED 03:44:46 03:44:46 #7 exporting to image 03:44:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:47 #7 exporting layers done 03:44:47 #7 exporting manifest sha256:addbdb0b1d4852d4626a02ae76c9516ebf47fa6e07dc9cc42b8c8fdb398f58a5 done 03:44:47 #7 exporting config sha256:d2460d17aef730be10d8e552e0a430d547d787ca250759ff2ca7a46b7fa8054f done 03:44:47 #7 exporting manifest sha256:3a67b0d5dc793cfa953f19b23c53c4fbbdb4af0f33b1f868d5d9a5bd23ca8da7 done 03:44:47 #7 exporting config sha256:44c972f84c25a37df912e5e168c0960c441dfeb5eafed8dc1b9457eef7ea1e31 done 03:44:47 #7 exporting manifest list sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 done 03:44:47 #7 pushing layers 0.0s done 03:44:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7f3fcf85260a8707569e6ff563ef109936a9dbbfb56255820e6306375732a5b1 0.1s done 03:44:47 #7 DONE 0.1s 03:44:47 03:44:47 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:47 #8 DONE 0.0s 03:44:47 03:44:47 1 warning found (use --debug to expand): 03:44:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:47 #1 [internal] load build definition from Dockerfile 03:44:47 #1 transferring dockerfile: 194B done 03:44:47 #1 DONE 0.0s 03:44:47 03:44:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:47 #2 DONE 0.0s 03:44:47 03:44:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:47 #3 DONE 0.1s 03:44:47 03:44:47 #4 [internal] load .dockerignore 03:44:47 #4 transferring context: 2B done 03:44:47 #4 DONE 0.0s 03:44:47 03:44:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:47 #5 resolve nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:47 #5 DONE 0.0s 03:44:47 03:44:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:47 #6 resolve nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:47 #6 DONE 0.1s 03:44:47 03:44:47 #7 exporting to image 03:44:47 #7 exporting layers done 03:44:47 #7 exporting manifest sha256:23b166f7fa7319d1de1b97cd4d696c5148e294407c7694d5a4bda76dbaf494bd done 03:44:47 #7 exporting config sha256:1ff59c9dc1abf409ac5cb4dd5678f61e1dcba083f222111dd3f1e465d94a1585 done 03:44:47 #7 exporting manifest sha256:5c1bf572de9f46af8e31b5b090489c3fbdf7878405f3bf1e7ac68b6d7e68ecd7 0.0s done 03:44:47 #7 exporting config sha256:b16bdcd25184d8fbfb3d4b792aea65708a9d2f3b4b2baf4ef81a3796db534719 done 03:44:47 #7 exporting manifest list sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 done 03:44:47 #7 pushing layers 03:44:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:47 #7 ... 03:44:47 03:44:47 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:44:47 #8 DONE 0.0s 03:44:47 03:44:47 #7 exporting to image 03:44:47 #7 pushing layers 0.1s done 03:44:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 03:44:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 0.1s done 03:44:47 #7 DONE 0.2s 03:44:47 03:44:47 1 warning found (use --debug to expand): 03:44:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 03:44:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 03:44:48 #1 [internal] load build definition from Dockerfile 03:44:48 #1 transferring dockerfile: 160B done 03:44:48 #1 DONE 0.0s 03:44:48 03:44:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:44:48 #2 DONE 0.0s 03:44:48 03:44:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:44:48 #3 DONE 0.0s 03:44:48 03:44:48 #4 [internal] load .dockerignore 03:44:48 #4 transferring context: 2B done 03:44:48 #4 DONE 0.0s 03:44:48 03:44:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:48 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:48 #5 CACHED 03:44:48 03:44:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:48 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:48 #6 CACHED 03:44:48 03:44:48 #7 exporting to image 03:44:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:48 #7 exporting layers done 03:44:48 #7 exporting manifest sha256:23b166f7fa7319d1de1b97cd4d696c5148e294407c7694d5a4bda76dbaf494bd done 03:44:48 #7 exporting config sha256:1ff59c9dc1abf409ac5cb4dd5678f61e1dcba083f222111dd3f1e465d94a1585 done 03:44:48 #7 exporting manifest sha256:5c1bf572de9f46af8e31b5b090489c3fbdf7878405f3bf1e7ac68b6d7e68ecd7 done 03:44:48 #7 exporting config sha256:b16bdcd25184d8fbfb3d4b792aea65708a9d2f3b4b2baf4ef81a3796db534719 done 03:44:48 #7 exporting manifest list sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 done 03:44:48 #7 pushing layers 0.0s done 03:44:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 0.1s done 03:44:48 #7 DONE 0.1s 03:44:48 03:44:48 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:44:48 #8 DONE 0.0s 03:44:48 03:44:48 1 warning found (use --debug to expand): 03:44:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14' 03:44:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 --push - 03:44:48 #1 [internal] load build definition from Dockerfile 03:44:48 #1 transferring dockerfile: 166B done 03:44:48 #1 DONE 0.0s 03:44:48 03:44:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 03:44:48 #2 DONE 0.0s 03:44:48 03:44:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14 03:44:48 #3 DONE 0.0s 03:44:48 03:44:48 #4 [internal] load .dockerignore 03:44:48 #4 transferring context: 2B done 03:44:48 #4 DONE 0.0s 03:44:48 03:44:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:48 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:48 #5 CACHED 03:44:48 03:44:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:48 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:48 #6 CACHED 03:44:48 03:44:48 #7 exporting to image 03:44:48 #7 exporting layers done 03:44:48 #7 exporting manifest sha256:23b166f7fa7319d1de1b97cd4d696c5148e294407c7694d5a4bda76dbaf494bd done 03:44:48 #7 exporting config sha256:1ff59c9dc1abf409ac5cb4dd5678f61e1dcba083f222111dd3f1e465d94a1585 done 03:44:48 #7 exporting manifest sha256:5c1bf572de9f46af8e31b5b090489c3fbdf7878405f3bf1e7ac68b6d7e68ecd7 done 03:44:48 #7 exporting config sha256:b16bdcd25184d8fbfb3d4b792aea65708a9d2f3b4b2baf4ef81a3796db534719 03:44:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:49 #7 exporting config sha256:b16bdcd25184d8fbfb3d4b792aea65708a9d2f3b4b2baf4ef81a3796db534719 done 03:44:49 #7 exporting manifest list sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 done 03:44:49 #7 pushing layers 0.0s done 03:44:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.14@sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 0.1s done 03:44:49 #7 DONE 0.1s 03:44:49 03:44:49 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:44:49 #8 DONE 0.0s 03:44:49 03:44:49 1 warning found (use --debug to expand): 03:44:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:44:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:44:49 #1 [internal] load build definition from Dockerfile 03:44:49 #1 transferring dockerfile: 207B done 03:44:49 #1 DONE 0.0s 03:44:49 03:44:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:49 #2 DONE 0.0s 03:44:49 03:44:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:49 #3 DONE 0.0s 03:44:49 03:44:49 #4 [internal] load .dockerignore 03:44:49 #4 transferring context: 2B done 03:44:49 #4 DONE 0.0s 03:44:49 03:44:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:49 #5 resolve nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:49 #5 CACHED 03:44:49 03:44:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:49 #6 resolve nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:49 #6 CACHED 03:44:49 03:44:49 #7 exporting to image 03:44:49 #7 exporting layers 03:44:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:49 #7 exporting layers done 03:44:49 #7 exporting manifest sha256:23b166f7fa7319d1de1b97cd4d696c5148e294407c7694d5a4bda76dbaf494bd done 03:44:49 #7 exporting config sha256:1ff59c9dc1abf409ac5cb4dd5678f61e1dcba083f222111dd3f1e465d94a1585 done 03:44:49 #7 exporting manifest sha256:5c1bf572de9f46af8e31b5b090489c3fbdf7878405f3bf1e7ac68b6d7e68ecd7 done 03:44:49 #7 exporting config sha256:b16bdcd25184d8fbfb3d4b792aea65708a9d2f3b4b2baf4ef81a3796db534719 done 03:44:49 #7 exporting manifest list sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 done 03:44:49 #7 pushing layers 0.0s done 03:44:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 0.1s done 03:44:49 #7 DONE 0.1s 03:44:49 03:44:49 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:44:49 #8 DONE 0.0s 03:44:49 03:44:49 1 warning found (use --debug to expand): 03:44:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 03:44:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 03:44:49 #1 [internal] load build definition from Dockerfile 03:44:49 #1 transferring dockerfile: 158B done 03:44:49 #1 DONE 0.0s 03:44:49 03:44:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:44:49 #2 DONE 0.0s 03:44:49 03:44:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:44:49 #3 DONE 0.0s 03:44:49 03:44:49 #4 [internal] load .dockerignore 03:44:49 #4 transferring context: 2B done 03:44:49 #4 DONE 0.0s 03:44:49 03:44:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:49 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:49 #5 CACHED 03:44:49 03:44:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 03:44:49 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:a7162cf824b88eb07dac0243f8f78e53c574fc17459183b07831eb5938130323 0.0s done 03:44:49 #6 CACHED 03:44:49 03:44:49 #7 exporting to image 03:44:49 #7 exporting layers done 03:44:49 #7 exporting manifest sha256:23b166f7fa7319d1de1b97cd4d696c5148e294407c7694d5a4bda76dbaf494bd done 03:44:49 #7 exporting config sha256:1ff59c9dc1abf409ac5cb4dd5678f61e1dcba083f222111dd3f1e465d94a1585 done 03:44:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:50 #7 exporting manifest sha256:5c1bf572de9f46af8e31b5b090489c3fbdf7878405f3bf1e7ac68b6d7e68ecd7 done 03:44:50 #7 exporting config sha256:b16bdcd25184d8fbfb3d4b792aea65708a9d2f3b4b2baf4ef81a3796db534719 done 03:44:50 #7 exporting manifest list sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 done 03:44:50 #7 pushing layers 0.0s done 03:44:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:cc26f7afe246edd9d1f8c69b08a76f2c44cceec84cfd2f7d58629401f925cb55 0.1s done 03:44:50 #7 DONE 0.1s 03:44:50 03:44:50 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:44:50 #8 DONE 0.0s 03:44:50 03:44:50 1 warning found (use --debug to expand): 03:44:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:50 #1 [internal] load build definition from Dockerfile 03:44:50 #1 transferring dockerfile: 196B done 03:44:50 #1 DONE 0.0s 03:44:50 03:44:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:50 #2 DONE 0.0s 03:44:50 03:44:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:50 #3 DONE 0.1s 03:44:50 03:44:50 #4 [internal] load .dockerignore 03:44:50 #4 transferring context: 2B done 03:44:50 #4 DONE 0.0s 03:44:50 03:44:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:50 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:50 #5 DONE 0.0s 03:44:50 03:44:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:50 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d done 03:44:50 #6 DONE 0.1s 03:44:50 03:44:50 #7 exporting to image 03:44:50 #7 exporting layers done 03:44:50 #7 exporting manifest sha256:bc51c03d5ad15b69f36a30eac4b68dc84bccda26913ca8e52997c8e3e1a25a10 0.0s done 03:44:50 #7 exporting config sha256:118716cba667aab1e1901102e622d4af1205fbc3aa2dc144e002519ba11a4b81 done 03:44:50 #7 exporting manifest sha256:15dde76471dcac46d0c7167f773a1d83dfd76af6c6773150c85cb04417659671 done 03:44:50 #7 exporting config sha256:b5bd005ba010eac924fce4abc87cd60c1ce7550493d1f50b6fc368fee518d65f done 03:44:50 #7 exporting manifest list sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 03:44:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:50 #7 ... 03:44:50 03:44:50 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:50 #8 DONE 0.0s 03:44:50 03:44:50 #7 exporting to image 03:44:50 #7 exporting manifest list sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 0.0s done 03:44:50 #7 pushing layers 0.1s done 03:44:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 03:44:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 0.1s done 03:44:50 #7 DONE 0.2s 03:44:50 03:44:50 1 warning found (use --debug to expand): 03:44:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 03:44:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 03:44:51 #1 [internal] load build definition from Dockerfile 03:44:51 #1 transferring dockerfile: 162B done 03:44:51 #1 DONE 0.0s 03:44:51 03:44:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:44:51 #2 DONE 0.0s 03:44:51 03:44:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:44:51 #3 DONE 0.0s 03:44:51 03:44:51 #4 [internal] load .dockerignore 03:44:51 #4 transferring context: 2B done 03:44:51 #4 DONE 0.0s 03:44:51 03:44:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:51 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:51 #5 DONE 0.0s 03:44:51 03:44:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:51 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:51 #6 CACHED 03:44:51 03:44:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:51 #5 CACHED 03:44:51 03:44:51 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:51 #7 DONE 0.0s 03:44:51 03:44:51 #8 exporting to image 03:44:51 #8 exporting layers done 03:44:51 #8 exporting manifest sha256:bc51c03d5ad15b69f36a30eac4b68dc84bccda26913ca8e52997c8e3e1a25a10 done 03:44:51 #8 exporting config sha256:118716cba667aab1e1901102e622d4af1205fbc3aa2dc144e002519ba11a4b81 done 03:44:51 #8 exporting manifest sha256:15dde76471dcac46d0c7167f773a1d83dfd76af6c6773150c85cb04417659671 done 03:44:51 #8 exporting config sha256:b5bd005ba010eac924fce4abc87cd60c1ce7550493d1f50b6fc368fee518d65f done 03:44:51 #8 exporting manifest list sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c done 03:44:51 #8 pushing layers 0.0s done 03:44:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 0.1s done 03:44:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:51 #8 DONE 0.1s 03:44:51 03:44:51 1 warning found (use --debug to expand): 03:44:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14' 03:44:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 --push - 03:44:51 #1 [internal] load build definition from Dockerfile 03:44:51 #1 transferring dockerfile: 168B done 03:44:51 #1 DONE 0.0s 03:44:51 03:44:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 03:44:51 #2 DONE 0.0s 03:44:51 03:44:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14 03:44:51 #3 DONE 0.0s 03:44:51 03:44:51 #4 [internal] load .dockerignore 03:44:51 #4 transferring context: 2B done 03:44:51 #4 DONE 0.0s 03:44:51 03:44:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:51 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:51 #5 DONE 0.0s 03:44:51 03:44:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:52 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:52 #6 CACHED 03:44:52 03:44:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:52 #5 CACHED 03:44:52 03:44:52 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:52 #7 DONE 0.0s 03:44:52 03:44:52 #8 exporting to image 03:44:52 #8 exporting layers done 03:44:52 #8 exporting manifest sha256:bc51c03d5ad15b69f36a30eac4b68dc84bccda26913ca8e52997c8e3e1a25a10 done 03:44:52 #8 exporting config sha256:118716cba667aab1e1901102e622d4af1205fbc3aa2dc144e002519ba11a4b81 done 03:44:52 #8 exporting manifest sha256:15dde76471dcac46d0c7167f773a1d83dfd76af6c6773150c85cb04417659671 done 03:44:52 #8 exporting config sha256:b5bd005ba010eac924fce4abc87cd60c1ce7550493d1f50b6fc368fee518d65f done 03:44:52 #8 exporting manifest list sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c done 03:44:52 #8 pushing layers 0.0s done 03:44:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.14@sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 0.1s done 03:44:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:52 #8 DONE 0.1s 03:44:52 03:44:52 1 warning found (use --debug to expand): 03:44:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:44:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:44:52 #1 [internal] load build definition from Dockerfile 03:44:52 #1 transferring dockerfile: 209B done 03:44:52 #1 DONE 0.0s 03:44:52 03:44:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:52 #2 DONE 0.0s 03:44:52 03:44:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:52 #3 DONE 0.0s 03:44:52 03:44:52 #4 [internal] load .dockerignore 03:44:52 #4 transferring context: 2B done 03:44:52 #4 DONE 0.0s 03:44:52 03:44:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:52 #5 DONE 0.0s 03:44:52 03:44:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:52 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:52 #6 CACHED 03:44:52 03:44:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:52 #5 CACHED 03:44:52 03:44:52 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:52 #7 DONE 0.0s 03:44:52 03:44:52 #8 exporting to image 03:44:52 #8 exporting layers done 03:44:52 #8 exporting manifest sha256:bc51c03d5ad15b69f36a30eac4b68dc84bccda26913ca8e52997c8e3e1a25a10 done 03:44:52 #8 exporting config sha256:118716cba667aab1e1901102e622d4af1205fbc3aa2dc144e002519ba11a4b81 done 03:44:52 #8 exporting manifest sha256:15dde76471dcac46d0c7167f773a1d83dfd76af6c6773150c85cb04417659671 done 03:44:52 #8 exporting config sha256:b5bd005ba010eac924fce4abc87cd60c1ce7550493d1f50b6fc368fee518d65f done 03:44:52 #8 exporting manifest list sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c done 03:44:52 #8 pushing layers 0.0s done 03:44:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 0.1s done 03:44:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:52 #8 DONE 0.1s 03:44:52 03:44:52 1 warning found (use --debug to expand): 03:44:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 03:44:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 03:44:53 #1 [internal] load build definition from Dockerfile 03:44:53 #1 transferring dockerfile: 160B done 03:44:53 #1 DONE 0.0s 03:44:53 03:44:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:44:53 #2 DONE 0.0s 03:44:53 03:44:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:44:53 #3 DONE 0.0s 03:44:53 03:44:53 #4 [internal] load .dockerignore 03:44:53 #4 transferring context: 2B done 03:44:53 #4 DONE 0.0s 03:44:53 03:44:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:53 #5 CACHED 03:44:53 03:44:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 03:44:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:1203f33dd96e839f085df2760fe0c063b804a442e4c9a9fa91ad5e9b2b28bd4d 0.0s done 03:44:53 #6 CACHED 03:44:53 03:44:53 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:53 #7 DONE 0.0s 03:44:53 03:44:53 #8 exporting to image 03:44:53 #8 exporting layers done 03:44:53 #8 exporting manifest sha256:bc51c03d5ad15b69f36a30eac4b68dc84bccda26913ca8e52997c8e3e1a25a10 done 03:44:53 #8 exporting config sha256:118716cba667aab1e1901102e622d4af1205fbc3aa2dc144e002519ba11a4b81 done 03:44:53 #8 exporting manifest sha256:15dde76471dcac46d0c7167f773a1d83dfd76af6c6773150c85cb04417659671 done 03:44:53 #8 exporting config sha256:b5bd005ba010eac924fce4abc87cd60c1ce7550493d1f50b6fc368fee518d65f done 03:44:53 #8 exporting manifest list sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c done 03:44:53 #8 pushing layers 0.0s done 03:44:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0a3bb2c49fb8223a6ec112ef54b476f4a042da76091dfa895a3115567d6fdd3c 0.1s done 03:44:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:53 #8 DONE 0.1s 03:44:53 03:44:53 1 warning found (use --debug to expand): 03:44:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:53 #1 [internal] load build definition from Dockerfile 03:44:53 #1 transferring dockerfile: 198B 0.0s done 03:44:53 #1 DONE 0.0s 03:44:53 03:44:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:53 #2 DONE 0.0s 03:44:53 03:44:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:53 #3 DONE 0.1s 03:44:53 03:44:53 #4 [internal] load .dockerignore 03:44:53 #4 transferring context: 2B done 03:44:53 #4 DONE 0.0s 03:44:53 03:44:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:53 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:53 #5 ... 03:44:53 03:44:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:53 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:53 #6 DONE 0.1s 03:44:53 03:44:53 #7 exporting to image 03:44:53 #7 exporting layers done 03:44:53 #7 exporting manifest sha256:3a2ad36b13c1a94e694676cf24839fe18d09904ad04ac0946384d8de60bd3d4c done 03:44:53 #7 exporting config sha256:ade88465f0c48061814ac780c5fdd8be3df9f4ab4ebc345a4046aa4835204738 done 03:44:53 #7 exporting manifest sha256:757e3737a60ea4227688adc2d52311ac7208cd5d4da90bfc4ccddff20a572a70 done 03:44:53 #7 exporting config sha256:67a05c546c517de47068b307992ff05059f3ba7cefe41dd0ff79922aec700c8a 03:44:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:53 #7 ... 03:44:53 03:44:53 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:44:53 #8 DONE 0.0s 03:44:53 03:44:53 #7 exporting to image 03:44:53 #7 exporting config sha256:67a05c546c517de47068b307992ff05059f3ba7cefe41dd0ff79922aec700c8a done 03:44:53 #7 exporting manifest list sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d done 03:44:53 #7 pushing layers 0.1s done 03:44:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d 03:44:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d 0.1s done 03:44:53 #7 DONE 0.2s 03:44:53 03:44:53 1 warning found (use --debug to expand): 03:44:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 03:44:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 03:44:54 #1 [internal] load build definition from Dockerfile 03:44:54 #1 transferring dockerfile: 164B done 03:44:54 #1 DONE 0.0s 03:44:54 03:44:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:44:54 #2 DONE 0.0s 03:44:54 03:44:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:44:54 #3 DONE 0.0s 03:44:54 03:44:54 #4 [internal] load .dockerignore 03:44:54 #4 transferring context: 2B done 03:44:54 #4 DONE 0.0s 03:44:54 03:44:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:54 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:54 #5 DONE 0.0s 03:44:54 03:44:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:54 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:54 #6 CACHED 03:44:54 03:44:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:54 #5 CACHED 03:44:54 03:44:54 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:44:54 #7 DONE 0.0s 03:44:54 03:44:54 #8 exporting to image 03:44:54 #8 exporting layers done 03:44:54 #8 exporting manifest sha256:3a2ad36b13c1a94e694676cf24839fe18d09904ad04ac0946384d8de60bd3d4c done 03:44:54 #8 exporting config sha256:ade88465f0c48061814ac780c5fdd8be3df9f4ab4ebc345a4046aa4835204738 done 03:44:54 #8 exporting manifest sha256:757e3737a60ea4227688adc2d52311ac7208cd5d4da90bfc4ccddff20a572a70 done 03:44:54 #8 exporting config sha256:67a05c546c517de47068b307992ff05059f3ba7cefe41dd0ff79922aec700c8a done 03:44:54 #8 exporting manifest list sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d done 03:44:54 #8 pushing layers 0.0s done 03:44:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d 0.1s done 03:44:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:54 #8 DONE 0.1s 03:44:54 03:44:54 1 warning found (use --debug to expand): 03:44:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14' 03:44:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 --push - 03:44:55 #1 [internal] load build definition from Dockerfile 03:44:55 #1 transferring dockerfile: 170B done 03:44:55 #1 DONE 0.0s 03:44:55 03:44:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 03:44:55 #2 DONE 0.0s 03:44:55 03:44:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14 03:44:55 #3 DONE 0.0s 03:44:55 03:44:55 #4 [internal] load .dockerignore 03:44:55 #4 transferring context: 2B done 03:44:55 #4 DONE 0.0s 03:44:55 03:44:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:55 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:55 #5 CACHED 03:44:55 03:44:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:55 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:55 #6 CACHED 03:44:55 03:44:55 #7 exporting to image 03:44:55 #7 exporting layers done 03:44:55 #7 exporting manifest sha256:3a2ad36b13c1a94e694676cf24839fe18d09904ad04ac0946384d8de60bd3d4c done 03:44:55 #7 exporting config sha256:ade88465f0c48061814ac780c5fdd8be3df9f4ab4ebc345a4046aa4835204738 done 03:44:55 #7 exporting manifest sha256:757e3737a60ea4227688adc2d52311ac7208cd5d4da90bfc4ccddff20a572a70 03:44:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:55 #7 exporting manifest sha256:757e3737a60ea4227688adc2d52311ac7208cd5d4da90bfc4ccddff20a572a70 done 03:44:55 #7 exporting config sha256:67a05c546c517de47068b307992ff05059f3ba7cefe41dd0ff79922aec700c8a done 03:44:55 #7 exporting manifest list sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d done 03:44:55 #7 pushing layers 0.0s done 03:44:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.14@sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d 0.1s done 03:44:55 #7 DONE 0.1s 03:44:55 03:44:55 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:44:55 #8 DONE 0.0s 03:44:55 03:44:55 1 warning found (use --debug to expand): 03:44:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:44:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:44:55 #1 [internal] load build definition from Dockerfile 03:44:55 #1 transferring dockerfile: 211B done 03:44:55 #1 DONE 0.0s 03:44:55 03:44:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:55 #2 DONE 0.0s 03:44:55 03:44:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:55 #3 DONE 0.0s 03:44:55 03:44:55 #4 [internal] load .dockerignore 03:44:55 #4 transferring context: 2B done 03:44:55 #4 DONE 0.0s 03:44:55 03:44:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:55 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:55 #5 DONE 0.0s 03:44:55 03:44:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:55 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:55 #6 CACHED 03:44:55 03:44:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:55 #5 CACHED 03:44:55 03:44:55 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:44:55 #7 DONE 0.0s 03:44:55 03:44:55 #8 exporting to image 03:44:55 #8 exporting layers done 03:44:55 #8 exporting manifest sha256:3a2ad36b13c1a94e694676cf24839fe18d09904ad04ac0946384d8de60bd3d4c done 03:44:55 #8 exporting config sha256:ade88465f0c48061814ac780c5fdd8be3df9f4ab4ebc345a4046aa4835204738 done 03:44:55 #8 exporting manifest sha256:757e3737a60ea4227688adc2d52311ac7208cd5d4da90bfc4ccddff20a572a70 done 03:44:55 #8 exporting config sha256:67a05c546c517de47068b307992ff05059f3ba7cefe41dd0ff79922aec700c8a done 03:44:55 #8 exporting manifest list sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d done 03:44:55 #8 pushing layers 0.0s done 03:44:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d 0.1s done 03:44:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:55 #8 DONE 0.1s 03:44:55 03:44:55 1 warning found (use --debug to expand): 03:44:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 03:44:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 03:44:56 #1 [internal] load build definition from Dockerfile 03:44:56 #1 transferring dockerfile: 162B done 03:44:56 #1 DONE 0.0s 03:44:56 03:44:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:44:56 #2 DONE 0.0s 03:44:56 03:44:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:44:56 #3 DONE 0.0s 03:44:56 03:44:56 #4 [internal] load .dockerignore 03:44:56 #4 transferring context: 2B done 03:44:56 #4 DONE 0.0s 03:44:56 03:44:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:56 #5 CACHED 03:44:56 03:44:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 03:44:56 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dfbe565c13e28f3e9d43c5f4fdc01213493134fc5b58d8bb06db9eeba3abe590 0.0s done 03:44:56 #6 CACHED 03:44:56 03:44:56 #7 exporting to image 03:44:56 #7 exporting layers 03:44:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:56 #7 exporting layers done 03:44:56 #7 exporting manifest sha256:3a2ad36b13c1a94e694676cf24839fe18d09904ad04ac0946384d8de60bd3d4c done 03:44:56 #7 exporting config sha256:ade88465f0c48061814ac780c5fdd8be3df9f4ab4ebc345a4046aa4835204738 done 03:44:56 #7 exporting manifest sha256:757e3737a60ea4227688adc2d52311ac7208cd5d4da90bfc4ccddff20a572a70 done 03:44:56 #7 exporting config sha256:67a05c546c517de47068b307992ff05059f3ba7cefe41dd0ff79922aec700c8a done 03:44:56 #7 exporting manifest list sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d done 03:44:56 #7 pushing layers 0.0s done 03:44:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1458a8a00a343f125ce182d34f61cc927ec90fed216eb1e0401b035f62259b8d 0.1s done 03:44:56 #7 DONE 0.1s 03:44:56 03:44:56 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:44:56 #8 DONE 0.0s 03:44:56 03:44:56 1 warning found (use --debug to expand): 03:44:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:56 #1 [internal] load build definition from Dockerfile 03:44:56 #1 transferring dockerfile: 206B 0.0s done 03:44:56 #1 DONE 0.0s 03:44:56 03:44:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:56 #2 DONE 0.0s 03:44:56 03:44:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:56 #3 DONE 0.0s 03:44:56 03:44:56 #4 [internal] load .dockerignore 03:44:56 #4 transferring context: 03:44:56 #4 transferring context: 2B done 03:44:56 #4 DONE 0.0s 03:44:56 03:44:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:56 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:56 #5 DONE 0.0s 03:44:56 03:44:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:56 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:56 #6 DONE 0.2s 03:44:56 03:44:56 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:56 #7 DONE 0.0s 03:44:56 03:44:56 #8 exporting to image 03:44:56 #8 exporting layers done 03:44:56 #8 exporting manifest sha256:6b54247ec8794b90d653cc598e5b3d9b2eac263710b252a8124eae6d67b1ed1f 0.0s done 03:44:56 #8 exporting config sha256:f87aeacf10ae6970c8e554aba41ef2348d7355b6ce4f9fcba316c8082aac24dc done 03:44:56 #8 exporting manifest sha256:b374c547b2837b1cc84739997411cf58433cb10bd69a023618dde3c0625c46c4 done 03:44:56 #8 exporting config sha256:78cda1da7c041dad4720669545fe0ebde7e126eab064f423e8e8134d50436c75 done 03:44:56 #8 exporting manifest list sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 done 03:44:56 #8 pushing layers 0.1s done 03:44:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 03:44:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 0.1s done 03:44:56 #8 DONE 0.2s 03:44:56 03:44:56 1 warning found (use --debug to expand): 03:44:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 03:44:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 03:44:57 #1 [internal] load build definition from Dockerfile 03:44:57 #1 transferring dockerfile: 172B done 03:44:57 #1 DONE 0.0s 03:44:57 03:44:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:44:57 #2 DONE 0.0s 03:44:57 03:44:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:44:57 #3 DONE 0.0s 03:44:57 03:44:57 #4 [internal] load .dockerignore 03:44:57 #4 transferring context: 2B done 03:44:57 #4 DONE 0.0s 03:44:57 03:44:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:57 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:57 #5 CACHED 03:44:57 03:44:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:57 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:57 #6 CACHED 03:44:57 03:44:57 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:57 #7 DONE 0.0s 03:44:57 03:44:57 #8 exporting to image 03:44:57 #8 exporting layers done 03:44:57 #8 exporting manifest sha256:6b54247ec8794b90d653cc598e5b3d9b2eac263710b252a8124eae6d67b1ed1f done 03:44:57 #8 exporting config sha256:f87aeacf10ae6970c8e554aba41ef2348d7355b6ce4f9fcba316c8082aac24dc done 03:44:57 #8 exporting manifest sha256:b374c547b2837b1cc84739997411cf58433cb10bd69a023618dde3c0625c46c4 done 03:44:57 #8 exporting config sha256:78cda1da7c041dad4720669545fe0ebde7e126eab064f423e8e8134d50436c75 done 03:44:57 #8 exporting manifest list sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 done 03:44:57 #8 pushing layers 0.0s done 03:44:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 0.1s done 03:44:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:57 #8 DONE 0.1s 03:44:57 03:44:57 1 warning found (use --debug to expand): 03:44:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14' 03:44:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 --push - 03:44:57 #1 [internal] load build definition from Dockerfile 03:44:57 #1 transferring dockerfile: 178B done 03:44:57 #1 DONE 0.0s 03:44:57 03:44:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 03:44:57 #2 DONE 0.0s 03:44:57 03:44:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14 03:44:57 #3 DONE 0.0s 03:44:57 03:44:57 #4 [internal] load .dockerignore 03:44:57 #4 transferring context: 2B done 03:44:57 #4 DONE 0.0s 03:44:57 03:44:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:57 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:58 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:58 #5 CACHED 03:44:58 03:44:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:58 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:58 #6 CACHED 03:44:58 03:44:58 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:58 #7 DONE 0.0s 03:44:58 03:44:58 #8 exporting to image 03:44:58 #8 exporting layers done 03:44:58 #8 exporting manifest sha256:6b54247ec8794b90d653cc598e5b3d9b2eac263710b252a8124eae6d67b1ed1f done 03:44:58 #8 exporting config sha256:f87aeacf10ae6970c8e554aba41ef2348d7355b6ce4f9fcba316c8082aac24dc done 03:44:58 #8 exporting manifest sha256:b374c547b2837b1cc84739997411cf58433cb10bd69a023618dde3c0625c46c4 done 03:44:58 #8 exporting config sha256:78cda1da7c041dad4720669545fe0ebde7e126eab064f423e8e8134d50436c75 done 03:44:58 #8 exporting manifest list sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 done 03:44:58 #8 pushing layers 0.0s done 03:44:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.14@sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 0.1s done 03:44:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:58 #8 DONE 0.1s 03:44:58 03:44:58 1 warning found (use --debug to expand): 03:44:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:44:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:44:58 #1 [internal] load build definition from Dockerfile 03:44:58 #1 transferring dockerfile: 219B done 03:44:58 #1 DONE 0.0s 03:44:58 03:44:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:58 #2 DONE 0.0s 03:44:58 03:44:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:44:58 #3 DONE 0.0s 03:44:58 03:44:58 #4 [internal] load .dockerignore 03:44:58 #4 transferring context: 2B done 03:44:58 #4 DONE 0.0s 03:44:58 03:44:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:58 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:58 #5 CACHED 03:44:58 03:44:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:58 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:58 #6 CACHED 03:44:58 03:44:58 #7 exporting to image 03:44:58 #7 exporting layers done 03:44:58 #7 exporting manifest sha256:6b54247ec8794b90d653cc598e5b3d9b2eac263710b252a8124eae6d67b1ed1f 03:44:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:58 #7 exporting manifest sha256:6b54247ec8794b90d653cc598e5b3d9b2eac263710b252a8124eae6d67b1ed1f done 03:44:58 #7 exporting config sha256:f87aeacf10ae6970c8e554aba41ef2348d7355b6ce4f9fcba316c8082aac24dc done 03:44:58 #7 exporting manifest sha256:b374c547b2837b1cc84739997411cf58433cb10bd69a023618dde3c0625c46c4 done 03:44:58 #7 exporting config sha256:78cda1da7c041dad4720669545fe0ebde7e126eab064f423e8e8134d50436c75 done 03:44:58 #7 exporting manifest list sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 done 03:44:58 #7 pushing layers 0.0s done 03:44:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 0.1s done 03:44:58 #7 DONE 0.1s 03:44:58 03:44:58 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:58 #8 DONE 0.0s 03:44:58 03:44:58 1 warning found (use --debug to expand): 03:44:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 03:44:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 03:44:59 #1 [internal] load build definition from Dockerfile 03:44:59 #1 transferring dockerfile: 170B done 03:44:59 #1 DONE 0.0s 03:44:59 03:44:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:44:59 #2 DONE 0.0s 03:44:59 03:44:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:44:59 #3 DONE 0.0s 03:44:59 03:44:59 #4 [internal] load .dockerignore 03:44:59 #4 transferring context: 2B done 03:44:59 #4 DONE 0.0s 03:44:59 03:44:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:59 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 done 03:44:59 #5 CACHED 03:44:59 03:44:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 03:44:59 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6b3790cdf06c8446476f5c165937a3d0850c0e6819d2ca394319b52697492231 0.0s done 03:44:59 #6 CACHED 03:44:59 03:44:59 #7 exporting to image 03:44:59 #7 exporting layers done 03:44:59 #7 exporting manifest sha256:6b54247ec8794b90d653cc598e5b3d9b2eac263710b252a8124eae6d67b1ed1f done 03:44:59 #7 exporting config sha256:f87aeacf10ae6970c8e554aba41ef2348d7355b6ce4f9fcba316c8082aac24dc done 03:44:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:59 #7 exporting manifest sha256:b374c547b2837b1cc84739997411cf58433cb10bd69a023618dde3c0625c46c4 done 03:44:59 #7 exporting config sha256:78cda1da7c041dad4720669545fe0ebde7e126eab064f423e8e8134d50436c75 done 03:44:59 #7 exporting manifest list sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 done 03:44:59 #7 pushing layers 0.0s done 03:44:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02234e206e6c2f993e9ecdfcd4f1dc0a2619a9a6ef97de3fb416d3a60cc58956 0.1s done 03:44:59 #7 DONE 0.1s 03:44:59 03:44:59 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:44:59 #8 DONE 0.0s 03:44:59 03:44:59 1 warning found (use --debug to expand): 03:44:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:44:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:44:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:44:59 #1 [internal] load build definition from Dockerfile 03:44:59 #1 transferring dockerfile: 204B done 03:44:59 #1 DONE 0.0s 03:44:59 03:44:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:59 #2 DONE 0.0s 03:44:59 03:44:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df 03:44:59 #3 DONE 0.1s 03:44:59 03:44:59 #4 [internal] load .dockerignore 03:44:59 #4 transferring context: 2B done 03:44:59 #4 DONE 0.0s 03:44:59 03:44:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:44:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:44:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:44:59 #5 DONE 0.1s 03:44:59 03:44:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:44:59 #6 DONE 0.0s 03:44:59 03:44:59 #7 exporting to image 03:44:59 #7 exporting layers done 03:44:59 #7 exporting manifest sha256:28432d364fa7f567f3e504360e3d0d9885965bc4091077485e0fe2509dcfb1a1 0.0s done 03:44:59 #7 exporting config sha256:c156913ff176aee7222aa107944cff0f748511d1fc94f0195d0775a049c4af48 done 03:44:59 #7 exporting manifest sha256:b1f47e93b604bd802d21ed529c01e2a26f90523c1b534a8a2cff29228ef13125 03:44:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:44:59 #7 ... 03:44:59 03:44:59 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:44:59 #8 DONE 0.0s 03:44:59 03:44:59 #7 exporting to image 03:44:59 #7 exporting manifest sha256:b1f47e93b604bd802d21ed529c01e2a26f90523c1b534a8a2cff29228ef13125 done 03:44:59 #7 exporting config sha256:b288acce89181eea9fb8eff4d4903ad72312e9274215d665150446ef7fe62836 done 03:44:59 #7 exporting manifest list sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c done 03:44:59 #7 pushing layers 0.1s done 03:44:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 03:44:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 0.1s done 03:44:59 #7 DONE 0.2s 03:44:59 03:44:59 1 warning found (use --debug to expand): 03:44:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 03:45:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 03:45:00 #1 [internal] load build definition from Dockerfile 03:45:00 #1 transferring dockerfile: 170B done 03:45:00 #1 DONE 0.0s 03:45:00 03:45:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:45:00 #2 DONE 0.0s 03:45:00 03:45:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:45:00 #3 DONE 0.0s 03:45:00 03:45:00 #4 [internal] load .dockerignore 03:45:00 #4 transferring context: 2B done 03:45:00 #4 DONE 0.0s 03:45:00 03:45:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:00 #5 DONE 0.0s 03:45:00 03:45:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:00 #6 CACHED 03:45:00 03:45:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:00 #5 CACHED 03:45:00 03:45:00 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:45:00 #7 DONE 0.0s 03:45:00 03:45:00 #8 exporting to image 03:45:00 #8 exporting layers done 03:45:00 #8 exporting manifest sha256:28432d364fa7f567f3e504360e3d0d9885965bc4091077485e0fe2509dcfb1a1 done 03:45:00 #8 exporting config sha256:c156913ff176aee7222aa107944cff0f748511d1fc94f0195d0775a049c4af48 done 03:45:00 #8 exporting manifest sha256:b1f47e93b604bd802d21ed529c01e2a26f90523c1b534a8a2cff29228ef13125 done 03:45:00 #8 exporting config sha256:b288acce89181eea9fb8eff4d4903ad72312e9274215d665150446ef7fe62836 done 03:45:00 #8 exporting manifest list sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c done 03:45:00 #8 pushing layers 0.0s done 03:45:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 0.1s done 03:45:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:00 #8 DONE 0.1s 03:45:00 03:45:00 1 warning found (use --debug to expand): 03:45:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14' 03:45:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 --push - 03:45:00 #1 [internal] load build definition from Dockerfile 03:45:00 #1 transferring dockerfile: 176B done 03:45:00 #1 DONE 0.0s 03:45:00 03:45:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 03:45:00 #2 DONE 0.0s 03:45:00 03:45:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14 03:45:00 #3 DONE 0.0s 03:45:00 03:45:00 #4 [internal] load .dockerignore 03:45:00 #4 transferring context: 2B done 03:45:00 #4 DONE 0.0s 03:45:00 03:45:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:00 #5 CACHED 03:45:00 03:45:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:00 #6 CACHED 03:45:00 03:45:00 #7 exporting to image 03:45:00 #7 exporting layers done 03:45:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:01 #7 exporting manifest sha256:28432d364fa7f567f3e504360e3d0d9885965bc4091077485e0fe2509dcfb1a1 done 03:45:01 #7 exporting config sha256:c156913ff176aee7222aa107944cff0f748511d1fc94f0195d0775a049c4af48 done 03:45:01 #7 exporting manifest sha256:b1f47e93b604bd802d21ed529c01e2a26f90523c1b534a8a2cff29228ef13125 done 03:45:01 #7 exporting config sha256:b288acce89181eea9fb8eff4d4903ad72312e9274215d665150446ef7fe62836 done 03:45:01 #7 exporting manifest list sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c done 03:45:01 #7 pushing layers 0.0s done 03:45:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.14@sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 0.1s done 03:45:01 #7 DONE 0.1s 03:45:01 03:45:01 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:45:01 #8 DONE 0.0s 03:45:01 03:45:01 1 warning found (use --debug to expand): 03:45:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:01 #1 [internal] load build definition from Dockerfile 03:45:01 #1 transferring dockerfile: 217B done 03:45:01 #1 DONE 0.0s 03:45:01 03:45:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:01 #2 DONE 0.0s 03:45:01 03:45:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:01 #3 DONE 0.0s 03:45:01 03:45:01 #4 [internal] load .dockerignore 03:45:01 #4 transferring context: 2B done 03:45:01 #4 DONE 0.0s 03:45:01 03:45:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:01 #5 CACHED 03:45:01 03:45:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:01 #6 CACHED 03:45:01 03:45:01 #7 exporting to image 03:45:01 #7 exporting layers done 03:45:01 #7 exporting manifest sha256:28432d364fa7f567f3e504360e3d0d9885965bc4091077485e0fe2509dcfb1a1 done 03:45:01 #7 exporting config sha256:c156913ff176aee7222aa107944cff0f748511d1fc94f0195d0775a049c4af48 done 03:45:01 #7 exporting manifest sha256:b1f47e93b604bd802d21ed529c01e2a26f90523c1b534a8a2cff29228ef13125 done 03:45:01 #7 exporting config sha256:b288acce89181eea9fb8eff4d4903ad72312e9274215d665150446ef7fe62836 done 03:45:01 #7 exporting manifest list sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 03:45:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:01 #7 exporting manifest list sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c done 03:45:01 #7 pushing layers 0.0s done 03:45:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 0.1s done 03:45:01 #7 DONE 0.1s 03:45:01 03:45:01 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:45:01 #8 DONE 0.0s 03:45:01 03:45:01 1 warning found (use --debug to expand): 03:45:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 03:45:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 03:45:01 #1 [internal] load build definition from Dockerfile 03:45:01 #1 transferring dockerfile: 168B done 03:45:01 #1 DONE 0.0s 03:45:01 03:45:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:45:01 #2 DONE 0.0s 03:45:01 03:45:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:45:01 #3 DONE 0.0s 03:45:01 03:45:01 #4 [internal] load .dockerignore 03:45:01 #4 transferring context: 2B done 03:45:01 #4 DONE 0.0s 03:45:01 03:45:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:01 #5 CACHED 03:45:01 03:45:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 0.0s done 03:45:01 #6 DONE 0.0s 03:45:02 03:45:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:087ae6a44fe7fdec45721f9fa5f17da4729141b682d1bf76f51a67d961c2e0a5 03:45:02 #6 CACHED 03:45:02 03:45:02 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:45:02 #7 DONE 0.0s 03:45:02 03:45:02 #8 exporting to image 03:45:02 #8 exporting layers done 03:45:02 #8 exporting manifest sha256:28432d364fa7f567f3e504360e3d0d9885965bc4091077485e0fe2509dcfb1a1 done 03:45:02 #8 exporting config sha256:c156913ff176aee7222aa107944cff0f748511d1fc94f0195d0775a049c4af48 done 03:45:02 #8 exporting manifest sha256:b1f47e93b604bd802d21ed529c01e2a26f90523c1b534a8a2cff29228ef13125 done 03:45:02 #8 exporting config sha256:b288acce89181eea9fb8eff4d4903ad72312e9274215d665150446ef7fe62836 done 03:45:02 #8 exporting manifest list sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c done 03:45:02 #8 pushing layers 0.0s done 03:45:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:da5037fd16871bf0dbc8f8dfd8ebeeed24a95112ddd00b6cc622cdd201e3c50c 0.1s done 03:45:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:02 #8 DONE 0.1s 03:45:02 03:45:02 1 warning found (use --debug to expand): 03:45:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:02 #1 [internal] load build definition from Dockerfile 03:45:02 #1 transferring dockerfile: 205B done 03:45:02 #1 DONE 0.0s 03:45:02 03:45:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:02 #2 DONE 0.0s 03:45:02 03:45:02 #3 [internal] load .dockerignore 03:45:02 #3 transferring context: 2B done 03:45:02 #3 DONE 0.0s 03:45:02 03:45:02 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:02 #4 DONE 0.1s 03:45:02 03:45:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:02 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:02 #5 DONE 0.0s 03:45:02 03:45:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:02 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:02 #6 DONE 0.1s 03:45:03 03:45:03 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:03 #7 DONE 0.0s 03:45:03 03:45:03 #8 exporting to image 03:45:03 #8 exporting layers done 03:45:03 #8 exporting manifest sha256:e14d56cb54efeb895a7a993568b673e33f224c75eb0d9022ed41240dde85a95c done 03:45:03 #8 exporting config sha256:8415ba8282164f4899b1fd4d857aec78c2377bda41ca642c9c081b8161b60300 done 03:45:03 #8 exporting manifest sha256:fbf4cd9e2bbbcbf23ee4f08799be9b64af848c662158c349e4458b2da1fec3c7 done 03:45:03 #8 exporting config sha256:b8eef9555d4e9e199791cf092de10bcadb3e080d14a825686b3ad65ca47ddc77 done 03:45:03 #8 exporting manifest list sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a done 03:45:03 #8 pushing layers 03:45:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:03 #8 pushing layers 0.1s done 03:45:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a 0.1s done 03:45:03 #8 DONE 0.2s 03:45:03 03:45:03 1 warning found (use --debug to expand): 03:45:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 03:45:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 03:45:03 #1 [internal] load build definition from Dockerfile 03:45:03 #1 transferring dockerfile: 171B done 03:45:03 #1 DONE 0.0s 03:45:03 03:45:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:45:03 #2 DONE 0.0s 03:45:03 03:45:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:45:03 #3 DONE 0.0s 03:45:03 03:45:03 #4 [internal] load .dockerignore 03:45:03 #4 transferring context: 2B done 03:45:03 #4 DONE 0.0s 03:45:03 03:45:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:03 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:03 #5 CACHED 03:45:03 03:45:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:03 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:03 #6 CACHED 03:45:03 03:45:03 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:03 #7 DONE 0.0s 03:45:03 03:45:03 #8 exporting to image 03:45:03 #8 exporting layers done 03:45:03 #8 exporting manifest sha256:e14d56cb54efeb895a7a993568b673e33f224c75eb0d9022ed41240dde85a95c done 03:45:03 #8 exporting config sha256:8415ba8282164f4899b1fd4d857aec78c2377bda41ca642c9c081b8161b60300 done 03:45:03 #8 exporting manifest sha256:fbf4cd9e2bbbcbf23ee4f08799be9b64af848c662158c349e4458b2da1fec3c7 done 03:45:03 #8 exporting config sha256:b8eef9555d4e9e199791cf092de10bcadb3e080d14a825686b3ad65ca47ddc77 done 03:45:03 #8 exporting manifest list sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a done 03:45:03 #8 pushing layers 0.0s done 03:45:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a 0.1s done 03:45:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:03 #8 DONE 0.1s 03:45:03 03:45:03 1 warning found (use --debug to expand): 03:45:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14' 03:45:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 --push - 03:45:03 #1 [internal] load build definition from Dockerfile 03:45:03 #1 transferring dockerfile: 177B done 03:45:03 #1 DONE 0.0s 03:45:03 03:45:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 03:45:03 #2 DONE 0.0s 03:45:03 03:45:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14 03:45:03 #3 DONE 0.0s 03:45:03 03:45:03 #4 [internal] load .dockerignore 03:45:03 #4 transferring context: 2B done 03:45:03 #4 DONE 0.0s 03:45:03 03:45:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:03 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:03 #5 CACHED 03:45:03 03:45:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:03 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:03 #6 CACHED 03:45:03 03:45:03 #7 exporting to image 03:45:03 #7 exporting layers done 03:45:03 #7 exporting manifest sha256:e14d56cb54efeb895a7a993568b673e33f224c75eb0d9022ed41240dde85a95c done 03:45:03 #7 exporting config sha256:8415ba8282164f4899b1fd4d857aec78c2377bda41ca642c9c081b8161b60300 done 03:45:03 #7 exporting manifest sha256:fbf4cd9e2bbbcbf23ee4f08799be9b64af848c662158c349e4458b2da1fec3c7 03:45:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:04 #7 exporting manifest sha256:fbf4cd9e2bbbcbf23ee4f08799be9b64af848c662158c349e4458b2da1fec3c7 done 03:45:04 #7 exporting config sha256:b8eef9555d4e9e199791cf092de10bcadb3e080d14a825686b3ad65ca47ddc77 done 03:45:04 #7 exporting manifest list sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a done 03:45:04 #7 pushing layers 0.0s done 03:45:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.14@sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a 0.1s done 03:45:04 #7 DONE 0.1s 03:45:04 03:45:04 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:04 #8 DONE 0.0s 03:45:04 03:45:04 1 warning found (use --debug to expand): 03:45:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:04 #1 [internal] load build definition from Dockerfile 03:45:04 #1 transferring dockerfile: 218B done 03:45:04 #1 DONE 0.0s 03:45:04 03:45:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:04 #2 DONE 0.0s 03:45:04 03:45:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:04 #3 DONE 0.0s 03:45:04 03:45:04 #4 [internal] load .dockerignore 03:45:04 #4 transferring context: 2B done 03:45:04 #4 DONE 0.0s 03:45:04 03:45:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:04 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca done 03:45:04 #5 CACHED 03:45:04 03:45:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:04 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:04 #6 CACHED 03:45:04 03:45:04 #7 exporting to image 03:45:04 #7 exporting layers done 03:45:04 #7 exporting manifest sha256:e14d56cb54efeb895a7a993568b673e33f224c75eb0d9022ed41240dde85a95c done 03:45:04 #7 exporting config sha256:8415ba8282164f4899b1fd4d857aec78c2377bda41ca642c9c081b8161b60300 done 03:45:04 #7 exporting manifest sha256:fbf4cd9e2bbbcbf23ee4f08799be9b64af848c662158c349e4458b2da1fec3c7 done 03:45:04 #7 exporting config sha256:b8eef9555d4e9e199791cf092de10bcadb3e080d14a825686b3ad65ca47ddc77 done 03:45:04 #7 exporting manifest list sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a 03:45:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:04 #7 exporting manifest list sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a done 03:45:04 #7 pushing layers 0.0s done 03:45:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a 0.1s done 03:45:04 #7 DONE 0.1s 03:45:04 03:45:04 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:04 #8 DONE 0.0s 03:45:04 03:45:04 1 warning found (use --debug to expand): 03:45:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 03:45:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 03:45:05 #1 [internal] load build definition from Dockerfile 03:45:05 #1 transferring dockerfile: 169B done 03:45:05 #1 DONE 0.0s 03:45:05 03:45:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:45:05 #2 DONE 0.0s 03:45:05 03:45:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:45:05 #3 DONE 0.0s 03:45:05 03:45:05 #4 [internal] load .dockerignore 03:45:05 #4 transferring context: 2B done 03:45:05 #4 DONE 0.0s 03:45:05 03:45:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:05 #5 CACHED 03:45:05 03:45:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 03:45:05 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1922d918a9afa193056fe811b1fc33a025f684e6f5f59527a5b51bb093454cca 0.0s done 03:45:05 #6 CACHED 03:45:05 03:45:05 #7 exporting to image 03:45:05 #7 exporting layers done 03:45:05 #7 exporting manifest sha256:e14d56cb54efeb895a7a993568b673e33f224c75eb0d9022ed41240dde85a95c done 03:45:05 #7 exporting config sha256:8415ba8282164f4899b1fd4d857aec78c2377bda41ca642c9c081b8161b60300 done 03:45:05 #7 exporting manifest sha256:fbf4cd9e2bbbcbf23ee4f08799be9b64af848c662158c349e4458b2da1fec3c7 done 03:45:05 #7 exporting config sha256:b8eef9555d4e9e199791cf092de10bcadb3e080d14a825686b3ad65ca47ddc77 done 03:45:05 #7 exporting manifest list sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a done 03:45:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:05 #7 pushing layers 0.0s done 03:45:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6e87b7d73563f2f316b36f10cf8a974ca1b132042611ee64791e145ee3fdfa2a 0.1s done 03:45:05 #7 DONE 0.1s 03:45:05 03:45:05 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:05 #8 DONE 0.0s 03:45:05 03:45:05 1 warning found (use --debug to expand): 03:45:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:05 #1 [internal] load build definition from Dockerfile 03:45:05 #1 transferring dockerfile: 211B done 03:45:05 #1 DONE 0.0s 03:45:05 03:45:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:05 #2 DONE 0.0s 03:45:05 03:45:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:05 #3 DONE 0.1s 03:45:05 03:45:05 #4 [internal] load .dockerignore 03:45:05 #4 transferring context: 2B done 03:45:05 #4 DONE 0.0s 03:45:05 03:45:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:05 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:05 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:05 #5 DONE 0.1s 03:45:05 03:45:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:05 #6 DONE 0.0s 03:45:05 03:45:05 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:05 #7 DONE 0.0s 03:45:05 03:45:05 #8 exporting to image 03:45:05 #8 exporting layers done 03:45:05 #8 exporting manifest sha256:13d0eda6a507960781f634e2ac3e6dfc248086b723421dee7091bc3792172bba done 03:45:05 #8 exporting config sha256:ec25d6ea1e96aa846eb77e0d9172bca021ce795705248991d0c5e364e404d50a done 03:45:05 #8 exporting manifest sha256:7f3c566f98a2e05cc1ebb8f8c24cd77c2e9132688bda948774d60c137f840b06 done 03:45:05 #8 exporting config sha256:13b23e7082291fd48cd62db4362e8c36a9e6a10e254e1047f1e66f6d62999aa1 done 03:45:05 #8 exporting manifest list sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef done 03:45:05 #8 pushing layers 0.1s done 03:45:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 03:45:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 0.1s done 03:45:06 #8 DONE 0.2s 03:45:06 03:45:06 1 warning found (use --debug to expand): 03:45:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 03:45:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 03:45:06 #1 [internal] load build definition from Dockerfile 03:45:06 #1 transferring dockerfile: 177B done 03:45:06 #1 DONE 0.0s 03:45:06 03:45:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:45:06 #2 DONE 0.0s 03:45:06 03:45:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:45:06 #3 DONE 0.0s 03:45:06 03:45:06 #4 [internal] load .dockerignore 03:45:06 #4 transferring context: 2B done 03:45:06 #4 DONE 0.0s 03:45:06 03:45:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:06 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:06 #5 CACHED 03:45:06 03:45:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:06 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:06 #6 CACHED 03:45:06 03:45:06 #7 exporting to image 03:45:06 #7 exporting layers done 03:45:06 #7 exporting manifest sha256:13d0eda6a507960781f634e2ac3e6dfc248086b723421dee7091bc3792172bba done 03:45:06 #7 exporting config sha256:ec25d6ea1e96aa846eb77e0d9172bca021ce795705248991d0c5e364e404d50a done 03:45:06 #7 exporting manifest sha256:7f3c566f98a2e05cc1ebb8f8c24cd77c2e9132688bda948774d60c137f840b06 done 03:45:06 #7 exporting config sha256:13b23e7082291fd48cd62db4362e8c36a9e6a10e254e1047f1e66f6d62999aa1 done 03:45:06 #7 exporting manifest list sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 03:45:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:06 #7 exporting manifest list sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef done 03:45:06 #7 pushing layers 0.0s done 03:45:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 0.1s done 03:45:06 #7 DONE 0.1s 03:45:06 03:45:06 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:06 #8 DONE 0.0s 03:45:06 03:45:06 1 warning found (use --debug to expand): 03:45:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14' 03:45:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 --push - 03:45:06 #1 [internal] load build definition from Dockerfile 03:45:06 #1 transferring dockerfile: 183B done 03:45:06 #1 DONE 0.0s 03:45:06 03:45:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 03:45:06 #2 DONE 0.0s 03:45:06 03:45:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14 03:45:06 #3 DONE 0.0s 03:45:06 03:45:06 #4 [internal] load .dockerignore 03:45:06 #4 transferring context: 2B done 03:45:06 #4 DONE 0.0s 03:45:06 03:45:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:06 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 done 03:45:06 #5 CACHED 03:45:06 03:45:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:06 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:06 #6 CACHED 03:45:06 03:45:06 #7 exporting to image 03:45:06 #7 exporting layers done 03:45:06 #7 exporting manifest sha256:13d0eda6a507960781f634e2ac3e6dfc248086b723421dee7091bc3792172bba done 03:45:06 #7 exporting config sha256:ec25d6ea1e96aa846eb77e0d9172bca021ce795705248991d0c5e364e404d50a 03:45:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:07 #7 exporting config sha256:ec25d6ea1e96aa846eb77e0d9172bca021ce795705248991d0c5e364e404d50a done 03:45:07 #7 exporting manifest sha256:7f3c566f98a2e05cc1ebb8f8c24cd77c2e9132688bda948774d60c137f840b06 done 03:45:07 #7 exporting config sha256:13b23e7082291fd48cd62db4362e8c36a9e6a10e254e1047f1e66f6d62999aa1 done 03:45:07 #7 exporting manifest list sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef done 03:45:07 #7 pushing layers 0.0s done 03:45:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.14@sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 0.1s done 03:45:07 #7 DONE 0.1s 03:45:07 03:45:07 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:07 #8 DONE 0.0s 03:45:07 03:45:07 1 warning found (use --debug to expand): 03:45:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:07 #1 [internal] load build definition from Dockerfile 03:45:07 #1 transferring dockerfile: 224B done 03:45:07 #1 DONE 0.0s 03:45:07 03:45:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:07 #2 DONE 0.0s 03:45:07 03:45:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:07 #3 DONE 0.0s 03:45:07 03:45:07 #4 [internal] load .dockerignore 03:45:07 #4 transferring context: 2B done 03:45:07 #4 DONE 0.0s 03:45:07 03:45:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:07 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:07 #5 CACHED 03:45:07 03:45:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:07 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:07 #6 CACHED 03:45:07 03:45:07 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:07 #7 DONE 0.0s 03:45:07 03:45:07 #8 exporting to image 03:45:07 #8 exporting layers done 03:45:07 #8 exporting manifest sha256:13d0eda6a507960781f634e2ac3e6dfc248086b723421dee7091bc3792172bba done 03:45:07 #8 exporting config sha256:ec25d6ea1e96aa846eb77e0d9172bca021ce795705248991d0c5e364e404d50a done 03:45:07 #8 exporting manifest sha256:7f3c566f98a2e05cc1ebb8f8c24cd77c2e9132688bda948774d60c137f840b06 done 03:45:07 #8 exporting config sha256:13b23e7082291fd48cd62db4362e8c36a9e6a10e254e1047f1e66f6d62999aa1 done 03:45:07 #8 exporting manifest list sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef done 03:45:07 #8 pushing layers 0.0s done 03:45:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 0.1s done 03:45:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:07 #8 DONE 0.1s 03:45:07 03:45:07 1 warning found (use --debug to expand): 03:45:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 03:45:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 03:45:08 #1 [internal] load build definition from Dockerfile 03:45:08 #1 transferring dockerfile: 175B done 03:45:08 #1 DONE 0.0s 03:45:08 03:45:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:45:08 #2 DONE 0.0s 03:45:08 03:45:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:45:08 #3 DONE 0.0s 03:45:08 03:45:08 #4 [internal] load .dockerignore 03:45:08 #4 transferring context: 2B done 03:45:08 #4 DONE 0.0s 03:45:08 03:45:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:08 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 0.0s done 03:45:08 #5 CACHED 03:45:08 03:45:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 03:45:08 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0b502356da57c84623122591b074423ac0e8e6e8ef5089c6ca8760660442149 done 03:45:08 #6 CACHED 03:45:08 03:45:08 #7 exporting to image 03:45:08 #7 exporting layers 03:45:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:08 #7 exporting layers done 03:45:08 #7 exporting manifest sha256:13d0eda6a507960781f634e2ac3e6dfc248086b723421dee7091bc3792172bba done 03:45:08 #7 exporting config sha256:ec25d6ea1e96aa846eb77e0d9172bca021ce795705248991d0c5e364e404d50a done 03:45:08 #7 exporting manifest sha256:7f3c566f98a2e05cc1ebb8f8c24cd77c2e9132688bda948774d60c137f840b06 done 03:45:08 #7 exporting config sha256:13b23e7082291fd48cd62db4362e8c36a9e6a10e254e1047f1e66f6d62999aa1 done 03:45:08 #7 exporting manifest list sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef done 03:45:08 #7 pushing layers 0.0s done 03:45:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:39bdfcf6f89794467676f61ce9cc730366f65acf9a5db9cff29f51b836149cef 0.1s done 03:45:08 #7 DONE 0.1s 03:45:08 03:45:08 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:45:08 #8 DONE 0.0s 03:45:08 03:45:08 1 warning found (use --debug to expand): 03:45:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:08 #1 [internal] load build definition from Dockerfile 03:45:08 #1 transferring dockerfile: 215B done 03:45:08 #1 DONE 0.0s 03:45:08 03:45:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:08 #2 DONE 0.0s 03:45:08 03:45:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:08 #3 DONE 0.1s 03:45:08 03:45:08 #4 [internal] load .dockerignore 03:45:08 #4 transferring context: 2B done 03:45:08 #4 DONE 0.0s 03:45:08 03:45:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:08 #5 DONE 0.0s 03:45:08 03:45:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:08 #6 DONE 0.1s 03:45:08 03:45:08 #7 exporting to image 03:45:08 #7 exporting layers done 03:45:08 #7 exporting manifest sha256:0eb474f37bcc1c07331e95eb8560e9a66c16b096798cbef7d2c6c319b359b63f done 03:45:08 #7 exporting config sha256:2a6908c0f5fbdbe2cb6c9cb862f5fe9d033a8da5578d20aa0d8673fc599a766e done 03:45:08 #7 exporting manifest sha256:7b48cce3552d72e53273b70fef8c8a6d6fded05c70b1ab2706b66f86049cb0ff done 03:45:08 #7 exporting config sha256:cc90d6eb4bd3e7038a71da1f692b66510f49a18852f94228065fe0c40862f817 03:45:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:08 #7 ... 03:45:08 03:45:08 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:45:08 #8 DONE 0.0s 03:45:08 03:45:08 #7 exporting to image 03:45:08 #7 exporting config sha256:cc90d6eb4bd3e7038a71da1f692b66510f49a18852f94228065fe0c40862f817 done 03:45:08 #7 exporting manifest list sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 done 03:45:08 #7 pushing layers 0.1s done 03:45:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 03:45:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 0.1s done 03:45:09 #7 DONE 0.2s 03:45:09 03:45:09 1 warning found (use --debug to expand): 03:45:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 03:45:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 03:45:09 #1 [internal] load build definition from Dockerfile 03:45:09 #1 transferring dockerfile: 181B done 03:45:09 #1 DONE 0.0s 03:45:09 03:45:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:45:09 #2 DONE 0.0s 03:45:09 03:45:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:45:09 #3 DONE 0.0s 03:45:09 03:45:09 #4 [internal] load .dockerignore 03:45:09 #4 transferring context: 2B done 03:45:09 #4 DONE 0.0s 03:45:09 03:45:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:09 #5 CACHED 03:45:09 03:45:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:09 #6 CACHED 03:45:09 03:45:09 #7 exporting to image 03:45:09 #7 exporting layers done 03:45:09 #7 exporting manifest sha256:0eb474f37bcc1c07331e95eb8560e9a66c16b096798cbef7d2c6c319b359b63f 03:45:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:09 #7 exporting manifest sha256:0eb474f37bcc1c07331e95eb8560e9a66c16b096798cbef7d2c6c319b359b63f done 03:45:09 #7 exporting config sha256:2a6908c0f5fbdbe2cb6c9cb862f5fe9d033a8da5578d20aa0d8673fc599a766e done 03:45:09 #7 exporting manifest sha256:7b48cce3552d72e53273b70fef8c8a6d6fded05c70b1ab2706b66f86049cb0ff done 03:45:09 #7 exporting config sha256:cc90d6eb4bd3e7038a71da1f692b66510f49a18852f94228065fe0c40862f817 done 03:45:09 #7 exporting manifest list sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 done 03:45:09 #7 pushing layers 0.0s done 03:45:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 0.1s done 03:45:09 #7 DONE 0.1s 03:45:09 03:45:09 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:45:09 #8 DONE 0.0s 03:45:09 03:45:09 1 warning found (use --debug to expand): 03:45:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14' 03:45:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 --push - 03:45:09 #1 [internal] load build definition from Dockerfile 03:45:09 #1 transferring dockerfile: 187B done 03:45:09 #1 DONE 0.0s 03:45:09 03:45:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 03:45:09 #2 DONE 0.0s 03:45:09 03:45:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14 03:45:09 #3 DONE 0.0s 03:45:09 03:45:09 #4 [internal] load .dockerignore 03:45:09 #4 transferring context: 2B done 03:45:09 #4 DONE 0.0s 03:45:09 03:45:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:09 #5 CACHED 03:45:09 03:45:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:09 #6 CACHED 03:45:09 03:45:09 #7 exporting to image 03:45:09 #7 exporting layers done 03:45:09 #7 exporting manifest sha256:0eb474f37bcc1c07331e95eb8560e9a66c16b096798cbef7d2c6c319b359b63f done 03:45:09 #7 exporting config sha256:2a6908c0f5fbdbe2cb6c9cb862f5fe9d033a8da5578d20aa0d8673fc599a766e done 03:45:09 #7 exporting manifest sha256:7b48cce3552d72e53273b70fef8c8a6d6fded05c70b1ab2706b66f86049cb0ff done 03:45:09 #7 exporting config sha256:cc90d6eb4bd3e7038a71da1f692b66510f49a18852f94228065fe0c40862f817 done 03:45:09 #7 exporting manifest list sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 03:45:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:10 #7 exporting manifest list sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 done 03:45:10 #7 pushing layers 0.0s done 03:45:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.14@sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 0.1s done 03:45:10 #7 DONE 0.1s 03:45:10 03:45:10 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:45:10 #8 DONE 0.0s 03:45:10 03:45:10 1 warning found (use --debug to expand): 03:45:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:10 #1 [internal] load build definition from Dockerfile 03:45:10 #1 transferring dockerfile: 228B done 03:45:10 #1 DONE 0.0s 03:45:10 03:45:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:10 #2 DONE 0.0s 03:45:10 03:45:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:10 #3 DONE 0.0s 03:45:10 03:45:10 #4 [internal] load .dockerignore 03:45:10 #4 transferring context: 2B done 03:45:10 #4 DONE 0.0s 03:45:10 03:45:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:10 #5 DONE 0.0s 03:45:10 03:45:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:10 #6 CACHED 03:45:10 03:45:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:10 #5 CACHED 03:45:10 03:45:10 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:45:10 #7 DONE 0.0s 03:45:10 03:45:10 #8 exporting to image 03:45:10 #8 exporting layers done 03:45:10 #8 exporting manifest sha256:0eb474f37bcc1c07331e95eb8560e9a66c16b096798cbef7d2c6c319b359b63f done 03:45:10 #8 exporting config sha256:2a6908c0f5fbdbe2cb6c9cb862f5fe9d033a8da5578d20aa0d8673fc599a766e done 03:45:10 #8 exporting manifest sha256:7b48cce3552d72e53273b70fef8c8a6d6fded05c70b1ab2706b66f86049cb0ff done 03:45:10 #8 exporting config sha256:cc90d6eb4bd3e7038a71da1f692b66510f49a18852f94228065fe0c40862f817 done 03:45:10 #8 exporting manifest list sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 done 03:45:10 #8 pushing layers 0.0s done 03:45:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 0.1s done 03:45:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:10 #8 DONE 0.1s 03:45:10 03:45:10 1 warning found (use --debug to expand): 03:45:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 03:45:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 03:45:11 #1 [internal] load build definition from Dockerfile 03:45:11 #1 transferring dockerfile: 179B done 03:45:11 #1 DONE 0.0s 03:45:11 03:45:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:45:11 #2 DONE 0.0s 03:45:11 03:45:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:45:11 #3 DONE 0.0s 03:45:11 03:45:11 #4 [internal] load .dockerignore 03:45:11 #4 transferring context: 2B done 03:45:11 #4 DONE 0.0s 03:45:11 03:45:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be done 03:45:11 #5 CACHED 03:45:11 03:45:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 03:45:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c1feae9e5e83df4e6dfd08b4e0dbeff4bd5b16dcf925b8e4eb03babfa4d405be 0.0s done 03:45:11 #6 CACHED 03:45:11 03:45:11 #7 exporting to image 03:45:11 #7 exporting layers done 03:45:11 #7 exporting manifest sha256:0eb474f37bcc1c07331e95eb8560e9a66c16b096798cbef7d2c6c319b359b63f done 03:45:11 #7 exporting config sha256:2a6908c0f5fbdbe2cb6c9cb862f5fe9d033a8da5578d20aa0d8673fc599a766e done 03:45:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:11 #7 exporting manifest sha256:7b48cce3552d72e53273b70fef8c8a6d6fded05c70b1ab2706b66f86049cb0ff done 03:45:11 #7 exporting config sha256:cc90d6eb4bd3e7038a71da1f692b66510f49a18852f94228065fe0c40862f817 done 03:45:11 #7 exporting manifest list sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 done 03:45:11 #7 pushing layers 0.0s done 03:45:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:835ea1ccf84961afb9b9154a39838062afba1f4fa6435905d6a7ea6fe2b09b55 0.1s done 03:45:11 #7 DONE 0.1s 03:45:11 03:45:11 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:45:11 #8 DONE 0.0s 03:45:11 03:45:11 1 warning found (use --debug to expand): 03:45:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:11 #1 [internal] load build definition from Dockerfile 03:45:11 #1 transferring dockerfile: 205B done 03:45:11 #1 DONE 0.0s 03:45:11 03:45:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:11 #2 DONE 0.0s 03:45:11 03:45:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:11 #3 DONE 0.1s 03:45:11 03:45:11 #4 [internal] load .dockerignore 03:45:11 #4 transferring context: 2B done 03:45:11 #4 DONE 0.0s 03:45:11 03:45:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:11 #5 DONE 0.0s 03:45:11 03:45:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:11 #6 DONE 0.1s 03:45:11 03:45:11 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:45:11 #7 DONE 0.0s 03:45:11 03:45:11 #8 exporting to image 03:45:11 #8 exporting layers done 03:45:11 #8 exporting manifest sha256:b617132bd03062f3ab1ef3ddc463c6be8af36ea50ba028a8bf2861026987ce01 done 03:45:11 #8 exporting config sha256:16f67d603d82bb12ec3f4b0db67bc03d3448006e5cb6240efb793fc51932a7bd done 03:45:11 #8 exporting manifest sha256:4cdd2d45821ed69e99949bd6bc78cb96aaaa48d423a2b407d96caae0fa66f00e done 03:45:11 #8 exporting config sha256:7b4797428a66a1be0a9a8a8bc657171cb4e7212c94e3504320b87a9593bb8728 done 03:45:11 #8 exporting manifest list sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 done 03:45:11 #8 pushing layers 03:45:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:12 #8 pushing layers 0.1s done 03:45:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 0.1s done 03:45:12 #8 DONE 0.2s 03:45:12 03:45:12 1 warning found (use --debug to expand): 03:45:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 03:45:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 03:45:12 #1 [internal] load build definition from Dockerfile 03:45:12 #1 transferring dockerfile: 171B done 03:45:12 #1 DONE 0.0s 03:45:12 03:45:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:45:12 #2 DONE 0.0s 03:45:12 03:45:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:45:12 #3 DONE 0.0s 03:45:12 03:45:12 #4 [internal] load .dockerignore 03:45:12 #4 transferring context: 2B done 03:45:12 #4 DONE 0.0s 03:45:12 03:45:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:12 #5 CACHED 03:45:12 03:45:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:12 #6 CACHED 03:45:12 03:45:12 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:45:12 #7 DONE 0.0s 03:45:12 03:45:12 #8 exporting to image 03:45:12 #8 exporting layers done 03:45:12 #8 exporting manifest sha256:b617132bd03062f3ab1ef3ddc463c6be8af36ea50ba028a8bf2861026987ce01 done 03:45:12 #8 exporting config sha256:16f67d603d82bb12ec3f4b0db67bc03d3448006e5cb6240efb793fc51932a7bd done 03:45:12 #8 exporting manifest sha256:4cdd2d45821ed69e99949bd6bc78cb96aaaa48d423a2b407d96caae0fa66f00e done 03:45:12 #8 exporting config sha256:7b4797428a66a1be0a9a8a8bc657171cb4e7212c94e3504320b87a9593bb8728 done 03:45:12 #8 exporting manifest list sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 done 03:45:12 #8 pushing layers 0.0s done 03:45:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 03:45:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 0.1s done 03:45:12 #8 DONE 0.2s 03:45:12 03:45:12 1 warning found (use --debug to expand): 03:45:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14' 03:45:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 --push - 03:45:12 #1 [internal] load build definition from Dockerfile 03:45:12 #1 transferring dockerfile: 177B done 03:45:12 #1 DONE 0.0s 03:45:12 03:45:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 03:45:12 #2 DONE 0.0s 03:45:12 03:45:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14 03:45:12 #3 DONE 0.0s 03:45:12 03:45:12 #4 [internal] load .dockerignore 03:45:12 #4 transferring context: 2B done 03:45:12 #4 DONE 0.0s 03:45:12 03:45:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:12 #5 CACHED 03:45:12 03:45:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:12 #6 CACHED 03:45:12 03:45:12 #7 exporting to image 03:45:12 #7 exporting layers 03:45:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:13 #7 exporting layers done 03:45:13 #7 exporting manifest sha256:b617132bd03062f3ab1ef3ddc463c6be8af36ea50ba028a8bf2861026987ce01 done 03:45:13 #7 exporting config sha256:16f67d603d82bb12ec3f4b0db67bc03d3448006e5cb6240efb793fc51932a7bd done 03:45:13 #7 exporting manifest sha256:4cdd2d45821ed69e99949bd6bc78cb96aaaa48d423a2b407d96caae0fa66f00e done 03:45:13 #7 exporting config sha256:7b4797428a66a1be0a9a8a8bc657171cb4e7212c94e3504320b87a9593bb8728 done 03:45:13 #7 exporting manifest list sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 done 03:45:13 #7 pushing layers 0.0s done 03:45:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.14@sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 0.1s done 03:45:13 #7 DONE 0.1s 03:45:13 03:45:13 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:45:13 #8 DONE 0.0s 03:45:13 03:45:13 1 warning found (use --debug to expand): 03:45:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:13 #1 [internal] load build definition from Dockerfile 03:45:13 #1 transferring dockerfile: 218B done 03:45:13 #1 DONE 0.0s 03:45:13 03:45:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:13 #2 DONE 0.0s 03:45:13 03:45:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:13 #3 DONE 0.0s 03:45:13 03:45:13 #4 [internal] load .dockerignore 03:45:13 #4 transferring context: 2B done 03:45:13 #4 DONE 0.0s 03:45:13 03:45:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:13 #5 CACHED 03:45:13 03:45:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:13 #6 CACHED 03:45:13 03:45:13 #7 exporting to image 03:45:13 #7 exporting layers done 03:45:13 #7 exporting manifest sha256:b617132bd03062f3ab1ef3ddc463c6be8af36ea50ba028a8bf2861026987ce01 done 03:45:13 #7 exporting config sha256:16f67d603d82bb12ec3f4b0db67bc03d3448006e5cb6240efb793fc51932a7bd done 03:45:13 #7 exporting manifest sha256:4cdd2d45821ed69e99949bd6bc78cb96aaaa48d423a2b407d96caae0fa66f00e done 03:45:13 #7 exporting config sha256:7b4797428a66a1be0a9a8a8bc657171cb4e7212c94e3504320b87a9593bb8728 done 03:45:13 #7 exporting manifest list sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 03:45:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:13 #7 exporting manifest list sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 done 03:45:13 #7 pushing layers 0.0s done 03:45:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 0.1s done 03:45:13 #7 DONE 0.1s 03:45:13 03:45:13 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:45:13 #8 DONE 0.0s 03:45:13 03:45:13 1 warning found (use --debug to expand): 03:45:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 03:45:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 03:45:14 #1 [internal] load build definition from Dockerfile 03:45:14 #1 transferring dockerfile: 169B done 03:45:14 #1 DONE 0.0s 03:45:14 03:45:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:45:14 #2 DONE 0.0s 03:45:14 03:45:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:45:14 #3 DONE 0.0s 03:45:14 03:45:14 #4 [internal] load .dockerignore 03:45:14 #4 transferring context: 2B done 03:45:14 #4 DONE 0.0s 03:45:14 03:45:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:14 #5 CACHED 03:45:14 03:45:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 03:45:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b552581e73c8ea918a768f6a3d014cf531b2567d6084bf6d5f059778a301ee06 0.0s done 03:45:14 #6 CACHED 03:45:14 03:45:14 #7 exporting to image 03:45:14 #7 exporting layers done 03:45:14 #7 exporting manifest sha256:b617132bd03062f3ab1ef3ddc463c6be8af36ea50ba028a8bf2861026987ce01 done 03:45:14 #7 exporting config sha256:16f67d603d82bb12ec3f4b0db67bc03d3448006e5cb6240efb793fc51932a7bd done 03:45:14 #7 exporting manifest sha256:4cdd2d45821ed69e99949bd6bc78cb96aaaa48d423a2b407d96caae0fa66f00e 03:45:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:14 #7 exporting manifest sha256:4cdd2d45821ed69e99949bd6bc78cb96aaaa48d423a2b407d96caae0fa66f00e done 03:45:14 #7 exporting config sha256:7b4797428a66a1be0a9a8a8bc657171cb4e7212c94e3504320b87a9593bb8728 done 03:45:14 #7 exporting manifest list sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 done 03:45:14 #7 pushing layers 0.0s done 03:45:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:41d7dc4655b66d7faec5281fc0a41bbb628cf6cc3079c0515f738981236a5629 0.1s done 03:45:14 #7 DONE 0.1s 03:45:14 03:45:14 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:45:14 #8 DONE 0.0s 03:45:14 03:45:14 1 warning found (use --debug to expand): 03:45:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:14 #1 [internal] load build definition from Dockerfile 03:45:14 #1 transferring dockerfile: 206B done 03:45:14 #1 DONE 0.0s 03:45:14 03:45:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:14 #2 DONE 0.0s 03:45:14 03:45:14 #3 [internal] load .dockerignore 03:45:14 #3 transferring context: 2B done 03:45:14 #3 DONE 0.0s 03:45:14 03:45:14 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:14 #4 DONE 0.1s 03:45:14 03:45:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:14 #5 DONE 0.0s 03:45:14 03:45:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:14 #6 DONE 0.1s 03:45:14 03:45:14 #7 exporting to image 03:45:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:15 #7 ... 03:45:15 03:45:15 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:45:15 #8 DONE 0.0s 03:45:15 03:45:15 #7 exporting to image 03:45:15 #7 exporting layers done 03:45:15 #7 exporting manifest sha256:29077e64b5f462b53f96cf6522fc8facae1b979e4671c68614eca312da3e9bde done 03:45:15 #7 exporting config sha256:7bb98f89c91b18b43199efd70f4b692f99f73390c1190f22c5e8a15aecd52536 done 03:45:15 #7 exporting manifest sha256:7e5d7de88dd3d6538c9c3ca2dae63cbdb99ed51c4cdfb0857f31e400a94a1d03 done 03:45:15 #7 exporting config sha256:4227f86d9b2ce73578b7a205d1beec2618b1f56af329d8f90db19adace78f8d6 done 03:45:15 #7 exporting manifest list sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 done 03:45:15 #7 pushing layers 0.1s done 03:45:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 03:45:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 0.1s done 03:45:15 #7 DONE 0.2s 03:45:15 03:45:15 1 warning found (use --debug to expand): 03:45:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 03:45:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 03:45:15 #1 [internal] load build definition from Dockerfile 03:45:15 #1 transferring dockerfile: 172B done 03:45:15 #1 DONE 0.0s 03:45:15 03:45:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:45:15 #2 DONE 0.0s 03:45:15 03:45:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:45:15 #3 DONE 0.0s 03:45:15 03:45:15 #4 [internal] load .dockerignore 03:45:15 #4 transferring context: 2B done 03:45:15 #4 DONE 0.0s 03:45:15 03:45:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f done 03:45:15 #5 CACHED 03:45:15 03:45:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:15 #6 CACHED 03:45:15 03:45:15 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:45:15 #7 DONE 0.0s 03:45:15 03:45:15 #8 exporting to image 03:45:15 #8 exporting layers done 03:45:15 #8 exporting manifest sha256:29077e64b5f462b53f96cf6522fc8facae1b979e4671c68614eca312da3e9bde done 03:45:15 #8 exporting config sha256:7bb98f89c91b18b43199efd70f4b692f99f73390c1190f22c5e8a15aecd52536 done 03:45:15 #8 exporting manifest sha256:7e5d7de88dd3d6538c9c3ca2dae63cbdb99ed51c4cdfb0857f31e400a94a1d03 done 03:45:15 #8 exporting config sha256:4227f86d9b2ce73578b7a205d1beec2618b1f56af329d8f90db19adace78f8d6 done 03:45:15 #8 exporting manifest list sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 done 03:45:15 #8 pushing layers 0.0s done 03:45:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 0.1s done 03:45:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:15 #8 DONE 0.1s 03:45:15 03:45:15 1 warning found (use --debug to expand): 03:45:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14' 03:45:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 --push - 03:45:16 #1 [internal] load build definition from Dockerfile 03:45:16 #1 transferring dockerfile: 178B done 03:45:16 #1 DONE 0.0s 03:45:16 03:45:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 03:45:16 #2 DONE 0.0s 03:45:16 03:45:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14 03:45:16 #3 DONE 0.0s 03:45:16 03:45:16 #4 [internal] load .dockerignore 03:45:16 #4 transferring context: 2B done 03:45:16 #4 DONE 0.0s 03:45:16 03:45:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:16 #5 CACHED 03:45:16 03:45:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:16 #6 CACHED 03:45:16 03:45:16 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:45:16 #7 DONE 0.0s 03:45:16 03:45:16 #8 exporting to image 03:45:16 #8 exporting layers done 03:45:16 #8 exporting manifest sha256:29077e64b5f462b53f96cf6522fc8facae1b979e4671c68614eca312da3e9bde done 03:45:16 #8 exporting config sha256:7bb98f89c91b18b43199efd70f4b692f99f73390c1190f22c5e8a15aecd52536 done 03:45:16 #8 exporting manifest sha256:7e5d7de88dd3d6538c9c3ca2dae63cbdb99ed51c4cdfb0857f31e400a94a1d03 done 03:45:16 #8 exporting config sha256:4227f86d9b2ce73578b7a205d1beec2618b1f56af329d8f90db19adace78f8d6 done 03:45:16 #8 exporting manifest list sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 done 03:45:16 #8 pushing layers 0.0s done 03:45:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.14@sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 0.1s done 03:45:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:16 #8 DONE 0.1s 03:45:16 03:45:16 1 warning found (use --debug to expand): 03:45:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:16 #1 [internal] load build definition from Dockerfile 03:45:16 #1 transferring dockerfile: 219B done 03:45:16 #1 DONE 0.0s 03:45:16 03:45:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:16 #2 DONE 0.0s 03:45:16 03:45:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:16 #3 DONE 0.0s 03:45:16 03:45:16 #4 [internal] load .dockerignore 03:45:16 #4 transferring context: 2B done 03:45:16 #4 DONE 0.0s 03:45:16 03:45:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:16 #5 CACHED 03:45:16 03:45:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:16 #6 CACHED 03:45:16 03:45:16 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:45:16 #7 DONE 0.0s 03:45:16 03:45:16 #8 exporting to image 03:45:16 #8 exporting layers done 03:45:16 #8 exporting manifest sha256:29077e64b5f462b53f96cf6522fc8facae1b979e4671c68614eca312da3e9bde done 03:45:16 #8 exporting config sha256:7bb98f89c91b18b43199efd70f4b692f99f73390c1190f22c5e8a15aecd52536 done 03:45:16 #8 exporting manifest sha256:7e5d7de88dd3d6538c9c3ca2dae63cbdb99ed51c4cdfb0857f31e400a94a1d03 done 03:45:16 #8 exporting config sha256:4227f86d9b2ce73578b7a205d1beec2618b1f56af329d8f90db19adace78f8d6 done 03:45:16 #8 exporting manifest list sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 done 03:45:16 #8 pushing layers 0.0s done 03:45:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 0.1s done 03:45:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:16 #8 DONE 0.1s 03:45:16 03:45:16 1 warning found (use --debug to expand): 03:45:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 03:45:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 03:45:17 #1 [internal] load build definition from Dockerfile 03:45:17 #1 transferring dockerfile: 170B done 03:45:17 #1 DONE 0.0s 03:45:17 03:45:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:45:17 #2 DONE 0.0s 03:45:17 03:45:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:45:17 #3 DONE 0.0s 03:45:17 03:45:17 #4 [internal] load .dockerignore 03:45:17 #4 transferring context: 2B done 03:45:17 #4 DONE 0.0s 03:45:17 03:45:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:17 #5 CACHED 03:45:17 03:45:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 03:45:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:8ab8310efeca3b48ecd540a355622fda33fe51b1be0ec4cc825cce50902ab20f 0.0s done 03:45:17 #6 CACHED 03:45:17 03:45:17 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:45:17 #7 DONE 0.0s 03:45:17 03:45:17 #8 exporting to image 03:45:17 #8 exporting layers done 03:45:17 #8 exporting manifest sha256:29077e64b5f462b53f96cf6522fc8facae1b979e4671c68614eca312da3e9bde done 03:45:17 #8 exporting config sha256:7bb98f89c91b18b43199efd70f4b692f99f73390c1190f22c5e8a15aecd52536 done 03:45:17 #8 exporting manifest sha256:7e5d7de88dd3d6538c9c3ca2dae63cbdb99ed51c4cdfb0857f31e400a94a1d03 done 03:45:17 #8 exporting config sha256:4227f86d9b2ce73578b7a205d1beec2618b1f56af329d8f90db19adace78f8d6 done 03:45:17 #8 exporting manifest list sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 done 03:45:17 #8 pushing layers 0.0s done 03:45:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b1aaecda1e90c237583d6f859c620c83762527687f933c15a925778c7d41cf67 0.1s done 03:45:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:17 #8 DONE 0.1s 03:45:17 03:45:17 1 warning found (use --debug to expand): 03:45:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:17 #1 [internal] load build definition from Dockerfile 03:45:17 #1 transferring dockerfile: 206B done 03:45:17 #1 DONE 0.0s 03:45:17 03:45:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:17 #2 DONE 0.0s 03:45:17 03:45:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:17 #3 DONE 0.1s 03:45:17 03:45:17 #4 [internal] load .dockerignore 03:45:17 #4 transferring context: 2B done 03:45:17 #4 DONE 0.0s 03:45:17 03:45:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:17 #5 ... 03:45:17 03:45:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:17 #6 DONE 0.1s 03:45:17 03:45:17 #7 exporting to image 03:45:17 #7 exporting layers done 03:45:17 #7 exporting manifest sha256:c1b12ce2c0a1257d549332267a0822f2a35a9671e24a7444253fbb0558f9bc88 done 03:45:17 #7 exporting config sha256:f373c9f0a983e47ab918c62adb46350263f51a9972d4bf3081eb2269c07c21a2 done 03:45:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:17 #7 ... 03:45:17 03:45:17 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:45:17 #8 DONE 0.0s 03:45:17 03:45:17 #7 exporting to image 03:45:17 #7 exporting manifest sha256:c36e70ac2d0151b5d18b9b8b197bd43e99843ad7f179c09a0c530d3a7b26c3d2 done 03:45:17 #7 exporting config sha256:8a79484022405dcdc8302eb1adeed9a92bb26c8bd6c9657cbafc929eb74a0af8 done 03:45:17 #7 exporting manifest list sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca done 03:45:17 #7 pushing layers 0.1s done 03:45:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 03:45:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 0.1s done 03:45:18 #7 DONE 0.2s 03:45:18 03:45:18 1 warning found (use --debug to expand): 03:45:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 03:45:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 03:45:18 #1 [internal] load build definition from Dockerfile 03:45:18 #1 transferring dockerfile: 172B done 03:45:18 #1 DONE 0.0s 03:45:18 03:45:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:45:18 #2 DONE 0.0s 03:45:18 03:45:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:45:18 #3 DONE 0.0s 03:45:18 03:45:18 #4 [internal] load .dockerignore 03:45:18 #4 transferring context: 2B done 03:45:18 #4 DONE 0.0s 03:45:18 03:45:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:18 #5 DONE 0.0s 03:45:18 03:45:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:18 #6 CACHED 03:45:18 03:45:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:18 #5 CACHED 03:45:18 03:45:18 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:45:18 #7 DONE 0.0s 03:45:18 03:45:18 #8 exporting to image 03:45:18 #8 exporting layers done 03:45:18 #8 exporting manifest sha256:c1b12ce2c0a1257d549332267a0822f2a35a9671e24a7444253fbb0558f9bc88 done 03:45:18 #8 exporting config sha256:f373c9f0a983e47ab918c62adb46350263f51a9972d4bf3081eb2269c07c21a2 done 03:45:18 #8 exporting manifest sha256:c36e70ac2d0151b5d18b9b8b197bd43e99843ad7f179c09a0c530d3a7b26c3d2 done 03:45:18 #8 exporting config sha256:8a79484022405dcdc8302eb1adeed9a92bb26c8bd6c9657cbafc929eb74a0af8 done 03:45:18 #8 exporting manifest list sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca done 03:45:18 #8 pushing layers 0.0s done 03:45:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 0.1s done 03:45:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:18 #8 DONE 0.1s 03:45:18 03:45:18 1 warning found (use --debug to expand): 03:45:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14' 03:45:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 --push - 03:45:19 #1 [internal] load build definition from Dockerfile 03:45:19 #1 transferring dockerfile: 178B done 03:45:19 #1 DONE 0.0s 03:45:19 03:45:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 03:45:19 #2 DONE 0.0s 03:45:19 03:45:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14 03:45:19 #3 DONE 0.0s 03:45:19 03:45:19 #4 [internal] load .dockerignore 03:45:19 #4 transferring context: 2B done 03:45:19 #4 DONE 0.0s 03:45:19 03:45:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:19 #5 CACHED 03:45:19 03:45:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:19 #6 CACHED 03:45:19 03:45:19 #7 exporting to image 03:45:19 #7 exporting layers done 03:45:19 #7 exporting manifest sha256:c1b12ce2c0a1257d549332267a0822f2a35a9671e24a7444253fbb0558f9bc88 done 03:45:19 #7 exporting config sha256:f373c9f0a983e47ab918c62adb46350263f51a9972d4bf3081eb2269c07c21a2 done 03:45:19 #7 exporting manifest sha256:c36e70ac2d0151b5d18b9b8b197bd43e99843ad7f179c09a0c530d3a7b26c3d2 done 03:45:19 #7 exporting config sha256:8a79484022405dcdc8302eb1adeed9a92bb26c8bd6c9657cbafc929eb74a0af8 done 03:45:19 #7 exporting manifest list sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca done 03:45:19 #7 pushing layers 0.0s done 03:45:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 03:45:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.14@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 0.1s done 03:45:19 #7 DONE 0.1s 03:45:19 03:45:19 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:45:19 #8 DONE 0.0s 03:45:19 03:45:19 1 warning found (use --debug to expand): 03:45:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:19 #1 [internal] load build definition from Dockerfile 03:45:19 #1 transferring dockerfile: 219B done 03:45:19 #1 DONE 0.0s 03:45:19 03:45:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:19 #2 DONE 0.0s 03:45:19 03:45:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:19 #3 DONE 0.0s 03:45:19 03:45:19 #4 [internal] load .dockerignore 03:45:19 #4 transferring context: 2B done 03:45:19 #4 DONE 0.0s 03:45:19 03:45:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:19 #5 CACHED 03:45:19 03:45:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:19 #6 CACHED 03:45:19 03:45:19 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:45:19 #7 DONE 0.0s 03:45:19 03:45:19 #8 exporting to image 03:45:19 #8 exporting layers done 03:45:19 #8 exporting manifest sha256:c1b12ce2c0a1257d549332267a0822f2a35a9671e24a7444253fbb0558f9bc88 done 03:45:19 #8 exporting config sha256:f373c9f0a983e47ab918c62adb46350263f51a9972d4bf3081eb2269c07c21a2 done 03:45:19 #8 exporting manifest sha256:c36e70ac2d0151b5d18b9b8b197bd43e99843ad7f179c09a0c530d3a7b26c3d2 done 03:45:19 #8 exporting config sha256:8a79484022405dcdc8302eb1adeed9a92bb26c8bd6c9657cbafc929eb74a0af8 done 03:45:19 #8 exporting manifest list sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca done 03:45:19 #8 pushing layers 0.0s done 03:45:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 0.1s done 03:45:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:19 #8 DONE 0.1s 03:45:19 03:45:19 1 warning found (use --debug to expand): 03:45:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 03:45:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 03:45:20 #1 [internal] load build definition from Dockerfile 03:45:20 #1 transferring dockerfile: 170B done 03:45:20 #1 DONE 0.0s 03:45:20 03:45:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:45:20 #2 DONE 0.0s 03:45:20 03:45:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:45:20 #3 DONE 0.0s 03:45:20 03:45:20 #4 [internal] load .dockerignore 03:45:20 #4 transferring context: 2B done 03:45:20 #4 DONE 0.0s 03:45:20 03:45:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 done 03:45:20 #5 CACHED 03:45:20 03:45:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 03:45:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:3df41a4b2863f2f2eccb6fbda5e4efd037424ae419fb9697d383bcb750fbf6a0 0.0s done 03:45:20 #6 CACHED 03:45:20 03:45:20 #7 exporting to image 03:45:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:20 #7 exporting layers done 03:45:20 #7 exporting manifest sha256:c1b12ce2c0a1257d549332267a0822f2a35a9671e24a7444253fbb0558f9bc88 done 03:45:20 #7 exporting config sha256:f373c9f0a983e47ab918c62adb46350263f51a9972d4bf3081eb2269c07c21a2 done 03:45:20 #7 exporting manifest sha256:c36e70ac2d0151b5d18b9b8b197bd43e99843ad7f179c09a0c530d3a7b26c3d2 done 03:45:20 #7 exporting config sha256:8a79484022405dcdc8302eb1adeed9a92bb26c8bd6c9657cbafc929eb74a0af8 done 03:45:20 #7 exporting manifest list sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca done 03:45:20 #7 pushing layers 0.0s done 03:45:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:9cae08fa6856062580f21609599f1f04aef278d466e3888bc466dca165cfcbca 0.1s done 03:45:20 #7 DONE 0.1s 03:45:20 03:45:20 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:45:20 #8 DONE 0.0s 03:45:20 03:45:20 1 warning found (use --debug to expand): 03:45:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:20 #1 [internal] load build definition from Dockerfile 03:45:20 #1 transferring dockerfile: 206B done 03:45:20 #1 DONE 0.0s 03:45:20 03:45:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:20 #2 DONE 0.0s 03:45:20 03:45:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:20 #3 DONE 0.1s 03:45:20 03:45:20 #4 [internal] load .dockerignore 03:45:20 #4 transferring context: 2B done 03:45:20 #4 DONE 0.0s 03:45:20 03:45:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:20 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:20 #5 DONE 0.0s 03:45:20 03:45:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:20 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:20 #6 DONE 0.1s 03:45:20 03:45:20 #7 exporting to image 03:45:20 #7 exporting layers done 03:45:20 #7 exporting manifest sha256:027447af7e5cec2456430c1901bf6287a9959b98aadd1c2b09ecb5b3f57b1d50 0.0s done 03:45:20 #7 exporting config sha256:e8a63ace7e87b3921b64f2ff6e08b4aeedd85914c5a27fc402900aee5eacc040 done 03:45:20 #7 exporting manifest sha256:db3ef572efc21857d1d39dbbc4bcadf91a711e67af7f1008939fd845d5ed53c7 03:45:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:20 #7 ... 03:45:20 03:45:20 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:45:20 #8 DONE 0.0s 03:45:20 03:45:20 #7 exporting to image 03:45:20 #7 exporting manifest sha256:db3ef572efc21857d1d39dbbc4bcadf91a711e67af7f1008939fd845d5ed53c7 done 03:45:20 #7 exporting config sha256:5744d879db57b2621bcf6d42792de05d9fc9de2f720b8cccd8a04e72c6a13e88 done 03:45:20 #7 exporting manifest list sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 done 03:45:20 #7 pushing layers 0.1s done 03:45:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 03:45:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 0.1s done 03:45:21 #7 DONE 0.2s 03:45:21 03:45:21 1 warning found (use --debug to expand): 03:45:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 03:45:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 03:45:21 #1 [internal] load build definition from Dockerfile 03:45:21 #1 transferring dockerfile: 172B done 03:45:21 #1 DONE 0.0s 03:45:21 03:45:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:45:21 #2 DONE 0.0s 03:45:21 03:45:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:45:21 #3 DONE 0.0s 03:45:21 03:45:21 #4 [internal] load .dockerignore 03:45:21 #4 transferring context: 2B done 03:45:21 #4 DONE 0.0s 03:45:21 03:45:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:21 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:21 #5 DONE 0.0s 03:45:21 03:45:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:21 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:21 #6 CACHED 03:45:21 03:45:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:21 #5 CACHED 03:45:21 03:45:21 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:45:21 #7 DONE 0.0s 03:45:21 03:45:21 #8 exporting to image 03:45:21 #8 exporting layers done 03:45:21 #8 exporting manifest sha256:027447af7e5cec2456430c1901bf6287a9959b98aadd1c2b09ecb5b3f57b1d50 done 03:45:21 #8 exporting config sha256:e8a63ace7e87b3921b64f2ff6e08b4aeedd85914c5a27fc402900aee5eacc040 done 03:45:21 #8 exporting manifest sha256:db3ef572efc21857d1d39dbbc4bcadf91a711e67af7f1008939fd845d5ed53c7 done 03:45:21 #8 exporting config sha256:5744d879db57b2621bcf6d42792de05d9fc9de2f720b8cccd8a04e72c6a13e88 done 03:45:21 #8 exporting manifest list sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 done 03:45:21 #8 pushing layers 0.0s done 03:45:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 0.1s done 03:45:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:21 #8 DONE 0.1s 03:45:21 03:45:21 1 warning found (use --debug to expand): 03:45:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14' 03:45:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 --push - 03:45:21 #1 [internal] load build definition from Dockerfile 03:45:21 #1 transferring dockerfile: 178B done 03:45:21 #1 DONE 0.0s 03:45:21 03:45:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 03:45:21 #2 DONE 0.0s 03:45:21 03:45:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14 03:45:21 #3 DONE 0.0s 03:45:21 03:45:21 #4 [internal] load .dockerignore 03:45:21 #4 transferring context: 2B done 03:45:21 #4 DONE 0.0s 03:45:21 03:45:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:21 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:21 #5 DONE 0.0s 03:45:21 03:45:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:22 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:22 #6 CACHED 03:45:22 03:45:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:22 #5 CACHED 03:45:22 03:45:22 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:45:22 #7 DONE 0.0s 03:45:22 03:45:22 #8 exporting to image 03:45:22 #8 exporting layers done 03:45:22 #8 exporting manifest sha256:027447af7e5cec2456430c1901bf6287a9959b98aadd1c2b09ecb5b3f57b1d50 done 03:45:22 #8 exporting config sha256:e8a63ace7e87b3921b64f2ff6e08b4aeedd85914c5a27fc402900aee5eacc040 done 03:45:22 #8 exporting manifest sha256:db3ef572efc21857d1d39dbbc4bcadf91a711e67af7f1008939fd845d5ed53c7 done 03:45:22 #8 exporting config sha256:5744d879db57b2621bcf6d42792de05d9fc9de2f720b8cccd8a04e72c6a13e88 done 03:45:22 #8 exporting manifest list sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 done 03:45:22 #8 pushing layers 0.0s done 03:45:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.14@sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 0.1s done 03:45:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:22 #8 DONE 0.1s 03:45:22 03:45:22 1 warning found (use --debug to expand): 03:45:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:22 #1 [internal] load build definition from Dockerfile 03:45:22 #1 transferring dockerfile: 219B done 03:45:22 #1 DONE 0.0s 03:45:22 03:45:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:22 #2 DONE 0.0s 03:45:22 03:45:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:22 #3 DONE 0.0s 03:45:22 03:45:22 #4 [internal] load .dockerignore 03:45:22 #4 transferring context: 2B done 03:45:22 #4 DONE 0.0s 03:45:22 03:45:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:22 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:22 #5 CACHED 03:45:22 03:45:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:22 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:22 #6 DONE 0.0s 03:45:22 03:45:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:22 #6 CACHED 03:45:22 03:45:22 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:45:22 #7 DONE 0.0s 03:45:22 03:45:22 #8 exporting to image 03:45:22 #8 exporting layers done 03:45:22 #8 exporting manifest sha256:027447af7e5cec2456430c1901bf6287a9959b98aadd1c2b09ecb5b3f57b1d50 done 03:45:22 #8 exporting config sha256:e8a63ace7e87b3921b64f2ff6e08b4aeedd85914c5a27fc402900aee5eacc040 done 03:45:22 #8 exporting manifest sha256:db3ef572efc21857d1d39dbbc4bcadf91a711e67af7f1008939fd845d5ed53c7 done 03:45:22 #8 exporting config sha256:5744d879db57b2621bcf6d42792de05d9fc9de2f720b8cccd8a04e72c6a13e88 done 03:45:22 #8 exporting manifest list sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 done 03:45:22 #8 pushing layers 0.0s done 03:45:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 0.1s done 03:45:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:22 #8 DONE 0.1s 03:45:22 03:45:22 1 warning found (use --debug to expand): 03:45:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 03:45:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 03:45:23 #1 [internal] load build definition from Dockerfile 03:45:23 #1 transferring dockerfile: 170B done 03:45:23 #1 DONE 0.0s 03:45:23 03:45:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:45:23 #2 DONE 0.0s 03:45:23 03:45:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:45:23 #3 DONE 0.0s 03:45:23 03:45:23 #4 [internal] load .dockerignore 03:45:23 #4 transferring context: 2B done 03:45:23 #4 DONE 0.0s 03:45:23 03:45:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:23 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:23 #5 CACHED 03:45:23 03:45:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 03:45:23 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e64986f99af9543163c18e14a30c7b985e78829c2026cb3470d9040fa8360443 0.0s done 03:45:23 #6 CACHED 03:45:23 03:45:23 #7 exporting to image 03:45:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:23 #7 exporting layers done 03:45:23 #7 exporting manifest sha256:027447af7e5cec2456430c1901bf6287a9959b98aadd1c2b09ecb5b3f57b1d50 done 03:45:23 #7 exporting config sha256:e8a63ace7e87b3921b64f2ff6e08b4aeedd85914c5a27fc402900aee5eacc040 done 03:45:23 #7 exporting manifest sha256:db3ef572efc21857d1d39dbbc4bcadf91a711e67af7f1008939fd845d5ed53c7 done 03:45:23 #7 exporting config sha256:5744d879db57b2621bcf6d42792de05d9fc9de2f720b8cccd8a04e72c6a13e88 done 03:45:23 #7 exporting manifest list sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 done 03:45:23 #7 pushing layers 0.0s done 03:45:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:89c6ad01428a0d16632813a0228cf1d8f0d10129ee5b96489f0408e8b75741f6 0.1s done 03:45:23 #7 DONE 0.1s 03:45:23 03:45:23 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:45:23 #8 DONE 0.0s 03:45:23 03:45:23 1 warning found (use --debug to expand): 03:45:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df' 03:45:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df --push - 03:45:23 #1 [internal] load build definition from Dockerfile 03:45:23 #1 transferring dockerfile: 202B done 03:45:23 #1 DONE 0.0s 03:45:23 03:45:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:23 #2 DONE 0.0s 03:45:23 03:45:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df 03:45:23 #3 DONE 0.1s 03:45:23 03:45:23 #4 [internal] load .dockerignore 03:45:23 #4 transferring context: 2B done 03:45:23 #4 DONE 0.0s 03:45:23 03:45:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:23 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:23 #5 DONE 0.0s 03:45:23 03:45:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:23 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:23 #6 DONE 0.1s 03:45:23 03:45:23 #7 exporting to image 03:45:23 #7 exporting layers done 03:45:23 #7 exporting manifest sha256:03bb4f386b03bb5d362c8a117284cb184309efe585e3a255611700fd443d7d53 done 03:45:23 #7 exporting config sha256:32d922d6f82ae175755f3d5bf7a4289ce6ed9dd583dfbc447d5d76d5d832d305 03:45:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:23 #7 ... 03:45:23 03:45:23 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:45:23 #8 DONE 0.0s 03:45:23 03:45:23 #7 exporting to image 03:45:23 #7 exporting config sha256:32d922d6f82ae175755f3d5bf7a4289ce6ed9dd583dfbc447d5d76d5d832d305 done 03:45:23 #7 exporting manifest sha256:1f266a41fb8e29168d4df284d2cee8a3619a657318368458c9b80dbc20a640a8 done 03:45:23 #7 exporting config sha256:862be3b71c584aad0fe507ba13e6ce10e00fc6d9b425dbfca2309655bb268402 done 03:45:23 #7 exporting manifest list sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 done 03:45:23 #7 pushing layers 0.1s done 03:45:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 03:45:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df@sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 0.1s done 03:45:24 #7 DONE 0.2s 03:45:24 03:45:24 1 warning found (use --debug to expand): 03:45:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 03:45:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 03:45:24 #1 [internal] load build definition from Dockerfile 03:45:24 #1 transferring dockerfile: 168B done 03:45:24 #1 DONE 0.0s 03:45:24 03:45:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:45:24 #2 DONE 0.0s 03:45:24 03:45:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:45:24 #3 DONE 0.0s 03:45:24 03:45:24 #4 [internal] load .dockerignore 03:45:24 #4 transferring context: 2B done 03:45:24 #4 DONE 0.0s 03:45:24 03:45:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:24 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:24 #5 CACHED 03:45:24 03:45:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:24 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:24 #6 CACHED 03:45:24 03:45:24 #7 exporting to image 03:45:24 #7 exporting layers 03:45:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:24 #7 exporting layers done 03:45:24 #7 exporting manifest sha256:03bb4f386b03bb5d362c8a117284cb184309efe585e3a255611700fd443d7d53 done 03:45:24 #7 exporting config sha256:32d922d6f82ae175755f3d5bf7a4289ce6ed9dd583dfbc447d5d76d5d832d305 done 03:45:24 #7 exporting manifest sha256:1f266a41fb8e29168d4df284d2cee8a3619a657318368458c9b80dbc20a640a8 done 03:45:24 #7 exporting config sha256:862be3b71c584aad0fe507ba13e6ce10e00fc6d9b425dbfca2309655bb268402 done 03:45:24 #7 exporting manifest list sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 done 03:45:24 #7 pushing layers 0.0s done 03:45:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 0.1s done 03:45:24 #7 DONE 0.1s 03:45:24 03:45:24 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:45:24 #8 DONE 0.0s 03:45:24 03:45:24 1 warning found (use --debug to expand): 03:45:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 --push - 03:45:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14' 03:45:25 #1 [internal] load build definition from Dockerfile 03:45:25 #1 transferring dockerfile: 174B done 03:45:25 #1 DONE 0.0s 03:45:25 03:45:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 03:45:25 #2 DONE 0.0s 03:45:25 03:45:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14 03:45:25 #3 DONE 0.0s 03:45:25 03:45:25 #4 [internal] load .dockerignore 03:45:25 #4 transferring context: 2B done 03:45:25 #4 DONE 0.0s 03:45:25 03:45:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:25 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:25 #5 CACHED 03:45:25 03:45:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:25 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:25 #6 CACHED 03:45:25 03:45:25 #7 exporting to image 03:45:25 #7 exporting layers done 03:45:25 #7 exporting manifest sha256:03bb4f386b03bb5d362c8a117284cb184309efe585e3a255611700fd443d7d53 done 03:45:25 #7 exporting config sha256:32d922d6f82ae175755f3d5bf7a4289ce6ed9dd583dfbc447d5d76d5d832d305 done 03:45:25 #7 exporting manifest sha256:1f266a41fb8e29168d4df284d2cee8a3619a657318368458c9b80dbc20a640a8 03:45:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:25 #7 exporting manifest sha256:1f266a41fb8e29168d4df284d2cee8a3619a657318368458c9b80dbc20a640a8 done 03:45:25 #7 exporting config sha256:862be3b71c584aad0fe507ba13e6ce10e00fc6d9b425dbfca2309655bb268402 done 03:45:25 #7 exporting manifest list sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 done 03:45:25 #7 pushing layers 0.0s done 03:45:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.14@sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 0.1s done 03:45:25 #7 DONE 0.1s 03:45:25 03:45:25 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:45:25 #8 DONE 0.0s 03:45:25 03:45:25 1 warning found (use --debug to expand): 03:45:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14' 03:45:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 --push - 03:45:25 #1 [internal] load build definition from Dockerfile 03:45:25 #1 transferring dockerfile: 215B done 03:45:25 #1 DONE 0.0s 03:45:25 03:45:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:25 #2 DONE 0.0s 03:45:25 03:45:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 03:45:25 #3 DONE 0.0s 03:45:25 03:45:25 #4 [internal] load .dockerignore 03:45:25 #4 transferring context: 2B done 03:45:25 #4 DONE 0.0s 03:45:25 03:45:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:25 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:25 #5 CACHED 03:45:25 03:45:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:25 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:25 #6 CACHED 03:45:25 03:45:25 #7 exporting to image 03:45:25 #7 exporting layers done 03:45:25 #7 exporting manifest sha256:03bb4f386b03bb5d362c8a117284cb184309efe585e3a255611700fd443d7d53 done 03:45:25 #7 exporting config sha256:32d922d6f82ae175755f3d5bf7a4289ce6ed9dd583dfbc447d5d76d5d832d305 done 03:45:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:25 #7 exporting manifest sha256:1f266a41fb8e29168d4df284d2cee8a3619a657318368458c9b80dbc20a640a8 done 03:45:25 #7 exporting config sha256:862be3b71c584aad0fe507ba13e6ce10e00fc6d9b425dbfca2309655bb268402 done 03:45:25 #7 exporting manifest list sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 done 03:45:25 #7 pushing layers 0.0s done 03:45:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14@sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 0.1s done 03:45:25 #7 DONE 0.1s 03:45:25 03:45:25 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:45:25 #8 DONE 0.0s 03:45:25 03:45:25 1 warning found (use --debug to expand): 03:45:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:45:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 03:45:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 03:45:26 #1 [internal] load build definition from Dockerfile 03:45:26 #1 transferring dockerfile: 166B done 03:45:26 #1 DONE 0.0s 03:45:26 03:45:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:45:26 #2 DONE 0.0s 03:45:26 03:45:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:45:26 #3 DONE 0.0s 03:45:26 03:45:26 #4 [internal] load .dockerignore 03:45:26 #4 transferring context: 2B done 03:45:26 #4 DONE 0.0s 03:45:26 03:45:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:26 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:26 #5 CACHED 03:45:26 03:45:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 03:45:26 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a69bce1a4aff41a99e2b71cd80934481d60bbf67f6af944b8fbcba0cc841dadc 0.0s done 03:45:26 #6 CACHED 03:45:26 03:45:26 #7 exporting to image 03:45:26 #7 exporting layers 03:45:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:45:26 #7 exporting layers done 03:45:26 #7 exporting manifest sha256:03bb4f386b03bb5d362c8a117284cb184309efe585e3a255611700fd443d7d53 done 03:45:26 #7 exporting config sha256:32d922d6f82ae175755f3d5bf7a4289ce6ed9dd583dfbc447d5d76d5d832d305 done 03:45:26 #7 exporting manifest sha256:1f266a41fb8e29168d4df284d2cee8a3619a657318368458c9b80dbc20a640a8 done 03:45:26 #7 exporting config sha256:862be3b71c584aad0fe507ba13e6ce10e00fc6d9b425dbfca2309655bb268402 done 03:45:26 #7 exporting manifest list sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 done 03:45:26 #7 pushing layers 0.0s done 03:45:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f00e3979c3f59a4c4c20afb52ed55b8c4376d57b46661d944fcc50e63feaf4e3 0.1s done 03:45:26 #7 DONE 0.1s 03:45:26 03:45:26 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:45:26 #8 DONE 0.0s 03:45:26 03:45:26 1 warning found (use --debug to expand): 03: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 03:45:26 + '[' -d /w/workspace/edgex-go/841/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:45:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:45:27 ---> package-listing.sh 03:45:27 ++ facter osfamily 03:45:27 ++ tr '[:upper:]' '[:lower:]' 03:45:27 + OS_FAMILY=redhat 03:45:27 + workspace=/w/workspace/edgex-go/841 03:45:27 + START_PACKAGES=/tmp/packages_start.txt 03:45:27 + END_PACKAGES=/tmp/packages_end.txt 03:45:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:45:27 + PACKAGES=/tmp/packages_start.txt 03:45:27 + '[' /w/workspace/edgex-go/841 ']' 03:45:27 + PACKAGES=/tmp/packages_end.txt 03:45:27 + case "${OS_FAMILY}" in 03:45:27 + rpm -qa 03:45:27 + sort 03:45:28 + '[' -f /tmp/packages_start.txt ']' 03:45:28 + '[' -f /tmp/packages_end.txt ']' 03:45:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:45:28 + '[' /w/workspace/edgex-go/841 ']' 03:45:28 + mkdir -p /w/workspace/edgex-go/841/archives/ 03:45:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/841/archives/ [Pipeline] echo 03: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/841/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:45:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:45:29 03:45:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:45:29 latest: Pulling from edgex-lftools-log-publisher 03:45:29 5eb5b503b376: Pulling fs layer 03:45:29 5c69ac0246d0: Pulling fs layer 03:45:29 ec43610c2a17: Pulling fs layer 03:45:29 3a2ae6a8a46f: Pulling fs layer 03:45:29 33b1e0a273af: Pulling fs layer 03:45:29 5d3b04190fa2: Pulling fs layer 03:45:29 2f39f015ded8: Pulling fs layer 03:45:29 3a2ae6a8a46f: Waiting 03:45:29 33b1e0a273af: Waiting 03:45:29 5d3b04190fa2: Waiting 03:45:29 2f39f015ded8: Waiting 03:45:29 5c69ac0246d0: Verifying Checksum 03:45:29 5c69ac0246d0: Download complete 03:45:29 3a2ae6a8a46f: Verifying Checksum 03:45:29 3a2ae6a8a46f: Download complete 03:45:29 33b1e0a273af: Verifying Checksum 03:45:29 33b1e0a273af: Download complete 03:45:29 ec43610c2a17: Verifying Checksum 03:45:29 ec43610c2a17: Download complete 03:45:29 5d3b04190fa2: Verifying Checksum 03:45:29 5d3b04190fa2: Download complete 03:45:29 5eb5b503b376: Verifying Checksum 03:45:29 5eb5b503b376: Download complete 03:45:30 2f39f015ded8: Verifying Checksum 03:45:30 2f39f015ded8: Download complete 03:45:31 5eb5b503b376: Pull complete 03:45:31 5c69ac0246d0: Pull complete 03:45:31 ec43610c2a17: Pull complete 03:45:31 3a2ae6a8a46f: Pull complete 03:45:31 33b1e0a273af: Pull complete 03:45:32 5d3b04190fa2: Pull complete 03:45:36 2f39f015ded8: Pull complete 03:45:36 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:45:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:36 prd-centos7-docker-4c-2g-2314 does not seem to be running inside a container 03: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/841/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:45:40 $ docker top ac8fec7f9ad184dea1bad69d1cfc98f751e5b131991b331e9955261c28700483 -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:40 + touch /tmp/pre-build-complete [Pipeline] sh 03:45:40 + mkdir -p /var/log/sysstat [Pipeline] sh 03:45:41 + ls /var/log/sa-host 03:45:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:45:41 provisioning config files... 03:45:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9315821269811173437tmp [Pipeline] { [Pipeline] echo 03:45:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:45:41 ---> create-netrc.sh [Pipeline] } 03:45:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:45:41 ---> python-tools-install.sh [Pipeline] echo 03:45:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:45:42 ---> sudo-logs.sh 03:45:42 Archiving 'sudo' log.. 03:45:42 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:45:42 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:45:42 $ docker stop --time=1 ac8fec7f9ad184dea1bad69d1cfc98f751e5b131991b331e9955261c28700483 03:45:43 $ docker rm -f --volumes ac8fec7f9ad184dea1bad69d1cfc98f751e5b131991b331e9955261c28700483 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:45:43 [WS-CLEANUP] Deleting project workspace... 03:45:43 [WS-CLEANUP] Deferred wipeout is used... 03: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] } 03:59:23 #144 ... 03:59:23 03:59:23 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:59:23 #145 DONE 1046.0s 03:59:23 03:59:23 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:59:23 #148 ... 03:59:23 03:59:23 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:59:23 #155 DONE 0.3s 03:59:23 03:59:23 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:59:23 #156 DONE 0.1s 03:59:23 03:59:23 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:59:23 #157 DONE 0.3s 03:59:23 03:59:23 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:59:23 #149 ... 03:59:23 03:59:23 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:59:23 #158 DONE 0.1s 03:59:23 03:59:23 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:59:23 #159 DONE 0.2s 03:59:23 03:59:23 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:59:23 #160 DONE 2.3s 03:59:23 03:59:23 #108 [core-common-config-bootstrapper] exporting to image 03:59:23 #108 exporting layers 03:59:23 #108 exporting layers 0.6s done 03:59:23 #108 writing image sha256:fc4405376ac3c5fd45128b013274c559e8f91af404cbafb16cf77d3de4456e2e done 03:59:23 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:59:23 #108 DONE 5.6s 03:59:23 03:59:23 #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:31 #126 ... 03:59:31 03:59:31 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:59:31 #152 DONE 1061.5s 03:59:31 03:59:31 #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:31 #126 ... 03:59:31 03:59:31 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:59:31 #161 DONE 0.2s 03:59:31 03:59:31 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:59:33 #162 DONE 2.1s 03:59:33 03:59:33 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:59:33 #163 DONE 0.2s 03:59:33 03:59:33 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:59:33 #149 ... 03:59:33 03:59:33 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:59:33 #164 DONE 0.3s 03:59:33 03:59:33 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:59:33 #149 ... 03:59:33 03:59:33 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:59:33 #165 DONE 0.3s 03:59:33 03:59:33 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:59:34 #166 DONE 0.2s 03:59:34 03:59:34 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:59:34 #167 DONE 0.2s 03:59:34 03:59:34 #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:34 #126 ... 03:59:34 03:59:34 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 03:59:34 #168 DONE 0.1s 03:59:34 03:59:34 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:59:34 #169 DONE 0.2s 03:59:34 03:59:34 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:59:34 #170 DONE 0.1s 03:59:34 03:59:34 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:59:36 #171 DONE 2.0s 03:59:36 03:59:36 #108 [security-bootstrapper] exporting to image 03:59:36 #108 exporting layers 03:59:38 #108 exporting layers 1.2s done 03:59:38 #108 writing image sha256:b2b4d2189f54a8a777d67258ac146e0fc5be8ba6b69801d95c4031fd93760670 done 03:59:38 #108 naming to docker.io/library/security-bootstrapper-arm64 done 03:59:38 #108 DONE 6.8s 03:59:38 03:59:38 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:13:45 #149 ... 04:13:45 04:13:45 #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:13:45 #126 DONE 1908.3s 04:13:45 04:13:45 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:13:45 #33 ... 04:13:45 04:13:45 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:13:45 #172 DONE 0.2s 04:13:45 04:13:45 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:13:45 #173 DONE 0.1s 04:13:45 04:13:45 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:13:45 #174 DONE 0.4s 04:13:45 04:13:45 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:13:45 #175 DONE 0.2s 04:13:45 04:13:45 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:13:45 #33 ... 04:13:45 04:13:45 #108 [core-command] exporting to image 04:13:45 #108 exporting layers 04:13:45 #108 exporting layers 0.4s done 04:13:45 #108 writing image sha256:d037ee5d10027dd0fedc840dafe2d3400d673c3b6ee5fa8082ecb0da20ad22e6 0.0s done 04:13:45 #108 naming to docker.io/library/core-command-arm64 done 04:13:45 #108 DONE 7.2s 04:13:45 04:13:45 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:14:17 #153 ... 04:14:17 04:14:17 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:14:17 #149 1944.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.14 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:14:17 #149 ... 04:14:17 04:14:17 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:14:17 #148 DONE 1947.9s 04:14:17 04:14:17 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:14:17 #33 ... 04:14:17 04:14:17 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:14:17 #176 DONE 0.2s 04:14:17 04:14:17 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:14:17 #147 ... 04:14:17 04:14:17 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:14:17 #177 DONE 0.1s 04:14:17 04:14:17 #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 04:14:17 #178 DONE 0.2s 04:14:17 04:14:17 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:14:17 #179 DONE 0.1s 04:14:17 04:14:17 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:14:17 #180 DONE 0.3s 04:14:17 04:14:17 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:14:18 #181 DONE 0.1s 04:14:18 04:14:18 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:14:20 #182 DONE 2.1s 04:14:20 04:14:20 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:14:20 #153 ... 04:14:20 04:14:20 #108 [security-proxy-setup] exporting to image 04:14:20 #108 exporting layers 04:14:21 #108 exporting layers 0.9s done 04:14:21 #108 writing image sha256:32d42547a2f8d6bb09abc85865980bb0261b220129b39736aa87d249a01d8c2e done 04:14:21 #108 naming to docker.io/library/security-proxy-setup-arm64 done 04:14:21 #108 DONE 8.1s 04:14:21 04:14:21 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:14:47 #149 DONE 1976.3s 04:14:47 04:14:47 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:14:47 #153 ... 04:14:47 04:14:47 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:14:47 #183 DONE 0.2s 04:14:47 04:14:47 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:14:47 #33 ... 04:14:47 04:14:47 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:14:47 #184 DONE 0.1s 04:14:47 04:14:47 #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 04:14:47 #185 DONE 0.2s 04:14:47 04:14:47 #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 04:14:47 #186 DONE 0.1s 04:14:47 04:14:47 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:14:47 #187 DONE 0.2s 04:14:47 04:14:47 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:14:47 #188 DONE 0.4s 04:14:47 04:14:47 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:14:47 #189 DONE 0.5s 04:14:47 04:14:47 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:14:47 #190 DONE 0.1s 04:14:47 04:14:47 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:14:47 #150 ... 04:14:47 04:14:47 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:14:49 #191 DONE 1.9s 04:14:49 04:14:49 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:14:49 #144 ... 04:14:49 04:14:49 #108 [security-secretstore-setup] exporting to image 04:14:49 #108 exporting layers 04:14:50 #108 exporting layers 1.4s done 04:14:50 #108 writing image sha256:7a2e144d2d88fdd59322164e556461f6080d24e34a10216ed4e57403cc84ae30 done 04:14:50 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 04:14:50 #108 DONE 9.5s 04:14:50 04:14:50 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:15:58 #146 ... 04:15:58 04:15:58 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:15:58 #144 DONE 2044.2s 04:15:58 04:15:58 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:15:58 #147 ... 04:15:58 04:15:58 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:15:58 #192 DONE 0.1s 04:15:58 04:15:58 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:15:58 #193 DONE 0.1s 04:15:58 04:15:58 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:15:58 #33 ... 04:15:58 04:15:58 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:15:58 #194 DONE 0.4s 04:15:58 04:15:58 #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 04:15:58 #195 DONE 0.1s 04:15:58 04:15:58 #108 [security-spiffe-token-provider] exporting to image 04:15:58 #108 exporting layers 04:15:58 #108 exporting layers 1.2s done 04:15:58 #108 writing image sha256:66146b7f04b288ccd9e5c9f247a8f9980ca54937b257f5e3aff3588bfd291013 done 04:15:58 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 04:15:58 #108 DONE 10.7s 04:15:58 04:15:58 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:16:21 #153 ... 04:16:21 04:16:21 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:16:21 #150 DONE 2071.2s 04:16:21 04:16:21 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:21 #146 ... 04:16:21 04:16:21 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:16:21 #196 DONE 0.1s 04:16:21 04:16:21 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:21 #146 ... 04:16:21 04:16:21 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:16:21 #197 DONE 0.2s 04:16:21 04:16:21 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:16:21 #33 ... 04:16:21 04:16:21 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:16:21 #198 DONE 0.4s 04:16:21 04:16:21 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:16:21 #199 DONE 0.1s 04:16:21 04:16:21 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:16:21 #200 DONE 0.1s 04:16:21 04:16:21 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:21 #146 ... 04:16:21 04:16:21 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:16:22 #201 DONE 1.8s 04:16:22 04:16:22 #108 [security-proxy-auth] exporting to image 04:16:22 #108 exporting layers 04:16:23 #108 exporting layers 0.7s done 04:16:23 #108 writing image sha256:82162cac58c41159020bec5c17a31394e823d6d7b80fb32af35ce942665ad086 done 04:16:23 #108 naming to docker.io/library/security-proxy-auth-arm64 done 04:16:23 #108 DONE 11.4s 04:16:23 04:16:23 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:16:26 #153 ... 04:16:26 04:16:26 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:16:26 #147 DONE 2078.5s 04:16:26 04:16:26 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:16:27 #33 ... 04:16:27 04:16:27 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:16:27 #202 DONE 0.2s 04:16:27 04:16:27 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:16:28 #203 DONE 0.4s 04:16:28 04:16:28 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:16:28 #204 DONE 0.1s 04:16:28 04:16:28 #108 [core-keeper] exporting to image 04:16:28 #108 exporting layers 0.5s done 04:16:28 #108 writing image sha256:6a3ebfa577797b427fb9f5b790c3f25b732e602c7e7e00a38a37df269e6fbaf7 0.0s done 04:16:28 #108 naming to docker.io/library/core-keeper-arm64 04:16:28 #108 naming to docker.io/library/core-keeper-arm64 done 04:16:28 #108 DONE 12.0s 04:16:28 04:16:28 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:16:29 #154 ... 04:16:29 04:16:29 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:29 #146 DONE 2080.8s 04:16:29 04:16:29 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:16:29 #151 ... 04:16:29 04:16:29 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:16:29 #205 DONE 0.3s 04:16:29 04:16:29 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:16:30 #206 DONE 0.2s 04:16:30 04:16:30 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:16:30 #207 ... 04:16:30 04:16:30 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:16:30 #154 DONE 2082.0s 04:16:30 04:16:30 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:16:31 #151 ... 04:16:31 04:16:31 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:16:31 #207 DONE 0.8s 04:16:31 04:16:31 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:16:31 #208 DONE 0.3s 04:16:31 04:16:31 #108 [core-data] exporting to image 04:16:31 #108 ... 04:16:31 04:16:31 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:16:31 #209 DONE 0.4s 04:16:31 04:16:31 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:16:31 #210 DONE 0.2s 04:16:31 04:16:31 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:16:32 #211 ... 04:16:32 04:16:32 #108 [core-data] exporting to image 04:16:32 #108 exporting layers 0.8s done 04:16:32 #108 writing image sha256:010ec14d0acc635bf9b48dd683bfad7852e2724dd5ff68c06705456b38fab250 0.0s done 04:16:32 #108 naming to docker.io/library/core-data-arm64 done 04:16:32 #108 DONE 12.8s 04:16:32 04:16:32 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:16:32 #211 DONE 0.6s 04:16:32 04:16:32 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:16:32 #212 DONE 0.1s 04:16:32 04:16:32 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:16:32 #213 DONE 0.1s 04:16:32 04:16:32 #108 [core-metadata] exporting to image 04:16:32 #108 exporting layers 0.4s done 04:16:33 #108 writing image sha256:324365946d0d703003f49d2180f0626c254e72ef77c24f5ca24224c6c75f5a27 done 04:16:33 #108 naming to docker.io/library/core-metadata-arm64 done 04:16:33 #108 DONE 13.2s 04:16:33 04:16:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:17:05 #151 DONE 2112.0s 04:17:05 04:17:05 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:17:05 #33 ... 04:17:05 04:17:05 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:17:05 #214 DONE 0.1s 04:17:05 04:17:05 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:17:05 #215 DONE 0.1s 04:17:05 04:17:05 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:17:05 #33 ... 04:17:05 04:17:05 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:17:05 #216 DONE 0.6s 04:17:05 04:17:05 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:17:05 #217 DONE 0.1s 04:17:05 04:17:05 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:17:05 #153 ... 04:17:05 04:17:05 #108 [support-scheduler] exporting to image 04:17:05 #108 exporting layers 04:17:05 #108 exporting layers 1.1s done 04:17:05 #108 writing image sha256:4e595b57e8c78437b6bdb4cfff2fb6b481b6c181d408588fa0af72cdfd3bc27c done 04:17:05 #108 naming to docker.io/library/support-scheduler-arm64 done 04:17:05 #108 DONE 14.3s 04:17:05 04:17:05 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:17:06 #153 DONE 2118.3s 04:17:06 04:17:06 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:17:06 #33 ... 04:17:06 04:17:06 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:17:06 #218 DONE 0.1s 04:17:07 04:17:07 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:17:07 #33 ... 04:17:07 04:17:07 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:17:07 #219 DONE 0.1s 04:17:07 04:17:07 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:17:07 #220 DONE 0.4s 04:17:07 04:17:07 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:17:07 #33 ... 04:17:07 04:17:07 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:17:07 #221 DONE 0.1s 04:17:07 04:17:07 #108 [support-notifications] exporting to image 04:17:08 #108 exporting layers 0.5s done 04:17:08 #108 writing image sha256:9fee0d1266ede4cf19ee247de88a4820f9833cbe38b96edf909cdc2c5ae01061 done 04:17:08 #108 naming to docker.io/library/support-notifications-arm64 done 04:17:08 #108 DONE 14.8s 04:17:08 04:17:08 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:17:08 time="2025-05-27T03:38:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:17:08 $ docker stop --time=1 2fb763bb38c7c305ea7b024f379fc2b2eebe7db1a500fa8e2fa31255c4370b8f 04:17:11 $ docker rm -f --volumes 2fb763bb38c7c305ea7b024f379fc2b2eebe7db1a500fa8e2fa31255c4370b8f [Pipeline] // withDockerContainer [Pipeline] sh 04:17:15 + docker images 04:17:15 REPOSITORY TAG IMAGE ID CREATED SIZE 04:17:15 support-notifications-arm64 latest 9fee0d1266ed 7 seconds ago 52.3MB 04:17:15 support-scheduler-arm64 latest 4e595b57e8c7 13 seconds ago 48.5MB 04:17:15 core-metadata-arm64 latest 324365946d0d 42 seconds ago 33.1MB 04:17:15 core-data-arm64 latest 010ec14d0acc 44 seconds ago 33MB 04:17:15 core-keeper-arm64 latest 6a3ebfa57779 46 seconds ago 32.6MB 04:17:15 security-proxy-auth-arm64 latest 82162cac58c4 52 seconds ago 31.9MB 04:17:15 security-spiffe-token-provider-arm64 latest 66146b7f04b2 About a minute ago 48.1MB 04:17:15 security-secretstore-setup-arm64 latest 7a2e144d2d88 2 minutes ago 67.6MB 04:17:15 security-proxy-setup-arm64 latest 32d42547a2f8 2 minutes ago 38.7MB 04:17:15 core-command-arm64 latest d037ee5d1002 3 minutes ago 28.5MB 04:17:15 security-bootstrapper-arm64 latest b2b4d2189f54 17 minutes ago 21.1MB 04:17:15 core-common-config-bootstrapper-arm64 latest fc4405376ac3 17 minutes ago 17.9MB 04:17:15 security-spire-agent-arm64 latest 7ad1745ae053 37 minutes ago 187MB 04:17:15 security-spire-server-arm64 latest 7f81a34aa411 37 minutes ago 144MB 04:17:15 security-spire-config-arm64 latest f4ddbfd90ff5 37 minutes ago 143MB 04:17:15 ci-base-image-arm64 latest 911bd576b9c5 38 minutes ago 910MB 04:17:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 04:17:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:15 provisioning config files... 04:17:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/841@tmp/config3597119099406773681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:16 ---> ****-login.sh 04:17:16 nexus3.edgexfoundry.org:10001 04:17:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:16 Configure a credential helper to remove this warning. See 04:17:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:16 04:17:16 Login Succeeded 04:17:16 nexus3.edgexfoundry.org:10002 04:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:17 Configure a credential helper to remove this warning. See 04:17:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:17 04:17:17 Login Succeeded 04:17:17 nexus3.edgexfoundry.org:10003 04:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:17 Configure a credential helper to remove this warning. See 04:17:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:17 04:17:17 Login Succeeded 04:17:17 nexus3.edgexfoundry.org:10004 04:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:17 Configure a credential helper to remove this warning. See 04:17:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:17 04:17:17 Login Succeeded 04:17:17 ****.io 04:17:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:17:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:17:18 Configure a credential helper to remove this warning. See 04:17:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:17:18 04:17:18 Login Succeeded 04:17:18 ---> ****-login.sh ends [Pipeline] } 04:17:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:17:18 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 04:17:18 7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:18 latest 04:17:18 4.1.0-dev.14 04:17:18 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:18 main 04:17:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:17:19 fd742fd75cd2: Preparing 04:17:19 f1a4fab945e9: Preparing 04:17:19 51341df20402: Preparing 04:17:19 f357e82fb27a: Preparing 04:17:19 1dcccd3ea76e: Preparing 04:17:19 8d5812f3295f: Preparing 04:17:19 dd9c8f8612c8: Preparing 04:17:19 8d5812f3295f: Waiting 04:17:19 51341df20402: Pushed 04:17:19 f357e82fb27a: Pushed 04:17:19 1dcccd3ea76e: Pushed 04:17:19 fd742fd75cd2: Pushed 04:17:19 dd9c8f8612c8: Layer already exists 04:17:19 8d5812f3295f: Pushed 04:17:23 f1a4fab945e9: Pushed 04:17:23 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:3bdbb76f789074a14655b0eb46074bf56ae608630c642838999c54038dff3277 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:17:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:17:24 fd742fd75cd2: Preparing 04:17:24 f1a4fab945e9: Preparing 04:17:24 51341df20402: Preparing 04:17:24 f357e82fb27a: Preparing 04:17:24 1dcccd3ea76e: Preparing 04:17:24 8d5812f3295f: Preparing 04:17:24 dd9c8f8612c8: Preparing 04:17:24 8d5812f3295f: Waiting 04:17:24 dd9c8f8612c8: Waiting 04:17:24 fd742fd75cd2: Layer already exists 04:17:24 51341df20402: Layer already exists 04:17:24 1dcccd3ea76e: Layer already exists 04:17:24 f1a4fab945e9: Layer already exists 04:17:24 f357e82fb27a: Layer already exists 04:17:24 dd9c8f8612c8: Layer already exists 04:17:24 8d5812f3295f: Layer already exists 04:17:24 latest: digest: sha256:3bdbb76f789074a14655b0eb46074bf56ae608630c642838999c54038dff3277 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.14 04:17:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:17:25 fd742fd75cd2: Preparing 04:17:25 f1a4fab945e9: Preparing 04:17:25 51341df20402: Preparing 04:17:25 f357e82fb27a: Preparing 04:17:25 1dcccd3ea76e: Preparing 04:17:25 8d5812f3295f: Preparing 04:17:25 dd9c8f8612c8: Preparing 04:17:25 8d5812f3295f: Waiting 04:17:25 51341df20402: Layer already exists 04:17:25 fd742fd75cd2: Layer already exists 04:17:25 1dcccd3ea76e: Layer already exists 04:17:25 f357e82fb27a: Layer already exists 04:17:25 f1a4fab945e9: Layer already exists 04:17:25 8d5812f3295f: Layer already exists 04:17:25 dd9c8f8612c8: Layer already exists 04:17:25 4.1.0-dev.14: digest: sha256:3bdbb76f789074a14655b0eb46074bf56ae608630c642838999c54038dff3277 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:17:26 fd742fd75cd2: Preparing 04:17:26 f1a4fab945e9: Preparing 04:17:26 51341df20402: Preparing 04:17:26 f357e82fb27a: Preparing 04:17:26 1dcccd3ea76e: Preparing 04:17:26 8d5812f3295f: Preparing 04:17:26 dd9c8f8612c8: Preparing 04:17:26 8d5812f3295f: Waiting 04:17:26 dd9c8f8612c8: Waiting 04:17:26 fd742fd75cd2: Layer already exists 04:17:26 f1a4fab945e9: Layer already exists 04:17:26 1dcccd3ea76e: Layer already exists 04:17:26 f357e82fb27a: Layer already exists 04:17:26 51341df20402: Layer already exists 04:17:26 8d5812f3295f: Layer already exists 04:17:26 dd9c8f8612c8: Layer already exists 04:17:26 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:3bdbb76f789074a14655b0eb46074bf56ae608630c642838999c54038dff3277 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 04:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:17:27 fd742fd75cd2: Preparing 04:17:27 f1a4fab945e9: Preparing 04:17:27 51341df20402: Preparing 04:17:27 f357e82fb27a: Preparing 04:17:27 1dcccd3ea76e: Preparing 04:17:27 8d5812f3295f: Preparing 04:17:27 dd9c8f8612c8: Preparing 04:17:27 8d5812f3295f: Waiting 04:17:27 dd9c8f8612c8: Waiting 04:17:27 f1a4fab945e9: Layer already exists 04:17:27 f357e82fb27a: Layer already exists 04:17:27 fd742fd75cd2: Layer already exists 04:17:27 1dcccd3ea76e: Layer already exists 04:17:27 51341df20402: Layer already exists 04:17:27 8d5812f3295f: Layer already exists 04:17:27 dd9c8f8612c8: Layer already exists 04:17:27 main: digest: sha256:3bdbb76f789074a14655b0eb46074bf56ae608630c642838999c54038dff3277 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:27 ===================================================== [Pipeline] echo 04:17:27 taggedImages: 04:17:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:17:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.14 04:17:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:17:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 04:17:27 7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:27 latest 04:17:27 4.1.0-dev.14 04:17:27 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:27 main 04:17:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:17:28 23d2e3d5b4a0: Preparing 04:17:28 6e38c62f2cad: Preparing 04:17:28 ce9a776e19fe: Preparing 04:17:28 bff8c1ed2f87: Preparing 04:17:28 51341df20402: Preparing 04:17:28 f357e82fb27a: Preparing 04:17:28 1dcccd3ea76e: Preparing 04:17:28 8d5812f3295f: Preparing 04:17:28 dd9c8f8612c8: Preparing 04:17:28 f357e82fb27a: Waiting 04:17:28 1dcccd3ea76e: Waiting 04:17:28 8d5812f3295f: Waiting 04:17:28 dd9c8f8612c8: Waiting 04:17:28 51341df20402: Layer already exists 04:17:28 f357e82fb27a: Layer already exists 04:17:28 1dcccd3ea76e: Layer already exists 04:17:28 ce9a776e19fe: Pushed 04:17:28 6e38c62f2cad: Pushed 04:17:28 8d5812f3295f: Layer already exists 04:17:28 23d2e3d5b4a0: Pushed 04:17:28 dd9c8f8612c8: Layer already exists 04:17:30 bff8c1ed2f87: Pushed 04:17:30 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:931b2acb5b18981a7d5cad435c835567e9946a4f89f22c9a52d0dd3ef5dc3f05 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:31 + 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 04:17:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:17:32 23d2e3d5b4a0: Preparing 04:17:32 6e38c62f2cad: Preparing 04:17:32 ce9a776e19fe: Preparing 04:17:32 bff8c1ed2f87: Preparing 04:17:32 51341df20402: Preparing 04:17:32 f357e82fb27a: Preparing 04:17:32 1dcccd3ea76e: Preparing 04:17:32 8d5812f3295f: Preparing 04:17:32 dd9c8f8612c8: Preparing 04:17:32 1dcccd3ea76e: Waiting 04:17:32 8d5812f3295f: Waiting 04:17:32 dd9c8f8612c8: Waiting 04:17:32 f357e82fb27a: Waiting 04:17:32 6e38c62f2cad: Layer already exists 04:17:32 ce9a776e19fe: Layer already exists 04:17:32 51341df20402: Layer already exists 04:17:32 23d2e3d5b4a0: Layer already exists 04:17:32 bff8c1ed2f87: Layer already exists 04:17:32 f357e82fb27a: Layer already exists 04:17:32 8d5812f3295f: Layer already exists 04:17:32 1dcccd3ea76e: Layer already exists 04:17:32 dd9c8f8612c8: Layer already exists 04:17:32 latest: digest: sha256:931b2acb5b18981a7d5cad435c835567e9946a4f89f22c9a52d0dd3ef5dc3f05 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.14 04:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:17:32 23d2e3d5b4a0: Preparing 04:17:32 6e38c62f2cad: Preparing 04:17:32 ce9a776e19fe: Preparing 04:17:32 bff8c1ed2f87: Preparing 04:17:32 51341df20402: Preparing 04:17:32 f357e82fb27a: Preparing 04:17:32 1dcccd3ea76e: Preparing 04:17:32 8d5812f3295f: Preparing 04:17:32 dd9c8f8612c8: Preparing 04:17:32 f357e82fb27a: Waiting 04:17:32 1dcccd3ea76e: Waiting 04:17:32 8d5812f3295f: Waiting 04:17:32 dd9c8f8612c8: Waiting 04:17:32 23d2e3d5b4a0: Layer already exists 04:17:32 6e38c62f2cad: Layer already exists 04:17:32 51341df20402: Layer already exists 04:17:32 ce9a776e19fe: Layer already exists 04:17:32 bff8c1ed2f87: Layer already exists 04:17:32 1dcccd3ea76e: Layer already exists 04:17:32 f357e82fb27a: Layer already exists 04:17:32 dd9c8f8612c8: Layer already exists 04:17:32 8d5812f3295f: Layer already exists 04:17:32 4.1.0-dev.14: digest: sha256:931b2acb5b18981a7d5cad435c835567e9946a4f89f22c9a52d0dd3ef5dc3f05 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:17:33 23d2e3d5b4a0: Preparing 04:17:33 6e38c62f2cad: Preparing 04:17:33 ce9a776e19fe: Preparing 04:17:33 bff8c1ed2f87: Preparing 04:17:33 51341df20402: Preparing 04:17:33 f357e82fb27a: Preparing 04:17:33 1dcccd3ea76e: Preparing 04:17:33 8d5812f3295f: Preparing 04:17:33 dd9c8f8612c8: Preparing 04:17:33 1dcccd3ea76e: Waiting 04:17:33 8d5812f3295f: Waiting 04:17:33 dd9c8f8612c8: Waiting 04:17:33 f357e82fb27a: Waiting 04:17:33 ce9a776e19fe: Layer already exists 04:17:33 51341df20402: Layer already exists 04:17:33 6e38c62f2cad: Layer already exists 04:17:33 23d2e3d5b4a0: Layer already exists 04:17:33 bff8c1ed2f87: Layer already exists 04:17:33 1dcccd3ea76e: Layer already exists 04:17:33 8d5812f3295f: Layer already exists 04:17:33 f357e82fb27a: Layer already exists 04:17:33 dd9c8f8612c8: Layer already exists 04:17:34 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:931b2acb5b18981a7d5cad435c835567e9946a4f89f22c9a52d0dd3ef5dc3f05 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:34 + 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 04:17:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 04:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:17:34 23d2e3d5b4a0: Preparing 04:17:34 6e38c62f2cad: Preparing 04:17:34 ce9a776e19fe: Preparing 04:17:34 bff8c1ed2f87: Preparing 04:17:34 51341df20402: Preparing 04:17:34 f357e82fb27a: Preparing 04:17:34 1dcccd3ea76e: Preparing 04:17:34 8d5812f3295f: Preparing 04:17:34 dd9c8f8612c8: Preparing 04:17:34 f357e82fb27a: Waiting 04:17:34 8d5812f3295f: Waiting 04:17:34 dd9c8f8612c8: Waiting 04:17:34 1dcccd3ea76e: Waiting 04:17:34 23d2e3d5b4a0: Layer already exists 04:17:34 6e38c62f2cad: Layer already exists 04:17:34 bff8c1ed2f87: Layer already exists 04:17:34 ce9a776e19fe: Layer already exists 04:17:34 51341df20402: Layer already exists 04:17:34 f357e82fb27a: Layer already exists 04:17:34 8d5812f3295f: Layer already exists 04:17:34 1dcccd3ea76e: Layer already exists 04:17:34 dd9c8f8612c8: Layer already exists 04:17:35 main: digest: sha256:931b2acb5b18981a7d5cad435c835567e9946a4f89f22c9a52d0dd3ef5dc3f05 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:35 ===================================================== [Pipeline] echo 04:17:35 taggedImages: 04:17:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:17:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.14 04:17:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:17:35 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 04:17:35 7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:35 latest 04:17:35 4.1.0-dev.14 04:17:35 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:35 main 04:17:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:17:35 3e2f88d46802: Preparing 04:17:35 230a83b94646: Preparing 04:17:35 51341df20402: Preparing 04:17:35 f357e82fb27a: Preparing 04:17:35 c5c0f195a9ea: Preparing 04:17:35 17168edeeb20: Preparing 04:17:35 dd9c8f8612c8: Preparing 04:17:35 17168edeeb20: Waiting 04:17:35 dd9c8f8612c8: Waiting 04:17:35 51341df20402: Layer already exists 04:17:35 f357e82fb27a: Layer already exists 04:17:36 dd9c8f8612c8: Layer already exists 04:17:36 c5c0f195a9ea: Pushed 04:17:36 3e2f88d46802: Pushed 04:17:36 17168edeeb20: Pushed 04:17:41 230a83b94646: Pushed 04:17:41 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:82ef402da4e7fe4240bb17756d02287a0868e23af7401ed4c2ac89e59001e86d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:17:43 3e2f88d46802: Preparing 04:17:43 230a83b94646: Preparing 04:17:43 51341df20402: Preparing 04:17:43 f357e82fb27a: Preparing 04:17:43 c5c0f195a9ea: Preparing 04:17:43 17168edeeb20: Preparing 04:17:43 dd9c8f8612c8: Preparing 04:17:43 17168edeeb20: Waiting 04:17:43 dd9c8f8612c8: Waiting 04:17:43 f357e82fb27a: Layer already exists 04:17:43 51341df20402: Layer already exists 04:17:43 3e2f88d46802: Layer already exists 04:17:43 230a83b94646: Layer already exists 04:17:43 c5c0f195a9ea: Layer already exists 04:17:43 dd9c8f8612c8: Layer already exists 04:17:43 17168edeeb20: Layer already exists 04:17:43 latest: digest: sha256:82ef402da4e7fe4240bb17756d02287a0868e23af7401ed4c2ac89e59001e86d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.14 04:17:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:17:43 3e2f88d46802: Preparing 04:17:43 230a83b94646: Preparing 04:17:43 51341df20402: Preparing 04:17:43 f357e82fb27a: Preparing 04:17:43 c5c0f195a9ea: Preparing 04:17:43 17168edeeb20: Preparing 04:17:43 dd9c8f8612c8: Preparing 04:17:43 17168edeeb20: Waiting 04:17:43 dd9c8f8612c8: Waiting 04:17:43 3e2f88d46802: Layer already exists 04:17:43 51341df20402: Layer already exists 04:17:43 c5c0f195a9ea: Layer already exists 04:17:43 f357e82fb27a: Layer already exists 04:17:43 230a83b94646: Layer already exists 04:17:43 17168edeeb20: Layer already exists 04:17:43 dd9c8f8612c8: Layer already exists 04:17:43 4.1.0-dev.14: digest: sha256:82ef402da4e7fe4240bb17756d02287a0868e23af7401ed4c2ac89e59001e86d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:17:44 3e2f88d46802: Preparing 04:17:44 230a83b94646: Preparing 04:17:44 51341df20402: Preparing 04:17:44 f357e82fb27a: Preparing 04:17:44 c5c0f195a9ea: Preparing 04:17:44 17168edeeb20: Preparing 04:17:44 dd9c8f8612c8: Preparing 04:17:44 17168edeeb20: Waiting 04:17:44 dd9c8f8612c8: Waiting 04:17:44 c5c0f195a9ea: Layer already exists 04:17:44 f357e82fb27a: Layer already exists 04:17:44 230a83b94646: Layer already exists 04:17:44 51341df20402: Layer already exists 04:17:44 3e2f88d46802: Layer already exists 04:17:44 17168edeeb20: Layer already exists 04:17:44 dd9c8f8612c8: Layer already exists 04:17:45 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:82ef402da4e7fe4240bb17756d02287a0868e23af7401ed4c2ac89e59001e86d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 04:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:17:45 3e2f88d46802: Preparing 04:17:45 230a83b94646: Preparing 04:17:45 51341df20402: Preparing 04:17:45 f357e82fb27a: Preparing 04:17:45 c5c0f195a9ea: Preparing 04:17:45 17168edeeb20: Preparing 04:17:45 dd9c8f8612c8: Preparing 04:17:45 17168edeeb20: Waiting 04:17:45 dd9c8f8612c8: Waiting 04:17:45 230a83b94646: Layer already exists 04:17:45 3e2f88d46802: Layer already exists 04:17:45 f357e82fb27a: Layer already exists 04:17:45 c5c0f195a9ea: Layer already exists 04:17:45 51341df20402: Layer already exists 04:17:45 17168edeeb20: Layer already exists 04:17:45 dd9c8f8612c8: Layer already exists 04:17:46 main: digest: sha256:82ef402da4e7fe4240bb17756d02287a0868e23af7401ed4c2ac89e59001e86d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:46 ===================================================== [Pipeline] echo 04:17:46 taggedImages: 04:17:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:17:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.14 04:17:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:17:46 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 04:17:46 7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:46 latest 04:17:46 4.1.0-dev.14 04:17:46 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:46 main 04:17:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:17:47 7ffeb43409da: Preparing 04:17:47 5f412b19fa48: Preparing 04:17:47 f357e82fb27a: Preparing 04:17:47 c4ab9dd3c9fa: Preparing 04:17:47 07d792da36d9: Preparing 04:17:47 dd9c8f8612c8: Preparing 04:17:47 dd9c8f8612c8: Waiting 04:17:47 f357e82fb27a: Layer already exists 04:17:47 dd9c8f8612c8: Layer already exists 04:17:47 07d792da36d9: Pushed 04:17:47 c4ab9dd3c9fa: Pushed 04:17:47 7ffeb43409da: Pushed 04:17:52 5f412b19fa48: Pushed 04:17:52 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:85295e0753e955d502f2459a404f7c4f2a020f93624734d3f03446a3149df364 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:17:54 7ffeb43409da: Preparing 04:17:54 5f412b19fa48: Preparing 04:17:54 f357e82fb27a: Preparing 04:17:54 c4ab9dd3c9fa: Preparing 04:17:54 07d792da36d9: Preparing 04:17:54 dd9c8f8612c8: Preparing 04:17:54 dd9c8f8612c8: Waiting 04:17:54 07d792da36d9: Layer already exists 04:17:54 f357e82fb27a: Layer already exists 04:17:54 5f412b19fa48: Layer already exists 04:17:54 7ffeb43409da: Layer already exists 04:17:54 c4ab9dd3c9fa: Layer already exists 04:17:54 dd9c8f8612c8: Layer already exists 04:17:54 latest: digest: sha256:85295e0753e955d502f2459a404f7c4f2a020f93624734d3f03446a3149df364 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.14 04:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:17:55 7ffeb43409da: Preparing 04:17:55 5f412b19fa48: Preparing 04:17:55 f357e82fb27a: Preparing 04:17:55 c4ab9dd3c9fa: Preparing 04:17:55 07d792da36d9: Preparing 04:17:55 dd9c8f8612c8: Preparing 04:17:55 dd9c8f8612c8: Waiting 04:17:55 7ffeb43409da: Layer already exists 04:17:55 5f412b19fa48: Layer already exists 04:17:55 f357e82fb27a: Layer already exists 04:17:55 07d792da36d9: Layer already exists 04:17:55 c4ab9dd3c9fa: Layer already exists 04:17:55 dd9c8f8612c8: Layer already exists 04:17:55 4.1.0-dev.14: digest: sha256:85295e0753e955d502f2459a404f7c4f2a020f93624734d3f03446a3149df364 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:17:55 7ffeb43409da: Preparing 04:17:55 5f412b19fa48: Preparing 04:17:55 f357e82fb27a: Preparing 04:17:55 c4ab9dd3c9fa: Preparing 04:17:55 07d792da36d9: Preparing 04:17:55 dd9c8f8612c8: Preparing 04:17:55 f357e82fb27a: Layer already exists 04:17:55 c4ab9dd3c9fa: Layer already exists 04:17:55 7ffeb43409da: Layer already exists 04:17:55 5f412b19fa48: Layer already exists 04:17:55 07d792da36d9: Layer already exists 04:17:55 dd9c8f8612c8: Layer already exists 04:17:55 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:85295e0753e955d502f2459a404f7c4f2a020f93624734d3f03446a3149df364 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 04:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:17:56 7ffeb43409da: Preparing 04:17:56 5f412b19fa48: Preparing 04:17:56 f357e82fb27a: Preparing 04:17:56 c4ab9dd3c9fa: Preparing 04:17:56 07d792da36d9: Preparing 04:17:56 dd9c8f8612c8: Preparing 04:17:56 dd9c8f8612c8: Waiting 04:17:56 5f412b19fa48: Layer already exists 04:17:56 c4ab9dd3c9fa: Layer already exists 04:17:56 7ffeb43409da: Layer already exists 04:17:56 07d792da36d9: Layer already exists 04:17:56 f357e82fb27a: Layer already exists 04:17:56 dd9c8f8612c8: Layer already exists 04:17:56 main: digest: sha256:85295e0753e955d502f2459a404f7c4f2a020f93624734d3f03446a3149df364 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:17:56 ===================================================== [Pipeline] echo 04:17:56 taggedImages: 04:17:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:17:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.14 04:17:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:56 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:17:56 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 04:17:56 7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:56 latest 04:17:56 4.1.0-dev.14 04:17:56 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:17:56 main 04:17:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:17:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:17:57 a87e75993f59: Preparing 04:17:57 a482dccdbf04: Preparing 04:17:57 fec9896b21b9: Preparing 04:17:57 51341df20402: Preparing 04:17:57 f357e82fb27a: Preparing 04:17:57 1dcccd3ea76e: Preparing 04:17:57 8d5812f3295f: Preparing 04:17:57 dd9c8f8612c8: Preparing 04:17:57 1dcccd3ea76e: Waiting 04:17:57 8d5812f3295f: Waiting 04:17:57 dd9c8f8612c8: Waiting 04:17:57 51341df20402: Layer already exists 04:17:57 f357e82fb27a: Layer already exists 04:17:57 1dcccd3ea76e: Layer already exists 04:17:57 8d5812f3295f: Layer already exists 04:17:57 a482dccdbf04: Pushed 04:17:57 dd9c8f8612c8: Layer already exists 04:17:57 a87e75993f59: Pushed 04:18:03 fec9896b21b9: Pushed 04:18:03 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:515361d7452e00bcad37d983770ac412cad34290371b6c17e103c6df83145a17 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:18:04 a87e75993f59: Preparing 04:18:04 a482dccdbf04: Preparing 04:18:04 fec9896b21b9: Preparing 04:18:04 51341df20402: Preparing 04:18:04 f357e82fb27a: Preparing 04:18:04 1dcccd3ea76e: Preparing 04:18:04 8d5812f3295f: Preparing 04:18:04 dd9c8f8612c8: Preparing 04:18:04 1dcccd3ea76e: Waiting 04:18:04 8d5812f3295f: Waiting 04:18:04 dd9c8f8612c8: Waiting 04:18:04 a87e75993f59: Layer already exists 04:18:04 a482dccdbf04: Layer already exists 04:18:04 f357e82fb27a: Layer already exists 04:18:04 fec9896b21b9: Layer already exists 04:18:04 51341df20402: Layer already exists 04:18:04 dd9c8f8612c8: Layer already exists 04:18:04 8d5812f3295f: Layer already exists 04:18:04 1dcccd3ea76e: Layer already exists 04:18:04 latest: digest: sha256:515361d7452e00bcad37d983770ac412cad34290371b6c17e103c6df83145a17 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.14 04:18:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:18:05 a87e75993f59: Preparing 04:18:05 a482dccdbf04: Preparing 04:18:05 fec9896b21b9: Preparing 04:18:05 51341df20402: Preparing 04:18:05 f357e82fb27a: Preparing 04:18:05 1dcccd3ea76e: Preparing 04:18:05 8d5812f3295f: Preparing 04:18:05 dd9c8f8612c8: Preparing 04:18:05 1dcccd3ea76e: Waiting 04:18:05 8d5812f3295f: Waiting 04:18:05 dd9c8f8612c8: Waiting 04:18:05 fec9896b21b9: Layer already exists 04:18:05 a87e75993f59: Layer already exists 04:18:05 51341df20402: Layer already exists 04:18:05 a482dccdbf04: Layer already exists 04:18:05 f357e82fb27a: Layer already exists 04:18:05 1dcccd3ea76e: Layer already exists 04:18:05 8d5812f3295f: Layer already exists 04:18:05 dd9c8f8612c8: Layer already exists 04:18:05 4.1.0-dev.14: digest: sha256:515361d7452e00bcad37d983770ac412cad34290371b6c17e103c6df83145a17 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:18:06 a87e75993f59: Preparing 04:18:06 a482dccdbf04: Preparing 04:18:06 fec9896b21b9: Preparing 04:18:06 51341df20402: Preparing 04:18:06 f357e82fb27a: Preparing 04:18:06 1dcccd3ea76e: Preparing 04:18:06 8d5812f3295f: Preparing 04:18:06 dd9c8f8612c8: Preparing 04:18:06 8d5812f3295f: Waiting 04:18:06 1dcccd3ea76e: Waiting 04:18:06 dd9c8f8612c8: Waiting 04:18:06 a87e75993f59: Layer already exists 04:18:06 f357e82fb27a: Layer already exists 04:18:06 a482dccdbf04: Layer already exists 04:18:06 51341df20402: Layer already exists 04:18:06 fec9896b21b9: Layer already exists 04:18:06 1dcccd3ea76e: Layer already exists 04:18:06 8d5812f3295f: Layer already exists 04:18:06 dd9c8f8612c8: Layer already exists 04:18:06 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:515361d7452e00bcad37d983770ac412cad34290371b6c17e103c6df83145a17 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 04:18:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:18:07 a87e75993f59: Preparing 04:18:07 a482dccdbf04: Preparing 04:18:07 fec9896b21b9: Preparing 04:18:07 51341df20402: Preparing 04:18:07 f357e82fb27a: Preparing 04:18:07 1dcccd3ea76e: Preparing 04:18:07 8d5812f3295f: Preparing 04:18:07 dd9c8f8612c8: Preparing 04:18:07 1dcccd3ea76e: Waiting 04:18:07 8d5812f3295f: Waiting 04:18:07 dd9c8f8612c8: Waiting 04:18:07 f357e82fb27a: Layer already exists 04:18:07 fec9896b21b9: Layer already exists 04:18:07 51341df20402: Layer already exists 04:18:07 a482dccdbf04: Layer already exists 04:18:07 a87e75993f59: Layer already exists 04:18:07 8d5812f3295f: Layer already exists 04:18:07 1dcccd3ea76e: Layer already exists 04:18:07 dd9c8f8612c8: Layer already exists 04:18:07 main: digest: sha256:515361d7452e00bcad37d983770ac412cad34290371b6c17e103c6df83145a17 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:08 ===================================================== [Pipeline] echo 04:18:08 taggedImages: 04:18:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:18:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.14 04:18:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:18:08 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 04:18:08 7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:08 latest 04:18:08 4.1.0-dev.14 04:18:08 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:08 main 04:18:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:18:08 c922ecdeff21: Preparing 04:18:08 5dbab7cf0c6d: Preparing 04:18:08 3aa2bc58c2ec: Preparing 04:18:08 7e7b3c17bc7c: Preparing 04:18:08 6ec733576a68: Preparing 04:18:08 351f84d9f25e: Preparing 04:18:08 2811d834f447: Preparing 04:18:08 51341df20402: Preparing 04:18:08 f357e82fb27a: Preparing 04:18:08 1646bbe685cb: Preparing 04:18:08 7473759c1f35: Preparing 04:18:08 5f70bf18a086: Preparing 04:18:08 83bc6e372452: Preparing 04:18:08 abccdad93eba: Preparing 04:18:08 81f7401ee753: Preparing 04:18:08 dd9c8f8612c8: Preparing 04:18:08 7473759c1f35: Waiting 04:18:08 351f84d9f25e: Waiting 04:18:08 2811d834f447: Waiting 04:18:08 f357e82fb27a: Waiting 04:18:08 51341df20402: Waiting 04:18:08 5f70bf18a086: Waiting 04:18:08 83bc6e372452: Waiting 04:18:08 abccdad93eba: Waiting 04:18:08 81f7401ee753: Waiting 04:18:08 dd9c8f8612c8: Waiting 04:18:08 1646bbe685cb: Waiting 04:18:09 3aa2bc58c2ec: Pushed 04:18:09 6ec733576a68: Pushed 04:18:09 c922ecdeff21: Pushed 04:18:09 5dbab7cf0c6d: Pushed 04:18:09 7e7b3c17bc7c: Pushed 04:18:09 51341df20402: Layer already exists 04:18:09 f357e82fb27a: Layer already exists 04:18:09 5f70bf18a086: Layer already exists 04:18:09 351f84d9f25e: Pushed 04:18:09 1646bbe685cb: Pushed 04:18:09 7473759c1f35: Pushed 04:18:09 83bc6e372452: Pushed 04:18:09 dd9c8f8612c8: Layer already exists 04:18:09 abccdad93eba: Pushed 04:18:09 81f7401ee753: Pushed 04:18:11 2811d834f447: Pushed 04:18:12 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:cc05f7b84d2b967f67e9faa2f9738ad956def5c1196ef4d7433e299431f07f35 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:18:12 c922ecdeff21: Preparing 04:18:12 5dbab7cf0c6d: Preparing 04:18:12 3aa2bc58c2ec: Preparing 04:18:12 7e7b3c17bc7c: Preparing 04:18:12 6ec733576a68: Preparing 04:18:12 351f84d9f25e: Preparing 04:18:12 2811d834f447: Preparing 04:18:12 51341df20402: Preparing 04:18:12 f357e82fb27a: Preparing 04:18:12 1646bbe685cb: Preparing 04:18:12 7473759c1f35: Preparing 04:18:12 5f70bf18a086: Preparing 04:18:12 83bc6e372452: Preparing 04:18:12 abccdad93eba: Preparing 04:18:12 81f7401ee753: Preparing 04:18:12 dd9c8f8612c8: Preparing 04:18:12 351f84d9f25e: Waiting 04:18:12 2811d834f447: Waiting 04:18:12 7473759c1f35: Waiting 04:18:12 51341df20402: Waiting 04:18:12 abccdad93eba: Waiting 04:18:12 f357e82fb27a: Waiting 04:18:12 81f7401ee753: Waiting 04:18:12 1646bbe685cb: Waiting 04:18:12 83bc6e372452: Waiting 04:18:12 5f70bf18a086: Waiting 04:18:12 7e7b3c17bc7c: Layer already exists 04:18:12 6ec733576a68: Layer already exists 04:18:12 c922ecdeff21: Layer already exists 04:18:12 3aa2bc58c2ec: Layer already exists 04:18:12 5dbab7cf0c6d: Layer already exists 04:18:12 51341df20402: Layer already exists 04:18:12 2811d834f447: Layer already exists 04:18:12 1646bbe685cb: Layer already exists 04:18:12 351f84d9f25e: Layer already exists 04:18:12 f357e82fb27a: Layer already exists 04:18:12 7473759c1f35: Layer already exists 04:18:12 81f7401ee753: Layer already exists 04:18:12 83bc6e372452: Layer already exists 04:18:12 abccdad93eba: Layer already exists 04:18:12 5f70bf18a086: Layer already exists 04:18:12 dd9c8f8612c8: Layer already exists 04:18:13 latest: digest: sha256:cc05f7b84d2b967f67e9faa2f9738ad956def5c1196ef4d7433e299431f07f35 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.14 04:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:18:13 c922ecdeff21: Preparing 04:18:13 5dbab7cf0c6d: Preparing 04:18:13 3aa2bc58c2ec: Preparing 04:18:13 7e7b3c17bc7c: Preparing 04:18:13 6ec733576a68: Preparing 04:18:13 351f84d9f25e: Preparing 04:18:13 2811d834f447: Preparing 04:18:13 51341df20402: Preparing 04:18:13 f357e82fb27a: Preparing 04:18:13 1646bbe685cb: Preparing 04:18:13 7473759c1f35: Preparing 04:18:13 5f70bf18a086: Preparing 04:18:13 83bc6e372452: Preparing 04:18:13 abccdad93eba: Preparing 04:18:13 81f7401ee753: Preparing 04:18:13 dd9c8f8612c8: Preparing 04:18:13 351f84d9f25e: Waiting 04:18:13 2811d834f447: Waiting 04:18:13 51341df20402: Waiting 04:18:13 f357e82fb27a: Waiting 04:18:13 1646bbe685cb: Waiting 04:18:13 7473759c1f35: Waiting 04:18:13 5f70bf18a086: Waiting 04:18:13 83bc6e372452: Waiting 04:18:13 abccdad93eba: Waiting 04:18:13 dd9c8f8612c8: Waiting 04:18:13 81f7401ee753: Waiting 04:18:13 3aa2bc58c2ec: Layer already exists 04:18:13 c922ecdeff21: Layer already exists 04:18:13 5dbab7cf0c6d: Layer already exists 04:18:13 7e7b3c17bc7c: Layer already exists 04:18:13 6ec733576a68: Layer already exists 04:18:13 351f84d9f25e: Layer already exists 04:18:13 2811d834f447: Layer already exists 04:18:13 f357e82fb27a: Layer already exists 04:18:13 51341df20402: Layer already exists 04:18:13 1646bbe685cb: Layer already exists 04:18:13 83bc6e372452: Layer already exists 04:18:13 5f70bf18a086: Layer already exists 04:18:13 7473759c1f35: Layer already exists 04:18:13 abccdad93eba: Layer already exists 04:18:13 81f7401ee753: Layer already exists 04:18:13 dd9c8f8612c8: Layer already exists 04:18:14 4.1.0-dev.14: digest: sha256:cc05f7b84d2b967f67e9faa2f9738ad956def5c1196ef4d7433e299431f07f35 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:18:14 c922ecdeff21: Preparing 04:18:14 5dbab7cf0c6d: Preparing 04:18:14 3aa2bc58c2ec: Preparing 04:18:14 7e7b3c17bc7c: Preparing 04:18:14 6ec733576a68: Preparing 04:18:14 351f84d9f25e: Preparing 04:18:14 2811d834f447: Preparing 04:18:14 351f84d9f25e: Waiting 04:18:14 51341df20402: Preparing 04:18:14 2811d834f447: Waiting 04:18:14 51341df20402: Waiting 04:18:14 f357e82fb27a: Preparing 04:18:14 1646bbe685cb: Preparing 04:18:14 f357e82fb27a: Waiting 04:18:14 1646bbe685cb: Waiting 04:18:14 7473759c1f35: Preparing 04:18:14 5f70bf18a086: Preparing 04:18:14 7473759c1f35: Waiting 04:18:14 83bc6e372452: Preparing 04:18:14 abccdad93eba: Preparing 04:18:14 5f70bf18a086: Waiting 04:18:14 83bc6e372452: Waiting 04:18:14 abccdad93eba: Waiting 04:18:14 81f7401ee753: Preparing 04:18:14 dd9c8f8612c8: Preparing 04:18:14 81f7401ee753: Waiting 04:18:14 dd9c8f8612c8: Waiting 04:18:14 6ec733576a68: Layer already exists 04:18:14 c922ecdeff21: Layer already exists 04:18:14 5dbab7cf0c6d: Layer already exists 04:18:14 3aa2bc58c2ec: Layer already exists 04:18:14 7e7b3c17bc7c: Layer already exists 04:18:14 2811d834f447: Layer already exists 04:18:14 351f84d9f25e: Layer already exists 04:18:14 51341df20402: Layer already exists 04:18:14 f357e82fb27a: Layer already exists 04:18:14 1646bbe685cb: Layer already exists 04:18:14 7473759c1f35: Layer already exists 04:18:14 abccdad93eba: Layer already exists 04:18:14 5f70bf18a086: Layer already exists 04:18:14 83bc6e372452: Layer already exists 04:18:14 81f7401ee753: Layer already exists 04:18:14 dd9c8f8612c8: Layer already exists 04:18:15 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:cc05f7b84d2b967f67e9faa2f9738ad956def5c1196ef4d7433e299431f07f35 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 04:18:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:18:16 c922ecdeff21: Preparing 04:18:16 5dbab7cf0c6d: Preparing 04:18:16 3aa2bc58c2ec: Preparing 04:18:16 7e7b3c17bc7c: Preparing 04:18:16 6ec733576a68: Preparing 04:18:16 351f84d9f25e: Preparing 04:18:16 2811d834f447: Preparing 04:18:16 51341df20402: Preparing 04:18:16 f357e82fb27a: Preparing 04:18:16 1646bbe685cb: Preparing 04:18:16 7473759c1f35: Preparing 04:18:16 5f70bf18a086: Preparing 04:18:16 83bc6e372452: Preparing 04:18:16 abccdad93eba: Preparing 04:18:16 81f7401ee753: Preparing 04:18:16 dd9c8f8612c8: Preparing 04:18:16 51341df20402: Waiting 04:18:16 f357e82fb27a: Waiting 04:18:16 1646bbe685cb: Waiting 04:18:16 351f84d9f25e: Waiting 04:18:16 2811d834f447: Waiting 04:18:16 7473759c1f35: Waiting 04:18:16 5f70bf18a086: Waiting 04:18:16 83bc6e372452: Waiting 04:18:16 abccdad93eba: Waiting 04:18:16 81f7401ee753: Waiting 04:18:16 dd9c8f8612c8: Waiting 04:18:16 3aa2bc58c2ec: Layer already exists 04:18:16 7e7b3c17bc7c: Layer already exists 04:18:16 6ec733576a68: Layer already exists 04:18:16 c922ecdeff21: Layer already exists 04:18:16 5dbab7cf0c6d: Layer already exists 04:18:16 1646bbe685cb: Layer already exists 04:18:16 351f84d9f25e: Layer already exists 04:18:16 2811d834f447: Layer already exists 04:18:16 51341df20402: Layer already exists 04:18:16 f357e82fb27a: Layer already exists 04:18:16 5f70bf18a086: Layer already exists 04:18:16 7473759c1f35: Layer already exists 04:18:16 abccdad93eba: Layer already exists 04:18:16 81f7401ee753: Layer already exists 04:18:16 83bc6e372452: Layer already exists 04:18:16 dd9c8f8612c8: Layer already exists 04:18:16 main: digest: sha256:cc05f7b84d2b967f67e9faa2f9738ad956def5c1196ef4d7433e299431f07f35 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:16 ===================================================== [Pipeline] echo 04:18:16 taggedImages: 04:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.14 04:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:18:16 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 04:18:16 7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:16 latest 04:18:16 4.1.0-dev.14 04:18:16 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:16 main 04:18:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:18:17 c55dbd51f87d: Preparing 04:18:17 a29685e6f217: Preparing 04:18:17 3f58bb5930ba: Preparing 04:18:17 24031893d11a: Preparing 04:18:17 51341df20402: Preparing 04:18:17 f357e82fb27a: Preparing 04:18:17 1dcccd3ea76e: Preparing 04:18:17 f357e82fb27a: Waiting 04:18:17 8d5812f3295f: Preparing 04:18:17 1dcccd3ea76e: Waiting 04:18:17 dd9c8f8612c8: Preparing 04:18:17 8d5812f3295f: Waiting 04:18:17 dd9c8f8612c8: Waiting 04:18:17 51341df20402: Layer already exists 04:18:17 f357e82fb27a: Layer already exists 04:18:17 3f58bb5930ba: Pushed 04:18:17 1dcccd3ea76e: Layer already exists 04:18:17 a29685e6f217: Pushed 04:18:17 8d5812f3295f: Layer already exists 04:18:17 dd9c8f8612c8: Layer already exists 04:18:17 c55dbd51f87d: Pushed 04:18:23 24031893d11a: Pushed 04:18:23 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:0aceac05606b05d5df7e26d60bbef1aa573b60835c9873688abb883e57176eeb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:23 + 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 04:18:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:18:23 c55dbd51f87d: Preparing 04:18:23 a29685e6f217: Preparing 04:18:23 3f58bb5930ba: Preparing 04:18:23 24031893d11a: Preparing 04:18:23 51341df20402: Preparing 04:18:23 f357e82fb27a: Preparing 04:18:23 1dcccd3ea76e: Preparing 04:18:23 8d5812f3295f: Preparing 04:18:23 dd9c8f8612c8: Preparing 04:18:23 f357e82fb27a: Waiting 04:18:23 1dcccd3ea76e: Waiting 04:18:23 8d5812f3295f: Waiting 04:18:23 dd9c8f8612c8: Waiting 04:18:23 3f58bb5930ba: Layer already exists 04:18:23 c55dbd51f87d: Layer already exists 04:18:23 24031893d11a: Layer already exists 04:18:23 a29685e6f217: Layer already exists 04:18:23 51341df20402: Layer already exists 04:18:23 8d5812f3295f: Layer already exists 04:18:23 f357e82fb27a: Layer already exists 04:18:23 1dcccd3ea76e: Layer already exists 04:18:23 dd9c8f8612c8: Layer already exists 04:18:23 latest: digest: sha256:0aceac05606b05d5df7e26d60bbef1aa573b60835c9873688abb883e57176eeb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.14 04:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:18:24 c55dbd51f87d: Preparing 04:18:24 a29685e6f217: Preparing 04:18:24 3f58bb5930ba: Preparing 04:18:24 24031893d11a: Preparing 04:18:24 51341df20402: Preparing 04:18:24 f357e82fb27a: Preparing 04:18:24 1dcccd3ea76e: Preparing 04:18:24 8d5812f3295f: Preparing 04:18:24 dd9c8f8612c8: Preparing 04:18:24 f357e82fb27a: Waiting 04:18:24 1dcccd3ea76e: Waiting 04:18:24 8d5812f3295f: Waiting 04:18:24 dd9c8f8612c8: Waiting 04:18:24 51341df20402: Layer already exists 04:18:24 c55dbd51f87d: Layer already exists 04:18:24 24031893d11a: Layer already exists 04:18:24 a29685e6f217: Layer already exists 04:18:24 3f58bb5930ba: Layer already exists 04:18:24 f357e82fb27a: Layer already exists 04:18:24 1dcccd3ea76e: Layer already exists 04:18:24 8d5812f3295f: Layer already exists 04:18:24 dd9c8f8612c8: Layer already exists 04:18:24 4.1.0-dev.14: digest: sha256:0aceac05606b05d5df7e26d60bbef1aa573b60835c9873688abb883e57176eeb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:25 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:18:25 c55dbd51f87d: Preparing 04:18:25 a29685e6f217: Preparing 04:18:25 3f58bb5930ba: Preparing 04:18:25 24031893d11a: Preparing 04:18:25 51341df20402: Preparing 04:18:25 f357e82fb27a: Preparing 04:18:25 1dcccd3ea76e: Preparing 04:18:25 8d5812f3295f: Preparing 04:18:25 dd9c8f8612c8: Preparing 04:18:25 1dcccd3ea76e: Waiting 04:18:25 8d5812f3295f: Waiting 04:18:25 dd9c8f8612c8: Waiting 04:18:25 f357e82fb27a: Waiting 04:18:25 a29685e6f217: Layer already exists 04:18:25 24031893d11a: Layer already exists 04:18:25 51341df20402: Layer already exists 04:18:25 3f58bb5930ba: Layer already exists 04:18:25 c55dbd51f87d: Layer already exists 04:18:25 f357e82fb27a: Layer already exists 04:18:25 1dcccd3ea76e: Layer already exists 04:18:25 8d5812f3295f: Layer already exists 04:18:25 dd9c8f8612c8: Layer already exists 04:18:25 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:0aceac05606b05d5df7e26d60bbef1aa573b60835c9873688abb883e57176eeb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:26 + 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 04:18:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 04:18:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:18:26 c55dbd51f87d: Preparing 04:18:26 a29685e6f217: Preparing 04:18:26 3f58bb5930ba: Preparing 04:18:26 24031893d11a: Preparing 04:18:26 51341df20402: Preparing 04:18:26 f357e82fb27a: Preparing 04:18:26 1dcccd3ea76e: Preparing 04:18:26 8d5812f3295f: Preparing 04:18:26 dd9c8f8612c8: Preparing 04:18:26 f357e82fb27a: Waiting 04:18:26 1dcccd3ea76e: Waiting 04:18:26 8d5812f3295f: Waiting 04:18:26 dd9c8f8612c8: Waiting 04:18:26 51341df20402: Layer already exists 04:18:26 a29685e6f217: Layer already exists 04:18:26 24031893d11a: Layer already exists 04:18:26 c55dbd51f87d: Layer already exists 04:18:26 1dcccd3ea76e: Layer already exists 04:18:26 8d5812f3295f: Layer already exists 04:18:26 f357e82fb27a: Layer already exists 04:18:26 dd9c8f8612c8: Layer already exists 04:18:27 3f58bb5930ba: Layer already exists 04:18:27 main: digest: sha256:0aceac05606b05d5df7e26d60bbef1aa573b60835c9873688abb883e57176eeb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:27 ===================================================== [Pipeline] echo 04:18:27 taggedImages: 04:18:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:18:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.14 04:18:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:18:27 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 04:18:27 7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:27 latest 04:18:27 4.1.0-dev.14 04:18:27 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:27 main 04:18:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:18:28 1d05b6196d3c: Preparing 04:18:28 2539452c5d5a: Preparing 04:18:28 22c03c207947: Preparing 04:18:28 37189f042b8c: Preparing 04:18:28 91a791d1d24c: Preparing 04:18:28 51341df20402: Preparing 04:18:28 51341df20402: Waiting 04:18:28 f357e82fb27a: Preparing 04:18:28 7ed993a49788: Preparing 04:18:28 f357e82fb27a: Waiting 04:18:28 acf144e62187: Preparing 04:18:28 7ed993a49788: Waiting 04:18:28 b9cb4999e210: Preparing 04:18:28 dd9c8f8612c8: Preparing 04:18:28 acf144e62187: Waiting 04:18:28 b9cb4999e210: Waiting 04:18:28 dd9c8f8612c8: Waiting 04:18:28 2539452c5d5a: Pushed 04:18:28 91a791d1d24c: Pushed 04:18:28 1d05b6196d3c: Pushed 04:18:28 37189f042b8c: Pushed 04:18:28 51341df20402: Layer already exists 04:18:28 f357e82fb27a: Layer already exists 04:18:28 dd9c8f8612c8: Layer already exists 04:18:28 7ed993a49788: Pushed 04:18:28 acf144e62187: Pushed 04:18:31 b9cb4999e210: Pushed 04:18:32 22c03c207947: Pushed 04:18:32 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:b94956a78cd204d1c324e5c496ac0bba6073bb497db4d8f5f36f3ab28441e9c3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:32 + 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 04:18:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:18:33 1d05b6196d3c: Preparing 04:18:33 2539452c5d5a: Preparing 04:18:33 22c03c207947: Preparing 04:18:33 37189f042b8c: Preparing 04:18:33 91a791d1d24c: Preparing 04:18:33 51341df20402: Preparing 04:18:33 f357e82fb27a: Preparing 04:18:33 7ed993a49788: Preparing 04:18:33 acf144e62187: Preparing 04:18:33 b9cb4999e210: Preparing 04:18:33 51341df20402: Waiting 04:18:33 dd9c8f8612c8: Preparing 04:18:33 f357e82fb27a: Waiting 04:18:33 7ed993a49788: Waiting 04:18:33 b9cb4999e210: Waiting 04:18:33 dd9c8f8612c8: Waiting 04:18:33 acf144e62187: Waiting 04:18:33 37189f042b8c: Layer already exists 04:18:33 1d05b6196d3c: Layer already exists 04:18:33 91a791d1d24c: Layer already exists 04:18:33 2539452c5d5a: Layer already exists 04:18:33 22c03c207947: Layer already exists 04:18:33 7ed993a49788: Layer already exists 04:18:33 51341df20402: Layer already exists 04:18:33 f357e82fb27a: Layer already exists 04:18:33 acf144e62187: Layer already exists 04:18:33 b9cb4999e210: Layer already exists 04:18:33 dd9c8f8612c8: Layer already exists 04:18:33 latest: digest: sha256:b94956a78cd204d1c324e5c496ac0bba6073bb497db4d8f5f36f3ab28441e9c3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.14 04:18:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:18:34 1d05b6196d3c: Preparing 04:18:34 2539452c5d5a: Preparing 04:18:34 22c03c207947: Preparing 04:18:34 37189f042b8c: Preparing 04:18:34 91a791d1d24c: Preparing 04:18:34 51341df20402: Preparing 04:18:34 f357e82fb27a: Preparing 04:18:34 7ed993a49788: Preparing 04:18:34 acf144e62187: Preparing 04:18:34 b9cb4999e210: Preparing 04:18:34 dd9c8f8612c8: Preparing 04:18:34 f357e82fb27a: Waiting 04:18:34 7ed993a49788: Waiting 04:18:34 acf144e62187: Waiting 04:18:34 51341df20402: Waiting 04:18:34 b9cb4999e210: Waiting 04:18:34 dd9c8f8612c8: Waiting 04:18:34 91a791d1d24c: Layer already exists 04:18:34 1d05b6196d3c: Layer already exists 04:18:34 37189f042b8c: Layer already exists 04:18:34 2539452c5d5a: Layer already exists 04:18:34 22c03c207947: Layer already exists 04:18:34 b9cb4999e210: Layer already exists 04:18:34 7ed993a49788: Layer already exists 04:18:34 51341df20402: Layer already exists 04:18:34 f357e82fb27a: Layer already exists 04:18:34 acf144e62187: Layer already exists 04:18:34 dd9c8f8612c8: Layer already exists 04:18:34 4.1.0-dev.14: digest: sha256:b94956a78cd204d1c324e5c496ac0bba6073bb497db4d8f5f36f3ab28441e9c3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:18:35 1d05b6196d3c: Preparing 04:18:35 2539452c5d5a: Preparing 04:18:35 22c03c207947: Preparing 04:18:35 37189f042b8c: Preparing 04:18:35 91a791d1d24c: Preparing 04:18:35 51341df20402: Preparing 04:18:35 f357e82fb27a: Preparing 04:18:35 7ed993a49788: Preparing 04:18:35 acf144e62187: Preparing 04:18:35 b9cb4999e210: Preparing 04:18:35 dd9c8f8612c8: Preparing 04:18:35 51341df20402: Waiting 04:18:35 f357e82fb27a: Waiting 04:18:35 b9cb4999e210: Waiting 04:18:35 7ed993a49788: Waiting 04:18:35 acf144e62187: Waiting 04:18:35 dd9c8f8612c8: Waiting 04:18:35 22c03c207947: Layer already exists 04:18:35 1d05b6196d3c: Layer already exists 04:18:35 91a791d1d24c: Layer already exists 04:18:35 37189f042b8c: Layer already exists 04:18:35 2539452c5d5a: Layer already exists 04:18:35 51341df20402: Layer already exists 04:18:35 acf144e62187: Layer already exists 04:18:35 b9cb4999e210: Layer already exists 04:18:35 f357e82fb27a: Layer already exists 04:18:35 7ed993a49788: Layer already exists 04:18:35 dd9c8f8612c8: Layer already exists 04:18:35 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:b94956a78cd204d1c324e5c496ac0bba6073bb497db4d8f5f36f3ab28441e9c3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:35 + 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 04:18:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 04:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:18:36 1d05b6196d3c: Preparing 04:18:36 2539452c5d5a: Preparing 04:18:36 22c03c207947: Preparing 04:18:36 37189f042b8c: Preparing 04:18:36 91a791d1d24c: Preparing 04:18:36 51341df20402: Preparing 04:18:36 f357e82fb27a: Preparing 04:18:36 7ed993a49788: Preparing 04:18:36 acf144e62187: Preparing 04:18:36 b9cb4999e210: Preparing 04:18:36 dd9c8f8612c8: Preparing 04:18:36 7ed993a49788: Waiting 04:18:36 acf144e62187: Waiting 04:18:36 b9cb4999e210: Waiting 04:18:36 dd9c8f8612c8: Waiting 04:18:36 51341df20402: Waiting 04:18:36 f357e82fb27a: Waiting 04:18:36 37189f042b8c: Layer already exists 04:18:36 2539452c5d5a: Layer already exists 04:18:36 1d05b6196d3c: Layer already exists 04:18:36 91a791d1d24c: Layer already exists 04:18:36 22c03c207947: Layer already exists 04:18:36 51341df20402: Layer already exists 04:18:36 acf144e62187: Layer already exists 04:18:36 7ed993a49788: Layer already exists 04:18:36 f357e82fb27a: Layer already exists 04:18:36 b9cb4999e210: Layer already exists 04:18:36 dd9c8f8612c8: Layer already exists 04:18:36 main: digest: sha256:b94956a78cd204d1c324e5c496ac0bba6073bb497db4d8f5f36f3ab28441e9c3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:36 ===================================================== [Pipeline] echo 04:18:36 taggedImages: 04:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.14 04:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:18:36 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 04:18:36 7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:36 latest 04:18:36 4.1.0-dev.14 04:18:36 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:36 main 04:18:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:36 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:18:37 cb8b941a7a95: Preparing 04:18:37 79a22fff1d20: Preparing 04:18:37 fa12fd5d0775: Preparing 04:18:37 995c5974fc58: Preparing 04:18:37 4e5170c3798e: Preparing 04:18:37 0c3e0b8b1b80: Preparing 04:18:37 bdf4afa46fd2: Preparing 04:18:37 0c3e0b8b1b80: Waiting 04:18:37 51341df20402: Preparing 04:18:37 bdf4afa46fd2: Waiting 04:18:37 f357e82fb27a: Preparing 04:18:37 51341df20402: Waiting 04:18:37 cdf8b13d043d: Preparing 04:18:37 f357e82fb27a: Waiting 04:18:37 d73b8db10062: Preparing 04:18:37 cdf8b13d043d: Waiting 04:18:37 dd9c8f8612c8: Preparing 04:18:37 d73b8db10062: Waiting 04:18:37 dd9c8f8612c8: Waiting 04:18:37 79a22fff1d20: Pushed 04:18:37 4e5170c3798e: Pushed 04:18:37 cb8b941a7a95: Pushed 04:18:37 51341df20402: Layer already exists 04:18:37 f357e82fb27a: Layer already exists 04:18:37 0c3e0b8b1b80: Pushed 04:18:37 cdf8b13d043d: Pushed 04:18:37 dd9c8f8612c8: Layer already exists 04:18:38 bdf4afa46fd2: Pushed 04:18:40 d73b8db10062: Pushed 04:18:41 995c5974fc58: Pushed 04:18:43 fa12fd5d0775: Pushed 04:18:43 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:6efde26cbb6fe622570d9409aefa66aad2ad4a9ea4a6c20b1f3dcf607b44334b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:44 + 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 04:18:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:18:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:18:44 cb8b941a7a95: Preparing 04:18:44 79a22fff1d20: Preparing 04:18:44 fa12fd5d0775: Preparing 04:18:44 995c5974fc58: Preparing 04:18:44 4e5170c3798e: Preparing 04:18:44 0c3e0b8b1b80: Preparing 04:18:44 bdf4afa46fd2: Preparing 04:18:44 51341df20402: Preparing 04:18:44 f357e82fb27a: Preparing 04:18:44 cdf8b13d043d: Preparing 04:18:44 d73b8db10062: Preparing 04:18:44 dd9c8f8612c8: Preparing 04:18:44 0c3e0b8b1b80: Waiting 04:18:44 bdf4afa46fd2: Waiting 04:18:44 51341df20402: Waiting 04:18:44 d73b8db10062: Waiting 04:18:44 dd9c8f8612c8: Waiting 04:18:44 f357e82fb27a: Waiting 04:18:44 cdf8b13d043d: Waiting 04:18:44 79a22fff1d20: Layer already exists 04:18:44 cb8b941a7a95: Layer already exists 04:18:44 fa12fd5d0775: Layer already exists 04:18:44 995c5974fc58: Layer already exists 04:18:44 4e5170c3798e: Layer already exists 04:18:44 bdf4afa46fd2: Layer already exists 04:18:44 0c3e0b8b1b80: Layer already exists 04:18:44 f357e82fb27a: Layer already exists 04:18:44 51341df20402: Layer already exists 04:18:44 cdf8b13d043d: Layer already exists 04:18:44 d73b8db10062: Layer already exists 04:18:44 dd9c8f8612c8: Layer already exists 04:18:44 latest: digest: sha256:6efde26cbb6fe622570d9409aefa66aad2ad4a9ea4a6c20b1f3dcf607b44334b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.14 04:18:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:18:45 cb8b941a7a95: Preparing 04:18:45 79a22fff1d20: Preparing 04:18:45 fa12fd5d0775: Preparing 04:18:45 995c5974fc58: Preparing 04:18:45 4e5170c3798e: Preparing 04:18:45 0c3e0b8b1b80: Preparing 04:18:45 bdf4afa46fd2: Preparing 04:18:45 51341df20402: Preparing 04:18:45 f357e82fb27a: Preparing 04:18:45 cdf8b13d043d: Preparing 04:18:45 d73b8db10062: Preparing 04:18:45 dd9c8f8612c8: Preparing 04:18:45 51341df20402: Waiting 04:18:45 f357e82fb27a: Waiting 04:18:45 cdf8b13d043d: Waiting 04:18:45 d73b8db10062: Waiting 04:18:45 dd9c8f8612c8: Waiting 04:18:45 0c3e0b8b1b80: Waiting 04:18:45 bdf4afa46fd2: Waiting 04:18:45 fa12fd5d0775: Layer already exists 04:18:45 cb8b941a7a95: Layer already exists 04:18:45 995c5974fc58: Layer already exists 04:18:45 4e5170c3798e: Layer already exists 04:18:45 79a22fff1d20: Layer already exists 04:18:45 0c3e0b8b1b80: Layer already exists 04:18:45 51341df20402: Layer already exists 04:18:45 bdf4afa46fd2: Layer already exists 04:18:45 f357e82fb27a: Layer already exists 04:18:45 cdf8b13d043d: Layer already exists 04:18:45 dd9c8f8612c8: Layer already exists 04:18:45 d73b8db10062: Layer already exists 04:18:45 4.1.0-dev.14: digest: sha256:6efde26cbb6fe622570d9409aefa66aad2ad4a9ea4a6c20b1f3dcf607b44334b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:46 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:18:46 cb8b941a7a95: Preparing 04:18:46 79a22fff1d20: Preparing 04:18:46 fa12fd5d0775: Preparing 04:18:46 995c5974fc58: Preparing 04:18:46 4e5170c3798e: Preparing 04:18:46 0c3e0b8b1b80: Preparing 04:18:46 bdf4afa46fd2: Preparing 04:18:46 51341df20402: Preparing 04:18:46 f357e82fb27a: Preparing 04:18:46 cdf8b13d043d: Preparing 04:18:46 d73b8db10062: Preparing 04:18:46 dd9c8f8612c8: Preparing 04:18:46 f357e82fb27a: Waiting 04:18:46 cdf8b13d043d: Waiting 04:18:46 d73b8db10062: Waiting 04:18:46 dd9c8f8612c8: Waiting 04:18:46 bdf4afa46fd2: Waiting 04:18:46 0c3e0b8b1b80: Waiting 04:18:46 51341df20402: Waiting 04:18:46 995c5974fc58: Layer already exists 04:18:46 fa12fd5d0775: Layer already exists 04:18:46 4e5170c3798e: Layer already exists 04:18:46 cb8b941a7a95: Layer already exists 04:18:46 79a22fff1d20: Layer already exists 04:18:46 0c3e0b8b1b80: Layer already exists 04:18:46 bdf4afa46fd2: Layer already exists 04:18:46 cdf8b13d043d: Layer already exists 04:18:46 51341df20402: Layer already exists 04:18:46 f357e82fb27a: Layer already exists 04:18:46 dd9c8f8612c8: Layer already exists 04:18:46 d73b8db10062: Layer already exists 04:18:46 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:6efde26cbb6fe622570d9409aefa66aad2ad4a9ea4a6c20b1f3dcf607b44334b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:47 + 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 04:18:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 04:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:18:47 cb8b941a7a95: Preparing 04:18:47 79a22fff1d20: Preparing 04:18:47 fa12fd5d0775: Preparing 04:18:47 995c5974fc58: Preparing 04:18:47 4e5170c3798e: Preparing 04:18:47 0c3e0b8b1b80: Preparing 04:18:47 bdf4afa46fd2: Preparing 04:18:47 51341df20402: Preparing 04:18:47 f357e82fb27a: Preparing 04:18:47 cdf8b13d043d: Preparing 04:18:47 d73b8db10062: Preparing 04:18:47 dd9c8f8612c8: Preparing 04:18:47 bdf4afa46fd2: Waiting 04:18:47 51341df20402: Waiting 04:18:47 f357e82fb27a: Waiting 04:18:47 d73b8db10062: Waiting 04:18:47 dd9c8f8612c8: Waiting 04:18:47 0c3e0b8b1b80: Waiting 04:18:47 995c5974fc58: Layer already exists 04:18:47 79a22fff1d20: Layer already exists 04:18:47 cb8b941a7a95: Layer already exists 04:18:47 4e5170c3798e: Layer already exists 04:18:47 fa12fd5d0775: Layer already exists 04:18:47 0c3e0b8b1b80: Layer already exists 04:18:47 bdf4afa46fd2: Layer already exists 04:18:47 f357e82fb27a: Layer already exists 04:18:47 cdf8b13d043d: Layer already exists 04:18:47 51341df20402: Layer already exists 04:18:47 dd9c8f8612c8: Layer already exists 04:18:47 d73b8db10062: Layer already exists 04:18:47 main: digest: sha256:6efde26cbb6fe622570d9409aefa66aad2ad4a9ea4a6c20b1f3dcf607b44334b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:47 ===================================================== [Pipeline] echo 04:18:47 taggedImages: 04:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.14 04:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:18:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 04:18:47 7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:47 latest 04:18:47 4.1.0-dev.14 04:18:47 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:47 main 04:18:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:48 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:18:48 2f35172f6684: Preparing 04:18:48 c54b8fc47472: Preparing 04:18:48 51341df20402: Preparing 04:18:48 f357e82fb27a: Preparing 04:18:48 8988a386a09d: Preparing 04:18:48 e3153586f2f1: Preparing 04:18:48 dd9c8f8612c8: Preparing 04:18:48 e3153586f2f1: Waiting 04:18:48 dd9c8f8612c8: Waiting 04:18:48 f357e82fb27a: Layer already exists 04:18:48 51341df20402: Layer already exists 04:18:48 8988a386a09d: Pushed 04:18:48 dd9c8f8612c8: Layer already exists 04:18:48 2f35172f6684: Pushed 04:18:50 e3153586f2f1: Pushed 04:18:55 c54b8fc47472: Pushed 04:18:55 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:cf8272f2c33e42729b05bb204a84c2374adb0fb044cd50b30b1cf84ec2c6f240 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:55 + 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 04:18:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:18:56 2f35172f6684: Preparing 04:18:56 c54b8fc47472: Preparing 04:18:56 51341df20402: Preparing 04:18:56 f357e82fb27a: Preparing 04:18:56 8988a386a09d: Preparing 04:18:56 e3153586f2f1: Preparing 04:18:56 dd9c8f8612c8: Preparing 04:18:56 e3153586f2f1: Waiting 04:18:56 dd9c8f8612c8: Waiting 04:18:56 f357e82fb27a: Layer already exists 04:18:56 2f35172f6684: Layer already exists 04:18:56 51341df20402: Layer already exists 04:18:56 c54b8fc47472: Layer already exists 04:18:56 8988a386a09d: Layer already exists 04:18:56 dd9c8f8612c8: Layer already exists 04:18:56 e3153586f2f1: Layer already exists 04:18:56 latest: digest: sha256:cf8272f2c33e42729b05bb204a84c2374adb0fb044cd50b30b1cf84ec2c6f240 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.14 04:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:18:57 2f35172f6684: Preparing 04:18:57 c54b8fc47472: Preparing 04:18:57 51341df20402: Preparing 04:18:57 f357e82fb27a: Preparing 04:18:57 8988a386a09d: Preparing 04:18:57 e3153586f2f1: Preparing 04:18:57 dd9c8f8612c8: Preparing 04:18:57 e3153586f2f1: Waiting 04:18:57 dd9c8f8612c8: Waiting 04:18:57 8988a386a09d: Layer already exists 04:18:57 c54b8fc47472: Layer already exists 04:18:57 51341df20402: Layer already exists 04:18:57 2f35172f6684: Layer already exists 04:18:57 f357e82fb27a: Layer already exists 04:18:57 dd9c8f8612c8: Layer already exists 04:18:57 e3153586f2f1: Layer already exists 04:18:57 4.1.0-dev.14: digest: sha256:cf8272f2c33e42729b05bb204a84c2374adb0fb044cd50b30b1cf84ec2c6f240 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:18:58 2f35172f6684: Preparing 04:18:58 c54b8fc47472: Preparing 04:18:58 51341df20402: Preparing 04:18:58 f357e82fb27a: Preparing 04:18:58 8988a386a09d: Preparing 04:18:58 e3153586f2f1: Preparing 04:18:58 dd9c8f8612c8: Preparing 04:18:58 e3153586f2f1: Waiting 04:18:58 dd9c8f8612c8: Waiting 04:18:58 2f35172f6684: Layer already exists 04:18:58 f357e82fb27a: Layer already exists 04:18:58 51341df20402: Layer already exists 04:18:58 c54b8fc47472: Layer already exists 04:18:58 8988a386a09d: Layer already exists 04:18:58 e3153586f2f1: Layer already exists 04:18:58 dd9c8f8612c8: Layer already exists 04:18:58 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:cf8272f2c33e42729b05bb204a84c2374adb0fb044cd50b30b1cf84ec2c6f240 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:58 + 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 04:18:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 04:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:18:58 2f35172f6684: Preparing 04:18:58 c54b8fc47472: Preparing 04:18:58 51341df20402: Preparing 04:18:58 f357e82fb27a: Preparing 04:18:58 8988a386a09d: Preparing 04:18:58 e3153586f2f1: Preparing 04:18:58 dd9c8f8612c8: Preparing 04:18:58 e3153586f2f1: Waiting 04:18:58 dd9c8f8612c8: Waiting 04:18:58 c54b8fc47472: Layer already exists 04:18:58 8988a386a09d: Layer already exists 04:18:58 f357e82fb27a: Layer already exists 04:18:58 51341df20402: Layer already exists 04:18:58 2f35172f6684: Layer already exists 04:18:58 e3153586f2f1: Layer already exists 04:18:58 dd9c8f8612c8: Layer already exists 04:18:59 main: digest: sha256:cf8272f2c33e42729b05bb204a84c2374adb0fb044cd50b30b1cf84ec2c6f240 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:18:59 ===================================================== [Pipeline] echo 04:18:59 taggedImages: 04:18:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:18:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.14 04:18:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:18:59 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 04:18:59 7694c35aee6cc61ed322cac6073f1e00b48877df 04:18:59 latest 04:18:59 4.1.0-dev.14 04:18:59 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:18:59 main 04:18:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:18:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:19:00 e813f9378a58: Preparing 04:19:00 21352e10e3c8: Preparing 04:19:00 a5a6334d634d: Preparing 04:19:00 51341df20402: Preparing 04:19:00 f357e82fb27a: Preparing 04:19:00 619f195ec989: Preparing 04:19:00 9d895ccdc66e: Preparing 04:19:00 557626624aaa: Preparing 04:19:00 dd4ce9d7094f: Preparing 04:19:00 dd9c8f8612c8: Preparing 04:19:00 619f195ec989: Waiting 04:19:00 9d895ccdc66e: Waiting 04:19:00 557626624aaa: Waiting 04:19:00 dd4ce9d7094f: Waiting 04:19:00 dd9c8f8612c8: Waiting 04:19:00 21352e10e3c8: Pushed 04:19:00 a5a6334d634d: Pushed 04:19:00 f357e82fb27a: Layer already exists 04:19:00 51341df20402: Layer already exists 04:19:00 e813f9378a58: Pushed 04:19:00 dd9c8f8612c8: Layer already exists 04:19:00 557626624aaa: Pushed 04:19:01 dd4ce9d7094f: Pushed 04:19:11 9d895ccdc66e: Pushed 04:19:26 619f195ec989: Pushed 04:19:26 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:3f114d7153ddc0db687e31adba9e36e174a9be63aad94ec05b5908b38c65403b size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:27 + 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 04:19:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:19:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:19:27 e813f9378a58: Preparing 04:19:27 21352e10e3c8: Preparing 04:19:27 a5a6334d634d: Preparing 04:19:27 51341df20402: Preparing 04:19:27 f357e82fb27a: Preparing 04:19:27 619f195ec989: Preparing 04:19:27 9d895ccdc66e: Preparing 04:19:27 557626624aaa: Preparing 04:19:27 dd4ce9d7094f: Preparing 04:19:27 dd9c8f8612c8: Preparing 04:19:27 557626624aaa: Waiting 04:19:27 dd4ce9d7094f: Waiting 04:19:27 dd9c8f8612c8: Waiting 04:19:27 619f195ec989: Waiting 04:19:27 9d895ccdc66e: Waiting 04:19:27 a5a6334d634d: Layer already exists 04:19:27 e813f9378a58: Layer already exists 04:19:27 21352e10e3c8: Layer already exists 04:19:27 51341df20402: Layer already exists 04:19:27 f357e82fb27a: Layer already exists 04:19:27 dd4ce9d7094f: Layer already exists 04:19:27 557626624aaa: Layer already exists 04:19:27 619f195ec989: Layer already exists 04:19:27 9d895ccdc66e: Layer already exists 04:19:27 dd9c8f8612c8: Layer already exists 04:19:27 latest: digest: sha256:3f114d7153ddc0db687e31adba9e36e174a9be63aad94ec05b5908b38c65403b size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.14 04:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:19:28 e813f9378a58: Preparing 04:19:28 21352e10e3c8: Preparing 04:19:28 a5a6334d634d: Preparing 04:19:28 51341df20402: Preparing 04:19:28 f357e82fb27a: Preparing 04:19:28 619f195ec989: Preparing 04:19:28 9d895ccdc66e: Preparing 04:19:28 619f195ec989: Waiting 04:19:28 557626624aaa: Preparing 04:19:28 9d895ccdc66e: Waiting 04:19:28 dd4ce9d7094f: Preparing 04:19:28 557626624aaa: Waiting 04:19:28 dd4ce9d7094f: Waiting 04:19:28 dd9c8f8612c8: Preparing 04:19:28 dd9c8f8612c8: Waiting 04:19:28 21352e10e3c8: Layer already exists 04:19:28 f357e82fb27a: Layer already exists 04:19:28 a5a6334d634d: Layer already exists 04:19:28 51341df20402: Layer already exists 04:19:28 e813f9378a58: Layer already exists 04:19:28 9d895ccdc66e: Layer already exists 04:19:28 dd9c8f8612c8: Layer already exists 04:19:28 557626624aaa: Layer already exists 04:19:28 dd4ce9d7094f: Layer already exists 04:19:28 619f195ec989: Layer already exists 04:19:28 4.1.0-dev.14: digest: sha256:3f114d7153ddc0db687e31adba9e36e174a9be63aad94ec05b5908b38c65403b size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:19:29 e813f9378a58: Preparing 04:19:29 21352e10e3c8: Preparing 04:19:29 a5a6334d634d: Preparing 04:19:29 51341df20402: Preparing 04:19:29 f357e82fb27a: Preparing 04:19:29 619f195ec989: Preparing 04:19:29 9d895ccdc66e: Preparing 04:19:29 557626624aaa: Preparing 04:19:29 dd4ce9d7094f: Preparing 04:19:29 dd9c8f8612c8: Preparing 04:19:29 9d895ccdc66e: Waiting 04:19:29 557626624aaa: Waiting 04:19:29 dd4ce9d7094f: Waiting 04:19:29 dd9c8f8612c8: Waiting 04:19:29 619f195ec989: Waiting 04:19:29 a5a6334d634d: Layer already exists 04:19:29 21352e10e3c8: Layer already exists 04:19:29 f357e82fb27a: Layer already exists 04:19:29 51341df20402: Layer already exists 04:19:29 e813f9378a58: Layer already exists 04:19:29 9d895ccdc66e: Layer already exists 04:19:29 619f195ec989: Layer already exists 04:19:29 557626624aaa: Layer already exists 04:19:29 dd4ce9d7094f: Layer already exists 04:19:29 dd9c8f8612c8: Layer already exists 04:19:29 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:3f114d7153ddc0db687e31adba9e36e174a9be63aad94ec05b5908b38c65403b size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:30 + 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 04:19:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 04:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:19:30 e813f9378a58: Preparing 04:19:30 21352e10e3c8: Preparing 04:19:30 a5a6334d634d: Preparing 04:19:30 51341df20402: Preparing 04:19:30 f357e82fb27a: Preparing 04:19:30 619f195ec989: Preparing 04:19:30 9d895ccdc66e: Preparing 04:19:30 557626624aaa: Preparing 04:19:30 dd4ce9d7094f: Preparing 04:19:30 dd9c8f8612c8: Preparing 04:19:30 9d895ccdc66e: Waiting 04:19:30 557626624aaa: Waiting 04:19:30 dd4ce9d7094f: Waiting 04:19:30 dd9c8f8612c8: Waiting 04:19:30 619f195ec989: Waiting 04:19:30 51341df20402: Layer already exists 04:19:30 a5a6334d634d: Layer already exists 04:19:30 21352e10e3c8: Layer already exists 04:19:30 e813f9378a58: Layer already exists 04:19:30 f357e82fb27a: Layer already exists 04:19:30 557626624aaa: Layer already exists 04:19:30 9d895ccdc66e: Layer already exists 04:19:30 dd4ce9d7094f: Layer already exists 04:19:30 619f195ec989: Layer already exists 04:19:30 dd9c8f8612c8: Layer already exists 04:19:30 main: digest: sha256:3f114d7153ddc0db687e31adba9e36e174a9be63aad94ec05b5908b38c65403b size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:19:30 ===================================================== [Pipeline] echo 04:19:30 taggedImages: 04:19:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:19:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:19:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.14 04:19:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:19:30 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:19:30 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 04:19:30 7694c35aee6cc61ed322cac6073f1e00b48877df 04:19:30 latest 04:19:30 4.1.0-dev.14 04:19:30 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:19:30 main 04:19:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:19:31 d08acdd73f32: Preparing 04:19:31 6ab979b9f71d: Preparing 04:19:31 ab4d2c442cb5: Preparing 04:19:31 51341df20402: Preparing 04:19:31 f357e82fb27a: Preparing 04:19:31 cc19a0b58244: Preparing 04:19:31 8f4233bf1366: Preparing 04:19:31 cc19a0b58244: Waiting 04:19:31 95bb8ed71aa1: Preparing 04:19:31 8f4233bf1366: Waiting 04:19:31 dd9c8f8612c8: Preparing 04:19:31 95bb8ed71aa1: Waiting 04:19:31 dd9c8f8612c8: Waiting 04:19:31 51341df20402: Layer already exists 04:19:31 f357e82fb27a: Layer already exists 04:19:31 6ab979b9f71d: Pushed 04:19:31 ab4d2c442cb5: Pushed 04:19:31 d08acdd73f32: Pushed 04:19:31 dd9c8f8612c8: Layer already exists 04:19:31 8f4233bf1366: Pushed 04:19:32 95bb8ed71aa1: Pushed 04:19:59 cc19a0b58244: Pushed 04:19:59 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:a9fb607a70289a3a5cf94a36293551a99c1fd3959b10aca7358ad4bf676e25cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:59 + 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 04:19:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:19:59 d08acdd73f32: Preparing 04:19:59 6ab979b9f71d: Preparing 04:19:59 ab4d2c442cb5: Preparing 04:19:59 51341df20402: Preparing 04:19:59 f357e82fb27a: Preparing 04:19:59 cc19a0b58244: Preparing 04:19:59 8f4233bf1366: Preparing 04:19:59 95bb8ed71aa1: Preparing 04:19:59 dd9c8f8612c8: Preparing 04:19:59 8f4233bf1366: Waiting 04:19:59 95bb8ed71aa1: Waiting 04:19:59 dd9c8f8612c8: Waiting 04:19:59 cc19a0b58244: Waiting 04:19:59 d08acdd73f32: Layer already exists 04:19:59 f357e82fb27a: Layer already exists 04:19:59 51341df20402: Layer already exists 04:19:59 ab4d2c442cb5: Layer already exists 04:19:59 6ab979b9f71d: Layer already exists 04:19:59 8f4233bf1366: Layer already exists 04:19:59 95bb8ed71aa1: Layer already exists 04:19:59 dd9c8f8612c8: Layer already exists 04:19:59 cc19a0b58244: Layer already exists 04:19:59 latest: digest: sha256:a9fb607a70289a3a5cf94a36293551a99c1fd3959b10aca7358ad4bf676e25cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.14 04:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:20:00 d08acdd73f32: Preparing 04:20:00 6ab979b9f71d: Preparing 04:20:00 ab4d2c442cb5: Preparing 04:20:00 51341df20402: Preparing 04:20:00 f357e82fb27a: Preparing 04:20:00 cc19a0b58244: Preparing 04:20:00 8f4233bf1366: Preparing 04:20:00 95bb8ed71aa1: Preparing 04:20:00 dd9c8f8612c8: Preparing 04:20:00 cc19a0b58244: Waiting 04:20:00 8f4233bf1366: Waiting 04:20:00 95bb8ed71aa1: Waiting 04:20:00 dd9c8f8612c8: Waiting 04:20:00 f357e82fb27a: Layer already exists 04:20:00 ab4d2c442cb5: Layer already exists 04:20:00 6ab979b9f71d: Layer already exists 04:20:00 d08acdd73f32: Layer already exists 04:20:00 51341df20402: Layer already exists 04:20:00 cc19a0b58244: Layer already exists 04:20:00 8f4233bf1366: Layer already exists 04:20:00 95bb8ed71aa1: Layer already exists 04:20:00 dd9c8f8612c8: Layer already exists 04:20:00 4.1.0-dev.14: digest: sha256:a9fb607a70289a3a5cf94a36293551a99c1fd3959b10aca7358ad4bf676e25cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:20:01 d08acdd73f32: Preparing 04:20:01 6ab979b9f71d: Preparing 04:20:01 ab4d2c442cb5: Preparing 04:20:01 51341df20402: Preparing 04:20:01 f357e82fb27a: Preparing 04:20:01 cc19a0b58244: Preparing 04:20:01 8f4233bf1366: Preparing 04:20:01 95bb8ed71aa1: Preparing 04:20:01 dd9c8f8612c8: Preparing 04:20:01 cc19a0b58244: Waiting 04:20:01 8f4233bf1366: Waiting 04:20:01 dd9c8f8612c8: Waiting 04:20:01 f357e82fb27a: Layer already exists 04:20:01 51341df20402: Layer already exists 04:20:01 6ab979b9f71d: Layer already exists 04:20:01 d08acdd73f32: Layer already exists 04:20:01 ab4d2c442cb5: Layer already exists 04:20:01 8f4233bf1366: Layer already exists 04:20:01 cc19a0b58244: Layer already exists 04:20:01 dd9c8f8612c8: Layer already exists 04:20:01 95bb8ed71aa1: Layer already exists 04:20:01 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:a9fb607a70289a3a5cf94a36293551a99c1fd3959b10aca7358ad4bf676e25cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:01 + 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 04:20:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 04:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:20:02 d08acdd73f32: Preparing 04:20:02 6ab979b9f71d: Preparing 04:20:02 ab4d2c442cb5: Preparing 04:20:02 51341df20402: Preparing 04:20:02 f357e82fb27a: Preparing 04:20:02 cc19a0b58244: Preparing 04:20:02 8f4233bf1366: Preparing 04:20:02 95bb8ed71aa1: Preparing 04:20:02 dd9c8f8612c8: Preparing 04:20:02 8f4233bf1366: Waiting 04:20:02 95bb8ed71aa1: Waiting 04:20:02 dd9c8f8612c8: Waiting 04:20:02 cc19a0b58244: Waiting 04:20:02 f357e82fb27a: Layer already exists 04:20:02 ab4d2c442cb5: Layer already exists 04:20:02 51341df20402: Layer already exists 04:20:02 6ab979b9f71d: Layer already exists 04:20:02 d08acdd73f32: Layer already exists 04:20:02 8f4233bf1366: Layer already exists 04:20:02 cc19a0b58244: Layer already exists 04:20:02 dd9c8f8612c8: Layer already exists 04:20:02 95bb8ed71aa1: Layer already exists 04:20:02 main: digest: sha256:a9fb607a70289a3a5cf94a36293551a99c1fd3959b10aca7358ad4bf676e25cc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:20:02 ===================================================== [Pipeline] echo 04:20:02 taggedImages: 04:20:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:20:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.14 04:20:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:20:02 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 04:20:02 7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:02 latest 04:20:02 4.1.0-dev.14 04:20:02 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:02 main 04:20:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:20:02 9b9c36579be8: Preparing 04:20:02 2daa8e82f8f1: Preparing 04:20:02 289fe0bb6f1f: Preparing 04:20:02 51341df20402: Preparing 04:20:02 f357e82fb27a: Preparing 04:20:02 6df5f4f2ad8a: Preparing 04:20:02 557626624aaa: Preparing 04:20:02 dd4ce9d7094f: Preparing 04:20:02 dd9c8f8612c8: Preparing 04:20:02 557626624aaa: Waiting 04:20:02 dd9c8f8612c8: Waiting 04:20:02 dd4ce9d7094f: Waiting 04:20:02 6df5f4f2ad8a: Waiting 04:20:02 f357e82fb27a: Layer already exists 04:20:02 51341df20402: Layer already exists 04:20:03 289fe0bb6f1f: Pushed 04:20:03 557626624aaa: Layer already exists 04:20:03 2daa8e82f8f1: Pushed 04:20:03 dd4ce9d7094f: Layer already exists 04:20:03 dd9c8f8612c8: Layer already exists 04:20:03 9b9c36579be8: Pushed 04:20:29 6df5f4f2ad8a: Pushed 04:20:29 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:0f48f58f9f32f6db0c209554aa00b57a3f84bf537bf711ddc5d5090e3bdd5d65 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:20:30 9b9c36579be8: Preparing 04:20:30 2daa8e82f8f1: Preparing 04:20:30 289fe0bb6f1f: Preparing 04:20:30 51341df20402: Preparing 04:20:30 f357e82fb27a: Preparing 04:20:30 6df5f4f2ad8a: Preparing 04:20:30 557626624aaa: Preparing 04:20:30 dd4ce9d7094f: Preparing 04:20:30 dd9c8f8612c8: Preparing 04:20:30 dd4ce9d7094f: Waiting 04:20:30 6df5f4f2ad8a: Waiting 04:20:30 557626624aaa: Waiting 04:20:30 9b9c36579be8: Layer already exists 04:20:30 2daa8e82f8f1: Layer already exists 04:20:30 51341df20402: Layer already exists 04:20:30 289fe0bb6f1f: Layer already exists 04:20:30 f357e82fb27a: Layer already exists 04:20:30 557626624aaa: Layer already exists 04:20:30 6df5f4f2ad8a: Layer already exists 04:20:30 dd4ce9d7094f: Layer already exists 04:20:30 dd9c8f8612c8: Layer already exists 04:20:30 latest: digest: sha256:0f48f58f9f32f6db0c209554aa00b57a3f84bf537bf711ddc5d5090e3bdd5d65 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.14 04:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:20:31 9b9c36579be8: Preparing 04:20:31 2daa8e82f8f1: Preparing 04:20:31 289fe0bb6f1f: Preparing 04:20:31 51341df20402: Preparing 04:20:31 f357e82fb27a: Preparing 04:20:31 6df5f4f2ad8a: Preparing 04:20:31 557626624aaa: Preparing 04:20:31 dd4ce9d7094f: Preparing 04:20:31 dd9c8f8612c8: Preparing 04:20:31 6df5f4f2ad8a: Waiting 04:20:31 557626624aaa: Waiting 04:20:31 dd4ce9d7094f: Waiting 04:20:31 dd9c8f8612c8: Waiting 04:20:31 2daa8e82f8f1: Layer already exists 04:20:31 51341df20402: Layer already exists 04:20:31 289fe0bb6f1f: Layer already exists 04:20:31 f357e82fb27a: Layer already exists 04:20:31 9b9c36579be8: Layer already exists 04:20:31 557626624aaa: Layer already exists 04:20:31 6df5f4f2ad8a: Layer already exists 04:20:31 dd4ce9d7094f: Layer already exists 04:20:31 dd9c8f8612c8: Layer already exists 04:20:31 4.1.0-dev.14: digest: sha256:0f48f58f9f32f6db0c209554aa00b57a3f84bf537bf711ddc5d5090e3bdd5d65 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:20:32 9b9c36579be8: Preparing 04:20:32 2daa8e82f8f1: Preparing 04:20:32 289fe0bb6f1f: Preparing 04:20:32 51341df20402: Preparing 04:20:32 f357e82fb27a: Preparing 04:20:32 6df5f4f2ad8a: Preparing 04:20:32 557626624aaa: Preparing 04:20:32 dd4ce9d7094f: Preparing 04:20:32 dd9c8f8612c8: Preparing 04:20:32 557626624aaa: Waiting 04:20:32 dd4ce9d7094f: Waiting 04:20:32 dd9c8f8612c8: Waiting 04:20:32 6df5f4f2ad8a: Waiting 04:20:32 51341df20402: Layer already exists 04:20:32 2daa8e82f8f1: Layer already exists 04:20:32 f357e82fb27a: Layer already exists 04:20:32 289fe0bb6f1f: Layer already exists 04:20:32 9b9c36579be8: Layer already exists 04:20:32 dd4ce9d7094f: Layer already exists 04:20:32 dd9c8f8612c8: Layer already exists 04:20:32 557626624aaa: Layer already exists 04:20:32 6df5f4f2ad8a: Layer already exists 04:20:32 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:0f48f58f9f32f6db0c209554aa00b57a3f84bf537bf711ddc5d5090e3bdd5d65 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 04:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:20:33 9b9c36579be8: Preparing 04:20:33 2daa8e82f8f1: Preparing 04:20:33 289fe0bb6f1f: Preparing 04:20:33 51341df20402: Preparing 04:20:33 f357e82fb27a: Preparing 04:20:33 6df5f4f2ad8a: Preparing 04:20:33 557626624aaa: Preparing 04:20:33 dd4ce9d7094f: Preparing 04:20:33 dd9c8f8612c8: Preparing 04:20:33 6df5f4f2ad8a: Waiting 04:20:33 557626624aaa: Waiting 04:20:33 dd4ce9d7094f: Waiting 04:20:33 dd9c8f8612c8: Waiting 04:20:33 289fe0bb6f1f: Layer already exists 04:20:33 9b9c36579be8: Layer already exists 04:20:33 f357e82fb27a: Layer already exists 04:20:33 2daa8e82f8f1: Layer already exists 04:20:33 51341df20402: Layer already exists 04:20:33 557626624aaa: Layer already exists 04:20:33 6df5f4f2ad8a: Layer already exists 04:20:33 dd9c8f8612c8: Layer already exists 04:20:33 dd4ce9d7094f: Layer already exists 04:20:33 main: digest: sha256:0f48f58f9f32f6db0c209554aa00b57a3f84bf537bf711ddc5d5090e3bdd5d65 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:20:33 ===================================================== [Pipeline] echo 04:20:33 taggedImages: 04:20:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:20:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.14 04:20:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:33 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:20:33 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 04:20:33 7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:33 latest 04:20:33 4.1.0-dev.14 04:20:33 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:33 main 04:20:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:20:34 14eb76acb562: Preparing 04:20:34 fe8593d31394: Preparing 04:20:34 51341df20402: Preparing 04:20:34 f357e82fb27a: Preparing 04:20:34 0984502ba5ac: Preparing 04:20:34 f6e2969b32ac: Preparing 04:20:34 dd9c8f8612c8: Preparing 04:20:34 f6e2969b32ac: Waiting 04:20:34 dd9c8f8612c8: Waiting 04:20:34 f357e82fb27a: Layer already exists 04:20:34 51341df20402: Layer already exists 04:20:34 dd9c8f8612c8: Layer already exists 04:20:34 0984502ba5ac: Pushed 04:20:34 14eb76acb562: Pushed 04:20:36 f6e2969b32ac: Pushed 04:20:42 fe8593d31394: Pushed 04:20:42 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:5b7aadb29acb4422e56ec58cb7168575d220542f042351f2d56df9d8ec2671d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:20:43 14eb76acb562: Preparing 04:20:43 fe8593d31394: Preparing 04:20:43 51341df20402: Preparing 04:20:43 f357e82fb27a: Preparing 04:20:43 0984502ba5ac: Preparing 04:20:43 f6e2969b32ac: Preparing 04:20:43 dd9c8f8612c8: Preparing 04:20:43 f6e2969b32ac: Waiting 04:20:43 dd9c8f8612c8: Waiting 04:20:43 fe8593d31394: Layer already exists 04:20:43 0984502ba5ac: Layer already exists 04:20:43 f357e82fb27a: Layer already exists 04:20:43 14eb76acb562: Layer already exists 04:20:43 51341df20402: Layer already exists 04:20:43 f6e2969b32ac: Layer already exists 04:20:43 dd9c8f8612c8: Layer already exists 04:20:44 latest: digest: sha256:5b7aadb29acb4422e56ec58cb7168575d220542f042351f2d56df9d8ec2671d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.14 04:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:20:44 14eb76acb562: Preparing 04:20:44 fe8593d31394: Preparing 04:20:44 51341df20402: Preparing 04:20:44 f357e82fb27a: Preparing 04:20:44 0984502ba5ac: Preparing 04:20:44 f6e2969b32ac: Preparing 04:20:44 dd9c8f8612c8: Preparing 04:20:44 f6e2969b32ac: Waiting 04:20:44 dd9c8f8612c8: Waiting 04:20:44 51341df20402: Layer already exists 04:20:44 f357e82fb27a: Layer already exists 04:20:44 0984502ba5ac: Layer already exists 04:20:44 fe8593d31394: Layer already exists 04:20:44 14eb76acb562: Layer already exists 04:20:44 f6e2969b32ac: Layer already exists 04:20:44 dd9c8f8612c8: Layer already exists 04:20:45 4.1.0-dev.14: digest: sha256:5b7aadb29acb4422e56ec58cb7168575d220542f042351f2d56df9d8ec2671d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:20:45 14eb76acb562: Preparing 04:20:45 fe8593d31394: Preparing 04:20:45 51341df20402: Preparing 04:20:45 f357e82fb27a: Preparing 04:20:45 0984502ba5ac: Preparing 04:20:45 f6e2969b32ac: Preparing 04:20:45 dd9c8f8612c8: Preparing 04:20:45 f6e2969b32ac: Waiting 04:20:45 dd9c8f8612c8: Waiting 04:20:45 0984502ba5ac: Layer already exists 04:20:45 fe8593d31394: Layer already exists 04:20:45 f357e82fb27a: Layer already exists 04:20:45 14eb76acb562: Layer already exists 04:20:45 51341df20402: Layer already exists 04:20:45 f6e2969b32ac: Layer already exists 04:20:45 dd9c8f8612c8: Layer already exists 04:20:45 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:5b7aadb29acb4422e56ec58cb7168575d220542f042351f2d56df9d8ec2671d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 04:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:20:46 14eb76acb562: Preparing 04:20:46 fe8593d31394: Preparing 04:20:46 51341df20402: Preparing 04:20:46 f357e82fb27a: Preparing 04:20:46 0984502ba5ac: Preparing 04:20:46 f6e2969b32ac: Preparing 04:20:46 dd9c8f8612c8: Preparing 04:20:46 f6e2969b32ac: Waiting 04:20:46 dd9c8f8612c8: Waiting 04:20:46 fe8593d31394: Layer already exists 04:20:46 0984502ba5ac: Layer already exists 04:20:46 14eb76acb562: Layer already exists 04:20:46 f357e82fb27a: Layer already exists 04:20:46 51341df20402: Layer already exists 04:20:46 dd9c8f8612c8: Layer already exists 04:20:46 f6e2969b32ac: Layer already exists 04:20:46 main: digest: sha256:5b7aadb29acb4422e56ec58cb7168575d220542f042351f2d56df9d8ec2671d7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:20:47 ===================================================== [Pipeline] echo 04:20:47 taggedImages: 04:20:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:20:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.14 04:20:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:47 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:20:47 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 04:20:47 7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:47 latest 04:20:47 4.1.0-dev.14 04:20:47 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:47 main 04:20:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:20:47 509069de6bf3: Preparing 04:20:47 9a2c3f61cf64: Preparing 04:20:47 51341df20402: Preparing 04:20:47 f357e82fb27a: Preparing 04:20:47 61ac7492caef: Preparing 04:20:47 9f982db64489: Preparing 04:20:47 dd9c8f8612c8: Preparing 04:20:47 9f982db64489: Waiting 04:20:47 51341df20402: Layer already exists 04:20:48 f357e82fb27a: Layer already exists 04:20:48 dd9c8f8612c8: Layer already exists 04:20:48 61ac7492caef: Pushed 04:20:48 509069de6bf3: Pushed 04:20:48 9f982db64489: Pushed 04:20:56 9a2c3f61cf64: Pushed 04:20:56 7694c35aee6cc61ed322cac6073f1e00b48877df: digest: sha256:85bf1f70b02bc766d040030f9dc8194062e0a8752919e9b3953444afaaab1b1c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:20:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:20:57 509069de6bf3: Preparing 04:20:57 9a2c3f61cf64: Preparing 04:20:57 51341df20402: Preparing 04:20:57 f357e82fb27a: Preparing 04:20:57 61ac7492caef: Preparing 04:20:57 9f982db64489: Preparing 04:20:57 dd9c8f8612c8: Preparing 04:20:57 9f982db64489: Waiting 04:20:57 dd9c8f8612c8: Waiting 04:20:57 509069de6bf3: Layer already exists 04:20:57 61ac7492caef: Layer already exists 04:20:57 9a2c3f61cf64: Layer already exists 04:20:57 f357e82fb27a: Layer already exists 04:20:57 51341df20402: Layer already exists 04:20:57 9f982db64489: Layer already exists 04:20:57 dd9c8f8612c8: Layer already exists 04:20:57 latest: digest: sha256:85bf1f70b02bc766d040030f9dc8194062e0a8752919e9b3953444afaaab1b1c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.14 04:20:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:20:58 509069de6bf3: Preparing 04:20:58 9a2c3f61cf64: Preparing 04:20:58 51341df20402: Preparing 04:20:58 f357e82fb27a: Preparing 04:20:58 61ac7492caef: Preparing 04:20:58 9f982db64489: Preparing 04:20:58 dd9c8f8612c8: Preparing 04:20:58 9f982db64489: Waiting 04:20:58 dd9c8f8612c8: Waiting 04:20:58 509069de6bf3: Layer already exists 04:20:58 f357e82fb27a: Layer already exists 04:20:58 51341df20402: Layer already exists 04:20:58 9a2c3f61cf64: Layer already exists 04:20:58 61ac7492caef: Layer already exists 04:20:58 9f982db64489: Layer already exists 04:20:58 dd9c8f8612c8: Layer already exists 04:20:58 4.1.0-dev.14: digest: sha256:85bf1f70b02bc766d040030f9dc8194062e0a8752919e9b3953444afaaab1b1c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:20:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:20:59 509069de6bf3: Preparing 04:20:59 9a2c3f61cf64: Preparing 04:20:59 51341df20402: Preparing 04:20:59 f357e82fb27a: Preparing 04:20:59 61ac7492caef: Preparing 04:20:59 9f982db64489: Preparing 04:20:59 dd9c8f8612c8: Preparing 04:20:59 9f982db64489: Waiting 04:20:59 dd9c8f8612c8: Waiting 04:20:59 f357e82fb27a: Layer already exists 04:20:59 509069de6bf3: Layer already exists 04:20:59 61ac7492caef: Layer already exists 04:20:59 51341df20402: Layer already exists 04:20:59 9a2c3f61cf64: Layer already exists 04:20:59 dd9c8f8612c8: Layer already exists 04:20:59 9f982db64489: Layer already exists 04:20:59 7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14: digest: sha256:85bf1f70b02bc766d040030f9dc8194062e0a8752919e9b3953444afaaab1b1c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 04:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:21:00 509069de6bf3: Preparing 04:21:00 9a2c3f61cf64: Preparing 04:21:00 51341df20402: Preparing 04:21:00 f357e82fb27a: Preparing 04:21:00 61ac7492caef: Preparing 04:21:00 9f982db64489: Preparing 04:21:00 dd9c8f8612c8: Preparing 04:21:00 dd9c8f8612c8: Waiting 04:21:00 9f982db64489: Waiting 04:21:00 f357e82fb27a: Layer already exists 04:21:00 509069de6bf3: Layer already exists 04:21:00 51341df20402: Layer already exists 04:21:00 61ac7492caef: Layer already exists 04:21:00 9a2c3f61cf64: Layer already exists 04:21:00 9f982db64489: Layer already exists 04:21:00 dd9c8f8612c8: Layer already exists 04:21:00 main: digest: sha256:85bf1f70b02bc766d040030f9dc8194062e0a8752919e9b3953444afaaab1b1c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:21:00 ===================================================== [Pipeline] echo 04:21:00 taggedImages: 04:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df 04:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.14 04:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 04:21:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.14 [Pipeline] echo 04:21:01 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7694c35aee6cc61ed322cac6073f1e00b48877df-4.1.0-dev.14 [Pipeline] echo 04:21:01 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 04:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:01 04:21:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:02 arm64: Pulling from edgex-lftools-log-publisher 04:21:02 8998bd30e6a1: Pulling fs layer 04:21:02 04944245beec: Pulling fs layer 04:21:02 699f458cf7ca: Pulling fs layer 04:21:02 765212b225bb: Pulling fs layer 04:21:02 f23df028b6ca: Pulling fs layer 04:21:02 d65c8cfc05b1: Pulling fs layer 04:21:02 2437ff75d9bd: Pulling fs layer 04:21:02 d65c8cfc05b1: Waiting 04:21:02 2437ff75d9bd: Waiting 04:21:02 765212b225bb: Waiting 04:21:02 04944245beec: Verifying Checksum 04:21:02 04944245beec: Download complete 04:21:02 765212b225bb: Verifying Checksum 04:21:02 765212b225bb: Download complete 04:21:02 f23df028b6ca: Verifying Checksum 04:21:02 f23df028b6ca: Download complete 04:21:02 d65c8cfc05b1: Verifying Checksum 04:21:02 d65c8cfc05b1: Download complete 04:21:02 699f458cf7ca: Verifying Checksum 04:21:02 699f458cf7ca: Download complete 04:21:03 8998bd30e6a1: Verifying Checksum 04:21:03 8998bd30e6a1: Download complete 04:21:05 2437ff75d9bd: Verifying Checksum 04:21:05 2437ff75d9bd: Download complete 04:21:07 8998bd30e6a1: Pull complete 04:21:08 04944245beec: Pull complete 04:21:10 699f458cf7ca: Pull complete 04:21:10 765212b225bb: Pull complete 04:21:11 f23df028b6ca: Pull complete 04:21:11 d65c8cfc05b1: Pull complete 04:21:29 2437ff75d9bd: Pull complete 04:21:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:21:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:29 prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 04:21:29 $ 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/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:21:32 $ docker top 8b803f383a22a82ed556a2ba104eae81ee4533f467528b4efb963638575c43a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:32 ---> job-cost.sh 04:21:32 lf-activate-venv: SKIPPING 04:21:32 INFO: No Stack... 04:21:33 INFO: Retrieving Pricing Info for: v3-standard-4 04:21:34 INFO: Archiving Costs [Pipeline] sh 04:21:34 + cat /w/workspace/edgex-go/841/archives/cost.csv 04:21:34 + cut -d, -f6 [Pipeline] lock 04:21:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-841-stack-cost] 04:21:34 Resource [jenkins-edgexfoundry-edgex-go-main-841-stack-cost] did not exist. Created. 04:21:34 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-841-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:21:35 + echo total: 0.10999999940395355 [Pipeline] stash 04:21:36 Stashed 1 file(s) [Pipeline] } 04:21:36 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-841-stack-cost] [Pipeline] // lock [Pipeline] } 04:21:36 $ docker stop --time=1 8b803f383a22a82ed556a2ba104eae81ee4533f467528b4efb963638575c43a1 04:21:37 $ docker rm -f --volumes 8b803f383a22a82ed556a2ba104eae81ee4533f467528b4efb963638575c43a1 [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 04:21:38 provisioning config files... 04:21:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/841@tmp/config7466999114214778106tmp [Pipeline] { [Pipeline] sh 04:21:38 + set +x 04:21:38 + curl -s https://codecov.io/bash 04:21:38 + bash -s -- 04:21:38 04:21:38 _____ _ 04:21:38 / ____| | | 04:21:38 | | ___ __| | ___ ___ _____ __ 04:21:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:21:38 | |___| (_) | (_| | __/ (_| (_) \ V / 04:21:38 \_____\___/ \__,_|\___|\___\___/ \_/ 04:21:38 Bash-1.0.6 04:21:38 04:21:38 04:21:38 ==> git version 2.25.1 found 04:21:38 ==> 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 04:21:38 Release-Date: 2020-01-08 04:21:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:21:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:21:38 ==> Jenkins CI detected. 04:21:38 current dir:  /w/workspace/edgex-go/841 04:21:38 project root: . 04:21:38 --> token set from env 04:21:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:21:38 ==> Running gcov in . (disable via -X gcov) 04:21:38 ==> Python coveragepy not found 04:21:38 ==> Searching for coverage reports in: 04:21:38 + . 04:21:38 -> Found 1 reports 04:21:38 ==> Detecting git/mercurial file structure 04:21:38 ==> Reading reports 04:21:38 + ./coverage.out bytes=1661048 04:21:38 ==> Appending adjustments 04:21:38 https://docs.codecov.io/docs/fixing-reports 04:21:40 + Found adjustments 04:21:40 ==> Gzipping contents 04:21:40 140K /tmp/codecov.4VumUV.gz 04:21:40 ==> Uploading reports 04:21:40 url: https://codecov.io 04:21:40 query: branch=main&commit=7694c35aee6cc61ed322cac6073f1e00b48877df&build=841&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F841%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:21:40 -> Pinging Codecov 04:21:40 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7694c35aee6cc61ed322cac6073f1e00b48877df&build=841&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F841%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:21:40 -> Uploading to 04:21:40 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/7694c35aee6cc61ed322cac6073f1e00b48877df/16edd7d5-f8bd-4274-9657-5b5770e2df55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250527%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250527T042140Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=6e281bedab3c7df5c43165ab7e5f9435ebe664451d5c0caba0b85fa5f68abe15 04:21:40 % Total % Received % Xferd Average Speed Time Time Time Current 04:21:40 Dload Upload Total Spent Left Speed 04:21:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 311k --:--:-- --:--:-- --:--:-- 311k 100 138k 0 0 100 138k 0 311k --:--:-- --:--:-- --:--:-- 311k 04:21:40 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7694c35aee6cc61ed322cac6073f1e00b48877df [Pipeline] } 04:21:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:21:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:21:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:21:41 04:21:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:21:41 latest: Pulling from edgex-devops/edgex-snyk-go 04:21:41 43c4264eed91: Pulling fs layer 04:21:41 4cc291be95ef: Pulling fs layer 04:21:41 2ac1f1163629: Pulling fs layer 04:21:41 5c3c966382ef: Pulling fs layer 04:21:41 4f4fb700ef54: Pulling fs layer 04:21:41 d9c7d2e4e75e: Pulling fs layer 04:21:41 9c3e1370e548: Pulling fs layer 04:21:41 4f4fb700ef54: Waiting 04:21:41 5c3c966382ef: Waiting 04:21:41 d9c7d2e4e75e: Waiting 04:21:41 9c3e1370e548: Waiting 04:21:41 4cc291be95ef: Verifying Checksum 04:21:41 4cc291be95ef: Download complete 04:21:41 5c3c966382ef: Download complete 04:21:41 4f4fb700ef54: Verifying Checksum 04:21:41 4f4fb700ef54: Download complete 04:21:41 43c4264eed91: Download complete 04:21:42 d9c7d2e4e75e: Verifying Checksum 04:21:42 d9c7d2e4e75e: Download complete 04:21:42 43c4264eed91: Pull complete 04:21:42 4cc291be95ef: Pull complete 04:21:42 2ac1f1163629: Verifying Checksum 04:21:42 2ac1f1163629: Download complete 04:21:42 9c3e1370e548: Verifying Checksum 04:21:42 9c3e1370e548: Download complete 04:21:45 2ac1f1163629: Pull complete 04:21:45 5c3c966382ef: Pull complete 04:21:45 4f4fb700ef54: Pull complete 04:21:45 d9c7d2e4e75e: Pull complete 04:21:48 9c3e1370e548: Pull complete 04:21:48 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:21:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:21:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:48 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 04:21:48 $ 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/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:21:50 $ docker top c285ec76bc3fc57697060b6de81d888a401090cfc2e3d8fa8bfa0e5fab6b95ea -eo pid,comm [Pipeline] { [Pipeline] sh 04:21:51 + git config --global --add safe.directory /w/workspace/edgex-go/841 [Pipeline] echo 04:21:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 04:21:51 + set -o pipefail 04:21:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 04:21:59 04:21:59 Monitoring /w/workspace/edgex-go/841 (github.com/edgexfoundry/edgex-go)... 04:21:59 04:21:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/9221ef81-8296-4ed6-8ace-4ee79cae76fd 04:21:59 04:21:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:21:59 [Pipeline] } 04:21:59 $ docker stop --time=1 c285ec76bc3fc57697060b6de81d888a401090cfc2e3d8fa8bfa0e5fab6b95ea 04:22:02 $ docker rm -f --volumes c285ec76bc3fc57697060b6de81d888a401090cfc2e3d8fa8bfa0e5fab6b95ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:22:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:02 provisioning config files... 04:22:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/841@tmp/config16529097822139778458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:03 --> edgex-publish-swagger.sh 04:22:03 === Publish openapi API === 04:22:03 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 04:22:03 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/841/openapi/core-command.yaml] 04:22:03 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:03 Dload Upload Total Spent Left Speed 04:22:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 240 116k --:--:-- --:--:-- --:--:-- 117k 04:22:03 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:03 04:22:03 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/841/openapi/core-data.yaml] 04:22:03 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:03 Dload Upload Total Spent Left Speed 04:22:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 390 409k --:--:-- --:--:-- --:--:-- 410k 04:22:03 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:03 04:22:03 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/841/openapi/core-keeper.yaml] 04:22:03 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:03 Dload Upload Total Spent Left Speed 04:22:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32835 0 0 100 32835 0 157k --:--:-- --:--:-- --:--:-- 157k 100 32901 100 66 100 32835 314 152k --:--:-- --:--:-- --:--:-- 152k 04:22:03 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:03 04:22:03 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/841/openapi/core-metadata.yaml] 04:22:03 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:03 Dload Upload Total Spent Left Speed 04:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 133 316k --:--:-- --:--:-- --:--:-- 316k 04:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:04 04:22:04 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/841/openapi/security-proxy-auth.yaml] 04:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:04 Dload Upload Total Spent Left Speed 04:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 554 200k --:--:-- --:--:-- --:--:-- 201k 04:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:04 04:22:04 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/841/openapi/security-secretstore-setup.yaml] 04:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:04 Dload Upload Total Spent Left Speed 04:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 594 35252 --:--:-- --:--:-- --:--:-- 35846 04:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:04 04:22:04 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/841/openapi/support-notifications.yaml] 04:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:04 Dload Upload Total Spent Left Speed 04:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 417 617k --:--:-- --:--:-- --:--:-- 614k 100 97k 100 66 100 99976 417 617k --:--:-- --:--:-- --:--:-- 614k 04:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:04 04:22:04 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/841/openapi/support-scheduler.yaml] 04:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:04 Dload Upload Total Spent Left Speed 04:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 485 364k --:--:-- --:--:-- --:--:-- 364k 04:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:22:04 [Pipeline] } 04:22:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 04:22:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:22:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:22:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:05 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 04:22:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:22:05 $ docker top 3fbc29d351910742b80872f7df7924970958dad92e9553e686282a7262429b3b -eo pid,comm 04:22:05 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). 04:22:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:22:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:22:06 [ssh-agent] Looking for ssh-agent implementation... 04:22:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:22:06 $ docker exec 3fbc29d351910742b80872f7df7924970958dad92e9553e686282a7262429b3b ssh-agent 04:22:06 SSH_AUTH_SOCK=/tmp/ssh-sjCy0sDZ9REm/agent.32 04:22:06 SSH_AGENT_PID=38 04:22:06 Running ssh-add (command line suppressed) 04:22:06 Identity added: /w/workspace/edgex-go/841@tmp/private_key_4091203163338372964.key (/w/workspace/edgex-go/841@tmp/private_key_4091203163338372964.key) 04:22:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:22:06 + git semver tag 04:22:06 2025-05-27 04:22:06,895 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:22:06 2025-05-27 04:22:06,899 [run_tag] DEBUG tag force:False 04:22:06 2025-05-27 04:22:06,899 [check_head_tag] DEBUG check head tag 04:22:06 2025-05-27 04:22:06,900 [execute] INFO git cat-file --batch-check 04:22:06 2025-05-27 04:22:06,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/841, stdin=, shell=False, universal_newlines=False) 04:22:06 2025-05-27 04:22:06,902 [execute] INFO git cat-file --batch 04:22:06 2025-05-27 04:22:06,902 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/841, stdin=, shell=False, universal_newlines=False) 04:22:06 2025-05-27 04:22:06,924 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 04:22:06 2025-05-27 04:22:06,924 [execute] INFO git tag -a v4.1.0-dev.14 -m v4.1.0-dev.14 04:22:06 2025-05-27 04:22:06,925 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.14', '-m', 'v4.1.0-dev.14'], cwd=/w/workspace/edgex-go/841, stdin=None, shell=False, universal_newlines=False) 04:22:06 2025-05-27 04:22:06,928 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 04:22:06 4.1.0-dev.14 [Pipeline] } 04:22:07 $ docker exec --env ******** --env ******** 3fbc29d351910742b80872f7df7924970958dad92e9553e686282a7262429b3b ssh-agent -k 04:22:07 unset SSH_AUTH_SOCK; 04:22:07 unset SSH_AGENT_PID; 04:22:07 echo Agent pid 38 killed; 04:22:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:22:07 + git semver [Pipeline] } 04:22:07 $ docker stop --time=1 3fbc29d351910742b80872f7df7924970958dad92e9553e686282a7262429b3b 04:22:09 $ docker rm -f --volumes 3fbc29d351910742b80872f7df7924970958dad92e9553e686282a7262429b3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:22:09 04:22:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:22:09 0.23.1-centos7: Pulling from edgex-lftools 04:22:09 ab5ef0e58194: Pulling fs layer 04:22:09 9712f1f96733: Pulling fs layer 04:22:09 63f879dbbcfc: Pulling fs layer 04:22:09 0d9ebad4ef96: Pulling fs layer 04:22:09 e9a5061849ea: Pulling fs layer 04:22:09 d747dcd14b5f: Pulling fs layer 04:22:09 2de7ff778b66: Pulling fs layer 04:22:09 0d9ebad4ef96: Waiting 04:22:09 9712f1f96733: Verifying Checksum 04:22:09 9712f1f96733: Download complete 04:22:10 63f879dbbcfc: Download complete 04:22:10 e9a5061849ea: Verifying Checksum 04:22:10 e9a5061849ea: Download complete 04:22:10 0d9ebad4ef96: Verifying Checksum 04:22:10 0d9ebad4ef96: Download complete 04:22:10 d747dcd14b5f: Download complete 04:22:10 ab5ef0e58194: Verifying Checksum 04:22:10 ab5ef0e58194: Download complete 04:22:10 2de7ff778b66: Verifying Checksum 04:22:12 ab5ef0e58194: Pull complete 04:22:12 9712f1f96733: Pull complete 04:22:13 63f879dbbcfc: Pull complete 04:22:17 0d9ebad4ef96: Pull complete 04:22:17 e9a5061849ea: Pull complete 04:22:17 d747dcd14b5f: Pull complete 04:22:18 2de7ff778b66: Pull complete 04:22:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:22:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:22:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:18 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 04:22:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:22:21 $ docker top 8591615fc971bfe491527df6d068b048b1d56201538e75ad8f5aae48d2744e9d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:22:21 provisioning config files... 04:22:21 copy managed file [sigul-config] to file:/w/workspace/edgex-go/841@tmp/config13977361229807196652tmp 04:22:21 copy managed file [sigul-password] to file:/w/workspace/edgex-go/841@tmp/config11529431871752323969tmp 04:22:21 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/841@tmp/config10562326508826609184tmp [Pipeline] { [Pipeline] echo 04:22:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:22:21 ---> sigul-configuration.sh 04:22:21 gpg: directory `/root/.gnupg' created 04:22:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:22:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:22:21 gpg: keyring `/root/.gnupg/secring.gpg' created 04:22:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:22:21 gpg: CAST5 encrypted data 04:22:21 gpg: encrypted with 1 passphrase 04:22:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:22:22 + mkdir /home/jenkins 04:22:22 + mkdir /home/jenkins/sigul [Pipeline] sh 04:22:22 + 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 04:22:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:22:22 ---> sigul-install.sh 04:22:22 Sigul already installed; skipping installation. [Pipeline] sh 04:22:23 + git tag --list 04:22:23 0.6.0 04:22:23 0.6.1 04:22:23 0.7.0 04:22:23 0.7.1 04:22:23 v1.0.0 04:22:23 v1.0.1 04:22:23 v1.1.0 04:22:23 v1.2.0 04:22:23 v1.2.1 04:22:23 v1.3.0 04:22:23 v1.3.1 04:22:23 v2.0.0 04:22:23 v2.1.0 04:22:23 v2.1.1 04:22:23 v2.2.0 04:22:23 v2.3.0 04:22:23 v3.0 04:22:23 v3.0.0 04:22:23 v3.1 04:22:23 v3.1.0 04:22:23 v3.1.1 04:22:23 v4.0 04:22:23 v4.0.0 04:22:23 v4.0.1 04:22:23 v4.1.0-dev.1 04:22:23 v4.1.0-dev.10 04:22:23 v4.1.0-dev.11 04:22:23 v4.1.0-dev.12 04:22:23 v4.1.0-dev.13 04:22:23 v4.1.0-dev.14 04:22:23 v4.1.0-dev.2 04:22:23 v4.1.0-dev.3 04:22:23 v4.1.0-dev.4 04:22:23 v4.1.0-dev.5 04:22:23 v4.1.0-dev.6 04:22:23 v4.1.0-dev.7 04:22:23 v4.1.0-dev.8 04:22:23 v4.1.0-dev.9 [Pipeline] sh 04:22:23 + lftools sign git-tag v4.1.0-dev.14 04:22:23 Signing Git tag with Sigul... 04:22:23 Signing v4.1.0-dev.14 [Pipeline] echo 04:22:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:22:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:22:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:22:24 $ docker stop --time=1 8591615fc971bfe491527df6d068b048b1d56201538e75ad8f5aae48d2744e9d 04:22:25 $ docker rm -f --volumes 8591615fc971bfe491527df6d068b048b1d56201538e75ad8f5aae48d2744e9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:22:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:22:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:22:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:26 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 04:22:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:22:27 $ docker top 9cbdb9841bb9fa67d96f2f19a54c84861564cde59ba80e03c708a7eb6a911113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:22:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:22:27 [ssh-agent] Looking for ssh-agent implementation... 04:22:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:22:27 $ docker exec 9cbdb9841bb9fa67d96f2f19a54c84861564cde59ba80e03c708a7eb6a911113 ssh-agent 04:22:27 SSH_AUTH_SOCK=/tmp/ssh-t2i2ObOTV71K/agent.32 04:22:27 SSH_AGENT_PID=38 04:22:27 Running ssh-add (command line suppressed) 04:22:27 Identity added: /w/workspace/edgex-go/841@tmp/private_key_3279126516709248117.key (/w/workspace/edgex-go/841@tmp/private_key_3279126516709248117.key) 04:22:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:22:27 + git semver bump pre 04:22:28 2025-05-27 04:22:28,045 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:22:28 2025-05-27 04:22:28,049 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 04:22:28 2025-05-27 04:22:28,050 [bump_version] DEBUG bumping version:4.1.0-dev.14 on axis:pre with prefix:dev 04:22:28 2025-05-27 04:22:28,050 [bump_version] DEBUG bumped version:4.1.0-dev.15 04:22:28 2025-05-27 04:22:28,050 [write_version] DEBUG write version:4.1.0-dev.15 to path:/w/workspace/edgex-go/841/.semver/main with force:True 04:22:28 2025-05-27 04:22:28,050 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 04:22:28 2025-05-27 04:22:28,050 [write_file] DEBUG write to file:/w/workspace/edgex-go/841/.semver/main 04:22:28 2025-05-27 04:22:28,052 [execute] INFO git cat-file --batch-check 04:22:28 2025-05-27 04:22:28,052 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/841/.semver, stdin=, shell=False, universal_newlines=False) 04:22:28 2025-05-27 04:22:28,056 [execute] INFO git cat-file --batch 04:22:28 2025-05-27 04:22:28,056 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/841/.semver, stdin=, shell=False, universal_newlines=False) 04:22:28 2025-05-27 04:22:28,059 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 04:22:28 4.1.0-dev.15 [Pipeline] } 04:22:28 $ docker exec --env ******** --env ******** 9cbdb9841bb9fa67d96f2f19a54c84861564cde59ba80e03c708a7eb6a911113 ssh-agent -k 04:22:28 unset SSH_AUTH_SOCK; 04:22:28 unset SSH_AGENT_PID; 04:22:28 echo Agent pid 38 killed; 04:22:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:22:28 + git semver [Pipeline] } 04:22:28 $ docker stop --time=1 9cbdb9841bb9fa67d96f2f19a54c84861564cde59ba80e03c708a7eb6a911113 04:22:30 $ docker rm -f --volumes 9cbdb9841bb9fa67d96f2f19a54c84861564cde59ba80e03c708a7eb6a911113 [Pipeline] // withDockerContainer [Pipeline] sh 04:22:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:22:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:22:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:30 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 04:22:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:22:31 $ docker top 5b5a8b9e6de5a133be060489caf7c17ef9cdc47867ba254619020b241f836ebf -eo pid,comm 04:22:31 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). 04:22:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:22:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:22:31 [ssh-agent] Looking for ssh-agent implementation... 04:22:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:22:31 $ docker exec 5b5a8b9e6de5a133be060489caf7c17ef9cdc47867ba254619020b241f836ebf ssh-agent 04:22:31 SSH_AUTH_SOCK=/tmp/ssh-F2FS37Z4fwba/agent.32 04:22:31 SSH_AGENT_PID=38 04:22:31 Running ssh-add (command line suppressed) 04:22:31 Identity added: /w/workspace/edgex-go/841@tmp/private_key_10080505357554743370.key (/w/workspace/edgex-go/841@tmp/private_key_10080505357554743370.key) 04:22:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:22:31 + git semver push 04:22:32 2025-05-27 04:22:32,159 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:22:32 2025-05-27 04:22:32,163 [run_push] DEBUG push 04:22:32 2025-05-27 04:22:32,163 [execute] INFO git cat-file --batch-check 04:22:32 2025-05-27 04:22:32,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/841/.semver, stdin=, shell=False, universal_newlines=False) 04:22:32 2025-05-27 04:22:32,165 [execute] INFO git rev-list f37c869bbd261e329e7c485e08de71bdf330cbc1 -- 04:22:32 2025-05-27 04:22:32,165 [execute] DEBUG Popen(['git', 'rev-list', 'f37c869bbd261e329e7c485e08de71bdf330cbc1', '--'], cwd=/w/workspace/edgex-go/841/.semver, stdin=None, shell=False, universal_newlines=False) 04:22:32 2025-05-27 04:22:32,182 [execute] INFO git fetch -v -- origin 04:22:32 2025-05-27 04:22:32,182 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/841/.semver, stdin=None, shell=False, universal_newlines=True) 04:22:32 2025-05-27 04:22:32,658 [run_push] DEBUG no remote changes detected 04:22:32 2025-05-27 04:22:32,659 [execute] INFO git push origin semver 04:22:32 2025-05-27 04:22:32,659 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/841/.semver, stdin=None, shell=False, universal_newlines=False) 04:22:33 2025-05-27 04:22:33,372 [run_push] DEBUG push all version tags 04:22:33 2025-05-27 04:22:33,372 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:22:33 2025-05-27 04:22:33,373 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/841, stdin=None, shell=False, universal_newlines=False) 04:22:33 2025-05-27 04:22:33,955 [read_version] DEBUG read version from /w/workspace/edgex-go/841/.semver/main 04:22:33 4.1.0-dev.15 [Pipeline] } 04:22:34 $ docker exec --env ******** --env ******** 5b5a8b9e6de5a133be060489caf7c17ef9cdc47867ba254619020b241f836ebf ssh-agent -k 04:22:34 unset SSH_AUTH_SOCK; 04:22:34 unset SSH_AGENT_PID; 04:22:34 echo Agent pid 38 killed; 04:22:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:22:34 + git semver [Pipeline] } 04:22:34 $ docker stop --time=1 5b5a8b9e6de5a133be060489caf7c17ef9cdc47867ba254619020b241f836ebf 04:22:36 $ docker rm -f --volumes 5b5a8b9e6de5a133be060489caf7c17ef9cdc47867ba254619020b241f836ebf [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 04:22:36 + [ -d /w/workspace/edgex-go/841/archives ] [Pipeline] libraryResource [Pipeline] sh 04:22:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:37 ---> package-listing.sh 04:22:37 ++ facter osfamily 04:22:37 ++ tr '[:upper:]' '[:lower:]' 04:22:38 + OS_FAMILY=debian 04:22:38 + workspace=/w/workspace/edgex-go/841 04:22:38 + START_PACKAGES=/tmp/packages_start.txt 04:22:38 + END_PACKAGES=/tmp/packages_end.txt 04:22:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:38 + PACKAGES=/tmp/packages_start.txt 04:22:38 + '[' /w/workspace/edgex-go/841 ']' 04:22:38 + PACKAGES=/tmp/packages_end.txt 04:22:38 + case "${OS_FAMILY}" in 04:22:38 + dpkg -l 04:22:38 + grep '^ii' 04:22:38 + '[' -f /tmp/packages_start.txt ']' 04:22:38 + '[' -f /tmp/packages_end.txt ']' 04:22:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:38 + '[' /w/workspace/edgex-go/841 ']' 04:22:38 + mkdir -p /w/workspace/edgex-go/841/archives/ 04:22:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/841/archives/ [Pipeline] echo 04:22:38 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/841/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:22:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:38 04:22:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:39 latest: Pulling from edgex-lftools-log-publisher 04:22:39 5eb5b503b376: Pulling fs layer 04:22:39 5c69ac0246d0: Pulling fs layer 04:22:39 ec43610c2a17: Pulling fs layer 04:22:39 3a2ae6a8a46f: Pulling fs layer 04:22:39 33b1e0a273af: Pulling fs layer 04:22:39 5d3b04190fa2: Pulling fs layer 04:22:39 2f39f015ded8: Pulling fs layer 04:22:39 3a2ae6a8a46f: Waiting 04:22:39 33b1e0a273af: Waiting 04:22:39 5d3b04190fa2: Waiting 04:22:39 2f39f015ded8: Waiting 04:22:39 5c69ac0246d0: Verifying Checksum 04:22:39 5c69ac0246d0: Download complete 04:22:39 3a2ae6a8a46f: Verifying Checksum 04:22:39 3a2ae6a8a46f: Download complete 04:22:39 33b1e0a273af: Verifying Checksum 04:22:39 33b1e0a273af: Download complete 04:22:39 5d3b04190fa2: Verifying Checksum 04:22:39 5d3b04190fa2: Download complete 04:22:39 ec43610c2a17: Verifying Checksum 04:22:39 ec43610c2a17: Download complete 04:22:39 5eb5b503b376: Verifying Checksum 04:22:39 5eb5b503b376: Download complete 04:22:40 2f39f015ded8: Download complete 04:22:40 5eb5b503b376: Pull complete 04:22:40 5c69ac0246d0: Pull complete 04:22:41 ec43610c2a17: Pull complete 04:22:41 3a2ae6a8a46f: Pull complete 04:22:41 33b1e0a273af: Pull complete 04:22:41 5d3b04190fa2: Pull complete 04:22:45 2f39f015ded8: Pull complete 04:22:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:22:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:45 prd-ubuntu20.04-docker-8c-8g-2312 does not seem to be running inside a container 04:22:45 $ 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/841/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/841 -v /w/workspace/edgex-go/841:/w/workspace/edgex-go/841:rw,z -v /w/workspace/edgex-go/841@tmp:/w/workspace/edgex-go/841@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 04:22:47 $ docker top 7f6471e0fb942c7ff1db57b3168e575ab04e5a47e0d64f3c9824d0d11bc31692 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:47 + touch /tmp/pre-build-complete [Pipeline] sh 04:22:48 + mkdir -p /var/log/sysstat [Pipeline] sh 04:22:48 + ls /var/log/sa-host 04:22:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:48 provisioning config files... 04:22:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/841@tmp/config1141848352431715039tmp [Pipeline] { [Pipeline] echo 04:22:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:22:48 ---> create-netrc.sh [Pipeline] } 04:22:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:22:49 ---> python-tools-install.sh [Pipeline] echo 04:22:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:22:49 ---> sudo-logs.sh 04:22:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:22:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:22:49 ---> job-cost.sh 04:22:49 lf-activate-venv: SKIPPING 04:22:49 DEBUG: total: 0.10999999940395355 04:22:49 INFO: Retrieving Stack Cost... 04:22:50 INFO: Retrieving Pricing Info for: v3-standard-8 04:22:50 INFO: Archiving Costs [Pipeline] echo 04:22:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:22:50 ---> logs-deploy.sh 04:22:50 lf-activate-venv: SKIPPING 04:22:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/841 04:22:50 INFO: archiving workspace using pattern(s): 04:22:51 Archives upload complete. 04:22:51 INFO: archiving logs to Nexus 04:22:52 ---> uname -a: 04:22:52 Linux prd-ubuntu20-04-docker-8c-8g-2312 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:22:52 04:22:52 04:22:52 ---> lscpu: 04:22:52 Architecture: x86_64 04:22:52 CPU op-mode(s): 32-bit, 64-bit 04:22:52 Byte Order: Little Endian 04:22:52 Address sizes: 40 bits physical, 48 bits virtual 04:22:52 CPU(s): 8 04:22:52 On-line CPU(s) list: 0-7 04:22:52 Thread(s) per core: 1 04:22:52 Core(s) per socket: 1 04:22:52 Socket(s): 8 04:22:52 NUMA node(s): 1 04:22:52 Vendor ID: AuthenticAMD 04:22:52 CPU family: 23 04:22:52 Model: 49 04:22:52 Model name: AMD EPYC-Rome Processor 04:22:52 Stepping: 0 04:22:52 CPU MHz: 2800.000 04:22:52 BogoMIPS: 5600.00 04:22:52 Virtualization: AMD-V 04:22:52 Hypervisor vendor: KVM 04:22:52 Virtualization type: full 04:22:52 L1d cache: 256 KiB 04:22:52 L1i cache: 256 KiB 04:22:52 L2 cache: 4 MiB 04:22:52 L3 cache: 128 MiB 04:22:52 NUMA node0 CPU(s): 0-7 04:22:52 Vulnerability Itlb multihit: Not affected 04:22:52 Vulnerability L1tf: Not affected 04:22:52 Vulnerability Mds: Not affected 04:22:52 Vulnerability Meltdown: Not affected 04:22:52 Vulnerability Mmio stale data: Not affected 04:22:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:22:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:22:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:22:52 Vulnerability Srbds: Not affected 04:22:52 Vulnerability Tsx async abort: Not affected 04:22:52 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 04:22:52 04:22:52 04:22:52 ---> nproc: 04:22:52 8 04:22:52 04:22:52 04:22:52 ---> df -h: 04:22:52 Filesystem Size Used Avail Use% Mounted on 04:22:52 overlay 155G 31G 125G 20% / 04:22:52 tmpfs 64M 0 64M 0% /dev 04:22:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:22:52 shm 64M 0 64M 0% /dev/shm 04:22:52 /dev/vda1 155G 31G 125G 20% /facter-os 04:22:52 04:22:52 04:22:52 ---> sar -b -r -n DEV: 04:22:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2312) 05/27/25 _x86_64_ (8 CPU) 04:22:52 04:22:52 03:33:09 LINUX RESTART (8 CPU) 04:22:52 04:22:52 03:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:22:52 03:35:01 225.83 10.40 215.43 0.00 1688.25 86310.95 0.00 04:22:52 03:36:01 51.81 0.08 51.72 0.00 6.27 29389.79 0.00 04:22:52 03:37:01 42.54 0.28 42.26 0.00 7.60 19426.36 0.00 04:22:52 03:38:01 229.28 0.32 228.96 0.00 32.39 139521.28 0.00 04:22:52 03:39:01 1029.26 20.88 1008.38 0.00 2758.41 348306.03 0.00 04:22:52 03:40:01 227.87 1.95 225.92 0.00 47.71 47798.77 0.00 04:22:52 03:41:01 516.03 0.02 516.01 0.00 0.13 127490.22 0.00 04:22:52 03:42:01 662.24 0.07 662.17 0.00 8.13 141249.26 0.00 04:22:52 03:43:01 37.94 0.07 37.87 0.00 10.13 971.94 0.00 04:22:52 03:44:01 17.25 0.03 17.21 0.00 1.87 401.53 0.00 04:22:52 03:45:01 1.12 0.00 1.12 0.00 0.00 16.80 0.00 04:22:52 03:46:01 1.93 0.00 1.93 0.00 0.00 21.60 0.00 04:22:52 03:47:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 04:22:52 03:48:01 1.95 0.00 1.95 0.00 0.00 21.73 0.00 04:22:52 03:49:01 2.22 0.02 2.20 0.00 0.13 28.66 0.00 04:22:52 03:50:01 2.00 0.00 2.00 0.00 0.00 22.26 0.00 04:22:52 03:51:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 04:22:52 03:52:01 2.03 0.00 2.03 0.00 0.00 22.93 0.00 04:22:52 03:53:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 04:22:52 03:54:01 1.98 0.00 1.98 0.00 0.00 22.80 0.00 04:22:52 03:55:01 1.42 0.00 1.42 0.00 0.00 15.46 0.00 04:22:52 03:56:01 2.05 0.00 2.05 0.00 0.00 23.73 0.00 04:22:52 03:57:01 1.28 0.00 1.28 0.00 0.00 13.73 0.00 04:22:52 03:58:01 2.03 0.00 2.03 0.00 0.00 24.40 0.00 04:22:52 03:59:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 04:22:52 04:00:01 2.07 0.00 2.07 0.00 0.00 23.20 0.00 04:22:52 04:01:02 1.40 0.00 1.40 0.00 0.00 15.06 0.00 04:22:52 04:02:01 2.07 0.00 2.07 0.00 0.00 23.32 0.00 04:22:52 04:03:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 04:22:52 04:04:01 1.92 0.00 1.92 0.00 0.00 21.46 0.00 04:22:52 04:05:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 04:22:52 04:06:01 1.95 0.00 1.95 0.00 0.00 22.13 0.00 04:22:52 04:07:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 04:22:52 04:08:01 2.02 0.00 2.02 0.00 0.00 23.60 0.00 04:22:52 04:09:01 1.42 0.00 1.42 0.00 0.00 15.33 0.00 04:22:52 04:10:01 2.13 0.00 2.13 0.00 0.00 24.66 0.00 04:22:52 04:11:01 1.35 0.00 1.35 0.00 0.00 14.66 0.00 04:22:52 04:12:01 2.02 0.00 2.02 0.00 0.00 23.06 0.00 04:22:52 04:13:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 04:22:52 04:14:01 1.97 0.00 1.97 0.00 0.00 22.66 0.00 04:22:52 04:15:01 1.20 0.00 1.20 0.00 0.00 14.40 0.00 04:22:52 04:16:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 04:22:52 04:17:01 1.47 0.02 1.45 0.00 0.13 16.40 0.00 04:22:52 04:18:01 2.25 0.00 2.25 0.00 0.00 25.60 0.00 04:22:52 04:19:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 04:22:52 04:20:01 2.02 0.00 2.02 0.00 0.00 23.06 0.00 04:22:52 04:21:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 04:22:52 04:22:01 84.64 0.55 84.09 0.00 11.73 24979.30 0.00 04:22:52 Average: 66.41 0.72 65.68 0.00 95.31 20144.47 0.00 04:22:52 04:22:52 03:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:22:52 03:35:01 28000516 31491712 819220 2.49 124964 3567500 1921564 5.66 1190800 3224824 624 04:22:52 03:36:01 26551968 31304816 997408 3.03 129884 4729512 2316828 6.83 2087536 3672248 328080 04:22:52 03:37:01 26322460 31256228 1042836 3.17 135020 4873860 2331840 6.87 1760852 4193856 454964 04:22:52 03:38:01 21021956 31373040 922380 2.81 146680 10156552 2577148 7.60 1903796 9216700 3205516 04:22:52 03:39:01 13215828 31335224 910680 2.77 373868 17218300 2493164 7.35 2952808 15441780 416632 04:22:52 03:40:01 7453552 28168208 4006072 12.18 408308 19383744 11231196 33.10 7106536 16551656 1489320 04:22:52 03:41:01 4667588 28278176 3900784 11.86 425520 22155392 9856200 29.05 8236268 18110116 867988 04:22:52 03:42:01 8265192 31382776 860632 2.62 437820 21860088 2202428 6.49 3458100 19599924 552 04:22:52 03:43:01 8246828 31366904 875832 2.66 439668 21860900 2359260 6.95 3851588 19224228 560 04:22:52 03:44:01 8260108 31381164 861688 2.62 440440 21861060 2231652 6.58 4171020 18890964 8 04:22:52 03:45:01 8260440 31381652 861076 2.62 440452 21861064 2231652 6.58 4170476 18890968 20 04:22:52 03:46:01 8272464 31393692 849516 2.58 440496 21861068 2231652 6.58 4157540 18890972 8 04:22:52 03:47:01 8273160 31394432 849032 2.58 440508 21861068 2231652 6.58 4157540 18890972 8 04:22:52 03:48:01 8275640 31396932 846496 2.57 440540 21861072 2231652 6.58 4154476 18890976 8 04:22:52 03:49:01 8277728 31399128 844460 2.57 440604 21861044 2247276 6.62 4151860 18890956 8 04:22:52 03:50:01 8277428 31398892 844628 2.57 440660 21861056 2247276 6.62 4151876 18890964 8 04:22:52 03:51:01 8278136 31399636 843828 2.57 440688 21861060 2247276 6.62 4151592 18890964 4 04:22:52 03:52:01 8278332 31399920 843532 2.57 440752 21861060 2247276 6.62 4152056 18890964 168 04:22:52 03:53:01 8279616 31401212 842192 2.56 440800 21861064 2247276 6.62 4150536 18890968 8 04:22:52 03:54:01 8278772 31400420 842960 2.56 440860 21861060 2247276 6.62 4150640 18890968 12 04:22:52 03:55:01 8279016 31400728 842596 2.56 440912 21861068 2247276 6.62 4150708 18890972 8 04:22:52 03:56:01 8278952 31400916 842356 2.56 440980 21861192 2247276 6.62 4150844 18891096 8 04:22:52 03:57:01 8278928 31400968 842256 2.56 441048 21861200 2247276 6.62 4150884 18891112 8 04:22:52 03:58:01 8278880 31400940 842188 2.56 441096 21861208 2247276 6.62 4150900 18891108 8 04:22:52 03:59:01 8278796 31400908 842440 2.56 441140 21861196 2247276 6.62 4151020 18891112 8 04:22:52 04:00:01 8278804 31401032 842304 2.56 441208 21861216 2247276 6.62 4151060 18891124 8 04:22:52 04:01:02 8278964 31401200 842244 2.56 441256 21861216 2247276 6.62 4151076 18891120 8 04:22:52 04:02:01 8278696 31401044 842408 2.56 441336 21861212 2247276 6.62 4151468 18891128 8 04:22:52 04:03:01 8278908 31401344 842080 2.56 441396 21861224 2247276 6.62 4151860 18891132 176 04:22:52 04:04:01 8278948 31401384 841968 2.56 441452 21861224 2247276 6.62 4151528 18891132 8 04:22:52 04:05:01 8278648 31401208 842124 2.56 441544 21861224 2247276 6.62 4151432 18891136 8 04:22:52 04:06:01 8278372 31401020 842308 2.56 441604 21861224 2247276 6.62 4151512 18891136 8 04:22:52 04:07:01 8278324 31401032 842224 2.56 441668 21861232 2247276 6.62 4151564 18891144 8 04:22:52 04:08:01 8278656 31401424 841952 2.56 441732 21861240 2247276 6.62 4151612 18891156 8 04:22:52 04:09:01 8278656 31401480 841872 2.56 441812 21861240 2247276 6.62 4151736 18891160 8 04:22:52 04:10:01 8278444 31401388 841972 2.56 441884 21861244 2263456 6.67 4152064 18891172 8 04:22:52 04:11:01 8278428 31401444 841904 2.56 441944 21861244 2263456 6.67 4151876 18891152 8 04:22:52 04:12:01 8278628 31401708 841832 2.56 442008 21861248 2263456 6.67 4151928 18891160 8 04:22:52 04:13:01 8278060 31401216 842292 2.56 442072 21861252 2263456 6.67 4152016 18891160 8 04:22:52 04:14:01 8278240 31401456 841976 2.56 442140 21861252 2263456 6.67 4152416 18891156 156 04:22:52 04:15:01 8278476 31401748 841680 2.56 442192 21861240 2263456 6.67 4152124 18891160 8 04:22:52 04:16:01 8278468 31401760 841588 2.56 442224 21861252 2263456 6.67 4152444 18891160 8 04:22:52 04:17:01 8277912 31401372 841780 2.56 442292 21861268 2263456 6.67 4152992 18891172 224 04:22:52 04:18:01 8277384 31400904 842200 2.56 442364 21861272 2263456 6.67 4152888 18891180 212 04:22:52 04:19:01 8277636 31401228 841884 2.56 442424 21861272 2263456 6.67 4152468 18891176 8 04:22:52 04:20:01 8277848 31401504 841600 2.56 442476 21861276 2263456 6.67 4153008 18891180 228 04:22:52 04:21:01 8277872 31401528 841564 2.56 442488 21861276 2263456 6.67 4152452 18891180 8 04:22:52 04:22:01 7061820 31349844 889564 2.71 450812 22895652 2414080 7.11 4345008 19788744 376244 04:22:52 Average: 9694552 31260164 985217 3.00 413459 20404716 2608672 7.69 4056475 17643448 148790 04:22:52 04:22:52 03:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:22:52 03:35:01 ens3 1174.19 953.02 11629.84 139.88 0.00 0.00 0.00 0.00 04:22:52 03:35:01 veth4d18a85 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:22:52 03:35:01 docker0 764.26 869.31 55.51 4644.76 0.00 0.00 0.00 0.00 04:22:52 03:35:01 veth520e285 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:35:01 lo 4.33 4.33 0.43 0.43 0.00 0.00 0.00 0.00 04:22:52 03:36:01 ens3 37.44 23.55 31.77 15.74 0.00 0.00 0.00 0.00 04:22:52 03:36:01 vethd081f23 0.43 0.65 0.04 0.06 0.00 0.00 0.00 0.00 04:22:52 03:36:01 docker0 0.43 0.50 0.03 0.04 0.00 0.00 0.00 0.00 04:22:52 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:37:01 ens3 28.00 17.83 23.39 13.63 0.00 0.00 0.00 0.00 04:22:52 03:37:01 vethd081f23 0.75 0.77 0.07 0.07 0.00 0.00 0.00 0.00 04:22:52 03:37:01 docker0 0.75 0.75 0.06 0.07 0.00 0.00 0.00 0.00 04:22:52 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 vethd5283fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 ens3 125.86 75.09 2521.26 20.78 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth080fdec 1.25 2.73 0.10 38.65 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth79366e3 2.32 6.33 0.18 112.66 0.00 0.00 0.00 0.01 04:22:52 03:38:01 vethaceea29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth890ac8d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 docker0 9.67 19.21 0.62 293.66 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth5bec176 1.40 3.03 0.11 38.75 0.00 0.00 0.00 0.00 04:22:52 03:38:01 vetheac30f7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth29c6deb 2.60 4.55 0.20 64.74 0.00 0.00 0.00 0.01 04:22:52 03:38:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth9ea349b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:38:01 vethbf7581b 1.47 2.92 0.11 38.69 0.00 0.00 0.00 0.00 04:22:52 03:38:01 veth3b62529 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 vethc066a26 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:38:01 vethe4f2daf 0.63 0.72 0.06 0.25 0.00 0.00 0.00 0.00 04:22:52 03:39:01 ens3 1146.10 645.75 11642.33 72.26 0.00 0.00 0.00 0.00 04:22:52 03:39:01 docker0 532.64 933.52 45.37 8488.78 0.00 0.00 0.00 0.00 04:22:52 03:39:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 04:22:52 03:39:01 vethe4f2daf 0.08 0.97 0.00 0.04 0.00 0.00 0.00 0.00 04:22:52 03:40:01 veth9a612a6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 ens3 19.72 12.78 16.02 12.12 0.00 0.00 0.00 0.00 04:22:52 03:40:01 veth4ddd0e9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethb81ed96 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 veth3ecc0bf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 veth14ab724 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:22:52 03:40:01 veth73b67a5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethc2a71b9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethff7c039 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethe4f2daf 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethd8931b1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethcd251bf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethafd93a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:40:01 vethd77a7a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:22:52 03:41:01 veth9a612a6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 ens3 23.46 32.86 6.19 173.27 0.00 0.00 0.00 0.00 04:22:52 03:41:01 veth4ddd0e9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 vethb81ed96 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 veth3ecc0bf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 veth14ab724 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 veth73b67a5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 vethc2a71b9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 vethff7c039 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 vethe4f2daf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 vethcd251bf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:41:01 vethafd93a8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:42:01 ens3 101.93 92.13 65.97 330.37 0.00 0.00 0.00 0.00 04:22:52 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:42:01 lo 13.40 13.40 1.32 1.32 0.00 0.00 0.00 0.00 04:22:52 03:43:01 ens3 474.36 481.54 220.93 2434.27 0.00 0.00 0.00 0.00 04:22:52 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:43:01 lo 48.12 48.12 4.75 4.75 0.00 0.00 0.00 0.00 04:22:52 03:44:01 ens3 232.73 231.59 95.52 1600.83 0.00 0.00 0.00 0.00 04:22:52 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:44:01 lo 17.73 17.73 1.74 1.74 0.00 0.00 0.00 0.00 04:22:52 03:45:01 ens3 1.88 1.10 2.00 0.32 0.00 0.00 0.00 0.00 04:22:52 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:49:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:22:52 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:50:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 04:22:52 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:51:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:52:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:54:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 04:22:52 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:55:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 04:22:52 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:56:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 03:59:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:22:52 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:00:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:01:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:03:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 04:22:52 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:04:01 ens3 1.07 0.47 0.44 0.28 0.00 0.00 0.00 0.00 04:22:52 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:05:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:07:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:08:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:09:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:22:52 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:10:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:22:52 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:11:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:14:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:22:52 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:16:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:22:52 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:19:01 ens3 0.22 0.12 0.13 0.07 0.00 0.00 0.00 0.00 04:22:52 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:52 04:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:52 04:22:01 ens3 235.64 132.74 4804.03 21.86 0.00 0.00 0.00 0.00 04:22:52 04:22:01 docker0 57.17 98.70 5.44 875.28 0.00 0.00 0.00 0.00 04:22:52 04:22:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 04:22:52 Average: ens3 75.15 56.33 647.34 100.79 0.00 0.00 0.00 0.00 04:22:52 Average: docker0 28.45 40.06 2.23 298.10 0.00 0.00 0.00 0.00 04:22:52 Average: lo 1.89 1.89 0.18 0.18 0.00 0.00 0.00 0.00 04:22:52 04:22:52 04:22:52 ---> sar -P ALL: 04:22:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2312) 05/27/25 _x86_64_ (8 CPU) 04:22:52 04:22:52 03:33:09 LINUX RESTART (8 CPU) 04:22:52 04:22:52 03:34:01 CPU %user %nice %system %iowait %steal %idle 04:22:52 03:35:01 all 10.55 0.00 4.83 2.00 0.06 82.56 04:22:52 03:35:01 0 11.92 0.00 4.97 4.69 0.07 78.35 04:22:52 03:35:01 1 10.36 0.00 4.30 0.66 0.07 84.61 04:22:52 03:35:01 2 10.56 0.00 4.80 0.29 0.05 84.30 04:22:52 03:35:01 3 8.63 0.00 3.97 0.31 0.05 87.05 04:22:52 03:35:01 4 10.47 0.00 6.14 6.71 0.07 76.61 04:22:52 03:35:01 5 10.26 0.00 4.32 0.56 0.07 84.80 04:22:52 03:35:01 6 8.92 0.00 4.41 1.91 0.05 84.71 04:22:52 03:35:01 7 13.26 0.00 5.69 0.94 0.08 80.02 04:22:52 03:36:01 all 42.77 0.00 6.71 1.11 0.11 49.30 04:22:52 03:36:01 0 41.83 0.00 7.07 0.03 0.12 50.95 04:22:52 03:36:01 1 46.50 0.00 6.45 0.82 0.12 46.11 04:22:52 03:36:01 2 40.28 0.00 6.59 0.25 0.12 52.75 04:22:52 03:36:01 3 43.62 0.00 7.39 0.02 0.10 48.88 04:22:52 03:36:01 4 43.43 0.00 6.24 0.47 0.10 49.76 04:22:52 03:36:01 5 43.54 0.00 6.52 0.02 0.10 49.82 04:22:52 03:36:01 6 39.88 0.00 7.09 1.31 0.12 51.60 04:22:52 03:36:01 7 43.13 0.00 6.32 5.96 0.10 44.49 04:22:52 03:37:01 all 58.96 0.00 7.68 0.23 0.10 33.02 04:22:52 03:37:01 0 57.68 0.00 7.84 0.08 0.10 34.30 04:22:52 03:37:01 1 60.61 0.00 7.39 0.03 0.10 31.87 04:22:52 03:37:01 2 59.94 0.00 7.31 0.45 0.12 32.18 04:22:52 03:37:01 3 59.20 0.00 7.81 0.02 0.12 32.85 04:22:52 03:37:01 4 58.97 0.00 6.97 0.00 0.12 33.94 04:22:52 03:37:01 5 59.07 0.00 8.22 0.10 0.10 32.51 04:22:52 03:37:01 6 58.29 0.00 8.16 0.44 0.10 33.01 04:22:52 03:37:01 7 57.92 0.00 7.76 0.74 0.08 33.50 04:22:52 03:38:01 all 34.97 0.00 8.07 3.77 0.10 53.10 04:22:52 03:38:01 0 34.62 0.00 7.83 2.06 0.10 55.39 04:22:52 03:38:01 1 33.21 0.00 8.68 4.45 0.08 53.57 04:22:52 03:38:01 2 36.92 0.00 8.57 5.07 0.08 49.36 04:22:52 03:38:01 3 35.28 0.00 7.72 2.85 0.10 54.05 04:22:52 03:38:01 4 33.02 0.00 7.47 2.77 0.08 56.66 04:22:52 03:38:01 5 36.30 0.00 7.75 3.42 0.10 52.43 04:22:52 03:38:01 6 34.93 0.00 8.19 3.29 0.10 53.49 04:22:52 03:38:01 7 35.48 0.00 8.34 6.28 0.10 49.80 04:22:52 03:39:01 all 13.57 0.00 7.83 19.14 0.09 59.37 04:22:52 03:39:01 0 13.33 0.00 7.33 11.76 0.08 67.50 04:22:52 03:39:01 1 13.63 0.00 9.56 20.96 0.10 55.74 04:22:52 03:39:01 2 15.02 0.00 8.33 32.88 0.08 43.68 04:22:52 03:39:01 3 13.20 0.00 6.45 14.57 0.08 65.70 04:22:52 03:39:01 4 12.23 0.00 9.25 14.02 0.07 64.43 04:22:52 03:39:01 5 13.16 0.00 6.85 16.84 0.08 63.07 04:22:52 03:39:01 6 15.52 0.00 7.68 18.35 0.07 58.39 04:22:52 03:39:01 7 12.49 0.00 7.19 23.83 0.15 56.34 04:22:52 03:40:01 all 73.20 0.00 10.09 6.65 0.13 9.93 04:22:52 03:40:01 0 72.85 0.00 10.47 6.35 0.13 10.20 04:22:52 03:40:01 1 73.69 0.00 9.47 6.35 0.12 10.37 04:22:52 03:40:01 2 73.21 0.00 9.98 9.95 0.13 6.72 04:22:52 03:40:01 3 73.12 0.00 9.81 6.45 0.13 10.48 04:22:52 03:40:01 4 73.00 0.00 10.71 8.15 0.12 8.01 04:22:52 03:40:01 5 72.01 0.00 11.28 6.93 0.13 9.65 04:22:52 03:40:01 6 74.16 0.00 9.43 3.95 0.12 12.35 04:22:52 03:40:01 7 73.54 0.00 9.60 5.08 0.13 11.65 04:22:52 03:41:01 all 90.45 0.00 9.42 0.00 0.13 0.00 04:22:52 03:41:01 0 91.43 0.00 8.43 0.00 0.13 0.00 04:22:52 03:41:01 1 90.80 0.00 9.07 0.00 0.13 0.00 04:22:52 03:41:01 2 91.43 0.00 8.43 0.00 0.13 0.00 04:22:52 03:41:01 3 90.20 0.00 9.68 0.00 0.12 0.00 04:22:52 03:41:01 4 89.87 0.00 10.00 0.00 0.13 0.00 04:22:52 03:41:01 5 87.77 0.00 12.12 0.00 0.12 0.00 04:22:52 03:41:01 6 91.23 0.00 8.65 0.00 0.12 0.00 04:22:52 03:41:01 7 90.90 0.00 8.96 0.00 0.13 0.00 04:22:52 03:42:01 all 61.69 0.00 7.48 0.96 0.11 29.77 04:22:52 03:42:01 0 61.69 0.00 7.76 1.09 0.10 29.37 04:22:52 03:42:01 1 61.41 0.00 7.95 0.95 0.10 29.59 04:22:52 03:42:01 2 62.04 0.00 7.32 1.17 0.10 29.37 04:22:52 03:42:01 3 61.14 0.00 7.01 0.52 0.10 31.24 04:22:52 03:42:01 4 61.45 0.00 7.36 0.68 0.10 30.41 04:22:52 03:42:01 5 61.83 0.00 8.43 0.90 0.12 28.73 04:22:52 03:42:01 6 61.00 0.00 7.49 1.55 0.12 29.84 04:22:52 03:42:01 7 62.94 0.00 6.57 0.78 0.12 29.59 04:22:52 03:43:01 all 9.03 0.00 1.06 0.11 0.07 89.74 04:22:52 03:43:01 0 8.17 0.00 0.94 0.29 0.08 90.52 04:22:52 03:43:01 1 8.30 0.00 1.02 0.02 0.07 90.60 04:22:52 03:43:01 2 10.12 0.00 1.02 0.02 0.07 88.78 04:22:52 03:43:01 3 9.70 0.00 1.14 0.07 0.07 89.02 04:22:52 03:43:01 4 9.18 0.00 0.84 0.08 0.07 89.83 04:22:52 03:43:01 5 7.64 0.00 0.99 0.05 0.07 91.25 04:22:52 03:43:01 6 6.39 0.00 1.54 0.03 0.05 91.98 04:22:52 03:43:01 7 12.71 0.00 0.99 0.33 0.07 85.91 04:22:52 03:44:01 all 6.38 0.00 0.51 0.05 0.05 93.01 04:22:52 03:44:01 0 2.17 0.00 0.52 0.12 0.03 97.16 04:22:52 03:44:01 1 4.14 0.00 0.52 0.02 0.05 95.28 04:22:52 03:44:01 2 6.85 0.00 0.42 0.02 0.03 92.68 04:22:52 03:44:01 3 7.40 0.00 0.52 0.05 0.05 91.98 04:22:52 03:44:01 4 8.78 0.00 0.52 0.08 0.05 90.57 04:22:52 03:44:01 5 8.86 0.00 0.62 0.15 0.05 90.33 04:22:52 03:44:01 6 3.94 0.00 0.45 0.00 0.05 95.56 04:22:52 03:44:01 7 8.88 0.00 0.52 0.00 0.05 90.55 04:22:52 03:45:01 all 0.04 0.00 0.02 0.00 0.01 99.93 04:22:52 03:45:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 03:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 03:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 03:45:01 3 0.08 0.00 0.00 0.00 0.03 99.88 04:22:52 03:45:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 03:45:01 5 0.03 0.00 0.03 0.00 0.02 99.92 04:22:52 03:45:01 6 0.03 0.00 0.03 0.00 0.02 99.92 04:22:52 03:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:22:52 03:45:01 CPU %user %nice %system %iowait %steal %idle 04:22:52 03:46:01 all 0.09 0.00 0.02 0.01 0.01 99.87 04:22:52 03:46:01 0 0.10 0.00 0.07 0.00 0.00 99.83 04:22:52 03:46:01 1 0.07 0.00 0.02 0.00 0.02 99.90 04:22:52 03:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 03:46:01 3 0.07 0.00 0.02 0.00 0.00 99.92 04:22:52 03:46:01 4 0.05 0.00 0.00 0.03 0.00 99.92 04:22:52 03:46:01 5 0.08 0.00 0.00 0.00 0.00 99.92 04:22:52 03:46:01 6 0.28 0.00 0.07 0.00 0.02 99.63 04:22:52 03:46:01 7 0.00 0.00 0.02 0.05 0.02 99.92 04:22:52 03:47:01 all 0.25 0.00 0.01 0.00 0.01 99.73 04:22:52 03:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 03:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 03:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 03:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:22:52 03:47:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 03:47:01 5 0.07 0.00 0.03 0.00 0.02 99.88 04:22:52 03:47:01 6 1.78 0.00 0.00 0.00 0.00 98.22 04:22:52 03:47:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 03:48:01 all 0.10 0.00 0.01 0.01 0.01 99.87 04:22:52 03:48:01 0 0.07 0.00 0.00 0.00 0.02 99.92 04:22:52 03:48:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 03:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:22:52 03:48:01 3 0.08 0.00 0.02 0.00 0.02 99.88 04:22:52 03:48:01 4 0.02 0.00 0.03 0.03 0.02 99.90 04:22:52 03:48:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 03:48:01 6 0.58 0.00 0.00 0.00 0.02 99.40 04:22:52 03:48:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 03:49:01 all 0.05 0.00 0.03 0.00 0.01 99.91 04:22:52 03:49:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:22:52 03:49:01 1 0.03 0.00 0.03 0.00 0.02 99.92 04:22:52 03:49:01 2 0.08 0.00 0.02 0.02 0.02 99.87 04:22:52 03:49:01 3 0.05 0.00 0.05 0.00 0.02 99.88 04:22:52 03:49:01 4 0.02 0.00 0.05 0.02 0.02 99.90 04:22:52 03:49:01 5 0.08 0.00 0.03 0.00 0.02 99.87 04:22:52 03:49:01 6 0.03 0.00 0.03 0.00 0.00 99.93 04:22:52 03:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 03:50:01 all 0.04 0.00 0.02 0.00 0.02 99.92 04:22:52 03:50:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 03:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 03:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 03:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 03:50:01 4 0.03 0.00 0.03 0.02 0.03 99.88 04:22:52 03:50:01 5 0.05 0.00 0.03 0.00 0.02 99.90 04:22:52 03:50:01 6 0.13 0.00 0.03 0.00 0.02 99.82 04:22:52 03:50:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:22:52 03:51:01 all 0.27 0.00 0.01 0.00 0.01 99.70 04:22:52 03:51:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 03:51:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:22:52 03:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 03:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 03:51:01 4 0.05 0.00 0.02 0.02 0.02 99.90 04:22:52 03:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 03:51:01 6 1.99 0.00 0.02 0.00 0.00 98.00 04:22:52 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 03:52:01 all 0.17 0.00 0.01 0.01 0.01 99.79 04:22:52 03:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:22:52 03:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 03:52:01 2 0.00 0.00 0.00 0.02 0.02 99.97 04:22:52 03:52:01 3 0.05 0.00 0.03 0.00 0.02 99.90 04:22:52 03:52:01 4 0.07 0.00 0.03 0.03 0.03 99.83 04:22:52 03:52:01 5 0.03 0.00 0.00 0.00 0.03 99.93 04:22:52 03:52:01 6 1.14 0.00 0.03 0.00 0.02 98.81 04:22:52 03:52:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 03:53:01 all 0.05 0.00 0.01 0.00 0.01 99.93 04:22:52 03:53:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:22:52 03:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 03:53:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:22:52 03:53:01 3 0.05 0.00 0.00 0.00 0.00 99.95 04:22:52 03:53:01 4 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 03:53:01 5 0.18 0.00 0.03 0.00 0.03 99.75 04:22:52 03:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 03:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 03:54:01 all 0.08 0.00 0.02 0.01 0.01 99.89 04:22:52 03:54:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 03:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 03:54:01 2 0.00 0.00 0.02 0.02 0.02 99.95 04:22:52 03:54:01 3 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 03:54:01 4 0.02 0.00 0.00 0.03 0.00 99.95 04:22:52 03:54:01 5 0.07 0.00 0.05 0.00 0.03 99.85 04:22:52 03:54:01 6 0.43 0.00 0.02 0.00 0.02 99.53 04:22:52 03:54:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:22:52 03:55:01 all 0.20 0.00 0.00 0.00 0.01 99.78 04:22:52 03:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 03:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 03:55:01 2 0.07 0.00 0.00 0.00 0.00 99.93 04:22:52 03:55:01 3 0.05 0.00 0.00 0.00 0.02 99.93 04:22:52 03:55:01 4 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 03:55:01 5 0.07 0.00 0.02 0.00 0.02 99.90 04:22:52 03:55:01 6 1.37 0.00 0.00 0.00 0.02 98.61 04:22:52 03:55:01 7 0.03 0.00 0.00 0.02 0.00 99.95 04:22:52 03:56:01 all 0.20 0.00 0.02 0.00 0.01 99.76 04:22:52 03:56:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 03:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 03:56:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 03:56:01 3 0.03 0.00 0.05 0.00 0.02 99.90 04:22:52 03:56:01 4 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 03:56:01 5 0.02 0.00 0.07 0.00 0.03 99.88 04:22:52 03:56:01 6 1.50 0.00 0.05 0.00 0.00 98.45 04:22:52 03:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:22:52 03:56:01 CPU %user %nice %system %iowait %steal %idle 04:22:52 03:57:01 all 0.04 0.00 0.01 0.01 0.01 99.92 04:22:52 03:57:01 0 0.15 0.00 0.05 0.00 0.02 99.78 04:22:52 03:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 03:57:01 2 0.02 0.00 0.00 0.02 0.02 99.95 04:22:52 03:57:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 03:57:01 4 0.00 0.00 0.00 0.03 0.00 99.97 04:22:52 03:57:01 5 0.07 0.00 0.03 0.00 0.03 99.87 04:22:52 03:57:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 03:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 03:58:01 all 0.03 0.00 0.02 0.00 0.00 99.94 04:22:52 03:58:01 0 0.07 0.00 0.05 0.00 0.02 99.87 04:22:52 03:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:22:52 03:58:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:22:52 03:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 03:58:01 4 0.00 0.00 0.02 0.02 0.00 99.97 04:22:52 03:58:01 5 0.12 0.00 0.03 0.00 0.02 99.83 04:22:52 03:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 03:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 03:59:01 all 0.04 0.00 0.01 0.00 0.01 99.93 04:22:52 03:59:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:22:52 03:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:22:52 03:59:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 03:59:01 3 0.08 0.00 0.05 0.00 0.02 99.85 04:22:52 03:59:01 4 0.02 0.00 0.00 0.02 0.00 99.97 04:22:52 03:59:01 5 0.07 0.00 0.00 0.00 0.03 99.90 04:22:52 03:59:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 03:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:00:01 all 0.03 0.00 0.02 0.01 0.01 99.94 04:22:52 04:00:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:22:52 04:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 04:00:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:22:52 04:00:01 3 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 04:00:01 4 0.00 0.00 0.00 0.03 0.00 99.97 04:22:52 04:00:01 5 0.10 0.00 0.05 0.00 0.02 99.83 04:22:52 04:00:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:01:02 all 0.04 0.00 0.02 0.00 0.01 99.93 04:22:52 04:01:02 0 0.10 0.00 0.03 0.00 0.02 99.85 04:22:52 04:01:02 1 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:01:02 2 0.03 0.00 0.02 0.02 0.00 99.93 04:22:52 04:01:02 3 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:01:02 4 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 04:01:02 5 0.07 0.00 0.08 0.00 0.03 99.82 04:22:52 04:01:02 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:01:02 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:02:01 all 0.02 0.00 0.03 0.00 0.01 99.94 04:22:52 04:02:01 0 0.05 0.00 0.05 0.00 0.02 99.88 04:22:52 04:02:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:22:52 04:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:02:01 3 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 04:02:01 4 0.02 0.00 0.02 0.03 0.02 99.92 04:22:52 04:02:01 5 0.03 0.00 0.07 0.00 0.03 99.86 04:22:52 04:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:22:52 04:03:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:22:52 04:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:03:01 2 0.00 0.00 0.00 0.02 0.02 99.97 04:22:52 04:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:03:01 4 0.03 0.00 0.02 0.02 0.00 99.93 04:22:52 04:03:01 5 0.08 0.00 0.03 0.00 0.02 99.87 04:22:52 04:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:03:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:22:52 04:04:01 all 0.04 0.00 0.03 0.00 0.02 99.91 04:22:52 04:04:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 04:04:01 1 0.03 0.00 0.03 0.00 0.02 99.92 04:22:52 04:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:22:52 04:04:01 3 0.08 0.00 0.00 0.00 0.02 99.90 04:22:52 04:04:01 4 0.05 0.00 0.08 0.02 0.03 99.82 04:22:52 04:04:01 5 0.05 0.00 0.05 0.00 0.03 99.87 04:22:52 04:04:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:04:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:05:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:22:52 04:05:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:05:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:05:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:05:01 3 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 04:05:01 4 0.03 0.00 0.03 0.03 0.02 99.88 04:22:52 04:05:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:05:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 04:06:01 all 0.08 0.00 0.01 0.15 0.01 99.75 04:22:52 04:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:06:01 1 0.05 0.00 0.00 0.00 0.00 99.95 04:22:52 04:06:01 2 0.03 0.00 0.00 0.02 0.00 99.95 04:22:52 04:06:01 3 0.05 0.00 0.03 0.00 0.02 99.90 04:22:52 04:06:01 4 0.10 0.00 0.05 0.00 0.03 99.82 04:22:52 04:06:01 5 0.07 0.00 0.02 1.15 0.03 98.73 04:22:52 04:06:01 6 0.28 0.00 0.00 0.00 0.02 99.70 04:22:52 04:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:07:01 all 0.24 0.00 0.03 0.00 0.02 99.71 04:22:52 04:07:01 0 0.05 0.00 0.07 0.00 0.03 99.85 04:22:52 04:07:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 04:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:22:52 04:07:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:22:52 04:07:01 5 0.02 0.00 0.03 0.02 0.02 99.92 04:22:52 04:07:01 6 1.79 0.00 0.03 0.00 0.02 98.16 04:22:52 04:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:22:52 04:07:01 CPU %user %nice %system %iowait %steal %idle 04:22:52 04:08:01 all 0.03 0.00 0.02 0.01 0.01 99.93 04:22:52 04:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:22:52 04:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 04:22:52 04:08:01 2 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 04:08:01 3 0.07 0.00 0.03 0.00 0.02 99.88 04:22:52 04:08:01 4 0.05 0.00 0.05 0.00 0.03 99.87 04:22:52 04:08:01 5 0.03 0.00 0.03 0.03 0.02 99.88 04:22:52 04:08:01 6 0.05 0.00 0.02 0.00 0.00 99.93 04:22:52 04:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:22:52 04:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 04:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:22:52 04:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 04:09:01 5 0.00 0.00 0.02 0.02 0.02 99.95 04:22:52 04:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:22:52 04:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:22:52 04:10:01 all 0.04 0.00 0.01 0.00 0.01 99.93 04:22:52 04:10:01 0 0.08 0.00 0.03 0.00 0.02 99.87 04:22:52 04:10:01 1 0.08 0.00 0.02 0.00 0.02 99.88 04:22:52 04:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:22:52 04:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:22:52 04:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:10:01 5 0.03 0.00 0.02 0.02 0.02 99.92 04:22:52 04:10:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:22:52 04:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 04:22:52 04:11:01 0 0.08 0.00 0.05 0.00 0.02 99.85 04:22:52 04:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 04:11:01 2 0.00 0.00 0.00 0.02 0.00 99.98 04:22:52 04:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 04:11:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:11:01 5 0.02 0.00 0.03 0.02 0.02 99.92 04:22:52 04:11:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:22:52 04:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:12:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:22:52 04:12:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 04:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 04:12:01 2 0.00 0.00 0.00 0.02 0.02 99.97 04:22:52 04:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:12:01 4 0.03 0.00 0.05 0.00 0.03 99.88 04:22:52 04:12:01 5 0.02 0.00 0.02 0.03 0.02 99.92 04:22:52 04:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:13:01 all 0.02 0.00 0.01 0.00 0.02 99.94 04:22:52 04:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 04:13:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:13:01 4 0.05 0.00 0.02 0.00 0.05 99.88 04:22:52 04:13:01 5 0.08 0.00 0.05 0.03 0.03 99.80 04:22:52 04:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:14:01 all 0.04 0.00 0.02 0.00 0.01 99.93 04:22:52 04:14:01 0 0.03 0.00 0.00 0.00 0.02 99.95 04:22:52 04:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 04:14:01 2 0.02 0.00 0.02 0.02 0.02 99.93 04:22:52 04:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:14:01 4 0.08 0.00 0.05 0.00 0.03 99.83 04:22:52 04:14:01 5 0.10 0.00 0.03 0.02 0.00 99.85 04:22:52 04:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 04:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 04:15:01 all 0.03 0.00 0.01 0.03 0.02 99.91 04:22:52 04:15:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:15:01 2 0.00 0.00 0.00 0.17 0.00 99.83 04:22:52 04:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:15:01 4 0.08 0.00 0.02 0.00 0.05 99.85 04:22:52 04:15:01 5 0.03 0.00 0.03 0.05 0.02 99.87 04:22:52 04:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:16:01 all 0.08 0.00 0.02 0.02 0.01 99.87 04:22:52 04:16:01 0 0.07 0.00 0.05 0.00 0.02 99.87 04:22:52 04:16:01 1 0.05 0.00 0.03 0.00 0.00 99.92 04:22:52 04:16:01 2 0.03 0.00 0.02 0.02 0.02 99.92 04:22:52 04:16:01 3 0.03 0.00 0.02 0.02 0.02 99.92 04:22:52 04:16:01 4 0.05 0.00 0.02 0.00 0.03 99.90 04:22:52 04:16:01 5 0.02 0.00 0.02 0.13 0.00 99.83 04:22:52 04:16:01 6 0.37 0.00 0.00 0.00 0.00 99.63 04:22:52 04:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:17:01 all 0.10 0.00 0.02 0.02 0.01 99.84 04:22:52 04:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 04:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:17:01 2 0.00 0.00 0.07 0.00 0.02 99.92 04:22:52 04:17:01 3 0.05 0.00 0.00 0.00 0.00 99.95 04:22:52 04:17:01 4 0.10 0.00 0.03 0.00 0.03 99.83 04:22:52 04:17:01 5 0.00 0.00 0.02 0.18 0.00 99.80 04:22:52 04:17:01 6 0.63 0.00 0.05 0.00 0.02 99.30 04:22:52 04:17:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:22:52 04:18:01 all 0.03 0.00 0.02 0.01 0.01 99.92 04:22:52 04:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 04:18:01 1 0.03 0.00 0.03 0.00 0.02 99.92 04:22:52 04:18:01 2 0.00 0.00 0.03 0.02 0.03 99.92 04:22:52 04:18:01 3 0.02 0.00 0.00 0.02 0.02 99.95 04:22:52 04:18:01 4 0.08 0.00 0.05 0.00 0.02 99.85 04:22:52 04:18:01 5 0.02 0.00 0.02 0.07 0.02 99.88 04:22:52 04:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:22:52 04:22:52 04:18:01 CPU %user %nice %system %iowait %steal %idle 04:22:52 04:19:01 all 0.04 0.00 0.02 0.00 0.01 99.92 04:22:52 04:19:01 0 0.12 0.00 0.07 0.00 0.03 99.78 04:22:52 04:19:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:22:52 04:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:22:52 04:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:19:01 4 0.08 0.00 0.03 0.00 0.03 99.85 04:22:52 04:19:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:22:52 04:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:22:52 04:20:01 all 0.02 0.00 0.02 0.00 0.01 99.94 04:22:52 04:20:01 0 0.07 0.00 0.03 0.00 0.02 99.88 04:22:52 04:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:22:52 04:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 04:22:52 04:20:01 3 0.02 0.00 0.02 0.02 0.02 99.93 04:22:52 04:20:01 4 0.05 0.00 0.05 0.00 0.03 99.87 04:22:52 04:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:22:52 04:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:22:52 04:20:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:22:52 04:21:01 all 0.03 0.00 0.01 0.00 0.01 99.94 04:22:52 04:21:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:22:52 04:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:21:01 2 0.02 0.00 0.00 0.00 0.03 99.95 04:22:52 04:21:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:22:52 04:21:01 4 0.07 0.00 0.05 0.00 0.02 99.87 04:22:52 04:21:01 5 0.02 0.00 0.02 0.02 0.00 99.95 04:22:52 04:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:22:52 04:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:22:52 04:22:01 all 4.87 0.00 1.92 0.37 0.04 92.80 04:22:52 04:22:01 0 5.68 0.00 2.15 0.00 0.03 92.14 04:22:52 04:22:01 1 5.56 0.00 1.70 0.02 0.03 92.68 04:22:52 04:22:01 2 3.89 0.00 2.06 0.03 0.03 93.98 04:22:52 04:22:01 3 4.47 0.00 1.49 0.03 0.03 93.97 04:22:52 04:22:01 4 4.34 0.00 2.18 0.00 0.07 93.41 04:22:52 04:22:01 5 4.97 0.00 2.21 0.45 0.03 92.34 04:22:52 04:22:01 6 4.82 0.00 1.51 0.17 0.03 93.46 04:22:52 04:22:01 7 5.24 0.00 2.05 2.27 0.03 90.42 04:22:52 Average: all 8.50 0.00 1.37 0.72 0.03 89.38 04:22:52 Average: 0 8.38 0.00 1.38 0.55 0.03 89.67 04:22:52 Average: 1 8.49 0.00 1.38 0.71 0.03 89.39 04:22:52 Average: 2 8.54 0.00 1.35 1.04 0.03 89.03 04:22:52 Average: 3 8.45 0.00 1.32 0.51 0.03 89.69 04:22:52 Average: 4 8.43 0.00 1.42 0.69 0.03 89.42 04:22:52 Average: 5 8.46 0.00 1.46 0.65 0.03 89.40 04:22:52 Average: 6 8.57 0.00 1.35 0.64 0.03 89.42 04:22:52 Average: 7 8.64 0.00 1.33 0.96 0.03 89.05 04:22:52 04:22:52 04:22:52