Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3fca5d2bc624bbfae64c235ed87a23a0a1576350 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-ssh9347783200332031732.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-ssh13580999427112173242.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-ssh179127528326939467.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-ssh4591455721542899531.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-ssh8184633591780463126.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 ‘prd-ubuntu20.04-docker-8c-8g-2388’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2389 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/842 [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/842 # 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 3fca5d2bc624bbfae64c235ed87a23a0a1576350 (main) Commit message: "Merge pull request #5161 from yichun-chou/EDX-5694-branch" > 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 3fca5d2bc624bbfae64c235ed87a23a0a1576350 # timeout=10 > git rev-list --no-walk 7694c35aee6cc61ed322cac6073f1e00b48877df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:50:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:50:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:50:46 ========================================================= 03:50:46 EdgeX Global Pipelines Version Info 03:50:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:50:46 ------------------- 03:50:46 stable info: 03:50:46 ------------------- 03:50:46 Commited By: Ginny Guan ginny@iotechsys.com 03:50:46 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:50:46 Message: update stable to v1.0.274 03:50:47 ------------------- 03:50:47 experimental info: 03:50:47 ------------------- 03:50:47 Commited By: **** collab-it+edgex@linuxfoundation.org 03:50:47 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:50:47 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:50:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:50:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:50:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 03:50:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3fca5d2 [Pipeline] echo 03:50:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:50:48 provisioning config files... 03:50:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/842@tmp/config2454017991452985479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:50:48 ---> ****-login.sh 03:50:48 nexus3.edgexfoundry.org:10001 03:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:49 Configure a credential helper to remove this warning. See 03:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:49 03:50:49 Login Succeeded 03:50:49 nexus3.edgexfoundry.org:10002 03:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:49 Configure a credential helper to remove this warning. See 03:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:49 03:50:49 Login Succeeded 03:50:49 nexus3.edgexfoundry.org:10003 03:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:49 Configure a credential helper to remove this warning. See 03:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:49 03:50:49 Login Succeeded 03:50:49 nexus3.edgexfoundry.org:10004 03:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:49 Configure a credential helper to remove this warning. See 03:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:49 03:50:49 Login Succeeded 03:50:49 ****.io 03:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:49 Configure a credential helper to remove this warning. See 03:50:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:49 03:50:49 Login Succeeded 03:50:49 ---> ****-login.sh ends [Pipeline] } 03:50:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:50:49 + 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:50:49 + cut -d/ -f2 03:50:49 + dirname cmd/core-command/Dockerfile 03:50:49 + echo core-command,cmd/core-command/Dockerfile 03:50:49 + + cut -d/ -f2 03:50:49 dirname cmd/core-common-config-bootstrapper/Dockerfile 03:50:49 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:50:49 + dirname cmd/core-data/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo core-data,cmd/core-data/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + dirname cmd/core-keeper/Dockerfile 03:50:49 + echo core-keeper,cmd/core-keeper/Dockerfile 03:50:49 + dirname cmd/core-metadata/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo core-metadata,cmd/core-metadata/Dockerfile 03:50:49 + dirname cmd/security-bootstrapper/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:50:49 + dirname cmd/security-proxy-auth/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:50:49 + dirname cmd/security-proxy-setup/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:50:49 + + cut -d/ -f2 03:50:49 dirname cmd/security-secretstore-setup/Dockerfile 03:50:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:50:49 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:50:49 + dirname cmd/security-spire-agent/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + dirname cmd/security-spire-config/Dockerfile 03:50:49 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + dirname cmd/security-spire-server/Dockerfile 03:50:49 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:50:49 + dirname cmd/support-notifications/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + echo support-notifications,cmd/support-notifications/Dockerfile 03:50:49 + cut -d/ -f2 03:50:49 + dirname cmd/support-scheduler/Dockerfile 03:50:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:50:49 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:50:50 + git rev-list -1 --merges 3fca5d2bc624bbfae64c235ed87a23a0a1576350~1..3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 03:50:50 -----------> git rev-list -1 --merges 3fca5d2bc624bbfae64c235ed87a23a0a1576350~1..3fca5d2bc624bbfae64c235ed87a23a0a1576350 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:50:50 3fca5d2bc624bbfae64c235ed87a23a0a1576350 [false] [Pipeline] sh 03:50:50 + git log --format=format:%s -1 3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 03:50:50 ========================================================= 03:50:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:50:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:50:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:50:51 + grep -v github /etc/ssh/ssh_known_hosts 03:50:51 + [ -e /tmp/ssh_known_hosts ] 03:50:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:50:51 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 03:50:51 tee -a /etc/ssh/ssh_known_hosts 03:50:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:50:51 03:50:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:50:51 0.1.4: Pulling from edgex-devops/py-git-semver 03:50:51 3dae71ba6b94: Pulling fs layer 03:50:51 6bf1a483ea7c: Pulling fs layer 03:50:51 f5dfc541a4d3: Pulling fs layer 03:50:51 461d9e800cba: Pulling fs layer 03:50:51 80192f66455f: Pulling fs layer 03:50:51 2e8e34ca0e6c: Pulling fs layer 03:50:51 a29436f7fd5d: Pulling fs layer 03:50:51 923cac83aea3: Pulling fs layer 03:50:51 25ad8b0a4227: Pulling fs layer 03:50:51 db01528c6b51: Pulling fs layer 03:50:51 461d9e800cba: Waiting 03:50:51 28988de357af: Pulling fs layer 03:50:51 80192f66455f: Waiting 03:50:51 a29436f7fd5d: Waiting 03:50:51 2e8e34ca0e6c: Waiting 03:50:51 923cac83aea3: Waiting 03:50:51 25ad8b0a4227: Waiting 03:50:51 db01528c6b51: Waiting 03:50:51 28988de357af: Waiting 03:50:51 6bf1a483ea7c: Verifying Checksum 03:50:51 6bf1a483ea7c: Download complete 03:50:51 461d9e800cba: Verifying Checksum 03:50:51 461d9e800cba: Download complete 03:50:51 80192f66455f: Download complete 03:50:52 f5dfc541a4d3: Verifying Checksum 03:50:52 f5dfc541a4d3: Download complete 03:50:52 3dae71ba6b94: Verifying Checksum 03:50:52 3dae71ba6b94: Download complete 03:50:52 923cac83aea3: Verifying Checksum 03:50:52 923cac83aea3: Download complete 03:50:52 25ad8b0a4227: Verifying Checksum 03:50:52 25ad8b0a4227: Download complete 03:50:52 db01528c6b51: Verifying Checksum 03:50:52 db01528c6b51: Download complete 03:50:52 28988de357af: Verifying Checksum 03:50:52 28988de357af: Download complete 03:50:52 a29436f7fd5d: Verifying Checksum 03:50:52 a29436f7fd5d: Download complete 03:50:53 2e8e34ca0e6c: Verifying Checksum 03:50:53 2e8e34ca0e6c: Download complete 03:50:53 3dae71ba6b94: Pull complete 03:50:53 6bf1a483ea7c: Pull complete 03:50:54 f5dfc541a4d3: Pull complete 03:50:54 461d9e800cba: Pull complete 03:50:54 80192f66455f: Pull complete 03:50:57 2e8e34ca0e6c: Pull complete 03:50:58 a29436f7fd5d: Pull complete 03:50:58 923cac83aea3: Pull complete 03:50:58 25ad8b0a4227: Pull complete 03:50:58 db01528c6b51: Pull complete 03:50:58 28988de357af: Pull complete 03:50:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:50:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:50:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:58 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 03:50:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:51:01 $ docker top f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 -eo pid,comm 03:51:01 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:51:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:51:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:51:01 [ssh-agent] Looking for ssh-agent implementation... 03:51:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:51:01 $ docker exec f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 ssh-agent 03:51:01 SSH_AUTH_SOCK=/tmp/ssh-dVV1lwSUVoOx/agent.33 03:51:01 SSH_AGENT_PID=39 03:51:01 Running ssh-add (command line suppressed) 03:51:01 Identity added: /w/workspace/edgex-go/842@tmp/private_key_6802152349714478586.key (/w/workspace/edgex-go/842@tmp/private_key_6802152349714478586.key) 03:51:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:51:01 + git tag --points-at HEAD [Pipeline] } 03:51:01 $ docker exec --env ******** --env ******** f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 ssh-agent -k 03:51:01 unset SSH_AUTH_SOCK; 03:51:01 unset SSH_AGENT_PID; 03:51:01 echo Agent pid 39 killed; 03:51:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:51:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:51:01 [ssh-agent] Looking for ssh-agent implementation... 03:51:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:51:02 $ docker exec f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 ssh-agent 03:51:02 SSH_AUTH_SOCK=/tmp/ssh-1BwJ45ubMN4i/agent.73 03:51:02 SSH_AGENT_PID=79 03:51:02 Running ssh-add (command line suppressed) 03:51:02 Identity added: /w/workspace/edgex-go/842@tmp/private_key_16905677475656206402.key (/w/workspace/edgex-go/842@tmp/private_key_16905677475656206402.key) 03:51:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:51:02 + git semver init 03:51:02 2025-05-28 03:51:02,863 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:51:02 2025-05-28 03:51:02,869 [run_init] DEBUG init version:0.0.0 force:False 03:51:02 2025-05-28 03:51:02,870 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/842/.semver 03:51:02 2025-05-28 03:51:02,871 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/842/.semver 03:51:02 2025-05-28 03:51:02,871 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/842/.semver'], cwd=/w/workspace/edgex-go/842, stdin=None, shell=False, universal_newlines=False) 03:51:08 2025-05-28 03:51:07,682 [append_file] DEBUG append to file:/w/workspace/edgex-go/842/.git/info/exclude 03:51:08 2025-05-28 03:51:07,682 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/842/.semver/main with force:False 03:51:08 2025-05-28 03:51:07,683 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 03:51:08 2025-05-28 03:51:07,683 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 03:51:08 4.1.0-dev.15 [Pipeline] } 03:51:08 $ docker exec --env ******** --env ******** f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 ssh-agent -k 03:51:08 unset SSH_AUTH_SOCK; 03:51:08 unset SSH_AGENT_PID; 03:51:08 echo Agent pid 79 killed; 03:51:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:51:08 + git semver [Pipeline] } 03:51:08 $ docker stop --time=1 f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 03:51:10 $ docker rm -f --volumes f1404d17bdd07091c530b87d591910281f0120cf622a19fee548719209300a08 [Pipeline] // withDockerContainer [Pipeline] sh 03:51:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:51:10 Stashed 1 file(s) [Pipeline] echo 03:51:10 [edgeXSemver]: initialized semver on version 4.1.0-dev.15 [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:51:11 + git config --global --add safe.directory /w/workspace/edgex-go/842 [Pipeline] echo 03:51:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:51:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:51:11 ========================================================= 03:51:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:51:11 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:51:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:51:11 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:51:11 0a9a5dfd008f: Pulling fs layer 03:51:11 dbfa0bcfca99: Pulling fs layer 03:51:11 70eabb1d9476: Pulling fs layer 03:51:11 957bedc73fa3: Pulling fs layer 03:51:11 4f4fb700ef54: Pulling fs layer 03:51:11 f40432e63723: Pulling fs layer 03:51:11 90b4343acab7: Pulling fs layer 03:51:11 9f67ea4ac784: Pulling fs layer 03:51:11 9228b9a606be: Pulling fs layer 03:51:11 957bedc73fa3: Waiting 03:51:11 4f4fb700ef54: Waiting 03:51:11 f40432e63723: Waiting 03:51:11 90b4343acab7: Waiting 03:51:11 9f67ea4ac784: Waiting 03:51:11 9228b9a606be: Waiting 03:51:11 dbfa0bcfca99: Verifying Checksum 03:51:11 dbfa0bcfca99: Download complete 03:51:11 957bedc73fa3: Verifying Checksum 03:51:11 957bedc73fa3: Download complete 03:51:11 4f4fb700ef54: Verifying Checksum 03:51:11 4f4fb700ef54: Download complete 03:51:11 f40432e63723: Verifying Checksum 03:51:11 f40432e63723: Download complete 03:51:11 0a9a5dfd008f: Verifying Checksum 03:51:11 0a9a5dfd008f: Download complete 03:51:11 90b4343acab7: Verifying Checksum 03:51:11 90b4343acab7: Download complete 03:51:11 0a9a5dfd008f: Pull complete 03:51:11 9228b9a606be: Verifying Checksum 03:51:11 9228b9a606be: Download complete 03:51:12 dbfa0bcfca99: Pull complete 03:51:12 70eabb1d9476: Download complete 03:51:12 9f67ea4ac784: Verifying Checksum 03:51:12 9f67ea4ac784: Download complete 03:51:15 70eabb1d9476: Pull complete 03:51:15 957bedc73fa3: Pull complete 03:51:15 4f4fb700ef54: Pull complete 03:51:15 f40432e63723: Pull complete 03:51:15 90b4343acab7: Pull complete 03:51:18 9f67ea4ac784: Pull complete 03:51:18 9228b9a606be: Pull complete 03:51:18 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 03:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:51:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:51:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:51:19 WORKDIR /edgex 03:51:19 COPY go.mod . 03:51:19 RUN go mod download 03:51:19 + docker build -t ci-base-image-x86_64 -f - . 03:51:19 Sending build context to Docker daemon 185.8MB 03:51:19 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:51:19 ---> 69404ca5bff2 03:51:19 Step 2/4 : WORKDIR /edgex 03:51:22 ---> Running in 49ac26b23773 03:51:22 Removing intermediate container 49ac26b23773 03:51:22 ---> fb07aeac04bf 03:51:22 Step 3/4 : COPY go.mod . 03:51:22 ---> c1d90ae29ed6 03:51:22 Step 4/4 : RUN go mod download 03:51:22 ---> Running in f5af9ffa165d 03:51:25 Still waiting to schedule task 03:51:25 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:51:41 Removing intermediate container f5af9ffa165d 03:51:41 ---> d5f5b9e098ea 03:51:41 Successfully built d5f5b9e098ea 03:51:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:41 + docker inspect -f . ci-base-image-x86_64 03:51:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:51:41 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 03:51:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:51:41 $ docker top bb411eb4ba495373c9e27b3f3525fb19deabd3509844e172ec615cf7036ec2c5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:42 + go version 03:51:42 go version go1.23.8 linux/amd64 [Pipeline] } 03:51:42 $ docker stop --time=1 bb411eb4ba495373c9e27b3f3525fb19deabd3509844e172ec615cf7036ec2c5 03:51:43 $ docker rm -f --volumes bb411eb4ba495373c9e27b3f3525fb19deabd3509844e172ec615cf7036ec2c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:44 + docker inspect -f . ci-base-image-x86_64 03:51:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:51:44 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 03:51:44 $ 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/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:51:44 $ docker top 2f4ecad2ac4f0ef7f9f5386c0444e98ca33c2c9f41d3e10536aaf02351ceb269 -eo pid,comm [Pipeline] { [Pipeline] echo 03:51:44 ========================================================= 03:51:44 [edgeXBuildGoParallel] Running Tests and Build... 03:51:44 ========================================================= [Pipeline] sh 03:51:44 + git config --global --add safe.directory /w/workspace/edgex-go/842 [Pipeline] fileExists [Pipeline] sh 03:51:45 + make test 03:51:45 go test -race -coverprofile=coverage.out ./... 03:51:53 ? github.com/edgexfoundry/edgex-go [no test files] 03:52:19 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:52:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:52:19 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:52:19 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 28.7% of statements 03:52:20 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 03:52:20 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 03:52:20 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 03:52:20 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 03:52:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 03:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 03:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 03:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 03:52:22 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 03:52:24 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 03:52:24 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 03:52:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 03:52:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 03:52:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:52:24 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 03:52:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.058s coverage: 69.2% of statements 03:52:25 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 3.5% of statements 03:52:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.060s coverage: 45.2% of statements 03:52:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.835s coverage: 93.4% of statements 03:52:25 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements 03:52:25 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 03:52:25 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 03:52:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements 03:52:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 03:52:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:52:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 03:52:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 03:52:27 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 03:52:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.377s coverage: 95.8% of statements 03:52:28 ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements 03:52:29 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 03:52:29 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 03:52:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:52:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 03:52:29 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 03:52:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 03:52:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.035s coverage: 0.0% of statements [no tests to run] 03:52:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.051s coverage: 1.0% of statements 03:52:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.040s coverage: 38.1% of statements 03:52:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 81.1% of statements 03:52:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements 03:52:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 03:52:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 03:52:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 03:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:52:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 03:52:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 03:52:31 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 03:52:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.025s coverage: 87.1% of statements 03:52:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 03:52:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements 03:52:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 03:52:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 03:52:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 03:52:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 03:52:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 03:52:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 03:52:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 03:52:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 03:52:34 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 03:52:34 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 03:52:35 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 03:52:36 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 03:52:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:52:38 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 03:52:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 03:52:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 03:52:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 03:52:42 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 03:52:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 03:52:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 03:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 03:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 03:52:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:52:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.035s coverage: 94.4% of statements 03:52:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 03:52:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 03:52:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 03:52:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 03:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:52:45 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 03:52:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 03:52:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 03:52:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 03:52:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 03:52:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 03:52:46 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 03:52:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 03:52:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 03:52:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 03:52:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 03:52:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2390 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:52:48 Running in /w/workspace/edgex-go/842 [Pipeline] { [Pipeline] checkout 03:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 03:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:52:49 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:52:49 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 03:52:49 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 03:52:49 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 03:52:49 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 03:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 03:52:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.042s coverage: 92.9% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.044s coverage: 62.3% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 15.5% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.089s coverage: 81.8% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.080s coverage: 82.1% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.039s coverage: 6.8% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.042s coverage: 33.3% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.179s coverage: 54.5% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.4% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.027s coverage: 73.7% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 29.2% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 93.8% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.027s coverage: 76.2% of statements 03:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 03:52:51 The recommended git tool is: git 03:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.075s coverage: 17.0% of statements 03:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.129s coverage: 94.9% of statements 03:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 03:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.077s coverage: 97.7% of statements 03:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.033s coverage: 43.6% of statements 03:52:55 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 03:52:55 running golangci-lint 03:52:55 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 03:52:55 go version go1.23.8 linux/amd64 03:52:56 using credential edgex-jenkins-ssh 03:52:56 Cloning the remote Git repository 03:52:56 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 03:52:56 level=info msg="[config_reader] Used config file .golangci.yml" 03:52:56 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 03:52:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:52:56 > git init /w/workspace/edgex-go/842 # timeout=10 03:52:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:52:56 > git --version # timeout=10 03:52:56 > git --version # 'git version 2.25.1' 03:52:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:52:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:53:14 Avoid second fetch 03:53:14 Checking out Revision 3fca5d2bc624bbfae64c235ed87a23a0a1576350 (main) 03:53:15 Commit message: "Merge pull request #5161 from yichun-chou/EDX-5694-branch" 03:53:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:53:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:53:14 > git config core.sparsecheckout # timeout=10 03:53:15 > git checkout -f 3fca5d2bc624bbfae64c235ed87a23a0a1576350 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:53:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:53:20 % Total % Received % Xferd Average Speed Time Time Time Current 03:53:20 Dload Upload Total Spent Left Speed 03:53:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13064 100 13064 0 0 109k 0 --:--:-- --:--:-- --:--:-- 109k [Pipeline] sh 03:53:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:53:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 03:53:21 sudo tee /etc/docker/daemon.new 03:53:21 { 03:53:21 "registry-mirrors": [ 03:53:21 "https://nexus3.edgexfoundry.org:10001" 03:53:21 ], 03:53:21 "bip": "10.250.0.254/24", 03:53:21 "hosts": [ 03:53:21 "tcp://0.0.0.0:5555", 03:53:21 "unix:///var/run/docker.sock" 03:53:21 ], 03:53:21 "mtu": 1458, 03:53:21 "selinux-enabled": true, 03:53:21 "seccomp-profile": "/etc/docker/seccomp.json" 03:53:21 } [Pipeline] sh 03:53:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:53:21 + sudo service docker restart 03:53:22 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|types_sizes|imports|name) took 24.340567907s" 03:53:22 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 60.155741ms" 03:53:34 level=info msg="[linters_context/goanalysis] analyzers took 1m46.358385306s with top 10 stages: buildir: 1m2.695210966s, gosec: 4.306505314s, inspect: 3.240263424s, fact_deprecated: 3.229672471s, printf: 2.220308518s, ctrlflow: 1.497098101s, fact_purity: 1.387691707s, nilness: 1.29483881s, S1038: 1.007208621s, isgenerated: 895.980597ms" 03:53:34 level=info msg="[runner] Issues before processing: 202, after processing: 0" 03:53:34 level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, exclude: 202/202, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, exclude-rules: 202/20, skip_dirs: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, filename_unadjuster: 202/202, skip_files: 202/202" 03:53:34 level=info msg="[runner] processing took 18.377849ms with stages: nolint: 7.498603ms, identifier_marker: 4.899518ms, path_prettifier: 2.225921ms, autogenerated_exclude: 1.34611ms, exclude-rules: 1.322088ms, skip_dirs: 1.012036ms, invalid_issue: 30.481µs, cgo: 26.441µs, filename_unadjuster: 12.861µs, max_same_issues: 720ns, fixer: 560ns, uniq_by_line: 480ns, skip_files: 430ns, exclude: 270ns, sort_results: 270ns, severity-rules: 250ns, max_from_linter: 170ns, diff: 150ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, path_prefixer: 110ns" 03:53:34 level=info msg="[runner] linters took 13.24987688s with stages: goanalysis_metalinter: 13.231417418s" 03:53:34 level=info msg="File cache stats: 0 entries of total size 0B" 03:53:34 level=info msg="Memory: 378 samples, avg is 297.8MB, max is 1429.3MB" 03:53:34 level=info msg="Execution took 37.658707944s" 03:53:34 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:53:39 provisioning config files... 03:53:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/842@tmp/config18416624399413495234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:53:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:53:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:53:40 ---> ****-login.sh 03:53:40 nexus3.edgexfoundry.org:10001 03:53:40 ./bin/test-attribution-txt.sh 03:53:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] echo 03:53:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 03:53:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:53:40 Configure a credential helper to remove this warning. See 03:53:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:53:40 03:53:40 Login Succeeded 03:53:40 nexus3.edgexfoundry.org:10002 03:53:41 + ls -al . 03:53:41 total 1992 03:53:41 drwxrwxr-x 11 1001 1001 4096 May 28 03:51 . 03:53:41 drwxr-xr-x 4 root root 4096 May 28 03:51 .. 03:53:41 drwxrwxr-x 2 1001 1001 4096 May 28 03:50 .blubracket 03:53:41 -rw-rw-r-- 1 1001 1001 10 May 28 03:50 .dockerignore 03:53:41 drwxrwxr-x 8 1001 1001 4096 May 28 03:52 .git 03:53:41 drwxrwxr-x 3 1001 1001 4096 May 28 03:50 .github 03:53:41 -rw-rw-r-- 1 1001 1001 909 May 28 03:50 .gitignore 03:53:41 -rw-rw-r-- 1 1001 1001 218 May 28 03:50 .golangci.yml 03:53:41 -rw-rw-r-- 1 1001 1001 100 May 28 03:50 .hadolint.yml 03:53:41 drwxr-xr-x 3 1001 1001 4096 May 28 03:51 .semver 03:53:41 -rw-rw-r-- 1 1001 1001 155 May 28 03:50 .sonarcloud.properties 03:53:41 -rw-rw-r-- 1 1001 1001 1171 May 28 03:50 ADOPTERS.md 03:53:41 -rw-rw-r-- 1 1001 1001 17374 May 28 03:50 Attribution.txt 03:53:41 -rw-rw-r-- 1 1001 1001 108018 May 28 03:50 CHANGELOG.md 03:53:41 -rw-rw-r-- 1 1001 1001 3804 May 28 03:50 CONTRIBUTING.md 03:53:41 -rw-rw-r-- 1 1001 1001 677 May 28 03:50 GOVERNANCE.md 03:53:41 -rw-rw-r-- 1 1001 1001 858 May 28 03:50 Jenkinsfile 03:53:41 -rw-rw-r-- 1 1001 1001 10775 May 28 03:50 LICENSE 03:53:41 -rw-rw-r-- 1 1001 1001 16740 May 28 03:50 Makefile 03:53:41 -rw-rw-r-- 1 1001 1001 582 May 28 03:50 OWNERS.md 03:53:41 -rw-rw-r-- 1 1001 1001 9932 May 28 03:50 README.md 03:53:41 -rw-rw-r-- 1 1001 1001 789 May 28 03:50 SECURITY.md 03:53:41 -rw-rw-r-- 1 1001 1001 12 May 28 03:51 VERSION 03:53:41 drwxrwxr-x 2 1001 1001 4096 May 28 03:50 bin 03:53:41 drwxrwxr-x 19 1001 1001 4096 May 28 03:50 cmd 03:53:41 -rw-r--r-- 1 root root 1661047 May 28 03:52 coverage.out 03:53:41 drwxrwxr-x 2 1001 1001 4096 May 28 03:50 fuzz_test 03:53:41 -rw-rw-r-- 1 1001 1001 6492 May 28 03:50 go.mod 03:53:41 -rw-rw-r-- 1 1001 1001 88215 May 28 03:50 go.sum 03:53:41 drwxrwxr-x 7 1001 1001 4096 May 28 03:50 internal 03:53:41 drwxrwxr-x 2 1001 1001 4096 May 28 03:50 openapi 03:53:41 -rw-rw-r-- 1 1001 1001 584 May 28 03:50 security.txt 03:53:41 -rw-rw-r-- 1 1001 1001 204 May 28 03:50 version.go [Pipeline] sh 03:53:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:53:41 Configure a credential helper to remove this warning. See 03:53:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:53:41 03:53:41 Login Succeeded 03:53:41 nexus3.edgexfoundry.org:10003 03:53:41 + '[' -e coverage.out ] 03:53:41 + chown 1001:1001 coverage.out [Pipeline] stash 03:53:41 Stashed 1 file(s) [Pipeline] sh 03:53:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:41 + make build 03:53:41 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:53:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:53:41 Configure a credential helper to remove this warning. See 03:53:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:53:41 03:53:41 Login Succeeded 03:53:41 nexus3.edgexfoundry.org:10004 03:53:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:53:42 Configure a credential helper to remove this warning. See 03:53:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:53:42 03:53:42 Login Succeeded 03:53:42 ****.io 03:53:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:53:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:53:42 Configure a credential helper to remove this warning. See 03:53:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:53:42 03:53:42 Login Succeeded 03:53:42 ---> ****-login.sh ends [Pipeline] } 03:53:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:53:43 + git config --global --add safe.directory /w/workspace/edgex-go/842 [Pipeline] echo 03:53:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:53:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:53:43 ========================================================= 03:53:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:53:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:53:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:53:43 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:53:43 94e9d8af2201: Pulling fs layer 03:53:43 634366ca850b: Pulling fs layer 03:53:43 f66ade281fe9: Pulling fs layer 03:53:43 13fd4ce6e94e: Pulling fs layer 03:53:43 4f4fb700ef54: Pulling fs layer 03:53:43 4cccf3f17d63: Pulling fs layer 03:53:43 2d8010953d95: Pulling fs layer 03:53:43 4f4fb700ef54: Waiting 03:53:43 ec743f232bc5: Pulling fs layer 03:53:43 4cccf3f17d63: Waiting 03:53:43 2d8010953d95: Waiting 03:53:43 13fd4ce6e94e: Waiting 03:53:43 ec743f232bc5: Waiting 03:53:43 634366ca850b: Download complete 03:53:43 13fd4ce6e94e: Verifying Checksum 03:53:43 13fd4ce6e94e: Download complete 03:53:43 4f4fb700ef54: Verifying Checksum 03:53:43 4f4fb700ef54: Download complete 03:53:43 4cccf3f17d63: Verifying Checksum 03:53:43 4cccf3f17d63: Download complete 03:53:43 94e9d8af2201: Download complete 03:53:44 ec743f232bc5: Verifying Checksum 03:53:44 ec743f232bc5: Download complete 03:53:44 94e9d8af2201: Pull complete 03:53:45 634366ca850b: Pull complete 03:53:45 f66ade281fe9: Verifying Checksum 03:53:45 f66ade281fe9: Download complete 03:53:46 2d8010953d95: Verifying Checksum 03:53:46 2d8010953d95: Download complete 03:54:01 f66ade281fe9: Pull complete 03:54:01 13fd4ce6e94e: Pull complete 03:54:01 4f4fb700ef54: Pull complete 03:54:01 4cccf3f17d63: Pull complete 03:54:03 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:54:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:54:06 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:54:07 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:54:08 2d8010953d95: Pull complete 03:54:08 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:54:10 ec743f232bc5: Pull complete 03:54:10 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 03:54:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:54:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:54:10 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:54:10 WORKDIR /edgex 03:54:10 COPY go.mod . 03:54:10 RUN go mod download -t 03:54:10 ci-base-image-arm64 -f - . 03:54:11 Sending build context to Docker daemon 3.695MB 03:54:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:54:11 ---> 12c1d4c06be1 03:54:11 Step 2/4 : WORKDIR /edgex 03:54:11 ---> Running in 9e94739d5f31 03:54:12 Removing intermediate container 9e94739d5f31 03:54:12 ---> 592564330893 03:54:12 Step 3/4 : COPY go.mod . 03:54:12 ---> 9006638d6507 03:54:12 Step 4/4 : RUN go mod download 03:54:12 ---> Running in bcd5a2ea9d18 03:54:14 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:54:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:54:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:54:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:54:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:54:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:54:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:54:24 $ docker stop --time=1 2f4ecad2ac4f0ef7f9f5386c0444e98ca33c2c9f41d3e10536aaf02351ceb269 03:54:27 $ docker rm -f --volumes 2f4ecad2ac4f0ef7f9f5386c0444e98ca33c2c9f41d3e10536aaf02351ceb269 [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:54:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:54:28 03:54:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:54:28 latest: Pulling from edgex-devops/edgex-compose 03:54:28 91d30c5bc195: Pulling fs layer 03:54:28 2e9b0aa3be6d: Pulling fs layer 03:54:28 9c61dcf015f6: Pulling fs layer 03:54:28 4698f68db338: Pulling fs layer 03:54:28 2a2f49069b9e: Pulling fs layer 03:54:28 e0025b399a48: Pulling fs layer 03:54:28 2a2f49069b9e: Waiting 03:54:28 4698f68db338: Waiting 03:54:28 e0025b399a48: Waiting 03:54:28 91d30c5bc195: Verifying Checksum 03:54:28 4698f68db338: Verifying Checksum 03:54:28 4698f68db338: Download complete 03:54:29 2e9b0aa3be6d: Verifying Checksum 03:54:29 2e9b0aa3be6d: Download complete 03:54:29 e0025b399a48: Verifying Checksum 03:54:29 e0025b399a48: Download complete 03:54:29 91d30c5bc195: Pull complete 03:54:29 2a2f49069b9e: Download complete 03:54:29 2e9b0aa3be6d: Pull complete 03:54:29 9c61dcf015f6: Verifying Checksum 03:54:29 9c61dcf015f6: Download complete 03:54:32 9c61dcf015f6: Pull complete 03:54:32 4698f68db338: Pull complete 03:54:32 2a2f49069b9e: Pull complete 03:54:32 e0025b399a48: Pull complete 03:54:32 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 03:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:54:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:54:32 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 03:54:32 $ 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/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:54:35 $ docker top 79b59f39d49c125821bcb212496b51e90f39e0664c476c1a854e6ed70f5ba975 -eo pid,comm [Pipeline] { [Pipeline] sh 03:54:35 + docker compose -f ./docker-compose-build.yml build --parallel 03:54:37 #1 [core-keeper internal] load build definition from Dockerfile 03:54:37 #1 transferring dockerfile: 2.01kB done 03:54:37 #1 DONE 0.0s 03:54:37 03:54:37 #2 [security-spire-config internal] load build definition from Dockerfile 03:54:37 #2 transferring dockerfile: 1.69kB done 03:54:37 #2 DONE 0.0s 03:54:37 03:54:37 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:54:37 #3 transferring dockerfile: 2.23kB done 03:54:37 #3 DONE 0.0s 03:54:37 03:54:37 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:54:37 #4 transferring dockerfile: 1.89kB done 03:54:37 #4 DONE 0.0s 03:54:37 03:54:37 #5 [security-proxy-auth internal] load build definition from Dockerfile 03:54:37 #5 transferring dockerfile: 2.14kB done 03:54:37 #5 DONE 0.1s 03:54:37 03:54:37 #6 [security-proxy-setup internal] load build definition from Dockerfile 03:54:37 #6 transferring dockerfile: 2.50kB done 03:54:37 #6 DONE 0.1s 03:54:37 03:54:37 #7 [core-command internal] load build definition from Dockerfile 03:54:37 #7 transferring dockerfile: 1.94kB done 03:54:37 #7 DONE 0.1s 03:54:37 03:54:37 #8 [support-notifications internal] load build definition from Dockerfile 03:54:37 #8 transferring dockerfile: 2.00kB done 03:54:37 #8 DONE 0.1s 03:54:37 03:54:37 #9 [security-spire-agent internal] load build definition from Dockerfile 03:54:37 #9 transferring dockerfile: 1.81kB done 03:54:37 #9 DONE 0.1s 03:54:37 03:54:37 #10 [support-scheduler internal] load build definition from Dockerfile 03:54:37 #10 transferring dockerfile: 1.83kB done 03:54:37 #10 DONE 0.1s 03:54:37 03:54:37 #11 [core-metadata internal] load build definition from Dockerfile 03:54:37 #11 transferring dockerfile: 2.10kB done 03:54:37 #11 DONE 0.1s 03:54:37 03:54:37 #12 [core-keeper internal] load .dockerignore 03:54:37 #12 transferring context: 50B done 03:54:37 #12 DONE 0.1s 03:54:37 03:54:37 #13 [security-secretstore-setup internal] load build definition from Dockerfile 03:54:37 #13 transferring dockerfile: 2.49kB done 03:54:37 #13 DONE 0.1s 03:54:37 03:54:37 #14 [security-bootstrapper internal] load build definition from Dockerfile 03:54:37 #14 transferring dockerfile: 3.02kB done 03:54:37 #14 DONE 0.1s 03:54:37 03:54:37 #15 [security-spire-server internal] load build definition from Dockerfile 03:54:37 #15 transferring dockerfile: 1.70kB done 03:54:37 #15 DONE 0.1s 03:54:37 03:54:37 #16 [core-data internal] load build definition from Dockerfile 03:54:37 #16 transferring dockerfile: 2.04kB done 03:54:37 #16 DONE 0.1s 03:54:37 03:54:37 #17 [security-spire-config internal] load .dockerignore 03:54:37 #17 transferring context: 50B done 03:54:37 #17 DONE 0.0s 03:54:37 03:54:37 #18 [core-common-config-bootstrapper internal] load .dockerignore 03:54:37 #18 transferring context: 50B done 03:54:37 #18 DONE 0.0s 03:54:37 03:54:37 #19 [security-spiffe-token-provider internal] load .dockerignore 03:54:37 #19 transferring context: 50B done 03:54:37 #19 DONE 0.0s 03:54:37 03:54:37 #20 [security-proxy-auth internal] load .dockerignore 03:54:37 #20 transferring context: 50B done 03:54:37 #20 DONE 0.0s 03:54:37 03:54:37 #21 [support-notifications internal] load .dockerignore 03:54:37 #21 transferring context: 50B done 03:54:37 #21 DONE 0.0s 03:54:37 03:54:37 #22 [security-spire-agent internal] load .dockerignore 03:54:37 #22 transferring context: 50B done 03:54:38 #22 DONE 0.1s 03:54:38 03:54:38 #23 [core-command internal] load .dockerignore 03:54:38 #23 transferring context: 50B done 03:54:38 #23 DONE 0.1s 03:54:38 03:54:38 #24 [support-scheduler internal] load .dockerignore 03:54:38 #24 transferring context: 50B done 03:54:38 #24 DONE 0.1s 03:54:38 03:54:38 #25 [core-metadata internal] load .dockerignore 03:54:38 #25 transferring context: 50B done 03:54:38 #25 DONE 0.1s 03:54:38 03:54:38 #26 [security-proxy-setup internal] load .dockerignore 03:54:38 #26 transferring context: 50B done 03:54:38 #26 DONE 0.1s 03:54:38 03:54:38 #27 [security-bootstrapper internal] load .dockerignore 03:54:38 #27 transferring context: 50B done 03:54:38 #27 DONE 0.1s 03:54:38 03:54:38 #28 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:54:38 #28 DONE 0.0s 03:54:38 03:54:38 #29 [security-secretstore-setup internal] load .dockerignore 03:54:38 #29 transferring context: 50B done 03:54:38 #29 DONE 0.1s 03:54:38 03:54:38 #30 [security-spire-server internal] load .dockerignore 03:54:38 #30 transferring context: 50B done 03:54:38 #30 DONE 0.1s 03:54:38 03:54:38 #31 [core-data internal] load .dockerignore 03:54:38 #31 transferring context: 50B done 03:54:38 #31 DONE 0.1s 03:54:38 03:54:38 #28 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:54:38 #28 DONE 0.0s 03:54:38 03:54:38 #32 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:54:38 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:54:38 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:54:38 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:54:38 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:54:38 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:54:38 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:54:38 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:54:38 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:54:38 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:54:38 #32 ... 03:54:38 03:54:38 #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:54:38 #28 DONE 0.0s 03:54:38 03:54:38 #32 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:54:38 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:54:38 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:54:38 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:54:38 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:54:38 #32 ... 03:54:38 03:54:38 #28 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:54:38 #28 DONE 0.0s 03:54:38 03:54:38 #33 [core-data internal] load metadata for docker.io/library/alpine:3.20 03:54:38 #33 DONE 0.5s 03:54:38 03:54:38 #32 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:54:38 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:54:38 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:54:38 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:54:38 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:54:38 #32 ... 03:54:38 03:54:38 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:54:38 #34 DONE 0.6s 03:54:38 03:54:38 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:54:38 #35 DONE 0.8s 03:54:38 03:54:38 #32 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:54:38 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:54:38 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:54:38 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:54:38 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:54:44 #32 ... 03:54:44 03:54:44 #36 [core-keeper internal] load build context 03:54:44 #36 transferring context: 192.01MB 5.5s 03:54:44 #36 ... 03:54:44 03:54:44 #37 [security-proxy-auth internal] load build context 03:54:44 #37 ... 03:54:44 03:54:44 #36 [core-keeper internal] load build context 03:54:48 #36 ... 03:54:48 03:54:48 #38 [core-common-config-bootstrapper internal] load build context 03:54:48 #38 ... 03:54:48 03:54:48 #39 [security-spiffe-token-provider internal] load build context 03:54:48 #39 ... 03:54:48 03:54:48 #40 [core-command internal] load build context 03:54:48 #40 ... 03:54:48 03:54:48 #41 [support-notifications internal] load build context 03:54:48 #41 ... 03:54:48 03:54:48 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:48 #42 ... 03:54:48 03:54:48 #43 [security-secretstore-setup internal] load build context 03:54:48 #43 ... 03:54:48 03:54:48 #44 [core-data internal] load build context 03:54:48 #44 ... 03:54:48 03:54:48 #45 [security-spire-agent internal] load build context 03:54:49 #45 ... 03:54:49 03:54:49 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:54:49 #46 ... 03:54:49 03:54:49 #47 [security-proxy-setup internal] load build context 03:54:49 #47 transferring context: 349.11MB 10.5s 03:54:49 #47 ... 03:54:49 03:54:49 #48 [security-bootstrapper internal] load build context 03:54:49 #48 ... 03:54:49 03:54:49 #49 [support-scheduler internal] load build context 03:54:49 #49 ... 03:54:49 03:54:49 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:54:49 #50 ... 03:54:49 03:54:49 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:54:49 #51 ... 03:54:49 03:54:49 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:54:50 #52 ... 03:54:50 03:54:50 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:54:50 #53 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:54:50 #53 ... 03:54:50 03:54:50 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:54:50 #54 ... 03:54:50 03:54:50 #55 [security-spire-server internal] load build context 03:54:50 #55 ... 03:54:50 03:54:50 #56 [core-metadata internal] load build context 03:54:50 #56 ... 03:54:50 03:54:50 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:54:50 #57 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:54:50 #57 ... 03:54:50 03:54:50 #58 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:54:50 #58 ... 03:54:50 03:54:50 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:54:51 #59 ... 03:54:51 03:54:51 #60 [security-spire-config internal] load build context 03:54:51 #60 ... 03:54:51 03:54:51 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:54:51 #61 ... 03:54:51 03:54:51 #62 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:54:51 #62 ... 03:54:51 03:54:51 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:54:51 #63 ... 03:54:51 03:54:51 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:54:51 #64 ... 03:54:51 03:54:51 #49 [support-scheduler internal] load build context 03:54:53 #49 transferring context: 503.39MB 14.4s done 03:54:54 #49 ... 03:54:54 03:54:54 #37 [security-proxy-auth internal] load build context 03:54:55 #37 transferring context: 503.39MB 14.2s done 03:54:55 #37 ... 03:54:55 03:54:55 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:54:55 #54 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:54:55 #54 15.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:54:55 #54 15.83 (1/7) Installing ca-certificates (20241121-r1) 03:54:55 #54 15.84 (2/7) Installing dumb-init (1.2.5-r3) 03:54:55 #54 15.85 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:54:55 #54 15.85 (4/7) Installing libsodium (1.0.19-r0) 03:54:55 #54 15.87 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:54:55 #54 15.89 (6/7) Installing libzmq (4.3.5-r2) 03:54:55 #54 15.89 (7/7) Installing zeromq (4.3.5-r2) 03:54:55 #54 15.90 Executing busybox-1.36.1-r29.trigger 03:54:55 #54 15.91 Executing ca-certificates-20241121-r1.trigger 03:54:55 #54 15.95 OK: 12 MiB in 21 packages 03:54:58 #54 ... 03:54:58 03:54:58 #38 [core-common-config-bootstrapper internal] load build context 03:54:58 #38 transferring context: 503.39MB 16.2s done 03:54:58 #38 ... 03:54:58 03:54:58 #36 [core-keeper internal] load build context 03:54:58 #36 transferring context: 503.39MB 15.4s done 03:54:58 #36 ... 03:54:58 03:54:58 #39 [security-spiffe-token-provider internal] load build context 03:54:58 #39 transferring context: 503.39MB 15.4s done 03:54:58 #39 ... 03:54:58 03:54:58 #41 [support-notifications internal] load build context 03:54:58 #41 transferring context: 503.39MB 14.4s done 03:54:59 #41 ... 03:54:59 03:54:59 #44 [core-data internal] load build context 03:54:59 #44 transferring context: 503.39MB 14.3s done 03:54:59 #44 ... 03:54:59 03:54:59 #40 [core-command internal] load build context 03:54:59 #40 transferring context: 503.39MB 15.1s done 03:54:59 #40 ... 03:54:59 03:54:59 #47 [security-proxy-setup internal] load build context 03:54:59 #47 transferring context: 503.39MB 14.2s done 03:54:59 #47 ... 03:54:59 03:54:59 #43 [security-secretstore-setup internal] load build context 03:54:59 #43 transferring context: 503.39MB 14.2s done 03:54:59 #43 ... 03:54:59 03:54:59 #48 [security-bootstrapper internal] load build context 03:54:59 #48 transferring context: 503.39MB 14.7s done 03:54:59 #48 ... 03:54:59 03:54:59 #60 [security-spire-config internal] load build context 03:54:59 #60 transferring context: 03:54:59 #60 transferring context: 22.05kB done 03:55:00 #60 ... 03:55:00 03:55:00 #56 [core-metadata internal] load build context 03:55:00 #56 transferring context: 503.39MB 14.9s done 03:55:01 #56 ... 03:55:01 03:55:01 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:55:01 #52 12.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:01 #52 12.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:01 #52 13.15 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:55:01 #52 13.15 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:55:01 #52 13.15 OK: 24171 distinct packages available 03:55:01 #52 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:01 #52 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:01 #52 13.53 (1/14) Installing ca-certificates (20241121-r1) 03:55:01 #52 13.55 (2/14) Installing brotli-libs (1.1.0-r2) 03:55:01 #52 13.56 (3/14) Installing c-ares (1.33.1-r0) 03:55:01 #52 13.57 (4/14) Installing libunistring (1.2-r0) 03:55:01 #52 13.58 (5/14) Installing libidn2 (2.3.7-r0) 03:55:01 #52 13.58 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:55:01 #52 13.59 (7/14) Installing libpsl (0.21.5-r1) 03:55:01 #52 13.60 (8/14) Installing zstd-libs (1.5.6-r0) 03:55:01 #52 13.60 (9/14) Installing libcurl (8.12.1-r0) 03:55:01 #52 13.61 (10/14) Installing curl (8.12.1-r0) 03:55:01 #52 13.61 (11/14) Installing dumb-init (1.2.5-r3) 03:55:01 #52 13.62 (12/14) Installing musl-obstack (1.2.3-r2) 03:55:01 #52 13.62 (13/14) Installing libucontext (1.2-r3) 03:55:01 #52 13.62 (14/14) Installing gcompat (1.1.0-r4) 03:55:01 #52 13.63 Executing busybox-1.36.1-r29.trigger 03:55:01 #52 13.63 Executing ca-certificates-20241121-r1.trigger 03:55:01 #52 13.67 OK: 13 MiB in 28 packages 03:55:01 #52 ... 03:55:01 03:55:01 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:55:01 #61 22.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:01 #61 22.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:01 #61 22.85 (1/4) Installing dumb-init (1.2.5-r3) 03:55:01 #61 22.85 (2/4) Installing openssl (3.3.3-r0) 03:55:01 #61 22.86 (3/4) Installing su-exec (0.2-r3) 03:55:01 #61 22.87 (4/4) Installing yq-go (4.44.1-r2) 03:55:01 #61 22.93 Executing busybox-1.36.1-r29.trigger 03:55:01 #61 22.97 OK: 19 MiB in 18 packages 03:55:08 #61 ... 03:55:08 03:55:08 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:08 #53 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 18.6s done 03:55:08 #53 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:55:08 #53 ... 03:55:08 03:55:08 #58 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:55:08 #58 19.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:08 #58 19.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:08 #58 19.77 (1/1) Installing dumb-init (1.2.5-r3) 03:55:08 #58 19.77 Executing busybox-1.36.1-r29.trigger 03:55:08 #58 19.78 OK: 8 MiB in 15 packages 03:55:08 #58 ... 03:55:08 03:55:08 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:08 #57 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 25.4s done 03:55:09 Removing intermediate container bcd5a2ea9d18 03:55:09 ---> dface11c00b2 03:55:09 Successfully built dface11c00b2 03:55:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:09 + docker inspect -f . ci-base-image-arm64 03:55:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:09 prd-ubuntu20.04-docker-arm64-4c-16g-2390 does not seem to be running inside a container 03:55:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:55:09 #57 ... 03:55:09 03:55:09 #45 [security-spire-agent internal] load build context 03:55:09 #45 transferring context: 23.33kB done 03:55:09 #45 ... 03:55:09 03:55:09 #55 [security-spire-server internal] load build context 03:55:09 #55 transferring context: 23.80kB done 03:55:10 #55 ... 03:55:10 03:55:10 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:10 #57 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:55:11 $ docker top ccdbfd7504f37be1f9b0cc4fdbd6e3f97eff026c6dad1c3fd419e7611c61cbd6 -eo pid,comm [Pipeline] { [Pipeline] sh 03:55:11 + go version 03:55:11 go version go1.23.8 linux/arm64 [Pipeline] } 03:55:11 $ docker stop --time=1 ccdbfd7504f37be1f9b0cc4fdbd6e3f97eff026c6dad1c3fd419e7611c61cbd6 03:55:13 $ docker rm -f --volumes ccdbfd7504f37be1f9b0cc4fdbd6e3f97eff026c6dad1c3fd419e7611c61cbd6 [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:55:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:55:14 03:55:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:55:14 latest: Pulling from edgex-devops/edgex-compose-arm64 03:55:14 547446be3368: Pulling fs layer 03:55:14 d125d8839a47: Pulling fs layer 03:55:14 3e85d5ac6304: Pulling fs layer 03:55:14 c3105a71a48b: Pulling fs layer 03:55:14 0f093f025ec4: Pulling fs layer 03:55:14 c3106fc0e877: Pulling fs layer 03:55:14 c3105a71a48b: Waiting 03:55:14 0f093f025ec4: Waiting 03:55:14 c3106fc0e877: Waiting 03:55:14 547446be3368: Verifying Checksum 03:55:14 547446be3368: Download complete 03:55:14 c3105a71a48b: Verifying Checksum 03:55:14 c3105a71a48b: Download complete 03:55:15 d125d8839a47: Verifying Checksum 03:55:15 d125d8839a47: Download complete 03:55:15 c3106fc0e877: Verifying Checksum 03:55:15 c3106fc0e877: Download complete 03:55:15 0f093f025ec4: Verifying Checksum 03:55:15 0f093f025ec4: Download complete 03:55:15 547446be3368: Pull complete 03:55:16 d125d8839a47: Pull complete 03:55:17 3e85d5ac6304: Verifying Checksum 03:55:17 3e85d5ac6304: Download complete 03:55:17 #57 ... 03:55:17 03:55:17 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:17 #53 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 03:55:18 #53 ... 03:55:18 03:55:18 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:18 #57 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 03:55:18 #57 ... 03:55:18 03:55:18 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:18 #42 DONE 40.5s 03:55:18 03:55:18 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:18 #57 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 03:55:18 #57 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s 03:55:18 #57 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s 03:55:18 #57 ... 03:55:18 03:55:18 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:55:18 #52 DONE 40.5s 03:55:18 03:55:18 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:55:18 #54 DONE 40.6s 03:55:18 03:55:18 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:55:18 #61 DONE 40.4s 03:55:18 03:55:18 #58 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:55:18 #58 DONE 40.6s 03:55:18 03:55:18 #37 [security-proxy-auth internal] load build context 03:55:18 #37 DONE 40.7s 03:55:18 03:55:18 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:18 #57 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 03:55:19 #57 ... 03:55:19 03:55:19 #41 [support-notifications internal] load build context 03:55:19 #41 DONE 40.7s 03:55:19 03:55:19 #47 [security-proxy-setup internal] load build context 03:55:19 #47 DONE 40.5s 03:55:19 03:55:19 #43 [security-secretstore-setup internal] load build context 03:55:19 #43 DONE 40.3s 03:55:19 03:55:19 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:19 #57 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 03:55:19 #57 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 03:55:19 #57 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 0.2s 03:55:19 #57 ... 03:55:19 03:55:19 #49 [support-scheduler internal] load build context 03:55:19 #49 DONE 40.6s 03:55:19 03:55:19 #44 [core-data internal] load build context 03:55:19 #44 DONE 40.4s 03:55:19 03:55:19 #48 [security-bootstrapper internal] load build context 03:55:19 #48 DONE 40.6s 03:55:19 03:55:19 #40 [core-command internal] load build context 03:55:19 #40 DONE 40.7s 03:55:19 03:55:19 #56 [core-metadata internal] load build context 03:55:19 #56 DONE 40.6s 03:55:19 03:55:19 #39 [security-spiffe-token-provider internal] load build context 03:55:19 #39 DONE 40.9s 03:55:19 03:55:19 #38 [core-common-config-bootstrapper internal] load build context 03:55:19 #38 DONE 41.0s 03:55:19 03:55:19 #60 [security-spire-config internal] load build context 03:55:19 #60 DONE 40.2s 03:55:19 03:55:19 #55 [security-spire-server internal] load build context 03:55:19 #55 DONE 40.2s 03:55:19 03:55:19 #36 [core-keeper internal] load build context 03:55:19 #36 DONE 41.0s 03:55:19 03:55:19 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:19 #57 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 03:55:19 #57 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 03:55:19 #57 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 0.3s 03:55:19 #57 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 03:55:19 #57 ... 03:55:19 03:55:19 #45 [security-spire-agent internal] load build context 03:55:19 #45 DONE 40.3s 03:55:19 03:55:19 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:19 #57 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 5.24MB / 15.53MB 0.4s 03:55:19 #57 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 13.63MB / 15.53MB 0.5s 03:55:19 #57 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s 03:55:20 #57 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done 03:55:20 #57 ... 03:55:20 03:55:20 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:55:20 #50 40.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:20 #50 40.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:20 #50 41.04 (1/2) Installing dumb-init (1.2.5-r3) 03:55:20 #50 41.04 (2/2) Installing su-exec (0.2-r3) 03:55:20 #50 41.05 Executing busybox-1.36.1-r29.trigger 03:55:20 #50 41.05 OK: 8 MiB in 16 packages 03:55:20 #50 DONE 41.5s 03:55:20 03:55:20 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:20 #57 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 03:55:20 #57 ... 03:55:20 03:55:20 #62 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:55:20 #62 DONE 42.2s 03:55:20 03:55:20 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:20 #57 ... 03:55:20 03:55:20 #65 [core-metadata builder 2/7] WORKDIR /edgex-go 03:55:20 #65 DONE 0.6s 03:55:20 03:55:20 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:20 #57 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s done 03:55:20 #57 ... 03:55:20 03:55:20 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:55:20 #51 41.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:20 #51 41.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:20 #51 41.43 (1/3) Installing ca-certificates (20241121-r1) 03:55:20 #51 41.49 (2/3) Installing dumb-init (1.2.5-r3) 03:55:20 #51 41.49 (3/3) Installing tzdata (2025b-r0) 03:55:20 #51 41.53 Executing busybox-1.36.1-r29.trigger 03:55:20 #51 41.53 Executing ca-certificates-20241121-r1.trigger 03:55:20 #51 41.59 OK: 10 MiB in 17 packages 03:55:20 #51 DONE 42.0s 03:55:20 03:55:20 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:20 #53 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 03:55:20 #53 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 03:55:20 #53 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 03:55:20 #53 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 03:55:20 #53 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 03:55:20 #53 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.3s done 03:55:20 #53 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 03:55:20 #53 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 03:55:20 #53 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.7s 03:55:21 #53 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s done 03:55:22 #53 ... 03:55:22 03:55:22 #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:55:22 #46 42.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:22 #46 42.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:22 #46 42.45 (1/1) Installing dumb-init (1.2.5-r3) 03:55:22 #46 42.46 Executing busybox-1.36.1-r29.trigger 03:55:22 #46 42.46 OK: 8 MiB in 15 packages 03:55:22 #46 DONE 43.3s 03:55:22 03:55:22 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:55:22 #63 42.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:22 #63 42.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:22 #63 42.56 (1/4) Installing ca-certificates (20241121-r1) 03:55:22 #63 42.58 (2/4) Installing dumb-init (1.2.5-r3) 03:55:22 #63 42.59 (3/4) Installing su-exec (0.2-r3) 03:55:22 #63 42.59 (4/4) Installing yq-go (4.44.1-r2) 03:55:22 #63 42.66 Executing busybox-1.36.1-r29.trigger 03:55:22 #63 42.67 Executing ca-certificates-20241121-r1.trigger 03:55:22 #63 42.71 OK: 19 MiB in 18 packages 03:55:22 #63 DONE 43.3s 03:55:22 03:55:22 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:22 #53 DONE 43.3s 03:55:22 03:55:22 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:55:22 #64 43.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:22 #64 43.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:22 #64 43.54 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:55:22 #64 43.54 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:55:22 #64 43.54 OK: 24171 distinct packages available 03:55:22 #64 43.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:22 #64 43.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #64 ... 03:55:23 03:55:23 #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:55:23 #0 3.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #0 3.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #0 3.969 OK: 12 MiB in 21 packages 03:55:23 #66 DONE 4.1s 03:55:23 03:55:23 #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:55:23 #64 44.01 (1/5) Installing dumb-init (1.2.5-r3) 03:55:23 #64 44.01 (2/5) Installing musl-obstack (1.2.3-r2) 03:55:23 #64 44.01 (3/5) Installing libucontext (1.2-r3) 03:55:23 #64 44.02 (4/5) Installing gcompat (1.1.0-r4) 03:55:23 #64 44.02 (5/5) Installing openssl (3.3.3-r0) 03:55:23 #64 44.03 Executing busybox-1.36.1-r29.trigger 03:55:23 #64 44.05 OK: 9 MiB in 19 packages 03:55:23 #64 DONE 44.3s 03:55:23 03:55:23 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:55:23 #59 43.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #59 43.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #59 43.54 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:55:23 #59 43.54 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:55:23 #59 43.54 OK: 24171 distinct packages available 03:55:23 #59 43.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #59 43.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #59 44.04 (1/4) Installing dumb-init (1.2.5-r3) 03:55:23 #59 44.05 (2/4) Installing musl-obstack (1.2.3-r2) 03:55:23 #59 44.05 (3/4) Installing libucontext (1.2-r3) 03:55:23 #59 44.05 (4/4) Installing gcompat (1.1.0-r4) 03:55:23 #59 44.05 Executing busybox-1.36.1-r29.trigger 03:55:23 #59 44.06 OK: 8 MiB in 18 packages 03:55:23 #59 DONE 44.3s 03:55:23 03:55:23 #67 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:55:23 #67 ... 03:55:23 03:55:23 #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:55:23 #0 4.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #0 4.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #0 4.412 OK: 19 MiB in 18 packages 03:55:23 #68 DONE 4.6s 03:55:23 03:55:23 #69 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:55:23 #0 4.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #0 4.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #0 4.553 OK: 8 MiB in 15 packages 03:55:23 #69 DONE 4.7s 03:55:23 03:55:23 #70 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:55:23 #70 DONE 0.1s 03:55:23 03:55:23 #71 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:55:23 #71 ... 03:55:23 03:55:23 #72 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:55:23 #0 4.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #0 4.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #0 4.701 OK: 13 MiB in 28 packages 03:55:23 #72 DONE 4.9s 03:55:23 03:55:23 #73 [core-command builder 3/7] RUN apk add --update --no-cache make git 03:55:23 #0 2.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:23 #0 2.647 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:23 #0 3.053 OK: 248 MiB in 58 packages 03:55:23 #73 DONE 3.3s 03:55:23 03:55:23 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:23 #74 DONE 3.3s 03:55:23 03:55:23 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:55:24 #75 ... 03:55:24 03:55:24 #76 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:55:24 #0 2.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:24 #0 2.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:24 #0 3.205 OK: 248 MiB in 58 packages 03:55:24 #76 DONE 3.4s 03:55:24 03:55:24 #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:55:24 #0 2.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:24 #0 2.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:24 #0 3.262 OK: 248 MiB in 58 packages 03:55:24 #77 DONE 3.4s 03:55:24 03:55:24 #78 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:55:24 #78 DONE 0.2s 03:55:24 03:55:24 #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:55:24 #79 DONE 0.1s 03:55:24 03:55:24 #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:55:24 #80 DONE 0.1s 03:55:24 03:55:24 #81 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:55:24 #0 3.713 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:24 #0 4.182 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:24 #0 4.886 (1/1) Installing dumb-init (1.2.5-r3) 03:55:24 #0 5.243 Executing busybox-1.36.1-r29.trigger 03:55:24 #0 5.253 OK: 8 MiB in 15 packages 03:55:24 #81 DONE 5.4s 03:55:24 03:55:24 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:55:24 #82 ... 03:55:24 03:55:24 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:55:24 #0 2.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:24 #0 3.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:24 #0 4.228 OK: 8 MiB in 16 packages 03:55:24 #83 DONE 4.4s 03:55:24 03:55:24 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:55:25 #84 ... 03:55:25 03:55:25 #85 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:55:25 #0 3.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:25 #0 3.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:25 #0 4.308 OK: 248 MiB in 58 packages 03:55:25 #85 DONE 4.5s 03:55:25 03:55:25 #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:55:25 #86 DONE 0.1s 03:55:25 03:55:25 #87 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:55:25 #0 3.725 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:25 #0 3.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:25 #0 4.122 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:55:25 #0 4.122 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:55:25 #0 4.122 OK: 24171 distinct packages available 03:55:25 #0 4.196 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:25 #0 4.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:25 #0 4.582 OK: 248 MiB in 58 packages 03:55:25 #87 DONE 4.7s 03:55:25 03:55:25 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:55:25 #88 ... 03:55:25 03:55:25 #89 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:55:25 #89 DONE 0.1s 03:55:25 03:55:25 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:55:25 #90 ... 03:55:25 03:55:25 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:55:25 #0 4.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:25 #0 4.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:25 #0 5.086 OK: 10 MiB in 17 packages 03:55:25 #91 DONE 5.2s 03:55:26 03:55:26 #71 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:55:26 #71 2.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:26 #71 2.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:26 #71 ... 03:55:26 03:55:26 #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:55:26 #0 3.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:26 #0 3.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:26 #0 3.898 OK: 8 MiB in 15 packages 03:55:26 #92 DONE 4.1s 03:55:26 03:55:26 #93 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:55:26 #0 3.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:26 #0 3.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:26 #0 4.010 OK: 19 MiB in 18 packages 03:55:26 #93 DONE 4.1s 03:55:26 03:55:26 #71 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:55:26 #71 2.961 OK: 8 MiB in 18 packages 03:55:26 #71 DONE 3.2s 03:55:26 03:55:26 #67 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:55:26 #67 2.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:26 #67 2.885 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:26 #67 3.204 OK: 9 MiB in 19 packages 03:55:27 3e85d5ac6304: Pull complete 03:55:27 c3105a71a48b: Pull complete 03:55:27 #67 DONE 4.2s 03:55:27 03:55:27 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:55:27 #84 DONE 3.1s 03:55:27 03:55:27 #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:55:27 #94 DONE 1.1s 03:55:27 03:55:27 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:55:27 #75 2.223 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:55:27 #75 2.668 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:55:27 #75 3.370 OK: 248 MiB in 58 packages 03:55:27 #75 DONE 3.7s 03:55:27 03:55:27 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:55:28 0f093f025ec4: Pull complete 03:55:28 c3106fc0e877: Pull complete 03:55:28 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:55:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:55:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:28 prd-ubuntu20.04-docker-arm64-4c-16g-2390 does not seem to be running inside a container 03:55:28 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:55:29 #95 DONE 1.2s 03:55:29 03:55:29 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:55:29 #96 DONE 1.2s 03:55:29 03:55:29 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:55:29 #97 DONE 1.3s 03:55:29 03:55:29 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:55:29 #98 DONE 1.3s 03:55:29 03:55:29 #99 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:55:29 #99 DONE 1.3s 03:55:29 03:55:29 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:55:29 #100 ... 03:55:29 03:55:29 #101 [security-spire-config stage-2 6/10] COPY security.txt / 03:55:29 #101 DONE 0.1s 03:55:29 03:55:29 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:55:30 #102 ... 03:55:30 03:55:30 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:55:30 #103 DONE 1.1s 03:55:30 03:55:30 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:55:30 #104 DONE 1.2s 03:55:30 03:55:30 #105 [security-spire-server stage-2 6/9] COPY security.txt / 03:55:30 #105 DONE 0.1s 03:55:30 03:55:30 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:55:30 #102 DONE 1.1s 03:55:30 03:55:30 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:55:30 #106 DONE 0.1s 03:55:30 03:55:30 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:55:30 #107 DONE 0.1s 03:55:30 03:55:30 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 03:55:30 #108 DONE 0.1s 03:55:30 03:55:30 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:55:30 #109 DONE 0.1s 03:55:30 03:55:30 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:55:30 #110 DONE 0.1s 03:55:30 03:55:30 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:55:30 #111 DONE 0.1s 03:55:30 03:55:30 #112 [security-spire-config] exporting to image 03:55:30 #112 exporting layers 03:55:30 #112 ... 03:55:30 03:55:30 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:55:30 #113 DONE 0.1s 03:55:30 03:55:30 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:55:30 #114 DONE 0.1s 03:55:30 03:55:30 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:55:30 #115 DONE 0.1s 03:55:30 03:55:30 #112 [security-spire-server] exporting to image 03:55:30 $ docker top 83b695402db94461c12e548c054e9a0ff431507db28ffc16e91f81e719b65f1d -eo pid,comm 03:55:30 #112 ... 03:55:30 03:55:30 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:55:30 #116 DONE 0.1s 03:55:30 03:55:30 #112 [security-spire-agent] exporting to image 03:55:30 #112 ... 03:55:30 03:55:30 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [Pipeline] { [Pipeline] sh 03:55:31 #57 ... 03:55:31 03:55:31 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:55:31 #117 ... 03:55:31 03:55:31 #112 [security-spire-agent] exporting to image 03:55:31 #112 exporting layers 0.9s done 03:55:31 #112 exporting layers 0.9s done 03:55:31 #112 writing image sha256:5c1bbaf646e04e785bb3e58d5c66257da147b324a173c6a03ca809df447bcb59 done 03:55:31 #112 naming to docker.io/library/security-spire-config done 03:55:31 + docker compose -f ./docker-compose-build.yml build --parallel 03:55:31 #112 writing image sha256:9afd2fc9a6ce1c36afeb38c924d5b5982741b80a6826ecf3322181603a809247 done 03:55:31 #112 naming to docker.io/library/security-spire-server done 03:55:31 #112 exporting layers 0.8s done 03:55:31 #112 writing image sha256:e1d4da5c519bcb35e060aea1ac41941d5916a2eb8efeed26e15f1864166f54a9 done 03:55:31 #112 naming to docker.io/library/security-spire-agent done 03:55:31 #112 DONE 1.2s 03:55:31 03:55:31 #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:55:41 #1 [core-data internal] load build definition from Dockerfile 03:55:41 #1 transferring dockerfile: 2.04kB done 03:55:41 #1 DONE 0.1s 03:55:41 03:55:41 #2 [support-notifications internal] load build definition from Dockerfile 03:55:41 #2 transferring dockerfile: 2.00kB done 03:55:41 #2 DONE 0.0s 03:55:41 03:55:41 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:55:41 #3 transferring dockerfile: 2.23kB done 03:55:41 #3 DONE 0.1s 03:55:41 03:55:41 #4 [security-proxy-setup internal] load build definition from Dockerfile 03:55:41 #4 transferring dockerfile: 2.50kB 0.0s done 03:55:41 #4 DONE 0.1s 03:55:41 03:55:41 #5 [security-proxy-auth internal] load build definition from Dockerfile 03:55:41 #5 transferring dockerfile: 2.14kB done 03:55:41 #5 DONE 0.1s 03:55:41 03:55:41 #6 [security-secretstore-setup internal] load build definition from Dockerfile 03:55:41 #6 transferring dockerfile: 2.49kB done 03:55:41 #6 DONE 0.1s 03:55:41 03:55:41 #7 [security-bootstrapper internal] load build definition from Dockerfile 03:55:41 #7 transferring dockerfile: 3.02kB done 03:55:41 #7 DONE 0.0s 03:55:41 03:55:41 #8 [security-spire-agent internal] load build definition from Dockerfile 03:55:41 #8 transferring dockerfile: 1.81kB done 03:55:41 #8 DONE 0.0s 03:55:41 03:55:41 #9 [security-spire-config internal] load build definition from Dockerfile 03:55:41 #9 transferring dockerfile: 1.69kB done 03:55:41 #9 DONE 0.1s 03:55:41 03:55:41 #10 [security-spire-server internal] load build definition from Dockerfile 03:55:41 #10 transferring dockerfile: 1.70kB done 03:55:41 #10 DONE 0.1s 03:55:41 03:55:41 #11 [core-metadata internal] load build definition from Dockerfile 03:55:41 #11 transferring dockerfile: 2.10kB 0.0s done 03:55:41 #11 DONE 0.1s 03:55:41 03:55:41 #12 [support-scheduler internal] load build definition from Dockerfile 03:55:41 #12 transferring dockerfile: 1.83kB 0.0s done 03:55:41 #12 DONE 0.1s 03:55:41 03:55:41 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:55:41 #13 transferring dockerfile: 1.89kB done 03:55:41 #13 DONE 0.1s 03:55:41 03:55:41 #14 [core-keeper internal] load build definition from Dockerfile 03:55:41 #14 transferring dockerfile: 2.01kB done 03:55:41 #14 DONE 0.1s 03:55:41 03:55:41 #15 [core-command internal] load build definition from Dockerfile 03:55:41 #15 transferring dockerfile: 1.94kB done 03:55:41 #15 DONE 0.1s 03:55:41 03:55:41 #16 [core-data internal] load .dockerignore 03:55:41 #16 transferring context: 03:55:41 #16 transferring context: 50B 0.0s done 03:55:41 #16 DONE 0.1s 03:55:42 03:55:42 #17 [support-notifications internal] load .dockerignore 03:55:42 #17 transferring context: 50B done 03:55:42 #17 DONE 0.1s 03:55:42 03:55:42 #18 [core-common-config-bootstrapper internal] load .dockerignore 03:55:42 #18 transferring context: 50B done 03:55:42 #18 DONE 0.0s 03:55:42 03:55:42 #19 [security-proxy-setup internal] load .dockerignore 03:55:42 #19 transferring context: 50B done 03:55:42 #19 DONE 0.1s 03:55:42 03:55:42 #20 [security-proxy-auth internal] load .dockerignore 03:55:42 #20 transferring context: 50B done 03:55:42 #20 DONE 0.1s 03:55:42 03:55:42 #21 [security-secretstore-setup internal] load .dockerignore 03:55:43 #21 transferring context: 50B 0.0s done 03:55:43 #21 DONE 0.1s 03:55:43 03:55:43 #22 [security-bootstrapper internal] load .dockerignore 03:55:43 #22 transferring context: 50B 0.0s done 03:55:43 #22 DONE 0.1s 03:55:43 03:55:43 #23 [security-spire-agent internal] load .dockerignore 03:55:43 #23 transferring context: 50B done 03:55:43 #23 DONE 0.1s 03:55:43 03:55:43 #24 [security-spire-config internal] load .dockerignore 03:55:43 #24 transferring context: 50B done 03:55:43 #24 DONE 0.1s 03:55:43 03:55:43 #25 [security-spire-server internal] load .dockerignore 03:55:43 #25 transferring context: 50B done 03:55:43 #25 DONE 0.1s 03:55:43 03:55:43 #26 [core-metadata internal] load .dockerignore 03:55:43 #26 transferring context: 50B done 03:55:43 #26 DONE 0.1s 03:55:43 03:55:43 #27 [support-scheduler internal] load .dockerignore 03:55:43 #27 transferring context: 50B done 03:55:43 #27 DONE 0.1s 03:55:43 03:55:43 #28 [security-spiffe-token-provider internal] load .dockerignore 03:55:43 #28 transferring context: 50B done 03:55:43 #28 DONE 0.1s 03:55:43 03:55:43 #29 [core-keeper internal] load .dockerignore 03:55:43 #29 transferring context: 50B done 03:55:43 #29 DONE 0.1s 03:55:43 03:55:43 #30 [core-command internal] load .dockerignore 03:55:43 #30 transferring context: 50B 0.0s done 03:55:43 #30 DONE 0.1s 03:55:43 03:55:43 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:43 #31 DONE 0.0s 03:55:43 03:55:43 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 03:55:43 #32 DONE 0.4s 03:55:43 03:55:43 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:43 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:43 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:44 #33 DONE 0.1s 03:55:44 03:55:44 #34 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:55:44 #34 ... 03:55:44 03:55:44 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:44 #31 DONE 0.0s 03:55:44 03:55:44 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:44 #33 DONE 0.3s 03:55:44 03:55:44 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:44 #31 DONE 0.0s 03:55:44 03:55:44 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 03:55:44 #32 DONE 0.4s 03:55:44 03:55:44 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:44 #33 DONE 0.3s 03:55:44 03:55:44 #35 [security-proxy-setup internal] load build context 03:55:44 #35 ... 03:55:44 03:55:44 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:44 #31 DONE 0.0s 03:55:44 03:55:44 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:44 #31 DONE 0.0s 03:55:44 03:55:44 #36 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:55:45 #36 ... 03:55:45 03:55:45 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:45 #33 DONE 0.4s 03:55:45 03:55:45 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:45 #31 DONE 0.0s 03:55:45 03:55:45 #37 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:55:45 #37 ... 03:55:45 03:55:45 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:45 #33 DONE 0.4s 03:55:45 03:55:45 #38 [core-data internal] load build context 03:55:45 #38 transferring context: 3.22MB 0.8s done 03:55:45 #38 DONE 1.7s 03:55:45 03:55:45 #35 [security-proxy-setup internal] load build context 03:55:45 #35 ... 03:55:45 03:55:45 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 03:55:45 #32 DONE 1.4s 03:55:45 03:55:45 #35 [security-proxy-setup internal] load build context 03:55:46 #35 ... 03:55:46 03:55:46 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:46 #31 DONE 0.0s 03:55:46 03:55:46 #35 [security-proxy-setup internal] load build context 03:55:46 #35 ... 03:55:46 03:55:46 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:46 #33 DONE 0.5s 03:55:46 03:55:46 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 03:55:46 #32 DONE 1.6s 03:55:46 03:55:46 #35 [security-proxy-setup internal] load build context 03:55:46 #35 ... 03:55:46 03:55:46 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:46 #31 DONE 0.0s 03:55:46 03:55:46 #39 [support-notifications internal] load build context 03:55:46 #39 transferring context: 3.22MB 1.1s done 03:55:46 #39 DONE 1.7s 03:55:46 03:55:46 #35 [security-proxy-setup internal] load build context 03:55:46 #35 transferring context: 3.22MB 1.3s done 03:55:46 #35 DONE 1.9s 03:55:46 03:55:46 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:46 #31 DONE 0.0s 03:55:46 03:55:46 #40 [core-common-config-bootstrapper internal] load build context 03:55:46 #40 transferring context: 3.22MB 1.3s done 03:55:46 #40 DONE 1.8s 03:55:46 03:55:46 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 03:55:46 #32 DONE 2.0s 03:55:46 03:55:46 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:46 #33 DONE 0.5s 03:55:46 03:55:46 #41 [security-bootstrapper internal] load build context 03:55:46 #41 ... 03:55:46 03:55:46 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:46 #33 DONE 0.5s 03:55:46 03:55:46 #42 [support-scheduler internal] load build context 03:55:46 #42 DONE 0.0s 03:55:46 03:55:46 #41 [security-bootstrapper internal] load build context 03:55:46 #41 ... 03:55:46 03:55:46 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:55:46 #31 DONE 0.0s 03:55:46 03:55:46 #41 [security-bootstrapper internal] load build context 03:55:47 #41 ... 03:55:47 03:55:47 #43 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:55:47 #43 DONE 4.2s 03:55:47 03:55:47 #41 [security-bootstrapper internal] load build context 03:55:47 #41 ... 03:55:47 03:55:47 #44 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:55:47 #44 DONE 2.1s 03:55:47 03:55:47 #41 [security-bootstrapper internal] load build context 03:55:47 #41 ... 03:55:47 03:55:47 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:47 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:47 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:47 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:47 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:47 #33 DONE 0.5s 03:55:47 03:55:47 #45 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:47 #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:47 #45 ... 03:55:47 03:55:47 #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:55:47 #46 DONE 2.4s 03:55:47 03:55:47 #41 [security-bootstrapper internal] load build context 03:55:47 #41 ... 03:55:47 03:55:47 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:47 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:47 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:47 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:47 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:47 #33 DONE 0.5s 03:55:47 03:55:47 #41 [security-bootstrapper internal] load build context 03:55:48 #41 ... 03:55:48 03:55:48 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 03:55:48 #32 DONE 3.6s 03:55:48 03:55:48 #41 [security-bootstrapper internal] load build context 03:55:49 #41 ... 03:55:49 03:55:49 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:55:49 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:55:49 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:55:49 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:55:49 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:55:49 #33 DONE 0.6s 03:55:49 03:55:49 #43 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:55:49 #43 DONE 4.3s 03:55:49 03:55:49 #47 [core-command builder 2/7] WORKDIR /edgex-go 03:55:50 #47 ... 03:55:50 03:55:50 #48 [security-spire-config internal] load build context 03:55:50 #48 transferring context: 22.05kB 0.1s done 03:55:50 #48 DONE 2.8s 03:55:50 03:55:50 #41 [security-bootstrapper internal] load build context 03:55:51 #41 ... 03:55:51 03:55:51 #49 [security-spire-server internal] load build context 03:55:51 #49 transferring context: 23.80kB 0.4s done 03:55:51 #49 DONE 3.4s 03:55:51 03:55:51 #41 [security-bootstrapper internal] load build context 03:55:51 #41 ... 03:55:51 03:55:51 #50 [security-proxy-auth internal] load build context 03:55:51 #50 transferring context: 3.22MB 3.7s done 03:55:51 #50 DONE 6.5s 03:55:51 03:55:51 #41 [security-bootstrapper internal] load build context 03:55:51 #41 transferring context: 3.22MB 5.8s done 03:55:52 #41 ... 03:55:52 03:55:52 #51 [security-secretstore-setup internal] load build context 03:55:52 #51 transferring context: 3.22MB 3.7s done 03:55:52 #51 DONE 6.9s 03:55:52 03:55:52 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:52 #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.7s done 03:55:52 #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:55:52 #45 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 03:55:52 #45 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 03:55:52 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s 03:55:52 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s 03:55:52 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.4s 03:55:52 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 03:55:52 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 03:55:52 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s 03:55:52 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 03:55:52 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.1s done 03:55:52 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done 03:55:53 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done 03:55:53 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 03:55:53 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 03:55:53 #45 ... 03:55:53 03:55:53 #52 [security-spire-agent internal] load build context 03:55:53 #52 transferring context: 23.33kB 0.9s done 03:55:53 #52 DONE 5.6s 03:55:53 03:55:53 #53 [core-metadata internal] load build context 03:55:54 #53 ... 03:55:54 03:55:54 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:55:54 #0 6.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:55:54 #0 7.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:55:54 #0 9.736 (1/7) Installing ca-certificates (20241121-r1) 03:55:54 #0 9.736 (2/7) Installing dumb-init (1.2.5-r3) 03:55:54 #0 9.736 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:55:54 #0 9.736 (4/7) Installing libsodium (1.0.19-r0) 03:55:54 #0 9.794 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:55:54 #0 9.977 (6/7) Installing libzmq (4.3.5-r2) 03:55:54 #0 9.977 (7/7) Installing zeromq (4.3.5-r2) 03:55:54 #0 9.977 Executing busybox-1.36.1-r29.trigger 03:55:54 #0 9.977 Executing ca-certificates-20241121-r1.trigger 03:55:54 #54 ... 03:55:54 03:55:54 #41 [security-bootstrapper internal] load build context 03:55:54 #41 DONE 9.1s 03:55:54 03:55:54 #55 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:55:54 #55 ... 03:55:54 03:55:54 #47 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 03:55:55 #47 DONE 6.9s 03:55:55 03:55:55 #34 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:55:55 #34 5.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:55:55 #34 6.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:55:55 #34 8.799 (1/1) Installing dumb-init (1.2.5-r3) 03:55:55 #34 8.799 Executing busybox-1.36.1-r29.trigger 03:55:55 #34 8.874 OK: 9 MiB in 15 packages 03:55:55 #34 DONE 10.8s 03:55:55 03:55:55 #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:55:56 #56 ... 03:55:56 03:55:56 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:55:56 #57 ... 03:55:56 03:55:56 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:56 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 4.5s 03:55:56 #45 ... 03:55:56 03:55:56 #58 [core-keeper internal] load build context 03:55:56 #58 transferring context: 3.22MB 6.9s done 03:55:56 #58 DONE 9.6s 03:55:56 03:55:56 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:56 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 4.8s 03:55:56 #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 03:55:56 #45 ... 03:55:56 03:55:56 #59 [security-spiffe-token-provider internal] load build context 03:55:57 #59 ... 03:55:57 03:55:57 #42 [support-scheduler internal] load build context 03:55:57 #42 transferring context: 3.22MB 7.1s done 03:55:57 #42 ... 03:55:57 03:55:57 #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:55:57 #60 ... 03:55:57 03:55:57 #53 [core-metadata internal] load build context 03:55:57 #53 transferring context: 3.22MB 8.4s done 03:55:57 #53 DONE 11.2s 03:55:57 03:55:57 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:55:57 #61 ... 03:55:57 03:55:57 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:57 #62 ... 03:55:57 03:55:57 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:55:57 #54 10.49 OK: 14 MiB in 21 packages 03:55:57 #54 DONE 13.0s 03:55:57 03:55:57 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:57 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.44MB / 33.17MB 6.1s 03:55:57 #45 ... 03:55:57 03:55:57 #42 [support-scheduler internal] load build context 03:55:57 #42 DONE 11.0s 03:55:57 03:55:57 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:57 #45 ... 03:55:57 03:55:57 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:57 #63 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.6s done 03:55:57 #63 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:55:57 #63 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 03:55:57 #63 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 03:55:57 #63 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 03:55:57 #63 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s done 03:55:57 #63 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.1s done 03:55:57 #63 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 6.2s 03:55:58 #63 ... 03:55:58 03:55:58 #62 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:58 #62 DONE 10.8s 03:55:58 03:55:58 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:55:58 #63 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 6.7s 03:55:58 #63 ... 03:55:58 03:55:58 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:58 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 6.7s 03:55:58 #45 ... 03:55:58 03:55:58 #59 [security-spiffe-token-provider internal] load build context 03:55:58 #59 transferring context: 3.22MB 8.3s done 03:55:58 #59 DONE 11.7s 03:55:58 03:55:58 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:59 #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 03:55:59 #45 ... 03:55:59 03:55:59 #64 [core-command internal] load build context 03:55:59 #64 transferring context: 3.22MB 6.8s done 03:55:59 #64 DONE 10.2s 03:55:59 03:55:59 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:55:59 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 7.5s 03:55:59 #45 ... 03:55:59 03:55:59 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:55:59 #65 ... 03:55:59 03:55:59 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:55:59 #66 ... 03:55:59 03:55:59 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:00 #45 ... 03:56:00 03:56:00 #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:56:00 #55 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:00 #55 11.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:00 #55 14.37 (1/1) Installing dumb-init (1.2.5-r3) 03:56:00 #55 14.37 Executing busybox-1.36.1-r29.trigger 03:56:00 #55 14.39 OK: 9 MiB in 15 packages 03:56:00 #55 DONE 15.7s 03:56:00 03:56:00 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:01 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.41MB / 33.17MB 9.4s 03:56:02 #45 ... 03:56:02 03:56:02 #37 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:56:02 #37 9.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:02 #37 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:02 #37 13.86 (1/4) Installing ca-certificates (20241121-r1) 03:56:02 #37 14.19 (2/4) Installing dumb-init (1.2.5-r3) 03:56:02 #37 14.19 (3/4) Installing su-exec (0.2-r3) 03:56:02 #37 14.19 (4/4) Installing yq-go (4.44.1-r2) 03:56:02 #37 14.64 Executing busybox-1.36.1-r29.trigger 03:56:02 #37 14.81 Executing ca-certificates-20241121-r1.trigger 03:56:02 #37 15.52 OK: 20 MiB in 18 packages 03:56:02 #37 DONE 17.0s 03:56:02 03:56:02 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:02 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 10.9s 03:56:03 #45 ... 03:56:03 03:56:03 #36 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:56:03 #36 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:03 #36 12.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:03 #36 15.68 (1/4) Installing dumb-init (1.2.5-r3) 03:56:03 #36 15.72 (2/4) Installing openssl (3.3.3-r0) 03:56:03 #36 15.80 (3/4) Installing su-exec (0.2-r3) 03:56:03 #36 15.80 (4/4) Installing yq-go (4.44.1-r2) 03:56:03 #36 16.67 Executing busybox-1.36.1-r29.trigger 03:56:03 #36 16.72 OK: 20 MiB in 18 packages 03:56:03 #36 DONE 18.2s 03:56:03 03:56:03 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:03 #45 ... 03:56:03 03:56:03 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:56:03 #57 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:03 #57 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:03 #57 15.82 (1/2) Installing dumb-init (1.2.5-r3) 03:56:03 #57 15.88 (2/2) Installing su-exec (0.2-r3) 03:56:03 #57 15.90 Executing busybox-1.36.1-r29.trigger 03:56:03 #57 16.10 OK: 9 MiB in 16 packages 03:56:03 #57 DONE 17.3s 03:56:03 03:56:03 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:03 #118 ... 03:56:03 03:56:03 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:03 #82 DONE 37.9s 03:56:03 03:56:03 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:03 #88 DONE 36.8s 03:56:03 03:56:03 #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:03 #118 DONE 38.0s 03:56:03 03:56:03 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:03 #117 DONE 37.9s 03:56:03 03:56:03 #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:03 #90 DONE 36.7s 03:56:03 03:56:03 #100 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:03 #100 DONE 33.2s 03:56:03 03:56:03 #119 [security-spiffe-token-provider builder 6/7] COPY . . 03:56:04 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 13.1s 03:56:05 #45 ... 03:56:05 03:56:05 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:56:05 #67 ... 03:56:05 03:56:05 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:56:05 #68 ... 03:56:05 03:56:05 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:05 #69 ... 03:56:05 03:56:05 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:56:05 #70 ... 03:56:05 03:56:05 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:56:05 #71 ... 03:56:05 03:56:05 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:56:05 #72 ... 03:56:05 03:56:05 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:05 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 14.0s 03:56:06 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 14.7s 03:56:07 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.44MB / 33.17MB 15.4s 03:56:07 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 15.9s 03:56:07 #45 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 16.0s done 03:56:07 #45 ... 03:56:07 03:56:07 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:56:07 #73 ... 03:56:07 03:56:07 #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:56:07 #60 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:07 #60 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:07 #60 18.67 (1/3) Installing ca-certificates (20241121-r1) 03:56:07 #60 18.88 (2/3) Installing dumb-init (1.2.5-r3) 03:56:07 #60 18.89 (3/3) Installing tzdata (2025b-r0) 03:56:07 #60 19.44 Executing busybox-1.36.1-r29.trigger 03:56:07 #60 19.52 Executing ca-certificates-20241121-r1.trigger 03:56:07 #60 20.00 OK: 11 MiB in 17 packages 03:56:08 #60 DONE 21.0s 03:56:08 03:56:08 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:56:08 #74 ... 03:56:08 03:56:08 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:56:08 #75 ... 03:56:08 03:56:08 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:56:08 #63 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.1s done 03:56:08 #63 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done 03:56:08 #63 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 03:56:08 #63 ... 03:56:08 03:56:08 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:56:08 #65 17.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:08 #65 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:10 #65 ... 03:56:10 03:56:10 #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:56:10 #76 ... 03:56:10 03:56:10 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:56:10 #73 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:11 #73 ... 03:56:11 03:56:11 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:11 #69 DONE 16.1s 03:56:11 03:56:11 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:11 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.3s 03:56:12 #119 ... 03:56:12 03:56:12 #120 [support-notifications builder 6/7] COPY . . 03:56:12 #45 ... 03:56:12 03:56:12 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:56:12 #77 ... 03:56:12 03:56:12 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:12 #120 ... 03:56:12 03:56:12 #121 [core-keeper builder 7/8] COPY . . 03:56:12 #121 ... 03:56:12 03:56:12 #122 [core-common-config-bootstrapper builder 6/7] COPY . . 03:56:13 #45 ... 03:56:13 03:56:13 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:56:13 #66 13.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:13 #66 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:13 #66 17.40 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:56:13 #66 17.40 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:56:13 #66 17.40 OK: 24049 distinct packages available 03:56:13 #66 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:13 #66 19.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:13 #66 23.44 (1/4) Installing dumb-init (1.2.5-r3) 03:56:13 #66 23.47 (2/4) Installing musl-obstack (1.2.3-r2) 03:56:13 #66 23.47 (3/4) Installing libucontext (1.2-r3) 03:56:13 #66 23.50 (4/4) Installing gcompat (1.1.0-r4) 03:56:13 #66 23.54 Executing busybox-1.36.1-r29.trigger 03:56:13 #66 ... 03:56:13 03:56:13 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:13 #45 ... 03:56:13 03:56:13 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:56:13 #122 ... 03:56:13 03:56:13 #123 [security-proxy-setup builder 6/7] COPY . . 03:56:13 #123 ... 03:56:13 03:56:13 #124 [support-scheduler builder 6/7] COPY . . 03:56:13 #78 ... 03:56:13 03:56:13 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:56:13 #79 ... 03:56:13 03:56:13 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:56:13 #61 16.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:13 #61 17.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:13 #61 20.29 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:56:13 #61 20.29 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:56:13 #61 20.29 OK: 24049 distinct packages available 03:56:13 #61 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:13 #61 21.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:13 #61 ... 03:56:13 03:56:13 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:16 #45 ... 03:56:16 03:56:16 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:56:16 #66 23.77 OK: 9 MiB in 18 packages 03:56:16 #66 DONE 26.3s 03:56:16 03:56:16 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:16 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.6s 03:56:17 #45 ... 03:56:17 03:56:17 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:56:17 #63 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.2s done 03:56:17 #63 DONE 29.7s 03:56:17 03:56:17 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:19 #124 DONE 17.8s 03:56:19 03:56:19 #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:19 #125 CACHED 03:56:19 03:56:19 #126 [security-secretstore-setup builder 6/7] COPY . . 03:56:19 #126 CACHED 03:56:19 03:56:19 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:56:19 #127 CACHED 03:56:19 03:56:19 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:19 #128 CACHED 03:56:19 03:56:19 #129 [security-bootstrapper builder 6/7] COPY . . 03:56:19 #129 CACHED 03:56:19 03:56:19 #130 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:56:19 #130 CACHED 03:56:19 03:56:19 #123 [security-proxy-setup builder 6/7] COPY . . 03:56:19 #123 DONE 17.7s 03:56:19 03:56:19 #119 [security-spiffe-token-provider builder 6/7] COPY . . 03:56:19 #119 DONE 17.6s 03:56:19 03:56:19 #122 [core-common-config-bootstrapper builder 6/7] COPY . . 03:56:19 #122 DONE 17.7s 03:56:19 03:56:19 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:56:19 #131 CACHED 03:56:19 03:56:19 #132 [security-proxy-auth builder 6/7] COPY . . 03:56:19 #132 CACHED 03:56:19 03:56:19 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:19 #133 CACHED 03:56:19 03:56:19 #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:56:19 #134 CACHED 03:56:19 03:56:19 #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:19 #135 CACHED 03:56:19 03:56:19 #136 [core-metadata builder 6/7] COPY . . 03:56:19 #136 CACHED 03:56:19 03:56:19 #137 [core-data builder 4/7] COPY go.mod vendor* ./ 03:56:19 #137 CACHED 03:56:19 03:56:19 #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:19 #138 CACHED 03:56:19 03:56:19 #139 [core-data builder 6/7] COPY . . 03:56:19 #139 CACHED 03:56:19 03:56:19 #140 [core-command builder 4/7] COPY go.mod vendor* ./ 03:56:19 #140 CACHED 03:56:19 03:56:19 #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:19 #141 CACHED 03:56:19 03:56:19 #142 [core-command builder 6/7] COPY . . 03:56:19 #142 CACHED 03:56:19 03:56:19 #121 [core-keeper builder 7/8] COPY . . 03:56:19 #121 DONE 17.6s 03:56:19 03:56:19 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:56:20 #143 ... 03:56:20 03:56:20 #120 [support-notifications builder 6/7] COPY . . 03:56:20 #120 DONE 17.8s 03:56:20 03:56:20 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:56:20 #45 ... 03:56:20 03:56:20 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:56:20 #61 26.84 (1/14) Installing ca-certificates (20241121-r1) 03:56:20 #61 27.42 (2/14) Installing brotli-libs (1.1.0-r2) 03:56:20 #61 27.66 (3/14) Installing c-ares (1.33.1-r0) 03:56:20 #61 27.71 (4/14) Installing libunistring (1.2-r0) 03:56:20 #61 27.93 (5/14) Installing libidn2 (2.3.7-r0) 03:56:20 #61 28.01 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:56:20 #61 28.11 (7/14) Installing libpsl (0.21.5-r1) 03:56:20 #61 28.16 (8/14) Installing zstd-libs (1.5.6-r0) 03:56:20 #61 28.28 (9/14) Installing libcurl (8.12.1-r0) 03:56:20 #61 28.47 (10/14) Installing curl (8.12.1-r0) 03:56:20 #61 28.67 (11/14) Installing dumb-init (1.2.5-r3) 03:56:20 #61 28.74 (12/14) Installing musl-obstack (1.2.3-r2) 03:56:20 #61 28.76 (13/14) Installing libucontext (1.2-r3) 03:56:20 #61 28.83 (14/14) Installing gcompat (1.1.0-r4) 03:56:20 #61 28.88 Executing busybox-1.36.1-r29.trigger 03:56:20 #61 29.17 Executing ca-certificates-20241121-r1.trigger 03:56:20 #61 30.74 OK: 15 MiB in 28 packages 03:56:20 #61 DONE 33.0s 03:56:20 03:56:20 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:56:20 #71 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:20 #71 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:20 #71 ... 03:56:20 03:56:20 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:21 #144 0.915 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:56:21 #45 ... 03:56:21 03:56:21 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:56:21 #0 5.354 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:21 #0 7.334 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:21 #80 ... 03:56:21 03:56:21 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:56:21 #67 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:21 #67 18.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:21 #67 ... 03:56:21 03:56:21 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:56:21 #72 16.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:21 #72 18.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:21 #72 ... 03:56:21 03:56:21 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:56:21 #65 22.12 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:56:21 #65 22.12 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:56:21 #65 22.12 OK: 24049 distinct packages available 03:56:21 #65 24.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:21 #65 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:21 #65 ... 03:56:21 03:56:21 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:56:21 #68 16.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:21 #68 19.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:21 #68 ... 03:56:21 03:56:21 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:56:21 #73 14.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:21 #73 24.30 OK: 14 MiB in 21 packages 03:56:21 #73 ... 03:56:21 03:56:21 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:56:21 #70 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:21 #70 18.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:22 #70 ... 03:56:22 03:56:22 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:56:22 #75 13.97 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:22 #75 16.24 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:22 #75 ... 03:56:22 03:56:22 #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:56:22 #56 17.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:22 #56 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:22 #56 ... 03:56:22 03:56:22 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:22 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.5s 03:56:22 #45 ... 03:56:22 03:56:22 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:56:22 #77 10.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:22 #77 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:23 #77 ... 03:56:23 03:56:23 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:23 #45 ... 03:56:23 03:56:23 #76 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:56:23 #76 13.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:23 #76 15.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:23 #76 ... 03:56:23 03:56:23 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:56:23 #73 DONE 25.6s 03:56:23 03:56:23 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:56:23 #78 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:23 #78 12.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:23 #78 ... 03:56:23 03:56:23 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:56:24 #45 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.1s done 03:56:24 #45 ... 03:56:24 03:56:24 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:56:24 #71 28.31 OK: 239 MiB in 58 packages 03:56:24 #71 DONE 29.8s 03:56:24 03:56:24 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:56:24 #79 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:24 #79 14.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:24 #79 ... 03:56:24 03:56:24 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:56:24 #72 30.02 OK: 239 MiB in 58 packages 03:56:25 #72 ... 03:56:25 03:56:25 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:56:25 #74 6.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:25 #74 8.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:25 #74 ... 03:56:25 03:56:25 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:56:25 #81 DONE 0.6s 03:56:25 03:56:25 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:25 #82 ... 03:56:25 03:56:25 #83 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:56:25 #0 4.926 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:25 #0 6.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:26 #83 ... 03:56:26 03:56:26 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:56:26 #77 23.59 OK: 20 MiB in 18 packages 03:56:26 #77 ... 03:56:26 03:56:26 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:56:26 #70 29.22 OK: 9 MiB in 15 packages 03:56:26 #70 DONE 31.7s 03:56:26 03:56:26 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:56:26 #79 23.47 OK: 9 MiB in 16 packages 03:56:27 #79 ... 03:56:27 03:56:27 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:56:27 #67 29.60 OK: 239 MiB in 58 packages 03:56:27 #67 DONE 32.2s 03:56:27 03:56:27 #84 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:56:27 #84 ... 03:56:27 03:56:27 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:56:27 #72 DONE 32.6s 03:56:27 03:56:27 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:56:27 #77 DONE 25.3s 03:56:27 03:56:27 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:56:27 #65 37.95 (1/5) Installing dumb-init (1.2.5-r3) 03:56:27 #65 38.03 (2/5) Installing musl-obstack (1.2.3-r2) 03:56:27 #65 38.05 (3/5) Installing libucontext (1.2-r3) 03:56:27 #65 38.10 (4/5) Installing gcompat (1.1.0-r4) 03:56:27 #65 38.17 (5/5) Installing openssl (3.3.3-r0) 03:56:27 #65 38.33 Executing busybox-1.36.1-r29.trigger 03:56:28 #65 ... 03:56:28 03:56:28 #56 [core-command builder 3/7] RUN apk add --update --no-cache make git 03:56:28 #56 31.58 OK: 239 MiB in 58 packages 03:56:28 #56 DONE 34.2s 03:56:28 03:56:28 #84 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:56:28 #84 DONE 1.2s 03:56:28 03:56:28 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:56:28 #74 19.89 OK: 11 MiB in 17 packages 03:56:28 #74 ... 03:56:28 03:56:28 #76 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 03:56:28 #76 25.86 OK: 9 MiB in 15 packages 03:56:28 #76 DONE 28.5s 03:56:28 03:56:28 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:56:28 #80 17.60 OK: 239 MiB in 58 packages 03:56:29 #80 ... 03:56:29 03:56:29 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:56:29 #78 22.96 OK: 20 MiB in 18 packages 03:56:29 #78 DONE 25.6s 03:56:29 03:56:29 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:56:29 #85 ... 03:56:29 03:56:29 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:56:29 #79 DONE 26.0s 03:56:29 03:56:29 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:56:29 #75 28.74 (1/1) Installing dumb-init (1.2.5-r3) 03:56:29 #75 29.92 Executing busybox-1.36.1-r29.trigger 03:56:29 #75 30.11 OK: 9 MiB in 15 packages 03:56:29 #75 ... 03:56:29 03:56:29 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:56:29 #74 DONE 21.6s 03:56:29 03:56:29 #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:56:29 #86 DONE 2.3s 03:56:29 03:56:29 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:56:29 #65 38.57 OK: 10 MiB in 19 packages 03:56:29 #65 DONE 40.4s 03:56:29 03:56:29 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:30 #87 ... 03:56:30 03:56:30 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:56:30 #80 DONE 19.2s 03:56:30 03:56:30 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:56:30 #0 3.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:30 #0 6.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:30 #88 ... 03:56:30 03:56:30 #83 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:56:30 #83 14.49 OK: 9 MiB in 18 packages 03:56:30 #83 ... 03:56:30 03:56:30 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:56:30 #75 DONE 32.3s 03:56:30 03:56:30 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:56:30 #89 ... 03:56:30 03:56:30 #90 [core-data builder 4/7] COPY go.mod vendor* ./ 03:56:30 #90 DONE 2.6s 03:56:31 #144 ... 03:56:31 03:56:31 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:56:31 #0 0.552 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:56:31 #145 ... 03:56:31 03:56:31 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:56:31 #0 0.918 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:56:31 #146 ... 03:56:31 03:56:31 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:56:31 #0 0.794 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:56:31 #147 ... 03:56:31 03:56:31 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:56:31 #0 1.324 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:56:31 #148 ... 03:56:31 03:56:31 #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:56:31 #0 0.651 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:56:31 #149 ... 03:56:31 03:56:31 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:56:31 #0 1.173 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:56:31 #150 ... 03:56:31 03:56:31 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:56:31 #0 1.254 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:56:31 #151 ... 03:56:31 03:56:31 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:56:31 #0 0.768 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:56:31 #152 ... 03:56:31 03:56:31 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:56:31 #0 1.090 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:56:31 03:56:31 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:56:31 #85 DONE 2.0s 03:56:31 03:56:31 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:56:31 #88 10.73 OK: 15 MiB in 28 packages 03:56:31 #88 ... 03:56:31 03:56:31 #83 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:56:31 #83 DONE 15.3s 03:56:31 03:56:31 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:56:31 #153 ... 03:56:31 03:56:31 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:56:31 #143 0.949 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:56:31 #91 ... 03:56:31 03:56:31 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:56:31 #92 DONE 1.1s 03:56:31 03:56:31 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:56:31 #88 DONE 11.4s 03:56:31 03:56:31 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:31 #143 ... 03:56:31 03:56:31 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:56:31 #0 1.411 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:56:32 #93 ... 03:56:32 03:56:32 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:56:32 #68 29.73 v3.20.6-179-gc9530077c98 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:56:32 #68 29.73 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:56:32 #68 29.73 OK: 24049 distinct packages available 03:56:32 #68 32.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:32 #68 33.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:32 #68 37.07 OK: 239 MiB in 58 packages 03:56:32 #68 DONE 37.8s 03:56:32 03:56:32 #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:56:33 #94 DONE 1.0s 03:56:33 03:56:33 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:36 #95 ... 03:56:36 03:56:36 #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:56:36 #91 DONE 4.9s 03:56:36 03:56:36 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:56:36 #96 DONE 0.2s 03:56:36 03:56:36 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:56:36 #89 5.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:56:36 #89 6.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:56:36 #89 ... 03:56:36 03:56:36 #97 [security-spire-config stage-2 6/10] COPY security.txt / 03:56:36 #97 DONE 0.2s 03:56:36 03:56:36 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:56:36 #98 DONE 0.1s 03:56:36 03:56:36 #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:56:36 #99 DONE 0.1s 03:56:36 03:56:36 #100 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:36 #100 ... 03:56:36 03:56:36 #101 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:56:36 #101 DONE 0.2s 03:56:36 03:56:36 #102 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:56:36 #102 DONE 7.5s 03:56:36 03:56:36 #103 [security-spire-config] exporting to image 03:56:36 #103 exporting layers 03:56:37 #103 ... 03:56:37 03:56:37 #104 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:56:37 #104 DONE 0.4s 03:56:37 03:56:37 #105 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:39 #105 ... 03:56:39 03:56:39 #103 [security-spire-config] exporting to image 03:56:39 #103 exporting layers 2.0s done 03:56:39 #103 writing image sha256:52fb0b28af7802a37bd49fa1e7c3ace60ac58dde99524349192e32a1ae6209d9 done 03:56:39 #103 naming to docker.io/library/security-spire-config-arm64 done 03:56:39 #103 DONE 2.0s 03:56:39 03:56:39 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:39 #87 ... 03:56:39 03:56:39 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:56:39 #89 9.625 OK: 10 MiB in 19 packages 03:56:40 #89 DONE 10.2s 03:56:40 03:56:40 #106 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:56:41 #106 DONE 1.3s 03:56:41 03:56:41 #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:56:41 #107 DONE 1.6s 03:56:41 03:56:41 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:56:41 #108 ... 03:56:41 03:56:41 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:56:41 #109 DONE 0.1s 03:56:42 03:56:42 #110 [security-spire-server stage-2 6/9] COPY security.txt / 03:56:42 #110 DONE 0.2s 03:56:42 03:56:42 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:56:42 #111 DONE 0.2s 03:56:42 03:56:42 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:56:42 #112 DONE 0.1s 03:56:42 03:56:42 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:56:42 #113 DONE 0.1s 03:56:42 03:56:42 #103 [security-spire-server] exporting to image 03:56:43 #103 ... 03:56:43 03:56:43 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:56:43 #108 DONE 1.9s 03:56:43 03:56:43 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:56:43 #114 DONE 0.1s 03:56:43 03:56:43 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:43 #87 ... 03:56:43 03:56:43 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 03:56:43 #115 DONE 0.2s 03:56:43 03:56:43 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:56:44 #116 DONE 0.2s 03:56:44 03:56:44 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:56:44 #117 DONE 0.2s 03:56:44 03:56:44 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:56:44 #118 DONE 0.2s 03:56:44 03:56:44 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:56:44 #95 ... 03:56:44 03:56:44 #103 [security-spire-agent] exporting to image 03:56:44 #103 exporting layers 03:56:45 #103 exporting layers 3.0s done 03:56:45 #103 writing image sha256:7c57db2884f720de74486c9981971000a485c007cf1e2961295b5939bf1f7e95 0.0s done 03:56:45 #103 naming to docker.io/library/security-spire-server-arm64 done 03:56:46 #103 exporting layers 2.2s done 03:56:46 #103 writing image sha256:60ac9f3077a20a019b15820743e0c25e605faac32fc746552001d34cea61640a done 03:56:46 #103 naming to docker.io/library/security-spire-agent-arm64 done 03:56:46 #103 DONE 6.2s 03:56:46 03:56:46 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:58:08 #154 ... 03:58:08 03:58:08 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:58:08 #147 DONE 104.2s 03:58:08 03:58:08 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:58:08 #154 DONE 104.1s 03:58:08 03:58:08 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:58:08 #155 DONE 1.0s 03:58:08 03:58:08 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:58:08 #156 DONE 0.3s 03:58:08 03:58:08 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:58:08 #157 DONE 0.2s 03:58:08 03:58:08 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:58:08 #158 DONE 0.6s 03:58:08 03:58:08 #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:58:08 #159 DONE 0.4s 03:58:08 03:58:08 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:58:08 #160 DONE 1.4s 03:58:08 03:58:08 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:58:08 #161 DONE 0.2s 03:58:08 03:58:08 #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:58:08 #162 ... 03:58:08 03:58:08 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:58:08 #163 DONE 0.2s 03:58:08 03:58:08 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:58:08 #164 DONE 0.5s 03:58:08 03:58:08 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:58:08 #165 DONE 0.5s 03:58:08 03:58:08 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:58:08 #166 DONE 0.3s 03:58:08 03:58:08 #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:58:08 #162 DONE 1.5s 03:58:08 03:58:08 #112 [core-common-config-bootstrapper] exporting to image 03:58:08 #112 exporting layers 03:58:08 #112 ... 03:58:08 03:58:08 #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:58:08 #167 DONE 0.2s 03:58:08 03:58:08 #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:58:08 #168 DONE 0.3s 03:58:08 03:58:08 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:58:08 #146 ... 03:58:08 03:58:08 #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:58:08 #169 ... 03:58:08 03:58:08 #112 [core-common-config-bootstrapper] exporting to image 03:58:08 #112 exporting layers 0.7s done 03:58:08 #112 writing image sha256:a172997071c450115a021d65375c766705a98c103c87f15d372df01a7c22710d done 03:58:08 #112 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 03:58:08 #112 DONE 1.9s 03:58:09 03:58:09 #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:58:09 #169 DONE 0.3s 03:58:09 03:58:09 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:58:09 #170 DONE 0.4s 03:58:09 03:58:09 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:58:11 #171 DONE 1.7s 03:58:11 03:58:11 #112 [security-bootstrapper] exporting to image 03:58:12 #112 exporting layers 0.9s done 03:58:12 #112 writing image sha256:f81087dbdfbeb88ad707541d8ae65ddc2dcf508318f329e5312811b4f06493ff done 03:58:12 #112 naming to docker.io/library/security-bootstrapper done 03:58:12 #112 DONE 2.8s 03:58:12 03:58:12 #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:58:23 #45 ... 03:58:23 03:58:23 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:23 #82 DONE 105.8s 03:58:23 03:58:23 #119 [support-scheduler builder 6/7] COPY . . 03:58:23 #119 DONE 1.7s 03:58:23 03:58:23 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:58:23 #45 ... 03:58:23 03:58:23 #120 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:58:23 #120 2.163 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:58:23 #120 ... 03:58:23 03:58:23 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:23 #95 DONE 106.3s 03:58:23 03:58:23 #121 [security-spiffe-token-provider builder 6/7] COPY . . 03:58:23 #121 DONE 1.2s 03:58:23 03:58:23 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:58:24 #122 2.733 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:58:24 #122 ... 03:58:24 03:58:24 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:24 #93 DONE 112.7s 03:58:24 03:58:24 #105 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:24 #105 DONE 115.7s 03:58:24 03:58:24 #123 [security-proxy-setup builder 6/7] COPY . . 03:58:25 #123 ... 03:58:25 03:58:25 #100 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:25 #100 DONE 114.6s 03:58:25 03:58:25 #124 [core-data builder 6/7] COPY . . 03:58:26 #124 ... 03:58:26 03:58:26 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:26 #87 DONE 116.2s 03:58:26 03:58:26 #125 [support-notifications builder 6/7] COPY . . 03:58:27 #125 ... 03:58:27 03:58:27 #126 [core-keeper builder 7/8] COPY . . 03:58:27 #126 DONE 3.1s 03:58:27 03:58:27 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:58:27 #127 ... 03:58:27 03:58:27 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:27 #128 CACHED 03:58:27 03:58:27 #129 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:58:27 #129 CACHED 03:58:27 03:58:27 #130 [security-bootstrapper builder 6/7] COPY . . 03:58:27 #130 CACHED 03:58:27 03:58:27 #131 [security-secretstore-setup builder 6/7] COPY . . 03:58:27 #131 CACHED 03:58:27 03:58:27 #132 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:58:27 #132 CACHED 03:58:27 03:58:27 #133 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:27 #133 CACHED 03:58:27 03:58:27 #123 [security-proxy-setup builder 6/7] COPY . . 03:58:27 #123 DONE 3.6s 03:58:28 03:58:28 #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:58:28 #134 ... 03:58:28 03:58:28 #124 [core-data builder 6/7] COPY . . 03:58:28 #124 DONE 2.8s 03:58:28 03:58:28 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:28 #135 CACHED 03:58:28 03:58:28 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 03:58:28 #136 CACHED 03:58:28 03:58:28 #137 [core-command builder 6/7] COPY . . 03:58:28 #137 CACHED 03:58:28 03:58:28 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:58:28 #138 CACHED 03:58:28 03:58:28 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:28 #139 CACHED 03:58:28 03:58:28 #140 [core-metadata builder 6/7] COPY . . 03:58:28 #140 CACHED 03:58:28 03:58:28 #141 [security-proxy-auth builder 6/7] COPY . . 03:58:28 #141 CACHED 03:58:28 03:58:28 #142 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:58:28 #142 CACHED 03:58:28 03:58:28 #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:28 #143 CACHED 03:58:28 03:58:28 #144 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:58:28 #144 CACHED 03:58:28 03:58:28 #145 [core-common-config-bootstrapper builder 6/7] COPY . . 03:58:28 #145 CACHED 03:58:28 03:58:28 #146 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:58:28 #146 CACHED 03:58:28 03:58:28 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:58:31 #147 ... 03:58:31 03:58:31 #125 [support-notifications builder 6/7] COPY . . 03:58:31 #125 DONE 5.6s 03:58:31 03:58:31 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:58:38 #148 ... 03:58:38 03:58:38 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:58:38 #127 7.459 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:58:38 #127 ... 03:58:38 03:58:38 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:58:38 #0 9.576 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:58:38 #149 ... 03:58:38 03:58:38 #150 [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:58:38 #0 9.554 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:58:38 #150 ... 03:58:38 03:58:38 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:58:38 #147 9.877 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:58:38 #147 ... 03:58:38 03:58:38 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:58:38 #0 8.288 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:58:38 #151 ... 03:58:38 03:58:38 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:58:38 #0 9.919 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:58:38 #152 ... 03:58:38 03:58:38 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:58:38 #0 9.544 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:58:38 #153 ... 03:58:38 03:58:38 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:58:38 #154 ... 03:58:38 03:58:38 #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:58:38 #134 10.37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:58:45 #134 ... 03:58:45 03:58:45 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:58:45 #148 7.699 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:58:49 #148 ... 03:58:49 03:58:49 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:58:49 #154 10.81 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:58:50 #149 148.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:59:05 #149 ... 03:59:05 03:59:05 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:59:05 #148 DONE 163.9s 03:59:05 03:59:05 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:59:05 #151 DONE 163.9s 03:59:05 03:59:05 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:59:05 #145 DONE 164.0s 03:59:05 03:59:05 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:59:05 #153 DONE 164.0s 03:59:05 03:59:05 #143 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:59:05 #143 DONE 164.0s 03:59:05 03:59:05 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:59:05 #150 DONE 164.0s 03:59:05 03:59:05 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:59:05 #146 DONE 164.1s 03:59:05 03:59:05 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:59:05 #144 DONE 164.0s 03:59:05 03:59:05 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:59:05 #152 DONE 164.1s 03:59:05 03:59:05 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #172 ... 03:59:05 03:59:05 #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:05 #149 DONE 164.2s 03:59:05 03:59:05 #173 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #173 DONE 0.2s 03:59:05 03:59:05 #174 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #174 DONE 0.2s 03:59:05 03:59:05 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #172 DONE 0.2s 03:59:05 03:59:05 #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #175 ... 03:59:05 03:59:05 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #176 DONE 0.2s 03:59:05 03:59:05 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #177 DONE 0.2s 03:59:05 03:59:05 #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #178 DONE 0.2s 03:59:05 03:59:05 #179 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #179 DONE 0.2s 03:59:05 03:59:05 #180 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #180 CACHED 03:59:05 03:59:05 #181 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:59:05 #181 CACHED 03:59:05 03:59:05 #182 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:59:05 #182 DONE 0.2s 03:59:05 03:59:05 #183 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:59:05 #183 DONE 0.2s 03:59:05 03:59:05 #184 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:59:05 #184 CACHED 03:59:05 03:59:05 #185 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #185 CACHED 03:59:05 03:59:05 #186 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:59:05 #186 DONE 0.2s 03:59:05 03:59:05 #187 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:59:05 #187 ... 03:59:05 03:59:05 #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:59:05 #175 DONE 0.4s 03:59:05 03:59:05 #188 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:59:05 #188 DONE 0.4s 03:59:05 03:59:05 #189 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:59:05 #189 DONE 0.3s 03:59:05 03:59:05 #190 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:59:05 #190 DONE 0.4s 03:59:05 03:59:05 #191 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:59:05 #191 ... 03:59:05 03:59:05 #192 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:59:05 #192 DONE 1.0s 03:59:05 03:59:05 #193 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:59:05 #193 ... 03:59:05 03:59:05 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:59:05 #194 DONE 1.2s 03:59:05 03:59:05 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:59:05 #195 DONE 1.2s 03:59:05 03:59:05 #196 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:59:05 #196 DONE 1.2s 03:59:05 03:59:05 #187 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:59:05 #187 DONE 1.2s 03:59:05 03:59:05 #197 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:59:05 #197 DONE 1.3s 03:59:05 03:59:05 #198 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:59:05 #198 DONE 1.0s 03:59:05 03:59:05 #199 [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:59:05 #199 DONE 1.1s 03:59:05 03:59:05 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:59:05 #200 DONE 1.1s 03:59:05 03:59:05 #201 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:59:05 #201 ... 03:59:05 03:59:05 #193 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:59:05 #193 DONE 0.5s 03:59:05 03:59:05 #191 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:59:05 #191 DONE 1.2s 03:59:05 03:59:05 #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:59:05 #202 DONE 0.3s 03:59:05 03:59:05 #203 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:59:05 #203 DONE 0.3s 03:59:05 03:59:05 #204 [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:59:05 #204 DONE 0.3s 03:59:05 03:59:05 #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:59:05 #205 DONE 0.3s 03:59:05 03:59:05 #206 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:59:05 #206 DONE 0.3s 03:59:05 03:59:05 #207 [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:59:05 #207 DONE 0.3s 03:59:05 03:59:05 #208 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:59:05 #208 DONE 0.3s 03:59:05 03:59:05 #112 [support-scheduler] exporting to image 03:59:05 #112 exporting layers 03:59:06 #112 ... 03:59:06 03:59:06 #201 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:59:06 #201 DONE 0.3s 03:59:06 03:59:06 #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:59:06 #209 DONE 0.2s 03:59:06 03:59:06 #112 [core-data] exporting to image 03:59:06 #112 writing image sha256:5f79351e4041e5d83d00211c998b8831706be497b6b6f223e26cb2c090e40438 03:59:06 #112 ... 03:59:06 03:59:06 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:59:06 #210 DONE 0.2s 03:59:06 03:59:06 #211 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:59:06 #211 DONE 0.2s 03:59:06 03:59:06 #112 [core-keeper] exporting to image 03:59:06 #112 writing image sha256:5f79351e4041e5d83d00211c998b8831706be497b6b6f223e26cb2c090e40438 0.0s done 03:59:06 #112 naming to docker.io/library/core-keeper done 03:59:06 #112 ... 03:59:06 03:59:06 #212 [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:59:06 #212 DONE 0.3s 03:59:06 03:59:06 #213 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:59:06 #213 DONE 0.3s 03:59:06 03:59:06 #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:59:06 #214 DONE 0.1s 03:59:06 03:59:06 #112 [core-command] exporting to image 03:59:06 #112 exporting layers 0.3s done 03:59:06 #112 writing image sha256:f4a5f9032497b21be5ac007f4b3fc001fe19d0681daa650871a240341cfa2d17 done 03:59:06 #112 naming to docker.io/library/core-command done 03:59:06 #112 ... 03:59:06 03:59:06 #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:59:06 #215 DONE 0.1s 03:59:06 03:59:06 #112 [security-spiffe-token-provider] exporting to image 03:59:06 #112 exporting layers 0.3s done 03:59:06 #112 writing image sha256:dd5d3a719e72425c711d2957f6077ae884a4049ad7df97e22910830c2a4a10d4 0.0s done 03:59:06 #112 naming to docker.io/library/security-spiffe-token-provider done 03:59:06 #112 writing image sha256:7bf9344af38fb3417e2b92198b796d717a3ac63bb3d86c58bbf2e5ab2efbd670 03:59:06 #112 writing image sha256:d27b3818060ea62c2cfc8fb8665b3ef893940625f231fc9d08d2530556328a61 03:59:06 #112 ... 03:59:06 03:59:06 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:59:06 #216 DONE 0.3s 03:59:06 03:59:06 #112 [support-notifications] exporting to image 03:59:06 #112 exporting layers 0.6s done 03:59:06 #112 writing image sha256:7bf9344af38fb3417e2b92198b796d717a3ac63bb3d86c58bbf2e5ab2efbd670 0.1s done 03:59:06 #112 writing image sha256:d27b3818060ea62c2cfc8fb8665b3ef893940625f231fc9d08d2530556328a61 0.1s done 03:59:06 #112 naming to docker.io/library/core-data 0.1s done 03:59:06 #112 naming to docker.io/library/support-scheduler 0.0s done 03:59:06 #112 writing image sha256:65d001a19b06edd1f6d3d0011c243a41df95e277c53eeab0e86e81b2eddd3f94 done 03:59:06 #112 naming to docker.io/library/support-notifications done 03:59:06 #112 ... 03:59:06 03:59:06 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:59:06 #217 DONE 0.4s 03:59:06 03:59:06 #112 [security-proxy-auth] exporting to image 03:59:06 #112 ... 03:59:06 03:59:06 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:59:06 #218 DONE 0.3s 03:59:06 03:59:06 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:59:06 #219 DONE 0.0s 03:59:06 03:59:06 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:59:06 #220 DONE 0.6s 03:59:06 03:59:06 #112 [security-proxy-setup] exporting to image 03:59:07 #112 exporting layers 0.2s done 03:59:07 #112 exporting layers 0.6s done 03:59:07 #112 writing image sha256:80f39ef7cfb2b5781b0840ea9110f50aea83a43cd465214888b538fbb222fea5 done 03:59:07 #112 naming to docker.io/library/security-proxy-setup done 03:59:07 #112 writing image sha256:e65e2ba9dd20c58c466af98dc7b4606ee7bb5802fc27760d6760fbb511acb42b done 03:59:07 #112 naming to docker.io/library/core-metadata done 03:59:07 #112 writing image sha256:2b6c766cf47f7a4637be1ded0b92740d6408981a6733acd0e1d066853b59d61f done 03:59:07 #112 naming to docker.io/library/security-proxy-auth 0.0s done 03:59:07 #112 DONE 4.2s 03:59:07 03:59:07 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:59:07 #221 DONE 0.4s 03:59:07 03:59:07 #112 [security-secretstore-setup] exporting to image 03:59:07 #112 exporting layers 0.2s done 03:59:07 #112 writing image sha256:6a8d47e72c2d137507531e2100f94f5bd41e015c8ad666eb0ef653ad1b4ddd61 done 03:59:07 #112 naming to docker.io/library/security-secretstore-setup done 03:59:07 #112 DONE 4.4s 03:59:07 03:59:07 #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:59:07 time="2025-05-28T03:54:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:59:07 $ docker stop --time=1 79b59f39d49c125821bcb212496b51e90f39e0664c476c1a854e6ed70f5ba975 03:59:08 $ docker rm -f --volumes 79b59f39d49c125821bcb212496b51e90f39e0664c476c1a854e6ed70f5ba975 [Pipeline] // withDockerContainer [Pipeline] sh 03:59:09 + docker images 03:59:09 REPOSITORY TAG IMAGE ID CREATED SIZE 03:59:09 security-secretstore-setup latest 6a8d47e72c2d 1 second ago 68MB 03:59:09 security-proxy-auth latest 2b6c766cf47f 2 seconds ago 31.4MB 03:59:09 security-proxy-setup latest 80f39ef7cfb2 2 seconds ago 38.3MB 03:59:09 core-command latest f4a5f9032497 3 seconds ago 28MB 03:59:09 support-scheduler latest 7bf9344af38f 3 seconds ago 48.3MB 03:59:09 core-metadata latest e65e2ba9dd20 3 seconds ago 32.7MB 03:59:09 core-data latest d27b3818060e 3 seconds ago 32.5MB 03:59:09 support-notifications latest 65d001a19b06 3 seconds ago 51.9MB 03:59:09 security-spiffe-token-provider latest dd5d3a719e72 3 seconds ago 47.2MB 03:59:09 core-keeper latest 5f79351e4041 3 seconds ago 32.1MB 03:59:09 security-bootstrapper latest f81087dbdfbe 58 seconds ago 20.3MB 03:59:09 core-common-config-bootstrapper latest a172997071c4 About a minute ago 17.1MB 03:59:09 security-spire-agent latest e1d4da5c519b 3 minutes ago 195MB 03:59:09 security-spire-config latest 5c1bbaf646e0 3 minutes ago 149MB 03:59:09 security-spire-server latest 9afd2fc9a6ce 3 minutes ago 149MB 03:59:09 ci-base-image-x86_64 latest d5f5b9e098ea 7 minutes ago 925MB 03:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 days ago 573MB 03:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 03:59:09 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:59:09 provisioning config files... 03:59:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/842@tmp/config14099540459049898449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:59:09 ---> ****-login.sh 03:59:09 nexus3.edgexfoundry.org:10001 03:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:59:09 Configure a credential helper to remove this warning. See 03:59:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:59:09 03:59:09 Login Succeeded 03:59:09 nexus3.edgexfoundry.org:10002 03:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:59:09 Configure a credential helper to remove this warning. See 03:59:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:59:09 03:59:09 Login Succeeded 03:59:09 nexus3.edgexfoundry.org:10003 03:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:59:10 Configure a credential helper to remove this warning. See 03:59:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:59:10 03:59:10 Login Succeeded 03:59:10 nexus3.edgexfoundry.org:10004 03:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:59:10 Configure a credential helper to remove this warning. See 03:59:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:59:10 03:59:10 Login Succeeded 03:59:10 ****.io 03:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:59:10 Configure a credential helper to remove this warning. See 03:59:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:59:10 03:59:10 Login Succeeded 03:59:10 ---> ****-login.sh ends [Pipeline] } 03:59:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:59:10 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:59:10 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:10 latest 03:59:10 4.1.0-dev.15 03:59:10 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:10 main 03:59:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:11 + docker push nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:59:11 6cd418257bed: Preparing 03:59:11 933032452d7c: Preparing 03:59:11 6a6270a22f04: Preparing 03:59:11 954865a71745: Preparing 03:59:11 38745dec980a: Preparing 03:59:11 68607dd271c2: Preparing 03:59:11 994456c4fd7b: Preparing 03:59:11 68607dd271c2: Waiting 03:59:11 994456c4fd7b: Waiting 03:59:11 954865a71745: Pushed 03:59:11 6cd418257bed: Pushed 03:59:11 6a6270a22f04: Pushed 03:59:11 38745dec980a: Pushed 03:59:11 994456c4fd7b: Layer already exists 03:59:11 68607dd271c2: Pushed 03:59:13 933032452d7c: Pushed 03:59:13 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:14 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:59:14 6cd418257bed: Preparing 03:59:14 933032452d7c: Preparing 03:59:14 6a6270a22f04: Preparing 03:59:14 954865a71745: Preparing 03:59:14 38745dec980a: Preparing 03:59:14 68607dd271c2: Preparing 03:59:14 994456c4fd7b: Preparing 03:59:14 68607dd271c2: Waiting 03:59:14 994456c4fd7b: Waiting 03:59:14 6cd418257bed: Layer already exists 03:59:14 38745dec980a: Layer already exists 03:59:14 954865a71745: Layer already exists 03:59:14 933032452d7c: Layer already exists 03:59:14 6a6270a22f04: Layer already exists 03:59:14 994456c4fd7b: Layer already exists 03:59:14 68607dd271c2: Layer already exists 03:59:14 latest: digest: sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:14 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 03:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:59:14 6cd418257bed: Preparing 03:59:14 933032452d7c: Preparing 03:59:14 6a6270a22f04: Preparing 03:59:14 954865a71745: Preparing 03:59:14 38745dec980a: Preparing 03:59:14 68607dd271c2: Preparing 03:59:14 994456c4fd7b: Preparing 03:59:14 68607dd271c2: Waiting 03:59:14 994456c4fd7b: Waiting 03:59:14 6cd418257bed: Layer already exists 03:59:14 6a6270a22f04: Layer already exists 03:59:14 38745dec980a: Layer already exists 03:59:14 933032452d7c: Layer already exists 03:59:14 954865a71745: Layer already exists 03:59:14 994456c4fd7b: Layer already exists 03:59:14 68607dd271c2: Layer already exists 03:59:14 4.1.0-dev.15: digest: sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:15 + docker push nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:59:15 6cd418257bed: Preparing 03:59:15 933032452d7c: Preparing 03:59:15 6a6270a22f04: Preparing 03:59:15 954865a71745: Preparing 03:59:15 38745dec980a: Preparing 03:59:15 68607dd271c2: Preparing 03:59:15 994456c4fd7b: Preparing 03:59:15 68607dd271c2: Waiting 03:59:15 994456c4fd7b: Waiting 03:59:15 6a6270a22f04: Layer already exists 03:59:15 933032452d7c: Layer already exists 03:59:15 954865a71745: Layer already exists 03:59:15 6cd418257bed: Layer already exists 03:59:15 38745dec980a: Layer already exists 03:59:15 68607dd271c2: Layer already exists 03:59:15 994456c4fd7b: Layer already exists 03:59:15 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:16 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:59:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:59:16 6cd418257bed: Preparing 03:59:16 933032452d7c: Preparing 03:59:16 6a6270a22f04: Preparing 03:59:16 954865a71745: Preparing 03:59:16 38745dec980a: Preparing 03:59:16 68607dd271c2: Preparing 03:59:16 994456c4fd7b: Preparing 03:59:16 68607dd271c2: Waiting 03:59:16 994456c4fd7b: Waiting 03:59:16 933032452d7c: Layer already exists 03:59:16 954865a71745: Layer already exists 03:59:16 6a6270a22f04: Layer already exists 03:59:16 6cd418257bed: Layer already exists 03:59:16 38745dec980a: Layer already exists 03:59:16 994456c4fd7b: Layer already exists 03:59:16 68607dd271c2: Layer already exists 03:59:16 main: digest: sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:16 ===================================================== [Pipeline] echo 03:59:16 taggedImages: 03:59:16 - nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:16 - nexus3.edgexfoundry.org:10004/core-command:latest 03:59:16 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 03:59:16 - nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:16 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:59:16 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:59:16 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:16 latest 03:59:16 4.1.0-dev.15 03:59:16 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:16 main 03:59:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:59:17 766e66c42f39: Preparing 03:59:17 bd69ee317506: Preparing 03:59:17 df51d3401b0b: Preparing 03:59:17 c8ef4485b26f: Preparing 03:59:17 6a6270a22f04: Preparing 03:59:17 954865a71745: Preparing 03:59:17 38745dec980a: Preparing 03:59:17 68607dd271c2: Preparing 03:59:17 994456c4fd7b: Preparing 03:59:17 954865a71745: Waiting 03:59:17 68607dd271c2: Waiting 03:59:17 38745dec980a: Waiting 03:59:17 994456c4fd7b: Waiting 03:59:17 6a6270a22f04: Layer already exists 03:59:17 954865a71745: Layer already exists 03:59:17 38745dec980a: Layer already exists 03:59:17 68607dd271c2: Layer already exists 03:59:17 bd69ee317506: Pushed 03:59:17 994456c4fd7b: Layer already exists 03:59:17 df51d3401b0b: Pushed 03:59:17 766e66c42f39: Pushed 03:59:18 c8ef4485b26f: Pushed 03:59:18 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:18 + 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:59:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:59:18 766e66c42f39: Preparing 03:59:18 bd69ee317506: Preparing 03:59:18 df51d3401b0b: Preparing 03:59:18 c8ef4485b26f: Preparing 03:59:18 6a6270a22f04: Preparing 03:59:18 954865a71745: Preparing 03:59:18 38745dec980a: Preparing 03:59:18 68607dd271c2: Preparing 03:59:18 994456c4fd7b: Preparing 03:59:18 954865a71745: Waiting 03:59:18 38745dec980a: Waiting 03:59:18 68607dd271c2: Waiting 03:59:18 994456c4fd7b: Waiting 03:59:18 bd69ee317506: Layer already exists 03:59:18 6a6270a22f04: Layer already exists 03:59:18 766e66c42f39: Layer already exists 03:59:18 df51d3401b0b: Layer already exists 03:59:18 c8ef4485b26f: Layer already exists 03:59:18 954865a71745: Layer already exists 03:59:18 68607dd271c2: Layer already exists 03:59:18 38745dec980a: Layer already exists 03:59:18 994456c4fd7b: Layer already exists 03:59:18 latest: digest: sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 03:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:59:19 766e66c42f39: Preparing 03:59:19 bd69ee317506: Preparing 03:59:19 df51d3401b0b: Preparing 03:59:19 c8ef4485b26f: Preparing 03:59:19 6a6270a22f04: Preparing 03:59:19 954865a71745: Preparing 03:59:19 38745dec980a: Preparing 03:59:19 68607dd271c2: Preparing 03:59:19 994456c4fd7b: Preparing 03:59:19 954865a71745: Waiting 03:59:19 38745dec980a: Waiting 03:59:19 68607dd271c2: Waiting 03:59:19 994456c4fd7b: Waiting 03:59:19 bd69ee317506: Layer already exists 03:59:19 df51d3401b0b: Layer already exists 03:59:19 766e66c42f39: Layer already exists 03:59:19 6a6270a22f04: Layer already exists 03:59:19 c8ef4485b26f: Layer already exists 03:59:19 38745dec980a: Layer already exists 03:59:19 68607dd271c2: Layer already exists 03:59:19 994456c4fd7b: Layer already exists 03:59:19 954865a71745: Layer already exists 03:59:19 4.1.0-dev.15: digest: sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:59:20 766e66c42f39: Preparing 03:59:20 bd69ee317506: Preparing 03:59:20 df51d3401b0b: Preparing 03:59:20 c8ef4485b26f: Preparing 03:59:20 6a6270a22f04: Preparing 03:59:20 954865a71745: Preparing 03:59:20 38745dec980a: Preparing 03:59:20 68607dd271c2: Preparing 03:59:20 994456c4fd7b: Preparing 03:59:20 954865a71745: Waiting 03:59:20 38745dec980a: Waiting 03:59:20 68607dd271c2: Waiting 03:59:20 994456c4fd7b: Waiting 03:59:20 6a6270a22f04: Layer already exists 03:59:20 c8ef4485b26f: Layer already exists 03:59:20 df51d3401b0b: Layer already exists 03:59:20 bd69ee317506: Layer already exists 03:59:20 766e66c42f39: Layer already exists 03:59:20 68607dd271c2: Layer already exists 03:59:20 954865a71745: Layer already exists 03:59:20 38745dec980a: Layer already exists 03:59:20 994456c4fd7b: Layer already exists 03:59:20 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:20 + 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:59:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:59:20 766e66c42f39: Preparing 03:59:20 bd69ee317506: Preparing 03:59:20 df51d3401b0b: Preparing 03:59:20 c8ef4485b26f: Preparing 03:59:20 6a6270a22f04: Preparing 03:59:20 954865a71745: Preparing 03:59:20 38745dec980a: Preparing 03:59:20 68607dd271c2: Preparing 03:59:20 994456c4fd7b: Preparing 03:59:20 38745dec980a: Waiting 03:59:20 68607dd271c2: Waiting 03:59:20 994456c4fd7b: Waiting 03:59:20 954865a71745: Waiting 03:59:20 bd69ee317506: Layer already exists 03:59:20 c8ef4485b26f: Layer already exists 03:59:20 6a6270a22f04: Layer already exists 03:59:20 df51d3401b0b: Layer already exists 03:59:20 766e66c42f39: Layer already exists 03:59:20 38745dec980a: Layer already exists 03:59:20 954865a71745: Layer already exists 03:59:20 68607dd271c2: Layer already exists 03:59:20 994456c4fd7b: Layer already exists 03:59:20 main: digest: sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:20 ===================================================== [Pipeline] echo 03:59:21 taggedImages: 03:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 03:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:59:21 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:59:21 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:21 latest 03:59:21 4.1.0-dev.15 03:59:21 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:21 main 03:59:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:21 + docker push nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:59:21 04587a20496f: Preparing 03:59:21 7633a5197a05: Preparing 03:59:21 6a6270a22f04: Preparing 03:59:21 954865a71745: Preparing 03:59:21 081b47a50caa: Preparing 03:59:21 060f082d9937: Preparing 03:59:21 994456c4fd7b: Preparing 03:59:21 060f082d9937: Waiting 03:59:21 994456c4fd7b: Waiting 03:59:21 954865a71745: Layer already exists 03:59:21 6a6270a22f04: Layer already exists 03:59:21 994456c4fd7b: Layer already exists 03:59:21 04587a20496f: Pushed 03:59:21 081b47a50caa: Pushed 03:59:21 060f082d9937: Pushed 03:59:24 7633a5197a05: Pushed 03:59:24 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:24 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:59:24 04587a20496f: Preparing 03:59:24 7633a5197a05: Preparing 03:59:24 6a6270a22f04: Preparing 03:59:24 954865a71745: Preparing 03:59:24 081b47a50caa: Preparing 03:59:24 060f082d9937: Preparing 03:59:24 994456c4fd7b: Preparing 03:59:24 060f082d9937: Waiting 03:59:24 994456c4fd7b: Waiting 03:59:24 081b47a50caa: Layer already exists 03:59:24 6a6270a22f04: Layer already exists 03:59:24 7633a5197a05: Layer already exists 03:59:24 954865a71745: Layer already exists 03:59:24 04587a20496f: Layer already exists 03:59:24 994456c4fd7b: Layer already exists 03:59:24 060f082d9937: Layer already exists 03:59:24 latest: digest: sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:25 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 03:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:59:25 04587a20496f: Preparing 03:59:25 7633a5197a05: Preparing 03:59:25 6a6270a22f04: Preparing 03:59:25 954865a71745: Preparing 03:59:25 081b47a50caa: Preparing 03:59:25 060f082d9937: Preparing 03:59:25 994456c4fd7b: Preparing 03:59:25 994456c4fd7b: Waiting 03:59:25 060f082d9937: Waiting 03:59:25 081b47a50caa: Layer already exists 03:59:25 7633a5197a05: Layer already exists 03:59:25 954865a71745: Layer already exists 03:59:25 6a6270a22f04: Layer already exists 03:59:25 04587a20496f: Layer already exists 03:59:25 994456c4fd7b: Layer already exists 03:59:25 060f082d9937: Layer already exists 03:59:25 4.1.0-dev.15: digest: sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:26 + docker push nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:59:26 04587a20496f: Preparing 03:59:26 7633a5197a05: Preparing 03:59:26 6a6270a22f04: Preparing 03:59:26 954865a71745: Preparing 03:59:26 081b47a50caa: Preparing 03:59:26 060f082d9937: Preparing 03:59:26 994456c4fd7b: Preparing 03:59:26 060f082d9937: Waiting 03:59:26 994456c4fd7b: Waiting 03:59:26 081b47a50caa: Layer already exists 03:59:26 6a6270a22f04: Layer already exists 03:59:26 954865a71745: Layer already exists 03:59:26 04587a20496f: Layer already exists 03:59:26 7633a5197a05: Layer already exists 03:59:26 060f082d9937: Layer already exists 03:59:26 994456c4fd7b: Layer already exists 03:59:26 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:26 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:59:26 04587a20496f: Preparing 03:59:26 7633a5197a05: Preparing 03:59:26 6a6270a22f04: Preparing 03:59:26 954865a71745: Preparing 03:59:26 081b47a50caa: Preparing 03:59:26 060f082d9937: Preparing 03:59:26 994456c4fd7b: Preparing 03:59:26 994456c4fd7b: Waiting 03:59:26 060f082d9937: Waiting 03:59:26 081b47a50caa: Layer already exists 03:59:26 954865a71745: Layer already exists 03:59:26 04587a20496f: Layer already exists 03:59:26 6a6270a22f04: Layer already exists 03:59:26 7633a5197a05: Layer already exists 03:59:26 994456c4fd7b: Layer already exists 03:59:26 060f082d9937: Layer already exists 03:59:26 main: digest: sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:26 ===================================================== [Pipeline] echo 03:59:26 taggedImages: 03:59:26 - nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:26 - nexus3.edgexfoundry.org:10004/core-data:latest 03:59:26 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 03:59:26 - nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:26 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:59:26 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:59:26 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:26 latest 03:59:26 4.1.0-dev.15 03:59:26 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:26 main 03:59:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:27 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:59:27 6f88ad4a75b4: Preparing 03:59:27 f5f8bb3b7e7e: Preparing 03:59:27 954865a71745: Preparing 03:59:27 10b854779d2d: Preparing 03:59:27 5832d70aa58f: Preparing 03:59:27 994456c4fd7b: Preparing 03:59:27 994456c4fd7b: Waiting 03:59:27 5832d70aa58f: Pushed 03:59:27 10b854779d2d: Pushed 03:59:27 954865a71745: Layer already exists 03:59:27 994456c4fd7b: Layer already exists 03:59:27 6f88ad4a75b4: Pushed 03:59:30 f5f8bb3b7e7e: Pushed 03:59:30 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:59:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:59:30 6f88ad4a75b4: Preparing 03:59:30 f5f8bb3b7e7e: Preparing 03:59:30 954865a71745: Preparing 03:59:30 10b854779d2d: Preparing 03:59:30 5832d70aa58f: Preparing 03:59:30 994456c4fd7b: Preparing 03:59:30 994456c4fd7b: Waiting 03:59:30 954865a71745: Layer already exists 03:59:30 f5f8bb3b7e7e: Layer already exists 03:59:30 10b854779d2d: Layer already exists 03:59:30 5832d70aa58f: Layer already exists 03:59:30 6f88ad4a75b4: Layer already exists 03:59:30 994456c4fd7b: Layer already exists 03:59:30 latest: digest: sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 03:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:59:31 6f88ad4a75b4: Preparing 03:59:31 f5f8bb3b7e7e: Preparing 03:59:31 954865a71745: Preparing 03:59:31 10b854779d2d: Preparing 03:59:31 5832d70aa58f: Preparing 03:59:31 994456c4fd7b: Preparing 03:59:31 994456c4fd7b: Waiting 03:59:31 5832d70aa58f: Layer already exists 03:59:31 f5f8bb3b7e7e: Layer already exists 03:59:31 6f88ad4a75b4: Layer already exists 03:59:31 954865a71745: Layer already exists 03:59:31 10b854779d2d: Layer already exists 03:59:31 994456c4fd7b: Layer already exists 03:59:31 4.1.0-dev.15: digest: sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:59:32 6f88ad4a75b4: Preparing 03:59:32 f5f8bb3b7e7e: Preparing 03:59:32 954865a71745: Preparing 03:59:32 10b854779d2d: Preparing 03:59:32 5832d70aa58f: Preparing 03:59:32 994456c4fd7b: Preparing 03:59:32 994456c4fd7b: Waiting 03:59:32 954865a71745: Layer already exists 03:59:32 f5f8bb3b7e7e: Layer already exists 03:59:32 5832d70aa58f: Layer already exists 03:59:32 10b854779d2d: Layer already exists 03:59:32 6f88ad4a75b4: Layer already exists 03:59:32 994456c4fd7b: Layer already exists 03:59:32 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:59:32 6f88ad4a75b4: Preparing 03:59:32 f5f8bb3b7e7e: Preparing 03:59:32 954865a71745: Preparing 03:59:32 10b854779d2d: Preparing 03:59:32 5832d70aa58f: Preparing 03:59:32 994456c4fd7b: Preparing 03:59:32 994456c4fd7b: Waiting 03:59:32 5832d70aa58f: Layer already exists 03:59:32 f5f8bb3b7e7e: Layer already exists 03:59:32 6f88ad4a75b4: Layer already exists 03:59:32 10b854779d2d: Layer already exists 03:59:32 954865a71745: Layer already exists 03:59:32 994456c4fd7b: Layer already exists 03:59:32 main: digest: sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:32 ===================================================== [Pipeline] echo 03:59:32 taggedImages: 03:59:32 - nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:32 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:59:32 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 03:59:32 - nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:32 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:59:32 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:59:32 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:32 latest 03:59:32 4.1.0-dev.15 03:59:32 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:32 main 03:59:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:59:33 ae272b7fd90f: Preparing 03:59:33 8e525ccb0440: Preparing 03:59:33 7ce2de721e25: Preparing 03:59:33 6a6270a22f04: Preparing 03:59:33 954865a71745: Preparing 03:59:33 38745dec980a: Preparing 03:59:33 68607dd271c2: Preparing 03:59:33 994456c4fd7b: Preparing 03:59:33 38745dec980a: Waiting 03:59:33 68607dd271c2: Waiting 03:59:33 994456c4fd7b: Waiting 03:59:33 6a6270a22f04: Layer already exists 03:59:33 954865a71745: Layer already exists 03:59:33 38745dec980a: Layer already exists 03:59:33 68607dd271c2: Layer already exists 03:59:33 994456c4fd7b: Layer already exists 03:59:33 8e525ccb0440: Pushed 03:59:33 ae272b7fd90f: Pushed 03:59:36 7ce2de721e25: Pushed 03:59:36 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:59:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:59:36 ae272b7fd90f: Preparing 03:59:36 8e525ccb0440: Preparing 03:59:36 7ce2de721e25: Preparing 03:59:36 6a6270a22f04: Preparing 03:59:36 954865a71745: Preparing 03:59:36 38745dec980a: Preparing 03:59:36 68607dd271c2: Preparing 03:59:36 994456c4fd7b: Preparing 03:59:36 38745dec980a: Waiting 03:59:36 68607dd271c2: Waiting 03:59:36 994456c4fd7b: Waiting 03:59:36 7ce2de721e25: Layer already exists 03:59:36 6a6270a22f04: Layer already exists 03:59:36 ae272b7fd90f: Layer already exists 03:59:36 954865a71745: Layer already exists 03:59:36 8e525ccb0440: Layer already exists 03:59:36 68607dd271c2: Layer already exists 03:59:36 38745dec980a: Layer already exists 03:59:36 994456c4fd7b: Layer already exists 03:59:36 latest: digest: sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 03:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:59:37 ae272b7fd90f: Preparing 03:59:37 8e525ccb0440: Preparing 03:59:37 7ce2de721e25: Preparing 03:59:37 6a6270a22f04: Preparing 03:59:37 954865a71745: Preparing 03:59:37 38745dec980a: Preparing 03:59:37 68607dd271c2: Preparing 03:59:37 994456c4fd7b: Preparing 03:59:37 68607dd271c2: Waiting 03:59:37 994456c4fd7b: Waiting 03:59:37 38745dec980a: Waiting 03:59:37 6a6270a22f04: Layer already exists 03:59:37 ae272b7fd90f: Layer already exists 03:59:37 954865a71745: Layer already exists 03:59:37 8e525ccb0440: Layer already exists 03:59:37 7ce2de721e25: Layer already exists 03:59:37 38745dec980a: Layer already exists 03:59:37 994456c4fd7b: Layer already exists 03:59:37 68607dd271c2: Layer already exists 03:59:37 4.1.0-dev.15: digest: sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:59:38 ae272b7fd90f: Preparing 03:59:38 8e525ccb0440: Preparing 03:59:38 7ce2de721e25: Preparing 03:59:38 6a6270a22f04: Preparing 03:59:38 954865a71745: Preparing 03:59:38 38745dec980a: Preparing 03:59:38 68607dd271c2: Preparing 03:59:38 994456c4fd7b: Preparing 03:59:38 68607dd271c2: Waiting 03:59:38 38745dec980a: Waiting 03:59:38 994456c4fd7b: Waiting 03:59:38 ae272b7fd90f: Layer already exists 03:59:38 7ce2de721e25: Layer already exists 03:59:38 954865a71745: Layer already exists 03:59:38 8e525ccb0440: Layer already exists 03:59:38 6a6270a22f04: Layer already exists 03:59:38 38745dec980a: Layer already exists 03:59:38 994456c4fd7b: Layer already exists 03:59:38 68607dd271c2: Layer already exists 03:59:38 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:59:38 ae272b7fd90f: Preparing 03:59:38 8e525ccb0440: Preparing 03:59:38 7ce2de721e25: Preparing 03:59:38 6a6270a22f04: Preparing 03:59:38 954865a71745: Preparing 03:59:38 38745dec980a: Preparing 03:59:38 68607dd271c2: Preparing 03:59:38 994456c4fd7b: Preparing 03:59:38 38745dec980a: Waiting 03:59:38 68607dd271c2: Waiting 03:59:38 994456c4fd7b: Waiting 03:59:38 7ce2de721e25: Layer already exists 03:59:38 954865a71745: Layer already exists 03:59:38 ae272b7fd90f: Layer already exists 03:59:38 6a6270a22f04: Layer already exists 03:59:38 8e525ccb0440: Layer already exists 03:59:38 68607dd271c2: Layer already exists 03:59:38 38745dec980a: Layer already exists 03:59:38 994456c4fd7b: Layer already exists 03:59:38 main: digest: sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:38 ===================================================== [Pipeline] echo 03:59:38 taggedImages: 03:59:38 - nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:38 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:59:38 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 03:59:38 - nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:38 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:59:38 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:59:38 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:38 latest 03:59:38 4.1.0-dev.15 03:59:38 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:38 main 03:59:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:59:39 3627d9d51e69: Preparing 03:59:39 aa115a22b9f5: Preparing 03:59:39 efa849f26f36: Preparing 03:59:39 7f432be48042: Preparing 03:59:39 cc33784b70cd: Preparing 03:59:39 269ebbd5d740: Preparing 03:59:39 db9f704b01e9: Preparing 03:59:39 6a6270a22f04: Preparing 03:59:39 954865a71745: Preparing 03:59:39 2c620e850221: Preparing 03:59:39 024c003cecbd: Preparing 03:59:39 5f70bf18a086: Preparing 03:59:39 eb84b7cec975: Preparing 03:59:39 6787efd6988f: Preparing 03:59:39 9345ea89657b: Preparing 03:59:39 994456c4fd7b: Preparing 03:59:39 269ebbd5d740: Waiting 03:59:39 db9f704b01e9: Waiting 03:59:39 6a6270a22f04: Waiting 03:59:39 eb84b7cec975: Waiting 03:59:39 024c003cecbd: Waiting 03:59:39 6787efd6988f: Waiting 03:59:39 954865a71745: Waiting 03:59:39 5f70bf18a086: Waiting 03:59:39 9345ea89657b: Waiting 03:59:39 994456c4fd7b: Waiting 03:59:39 cc33784b70cd: Pushed 03:59:39 7f432be48042: Pushed 03:59:39 3627d9d51e69: Pushed 03:59:39 efa849f26f36: Pushed 03:59:39 aa115a22b9f5: Pushed 03:59:39 6a6270a22f04: Layer already exists 03:59:39 954865a71745: Layer already exists 03:59:39 5f70bf18a086: Layer already exists 03:59:39 269ebbd5d740: Pushed 03:59:39 024c003cecbd: Pushed 03:59:39 2c620e850221: Pushed 03:59:39 eb84b7cec975: Pushed 03:59:39 6787efd6988f: Pushed 03:59:39 994456c4fd7b: Layer already exists 03:59:39 9345ea89657b: Pushed 03:59:41 db9f704b01e9: Pushed 03:59:41 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:59:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:59:41 3627d9d51e69: Preparing 03:59:41 aa115a22b9f5: Preparing 03:59:41 efa849f26f36: Preparing 03:59:41 7f432be48042: Preparing 03:59:41 cc33784b70cd: Preparing 03:59:41 269ebbd5d740: Preparing 03:59:41 db9f704b01e9: Preparing 03:59:41 6a6270a22f04: Preparing 03:59:41 db9f704b01e9: Waiting 03:59:41 269ebbd5d740: Waiting 03:59:41 954865a71745: Preparing 03:59:41 6a6270a22f04: Waiting 03:59:41 2c620e850221: Preparing 03:59:41 954865a71745: Waiting 03:59:41 024c003cecbd: Preparing 03:59:41 2c620e850221: Waiting 03:59:41 5f70bf18a086: Preparing 03:59:41 eb84b7cec975: Preparing 03:59:41 024c003cecbd: Waiting 03:59:41 5f70bf18a086: Waiting 03:59:41 6787efd6988f: Preparing 03:59:41 9345ea89657b: Preparing 03:59:41 994456c4fd7b: Preparing 03:59:41 eb84b7cec975: Waiting 03:59:41 9345ea89657b: Waiting 03:59:41 994456c4fd7b: Waiting 03:59:41 3627d9d51e69: Layer already exists 03:59:41 cc33784b70cd: Layer already exists 03:59:41 7f432be48042: Layer already exists 03:59:41 aa115a22b9f5: Layer already exists 03:59:41 efa849f26f36: Layer already exists 03:59:41 954865a71745: Layer already exists 03:59:41 269ebbd5d740: Layer already exists 03:59:41 6a6270a22f04: Layer already exists 03:59:41 db9f704b01e9: Layer already exists 03:59:41 2c620e850221: Layer already exists 03:59:41 024c003cecbd: Layer already exists 03:59:41 5f70bf18a086: Layer already exists 03:59:41 6787efd6988f: Layer already exists 03:59:41 eb84b7cec975: Layer already exists 03:59:41 9345ea89657b: Layer already exists 03:59:41 994456c4fd7b: Layer already exists 03:59:41 latest: digest: sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 03:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:59:42 3627d9d51e69: Preparing 03:59:42 aa115a22b9f5: Preparing 03:59:42 efa849f26f36: Preparing 03:59:42 7f432be48042: Preparing 03:59:42 cc33784b70cd: Preparing 03:59:42 269ebbd5d740: Preparing 03:59:42 db9f704b01e9: Preparing 03:59:42 6a6270a22f04: Preparing 03:59:42 954865a71745: Preparing 03:59:42 2c620e850221: Preparing 03:59:42 024c003cecbd: Preparing 03:59:42 5f70bf18a086: Preparing 03:59:42 6a6270a22f04: Waiting 03:59:42 269ebbd5d740: Waiting 03:59:42 eb84b7cec975: Preparing 03:59:42 6787efd6988f: Preparing 03:59:42 9345ea89657b: Preparing 03:59:42 994456c4fd7b: Preparing 03:59:42 6787efd6988f: Waiting 03:59:42 994456c4fd7b: Waiting 03:59:42 eb84b7cec975: Waiting 03:59:42 9345ea89657b: Waiting 03:59:42 954865a71745: Waiting 03:59:42 db9f704b01e9: Waiting 03:59:42 024c003cecbd: Waiting 03:59:42 cc33784b70cd: Layer already exists 03:59:42 7f432be48042: Layer already exists 03:59:42 3627d9d51e69: Layer already exists 03:59:42 aa115a22b9f5: Layer already exists 03:59:42 efa849f26f36: Layer already exists 03:59:42 954865a71745: Layer already exists 03:59:42 269ebbd5d740: Layer already exists 03:59:42 db9f704b01e9: Layer already exists 03:59:42 2c620e850221: Layer already exists 03:59:42 6a6270a22f04: Layer already exists 03:59:42 5f70bf18a086: Layer already exists 03:59:42 024c003cecbd: Layer already exists 03:59:42 6787efd6988f: Layer already exists 03:59:42 9345ea89657b: Layer already exists 03:59:42 eb84b7cec975: Layer already exists 03:59:42 994456c4fd7b: Layer already exists 03:59:42 4.1.0-dev.15: digest: sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:59:43 3627d9d51e69: Preparing 03:59:43 aa115a22b9f5: Preparing 03:59:43 efa849f26f36: Preparing 03:59:43 7f432be48042: Preparing 03:59:43 cc33784b70cd: Preparing 03:59:43 269ebbd5d740: Preparing 03:59:43 db9f704b01e9: Preparing 03:59:43 6a6270a22f04: Preparing 03:59:43 954865a71745: Preparing 03:59:43 2c620e850221: Preparing 03:59:43 024c003cecbd: Preparing 03:59:43 5f70bf18a086: Preparing 03:59:43 eb84b7cec975: Preparing 03:59:43 6787efd6988f: Preparing 03:59:43 9345ea89657b: Preparing 03:59:43 994456c4fd7b: Preparing 03:59:43 269ebbd5d740: Waiting 03:59:43 db9f704b01e9: Waiting 03:59:43 6a6270a22f04: Waiting 03:59:43 954865a71745: Waiting 03:59:43 2c620e850221: Waiting 03:59:43 024c003cecbd: Waiting 03:59:43 994456c4fd7b: Waiting 03:59:43 5f70bf18a086: Waiting 03:59:43 6787efd6988f: Waiting 03:59:43 9345ea89657b: Waiting 03:59:43 efa849f26f36: Layer already exists 03:59:43 cc33784b70cd: Layer already exists 03:59:43 3627d9d51e69: Layer already exists 03:59:43 7f432be48042: Layer already exists 03:59:43 aa115a22b9f5: Layer already exists 03:59:43 269ebbd5d740: Layer already exists 03:59:43 db9f704b01e9: Layer already exists 03:59:43 2c620e850221: Layer already exists 03:59:43 6a6270a22f04: Layer already exists 03:59:43 954865a71745: Layer already exists 03:59:43 024c003cecbd: Layer already exists 03:59:43 eb84b7cec975: Layer already exists 03:59:43 5f70bf18a086: Layer already exists 03:59:43 6787efd6988f: Layer already exists 03:59:43 9345ea89657b: Layer already exists 03:59:43 994456c4fd7b: Layer already exists 03:59:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:59:43 3627d9d51e69: Preparing 03:59:43 aa115a22b9f5: Preparing 03:59:43 efa849f26f36: Preparing 03:59:43 7f432be48042: Preparing 03:59:43 cc33784b70cd: Preparing 03:59:43 269ebbd5d740: Preparing 03:59:43 db9f704b01e9: Preparing 03:59:43 6a6270a22f04: Preparing 03:59:43 954865a71745: Preparing 03:59:43 2c620e850221: Preparing 03:59:43 024c003cecbd: Preparing 03:59:43 5f70bf18a086: Preparing 03:59:43 eb84b7cec975: Preparing 03:59:43 6787efd6988f: Preparing 03:59:43 9345ea89657b: Preparing 03:59:43 994456c4fd7b: Preparing 03:59:43 024c003cecbd: Waiting 03:59:43 5f70bf18a086: Waiting 03:59:43 db9f704b01e9: Waiting 03:59:43 6a6270a22f04: Waiting 03:59:43 954865a71745: Waiting 03:59:43 2c620e850221: Waiting 03:59:43 269ebbd5d740: Waiting 03:59:43 eb84b7cec975: Waiting 03:59:43 6787efd6988f: Waiting 03:59:43 9345ea89657b: Waiting 03:59:43 994456c4fd7b: Waiting 03:59:43 cc33784b70cd: Layer already exists 03:59:43 efa849f26f36: Layer already exists 03:59:43 7f432be48042: Layer already exists 03:59:43 aa115a22b9f5: Layer already exists 03:59:43 3627d9d51e69: Layer already exists 03:59:43 269ebbd5d740: Layer already exists 03:59:43 db9f704b01e9: Layer already exists 03:59:43 2c620e850221: Layer already exists 03:59:43 6a6270a22f04: Layer already exists 03:59:43 954865a71745: Layer already exists 03:59:43 024c003cecbd: Layer already exists 03:59:43 6787efd6988f: Layer already exists 03:59:43 eb84b7cec975: Layer already exists 03:59:43 9345ea89657b: Layer already exists 03:59:43 5f70bf18a086: Layer already exists 03:59:43 994456c4fd7b: Layer already exists 03:59:43 main: digest: sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:43 ===================================================== [Pipeline] echo 03:59:43 taggedImages: 03:59:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:59:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 03:59:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:59:43 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:59:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:43 latest 03:59:43 4.1.0-dev.15 03:59:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:43 main 03:59:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:59:44 79962b36ef8b: Preparing 03:59:44 af1d4ab6059f: Preparing 03:59:44 6b6760de619e: Preparing 03:59:44 9e9eb600f1b2: Preparing 03:59:44 6a6270a22f04: Preparing 03:59:44 954865a71745: Preparing 03:59:44 38745dec980a: Preparing 03:59:44 68607dd271c2: Preparing 03:59:44 994456c4fd7b: Preparing 03:59:44 954865a71745: Waiting 03:59:44 68607dd271c2: Waiting 03:59:44 38745dec980a: Waiting 03:59:44 6a6270a22f04: Layer already exists 03:59:44 954865a71745: Layer already exists 03:59:44 38745dec980a: Layer already exists 03:59:44 68607dd271c2: Layer already exists 03:59:44 af1d4ab6059f: Pushed 03:59:44 994456c4fd7b: Layer already exists 03:59:44 6b6760de619e: Pushed 03:59:44 79962b36ef8b: Pushed 03:59:47 9e9eb600f1b2: Pushed 03:59:47 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:59:47 79962b36ef8b: Preparing 03:59:47 af1d4ab6059f: Preparing 03:59:47 6b6760de619e: Preparing 03:59:47 9e9eb600f1b2: Preparing 03:59:47 6a6270a22f04: Preparing 03:59:47 954865a71745: Preparing 03:59:47 38745dec980a: Preparing 03:59:47 68607dd271c2: Preparing 03:59:47 994456c4fd7b: Preparing 03:59:47 38745dec980a: Waiting 03:59:47 68607dd271c2: Waiting 03:59:47 994456c4fd7b: Waiting 03:59:47 954865a71745: Waiting 03:59:47 9e9eb600f1b2: Layer already exists 03:59:47 6a6270a22f04: Layer already exists 03:59:47 af1d4ab6059f: Layer already exists 03:59:47 6b6760de619e: Layer already exists 03:59:47 79962b36ef8b: Layer already exists 03:59:47 954865a71745: Layer already exists 03:59:47 994456c4fd7b: Layer already exists 03:59:47 38745dec980a: Layer already exists 03:59:47 68607dd271c2: Layer already exists 03:59:47 latest: digest: sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 03:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:59:48 79962b36ef8b: Preparing 03:59:48 af1d4ab6059f: Preparing 03:59:48 6b6760de619e: Preparing 03:59:48 9e9eb600f1b2: Preparing 03:59:48 6a6270a22f04: Preparing 03:59:48 954865a71745: Preparing 03:59:48 38745dec980a: Preparing 03:59:48 68607dd271c2: Preparing 03:59:48 994456c4fd7b: Preparing 03:59:48 38745dec980a: Waiting 03:59:48 68607dd271c2: Waiting 03:59:48 994456c4fd7b: Waiting 03:59:48 954865a71745: Waiting 03:59:48 9e9eb600f1b2: Layer already exists 03:59:48 6a6270a22f04: Layer already exists 03:59:48 6b6760de619e: Layer already exists 03:59:48 79962b36ef8b: Layer already exists 03:59:48 af1d4ab6059f: Layer already exists 03:59:48 68607dd271c2: Layer already exists 03:59:48 994456c4fd7b: Layer already exists 03:59:48 954865a71745: Layer already exists 03:59:48 38745dec980a: Layer already exists 03:59:48 4.1.0-dev.15: digest: sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:59:49 79962b36ef8b: Preparing 03:59:49 af1d4ab6059f: Preparing 03:59:49 6b6760de619e: Preparing 03:59:49 9e9eb600f1b2: Preparing 03:59:49 6a6270a22f04: Preparing 03:59:49 954865a71745: Preparing 03:59:49 38745dec980a: Preparing 03:59:49 68607dd271c2: Preparing 03:59:49 994456c4fd7b: Preparing 03:59:49 68607dd271c2: Waiting 03:59:49 994456c4fd7b: Waiting 03:59:49 954865a71745: Waiting 03:59:49 38745dec980a: Waiting 03:59:49 af1d4ab6059f: Layer already exists 03:59:49 6b6760de619e: Layer already exists 03:59:49 9e9eb600f1b2: Layer already exists 03:59:49 6a6270a22f04: Layer already exists 03:59:49 79962b36ef8b: Layer already exists 03:59:49 954865a71745: Layer already exists 03:59:49 38745dec980a: Layer already exists 03:59:49 68607dd271c2: Layer already exists 03:59:49 994456c4fd7b: Layer already exists 03:59:49 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:59:50 79962b36ef8b: Preparing 03:59:50 af1d4ab6059f: Preparing 03:59:50 6b6760de619e: Preparing 03:59:50 9e9eb600f1b2: Preparing 03:59:50 6a6270a22f04: Preparing 03:59:50 954865a71745: Preparing 03:59:50 38745dec980a: Preparing 03:59:50 68607dd271c2: Preparing 03:59:50 994456c4fd7b: Preparing 03:59:50 38745dec980a: Waiting 03:59:50 954865a71745: Waiting 03:59:50 68607dd271c2: Waiting 03:59:50 994456c4fd7b: Waiting 03:59:50 6b6760de619e: Layer already exists 03:59:50 79962b36ef8b: Layer already exists 03:59:50 af1d4ab6059f: Layer already exists 03:59:50 9e9eb600f1b2: Layer already exists 03:59:50 6a6270a22f04: Layer already exists 03:59:50 954865a71745: Layer already exists 03:59:50 68607dd271c2: Layer already exists 03:59:50 38745dec980a: Layer already exists 03:59:50 994456c4fd7b: Layer already exists 03:59:50 main: digest: sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:50 ===================================================== [Pipeline] echo 03:59:50 taggedImages: 03:59:50 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:50 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:59:50 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 03:59:50 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:50 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:59:50 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:59:50 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:50 latest 03:59:50 4.1.0-dev.15 03:59:50 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:50 main 03:59:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:59:50 7822a2ccd225: Preparing 03:59:50 f50ff083110f: Preparing 03:59:50 60885a74c5f3: Preparing 03:59:50 7b2a0c39246b: Preparing 03:59:50 e35955bf7835: Preparing 03:59:50 6a6270a22f04: Preparing 03:59:50 954865a71745: Preparing 03:59:50 ab3c74904ed0: Preparing 03:59:50 fbd748a8db77: Preparing 03:59:50 1cafee9d3560: Preparing 03:59:50 6a6270a22f04: Waiting 03:59:50 954865a71745: Waiting 03:59:50 ab3c74904ed0: Waiting 03:59:50 fbd748a8db77: Waiting 03:59:50 994456c4fd7b: Preparing 03:59:50 1cafee9d3560: Waiting 03:59:50 994456c4fd7b: Waiting 03:59:50 7b2a0c39246b: Pushed 03:59:50 e35955bf7835: Pushed 03:59:50 f50ff083110f: Pushed 03:59:50 7822a2ccd225: Pushed 03:59:50 6a6270a22f04: Layer already exists 03:59:50 954865a71745: Layer already exists 03:59:50 994456c4fd7b: Layer already exists 03:59:50 ab3c74904ed0: Pushed 03:59:50 fbd748a8db77: Pushed 03:59:52 1cafee9d3560: Pushed 03:59:53 60885a74c5f3: Pushed 03:59:55 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:59:56 7822a2ccd225: Preparing 03:59:56 f50ff083110f: Preparing 03:59:56 60885a74c5f3: Preparing 03:59:56 7b2a0c39246b: Preparing 03:59:56 e35955bf7835: Preparing 03:59:56 6a6270a22f04: Preparing 03:59:56 954865a71745: Preparing 03:59:56 ab3c74904ed0: Preparing 03:59:56 fbd748a8db77: Preparing 03:59:56 1cafee9d3560: Preparing 03:59:56 994456c4fd7b: Preparing 03:59:56 fbd748a8db77: Waiting 03:59:56 1cafee9d3560: Waiting 03:59:56 6a6270a22f04: Waiting 03:59:56 954865a71745: Waiting 03:59:56 ab3c74904ed0: Waiting 03:59:56 7822a2ccd225: Layer already exists 03:59:56 60885a74c5f3: Layer already exists 03:59:56 f50ff083110f: Layer already exists 03:59:56 7b2a0c39246b: Layer already exists 03:59:56 e35955bf7835: Layer already exists 03:59:56 1cafee9d3560: Layer already exists 03:59:56 954865a71745: Layer already exists 03:59:56 ab3c74904ed0: Layer already exists 03:59:56 fbd748a8db77: Layer already exists 03:59:56 6a6270a22f04: Layer already exists 03:59:56 994456c4fd7b: Layer already exists 03:59:56 latest: digest: sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 03:59:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:59:56 7822a2ccd225: Preparing 03:59:56 f50ff083110f: Preparing 03:59:56 60885a74c5f3: Preparing 03:59:56 7b2a0c39246b: Preparing 03:59:56 e35955bf7835: Preparing 03:59:56 6a6270a22f04: Preparing 03:59:56 954865a71745: Preparing 03:59:56 ab3c74904ed0: Preparing 03:59:56 fbd748a8db77: Preparing 03:59:56 1cafee9d3560: Preparing 03:59:56 994456c4fd7b: Preparing 03:59:56 954865a71745: Waiting 03:59:56 ab3c74904ed0: Waiting 03:59:56 fbd748a8db77: Waiting 03:59:56 1cafee9d3560: Waiting 03:59:56 994456c4fd7b: Waiting 03:59:56 6a6270a22f04: Waiting 03:59:56 60885a74c5f3: Layer already exists 03:59:56 f50ff083110f: Layer already exists 03:59:56 7b2a0c39246b: Layer already exists 03:59:56 e35955bf7835: Layer already exists 03:59:56 7822a2ccd225: Layer already exists 03:59:56 fbd748a8db77: Layer already exists 03:59:56 954865a71745: Layer already exists 03:59:56 1cafee9d3560: Layer already exists 03:59:56 ab3c74904ed0: Layer already exists 03:59:56 6a6270a22f04: Layer already exists 03:59:56 994456c4fd7b: Layer already exists 03:59:56 4.1.0-dev.15: digest: sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:59:57 7822a2ccd225: Preparing 03:59:57 f50ff083110f: Preparing 03:59:57 60885a74c5f3: Preparing 03:59:57 7b2a0c39246b: Preparing 03:59:57 e35955bf7835: Preparing 03:59:57 6a6270a22f04: Preparing 03:59:57 954865a71745: Preparing 03:59:57 ab3c74904ed0: Preparing 03:59:57 fbd748a8db77: Preparing 03:59:57 1cafee9d3560: Preparing 03:59:57 994456c4fd7b: Preparing 03:59:57 fbd748a8db77: Waiting 03:59:57 994456c4fd7b: Waiting 03:59:57 1cafee9d3560: Waiting 03:59:57 954865a71745: Waiting 03:59:57 ab3c74904ed0: Waiting 03:59:57 6a6270a22f04: Waiting 03:59:57 7b2a0c39246b: Layer already exists 03:59:57 e35955bf7835: Layer already exists 03:59:57 7822a2ccd225: Layer already exists 03:59:57 f50ff083110f: Layer already exists 03:59:57 60885a74c5f3: Layer already exists 03:59:57 fbd748a8db77: Layer already exists 03:59:57 ab3c74904ed0: Layer already exists 03:59:57 6a6270a22f04: Layer already exists 03:59:57 954865a71745: Layer already exists 03:59:57 1cafee9d3560: Layer already exists 03:59:57 994456c4fd7b: Layer already exists 03:59:57 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:59:58 7822a2ccd225: Preparing 03:59:58 f50ff083110f: Preparing 03:59:58 60885a74c5f3: Preparing 03:59:58 7b2a0c39246b: Preparing 03:59:58 e35955bf7835: Preparing 03:59:58 6a6270a22f04: Preparing 03:59:58 954865a71745: Preparing 03:59:58 ab3c74904ed0: Preparing 03:59:58 fbd748a8db77: Preparing 03:59:58 1cafee9d3560: Preparing 03:59:58 994456c4fd7b: Preparing 03:59:58 fbd748a8db77: Waiting 03:59:58 ab3c74904ed0: Waiting 03:59:58 1cafee9d3560: Waiting 03:59:58 994456c4fd7b: Waiting 03:59:58 6a6270a22f04: Waiting 03:59:58 954865a71745: Waiting 03:59:58 f50ff083110f: Layer already exists 03:59:58 7822a2ccd225: Layer already exists 03:59:58 60885a74c5f3: Layer already exists 03:59:58 7b2a0c39246b: Layer already exists 03:59:58 e35955bf7835: Layer already exists 03:59:58 ab3c74904ed0: Layer already exists 03:59:58 6a6270a22f04: Layer already exists 03:59:58 fbd748a8db77: Layer already exists 03:59:58 954865a71745: Layer already exists 03:59:58 1cafee9d3560: Layer already exists 03:59:58 994456c4fd7b: Layer already exists 03:59:58 main: digest: sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:59:58 ===================================================== [Pipeline] echo 03:59:58 taggedImages: 03:59:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:59:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 03:59:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:59:58 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:59:58 3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:58 latest 03:59:58 4.1.0-dev.15 03:59:58 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 03:59:58 main 03:59:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:59:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 03:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:59:59 5907007f4fab: Preparing 03:59:59 3bbfc44a311f: Preparing 03:59:59 07abcae7626c: Preparing 03:59:59 5684222d70f3: Preparing 03:59:59 afc54e7cccd7: Preparing 03:59:59 301d5bf69035: Preparing 03:59:59 e07f67d15126: Preparing 03:59:59 6a6270a22f04: Preparing 03:59:59 954865a71745: Preparing 03:59:59 7683926c6cfb: Preparing 03:59:59 7a9085917890: Preparing 03:59:59 994456c4fd7b: Preparing 03:59:59 6a6270a22f04: Waiting 03:59:59 954865a71745: Waiting 03:59:59 301d5bf69035: Waiting 03:59:59 e07f67d15126: Waiting 03:59:59 7683926c6cfb: Waiting 03:59:59 7a9085917890: Waiting 03:59:59 994456c4fd7b: Waiting 03:59:59 afc54e7cccd7: Pushed 03:59:59 5907007f4fab: Pushed 03:59:59 3bbfc44a311f: Pushed 03:59:59 6a6270a22f04: Layer already exists 03:59:59 954865a71745: Layer already exists 03:59:59 301d5bf69035: Pushed 03:59:59 e07f67d15126: Pushed 03:59:59 994456c4fd7b: Layer already exists 03:59:59 7683926c6cfb: Pushed 04:00:00 7a9085917890: Pushed 04:00:00 5684222d70f3: Pushed 04:00:01 07abcae7626c: Pushed 04:00:01 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:00:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:00:02 5907007f4fab: Preparing 04:00:02 3bbfc44a311f: Preparing 04:00:02 07abcae7626c: Preparing 04:00:02 5684222d70f3: Preparing 04:00:02 afc54e7cccd7: Preparing 04:00:02 301d5bf69035: Preparing 04:00:02 e07f67d15126: Preparing 04:00:02 6a6270a22f04: Preparing 04:00:02 954865a71745: Preparing 04:00:02 7683926c6cfb: Preparing 04:00:02 7a9085917890: Preparing 04:00:02 6a6270a22f04: Waiting 04:00:02 301d5bf69035: Waiting 04:00:02 e07f67d15126: Waiting 04:00:02 954865a71745: Waiting 04:00:02 7683926c6cfb: Waiting 04:00:02 994456c4fd7b: Preparing 04:00:02 7a9085917890: Waiting 04:00:02 3bbfc44a311f: Layer already exists 04:00:02 07abcae7626c: Layer already exists 04:00:02 afc54e7cccd7: Layer already exists 04:00:02 5907007f4fab: Layer already exists 04:00:02 5684222d70f3: Layer already exists 04:00:02 e07f67d15126: Layer already exists 04:00:02 301d5bf69035: Layer already exists 04:00:02 6a6270a22f04: Layer already exists 04:00:02 954865a71745: Layer already exists 04:00:02 7683926c6cfb: Layer already exists 04:00:02 7a9085917890: Layer already exists 04:00:02 994456c4fd7b: Layer already exists 04:00:02 latest: digest: sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 04:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:00:03 5907007f4fab: Preparing 04:00:03 3bbfc44a311f: Preparing 04:00:03 07abcae7626c: Preparing 04:00:03 5684222d70f3: Preparing 04:00:03 afc54e7cccd7: Preparing 04:00:03 301d5bf69035: Preparing 04:00:03 e07f67d15126: Preparing 04:00:03 6a6270a22f04: Preparing 04:00:03 954865a71745: Preparing 04:00:03 301d5bf69035: Waiting 04:00:03 e07f67d15126: Waiting 04:00:03 7683926c6cfb: Preparing 04:00:03 7a9085917890: Preparing 04:00:03 994456c4fd7b: Preparing 04:00:03 954865a71745: Waiting 04:00:03 7a9085917890: Waiting 04:00:03 994456c4fd7b: Waiting 04:00:03 7683926c6cfb: Waiting 04:00:03 07abcae7626c: Layer already exists 04:00:03 5907007f4fab: Layer already exists 04:00:03 3bbfc44a311f: Layer already exists 04:00:03 afc54e7cccd7: Layer already exists 04:00:03 5684222d70f3: Layer already exists 04:00:03 301d5bf69035: Layer already exists 04:00:03 6a6270a22f04: Layer already exists 04:00:03 e07f67d15126: Layer already exists 04:00:03 954865a71745: Layer already exists 04:00:03 7683926c6cfb: Layer already exists 04:00:03 7a9085917890: Layer already exists 04:00:03 994456c4fd7b: Layer already exists 04:00:03 4.1.0-dev.15: digest: sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:00:03 5907007f4fab: Preparing 04:00:03 3bbfc44a311f: Preparing 04:00:03 07abcae7626c: Preparing 04:00:03 5684222d70f3: Preparing 04:00:03 afc54e7cccd7: Preparing 04:00:03 301d5bf69035: Preparing 04:00:03 e07f67d15126: Preparing 04:00:03 6a6270a22f04: Preparing 04:00:03 954865a71745: Preparing 04:00:03 7683926c6cfb: Preparing 04:00:03 7a9085917890: Preparing 04:00:03 994456c4fd7b: Preparing 04:00:03 7683926c6cfb: Waiting 04:00:03 e07f67d15126: Waiting 04:00:03 7a9085917890: Waiting 04:00:03 994456c4fd7b: Waiting 04:00:03 6a6270a22f04: Waiting 04:00:03 954865a71745: Waiting 04:00:03 07abcae7626c: Layer already exists 04:00:03 afc54e7cccd7: Layer already exists 04:00:03 5684222d70f3: Layer already exists 04:00:03 3bbfc44a311f: Layer already exists 04:00:03 5907007f4fab: Layer already exists 04:00:03 301d5bf69035: Layer already exists 04:00:03 6a6270a22f04: Layer already exists 04:00:03 954865a71745: Layer already exists 04:00:03 e07f67d15126: Layer already exists 04:00:03 7683926c6cfb: Layer already exists 04:00:03 7a9085917890: Layer already exists 04:00:03 994456c4fd7b: Layer already exists 04:00:03 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:00:04 5907007f4fab: Preparing 04:00:04 3bbfc44a311f: Preparing 04:00:04 07abcae7626c: Preparing 04:00:04 5684222d70f3: Preparing 04:00:04 afc54e7cccd7: Preparing 04:00:04 301d5bf69035: Preparing 04:00:04 e07f67d15126: Preparing 04:00:04 6a6270a22f04: Preparing 04:00:04 954865a71745: Preparing 04:00:04 7683926c6cfb: Preparing 04:00:04 7a9085917890: Preparing 04:00:04 994456c4fd7b: Preparing 04:00:04 7683926c6cfb: Waiting 04:00:04 7a9085917890: Waiting 04:00:04 e07f67d15126: Waiting 04:00:04 994456c4fd7b: Waiting 04:00:04 6a6270a22f04: Waiting 04:00:04 954865a71745: Waiting 04:00:04 301d5bf69035: Waiting 04:00:04 5907007f4fab: Layer already exists 04:00:04 3bbfc44a311f: Layer already exists 04:00:04 afc54e7cccd7: Layer already exists 04:00:04 5684222d70f3: Layer already exists 04:00:04 07abcae7626c: Layer already exists 04:00:04 301d5bf69035: Layer already exists 04:00:04 7683926c6cfb: Layer already exists 04:00:04 6a6270a22f04: Layer already exists 04:00:04 e07f67d15126: Layer already exists 04:00:04 954865a71745: Layer already exists 04:00:04 7a9085917890: Layer already exists 04:00:04 994456c4fd7b: Layer already exists 04:00:04 main: digest: sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:04 ===================================================== [Pipeline] echo 04:00:04 taggedImages: 04:00:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:00:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 04:00:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:04 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 04:00:04 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 04:00:04 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:04 latest 04:00:04 4.1.0-dev.15 04:00:04 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:04 main 04:00:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:00:05 4b0ce62e92fb: Preparing 04:00:05 29ba4b874dcb: Preparing 04:00:05 6a6270a22f04: Preparing 04:00:05 954865a71745: Preparing 04:00:05 90941f94e415: Preparing 04:00:05 6c5ee8672eb5: Preparing 04:00:05 994456c4fd7b: Preparing 04:00:05 6c5ee8672eb5: Waiting 04:00:05 994456c4fd7b: Waiting 04:00:05 6a6270a22f04: Layer already exists 04:00:05 954865a71745: Layer already exists 04:00:05 994456c4fd7b: Layer already exists 04:00:05 90941f94e415: Pushed 04:00:05 4b0ce62e92fb: Pushed 04:00:06 6c5ee8672eb5: Pushed 04:00:08 29ba4b874dcb: Pushed 04:00:08 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:08 + 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 04:00:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:00:09 4b0ce62e92fb: Preparing 04:00:09 29ba4b874dcb: Preparing 04:00:09 6a6270a22f04: Preparing 04:00:09 954865a71745: Preparing 04:00:09 90941f94e415: Preparing 04:00:09 6c5ee8672eb5: Preparing 04:00:09 994456c4fd7b: Preparing 04:00:09 6c5ee8672eb5: Waiting 04:00:09 994456c4fd7b: Waiting 04:00:09 6a6270a22f04: Layer already exists 04:00:09 90941f94e415: Layer already exists 04:00:09 29ba4b874dcb: Layer already exists 04:00:09 4b0ce62e92fb: Layer already exists 04:00:09 954865a71745: Layer already exists 04:00:09 6c5ee8672eb5: Layer already exists 04:00:09 994456c4fd7b: Layer already exists 04:00:09 latest: digest: sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:09 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 04:00:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:00:09 4b0ce62e92fb: Preparing 04:00:09 29ba4b874dcb: Preparing 04:00:09 6a6270a22f04: Preparing 04:00:09 954865a71745: Preparing 04:00:09 90941f94e415: Preparing 04:00:09 6c5ee8672eb5: Preparing 04:00:09 994456c4fd7b: Preparing 04:00:09 994456c4fd7b: Waiting 04:00:09 6c5ee8672eb5: Waiting 04:00:09 954865a71745: Layer already exists 04:00:09 6a6270a22f04: Layer already exists 04:00:09 90941f94e415: Layer already exists 04:00:09 4b0ce62e92fb: Layer already exists 04:00:09 29ba4b874dcb: Layer already exists 04:00:09 6c5ee8672eb5: Layer already exists 04:00:09 994456c4fd7b: Layer already exists 04:00:09 4.1.0-dev.15: digest: sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:00:10 4b0ce62e92fb: Preparing 04:00:10 29ba4b874dcb: Preparing 04:00:10 6a6270a22f04: Preparing 04:00:10 954865a71745: Preparing 04:00:10 90941f94e415: Preparing 04:00:10 6c5ee8672eb5: Preparing 04:00:10 994456c4fd7b: Preparing 04:00:10 994456c4fd7b: Waiting 04:00:10 6c5ee8672eb5: Waiting 04:00:10 4b0ce62e92fb: Layer already exists 04:00:10 954865a71745: Layer already exists 04:00:10 29ba4b874dcb: Layer already exists 04:00:10 6a6270a22f04: Layer already exists 04:00:10 90941f94e415: Layer already exists 04:00:10 994456c4fd7b: Layer already exists 04:00:10 6c5ee8672eb5: Layer already exists 04:00:10 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:10 + 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 04:00:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:00:11 4b0ce62e92fb: Preparing 04:00:11 29ba4b874dcb: Preparing 04:00:11 6a6270a22f04: Preparing 04:00:11 954865a71745: Preparing 04:00:11 90941f94e415: Preparing 04:00:11 6c5ee8672eb5: Preparing 04:00:11 994456c4fd7b: Preparing 04:00:11 6c5ee8672eb5: Waiting 04:00:11 994456c4fd7b: Waiting 04:00:11 4b0ce62e92fb: Layer already exists 04:00:11 29ba4b874dcb: Layer already exists 04:00:11 954865a71745: Layer already exists 04:00:11 6a6270a22f04: Layer already exists 04:00:11 90941f94e415: Layer already exists 04:00:11 6c5ee8672eb5: Layer already exists 04:00:11 994456c4fd7b: Layer already exists 04:00:11 main: digest: sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:11 ===================================================== [Pipeline] echo 04:00:11 taggedImages: 04:00:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:00:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 04:00:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:11 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 04:00:11 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 04:00:11 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:11 latest 04:00:11 4.1.0-dev.15 04:00:11 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:11 main 04:00:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:00:11 5b5deff69938: Preparing 04:00:11 134330a43103: Preparing 04:00:11 80bc0a341c04: Preparing 04:00:11 6a6270a22f04: Preparing 04:00:11 954865a71745: Preparing 04:00:11 3716a2ca43e8: Preparing 04:00:11 03eb60e9b358: Preparing 04:00:11 9f32ce5a12b8: Preparing 04:00:11 08e0020ff449: Preparing 04:00:11 994456c4fd7b: Preparing 04:00:11 03eb60e9b358: Waiting 04:00:11 3716a2ca43e8: Waiting 04:00:11 9f32ce5a12b8: Waiting 04:00:11 08e0020ff449: Waiting 04:00:11 994456c4fd7b: Waiting 04:00:11 6a6270a22f04: Layer already exists 04:00:11 954865a71745: Layer already exists 04:00:11 80bc0a341c04: Pushed 04:00:11 134330a43103: Pushed 04:00:11 5b5deff69938: Pushed 04:00:11 994456c4fd7b: Layer already exists 04:00:11 9f32ce5a12b8: Pushed 04:00:12 08e0020ff449: Pushed 04:00:16 03eb60e9b358: Pushed 04:00:24 3716a2ca43e8: Pushed 04:00:24 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:00:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:00:25 5b5deff69938: Preparing 04:00:25 134330a43103: Preparing 04:00:25 80bc0a341c04: Preparing 04:00:25 6a6270a22f04: Preparing 04:00:25 954865a71745: Preparing 04:00:25 3716a2ca43e8: Preparing 04:00:25 03eb60e9b358: Preparing 04:00:25 3716a2ca43e8: Waiting 04:00:25 9f32ce5a12b8: Preparing 04:00:25 08e0020ff449: Preparing 04:00:25 994456c4fd7b: Preparing 04:00:25 03eb60e9b358: Waiting 04:00:25 9f32ce5a12b8: Waiting 04:00:25 08e0020ff449: Waiting 04:00:25 994456c4fd7b: Waiting 04:00:25 6a6270a22f04: Layer already exists 04:00:25 134330a43103: Layer already exists 04:00:25 954865a71745: Layer already exists 04:00:25 5b5deff69938: Layer already exists 04:00:25 80bc0a341c04: Layer already exists 04:00:25 03eb60e9b358: Layer already exists 04:00:25 9f32ce5a12b8: Layer already exists 04:00:25 3716a2ca43e8: Layer already exists 04:00:25 08e0020ff449: Layer already exists 04:00:25 994456c4fd7b: Layer already exists 04:00:25 latest: digest: sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 04:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:00:26 5b5deff69938: Preparing 04:00:26 134330a43103: Preparing 04:00:26 80bc0a341c04: Preparing 04:00:26 6a6270a22f04: Preparing 04:00:26 954865a71745: Preparing 04:00:26 3716a2ca43e8: Preparing 04:00:26 03eb60e9b358: Preparing 04:00:26 9f32ce5a12b8: Preparing 04:00:26 08e0020ff449: Preparing 04:00:26 994456c4fd7b: Preparing 04:00:26 08e0020ff449: Waiting 04:00:26 994456c4fd7b: Waiting 04:00:26 03eb60e9b358: Waiting 04:00:26 3716a2ca43e8: Waiting 04:00:26 9f32ce5a12b8: Waiting 04:00:26 5b5deff69938: Layer already exists 04:00:26 80bc0a341c04: Layer already exists 04:00:26 954865a71745: Layer already exists 04:00:26 6a6270a22f04: Layer already exists 04:00:26 134330a43103: Layer already exists 04:00:26 08e0020ff449: Layer already exists 04:00:26 03eb60e9b358: Layer already exists 04:00:26 3716a2ca43e8: Layer already exists 04:00:26 9f32ce5a12b8: Layer already exists 04:00:26 994456c4fd7b: Layer already exists 04:00:26 4.1.0-dev.15: digest: sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:00:26 5b5deff69938: Preparing 04:00:26 134330a43103: Preparing 04:00:26 80bc0a341c04: Preparing 04:00:26 6a6270a22f04: Preparing 04:00:26 954865a71745: Preparing 04:00:26 3716a2ca43e8: Preparing 04:00:26 03eb60e9b358: Preparing 04:00:26 9f32ce5a12b8: Preparing 04:00:26 08e0020ff449: Preparing 04:00:26 994456c4fd7b: Preparing 04:00:26 3716a2ca43e8: Waiting 04:00:26 03eb60e9b358: Waiting 04:00:26 9f32ce5a12b8: Waiting 04:00:26 994456c4fd7b: Waiting 04:00:26 08e0020ff449: Waiting 04:00:26 80bc0a341c04: Layer already exists 04:00:26 954865a71745: Layer already exists 04:00:26 134330a43103: Layer already exists 04:00:26 6a6270a22f04: Layer already exists 04:00:26 5b5deff69938: Layer already exists 04:00:26 03eb60e9b358: Layer already exists 04:00:26 3716a2ca43e8: Layer already exists 04:00:26 9f32ce5a12b8: Layer already exists 04:00:26 994456c4fd7b: Layer already exists 04:00:26 08e0020ff449: Layer already exists 04:00:26 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:00:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:00:27 5b5deff69938: Preparing 04:00:27 134330a43103: Preparing 04:00:27 80bc0a341c04: Preparing 04:00:27 6a6270a22f04: Preparing 04:00:27 954865a71745: Preparing 04:00:27 3716a2ca43e8: Preparing 04:00:27 03eb60e9b358: Preparing 04:00:27 9f32ce5a12b8: Preparing 04:00:27 08e0020ff449: Preparing 04:00:27 994456c4fd7b: Preparing 04:00:27 03eb60e9b358: Waiting 04:00:27 08e0020ff449: Waiting 04:00:27 994456c4fd7b: Waiting 04:00:27 3716a2ca43e8: Waiting 04:00:27 9f32ce5a12b8: Waiting 04:00:27 6a6270a22f04: Layer already exists 04:00:27 134330a43103: Layer already exists 04:00:27 5b5deff69938: Layer already exists 04:00:27 80bc0a341c04: Layer already exists 04:00:27 954865a71745: Layer already exists 04:00:27 03eb60e9b358: Layer already exists 04:00:27 3716a2ca43e8: Layer already exists 04:00:27 9f32ce5a12b8: Layer already exists 04:00:27 994456c4fd7b: Layer already exists 04:00:27 08e0020ff449: Layer already exists 04:00:27 main: digest: sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:27 ===================================================== [Pipeline] echo 04:00:27 taggedImages: 04:00:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:00:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 04:00:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 04:00:27 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 04:00:27 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:27 latest 04:00:27 4.1.0-dev.15 04:00:27 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:27 main 04:00:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:00:28 19a1dbff25e4: Preparing 04:00:28 13b2c7d87c27: Preparing 04:00:28 c917fe6b4eec: Preparing 04:00:28 6a6270a22f04: Preparing 04:00:28 954865a71745: Preparing 04:00:28 275b63529b33: Preparing 04:00:28 efb75ffe1d33: Preparing 04:00:28 a21fb562e5e6: Preparing 04:00:28 994456c4fd7b: Preparing 04:00:28 275b63529b33: Waiting 04:00:28 efb75ffe1d33: Waiting 04:00:28 a21fb562e5e6: Waiting 04:00:28 6a6270a22f04: Layer already exists 04:00:28 954865a71745: Layer already exists 04:00:28 19a1dbff25e4: Pushed 04:00:28 13b2c7d87c27: Pushed 04:00:28 c917fe6b4eec: Pushed 04:00:28 efb75ffe1d33: Pushed 04:00:28 994456c4fd7b: Layer already exists 04:00:28 a21fb562e5e6: Pushed 04:00:40 275b63529b33: Pushed 04:00:40 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:00:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:00:41 19a1dbff25e4: Preparing 04:00:41 13b2c7d87c27: Preparing 04:00:41 c917fe6b4eec: Preparing 04:00:41 6a6270a22f04: Preparing 04:00:41 954865a71745: Preparing 04:00:41 275b63529b33: Preparing 04:00:41 efb75ffe1d33: Preparing 04:00:41 a21fb562e5e6: Preparing 04:00:41 994456c4fd7b: Preparing 04:00:41 275b63529b33: Waiting 04:00:41 efb75ffe1d33: Waiting 04:00:41 a21fb562e5e6: Waiting 04:00:41 994456c4fd7b: Waiting 04:00:41 19a1dbff25e4: Layer already exists 04:00:41 13b2c7d87c27: Layer already exists 04:00:41 6a6270a22f04: Layer already exists 04:00:41 954865a71745: Layer already exists 04:00:41 c917fe6b4eec: Layer already exists 04:00:41 275b63529b33: Layer already exists 04:00:41 a21fb562e5e6: Layer already exists 04:00:41 efb75ffe1d33: Layer already exists 04:00:41 994456c4fd7b: Layer already exists 04:00:41 latest: digest: sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 04:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:00:42 19a1dbff25e4: Preparing 04:00:42 13b2c7d87c27: Preparing 04:00:42 c917fe6b4eec: Preparing 04:00:42 6a6270a22f04: Preparing 04:00:42 954865a71745: Preparing 04:00:42 275b63529b33: Preparing 04:00:42 efb75ffe1d33: Preparing 04:00:42 a21fb562e5e6: Preparing 04:00:42 994456c4fd7b: Preparing 04:00:42 275b63529b33: Waiting 04:00:42 efb75ffe1d33: Waiting 04:00:42 a21fb562e5e6: Waiting 04:00:42 994456c4fd7b: Waiting 04:00:42 19a1dbff25e4: Layer already exists 04:00:42 c917fe6b4eec: Layer already exists 04:00:42 6a6270a22f04: Layer already exists 04:00:42 954865a71745: Layer already exists 04:00:42 13b2c7d87c27: Layer already exists 04:00:42 efb75ffe1d33: Layer already exists 04:00:42 275b63529b33: Layer already exists 04:00:42 a21fb562e5e6: Layer already exists 04:00:42 994456c4fd7b: Layer already exists 04:00:42 4.1.0-dev.15: digest: sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:00:42 19a1dbff25e4: Preparing 04:00:42 13b2c7d87c27: Preparing 04:00:42 c917fe6b4eec: Preparing 04:00:42 6a6270a22f04: Preparing 04:00:42 954865a71745: Preparing 04:00:42 275b63529b33: Preparing 04:00:42 efb75ffe1d33: Preparing 04:00:42 a21fb562e5e6: Preparing 04:00:42 994456c4fd7b: Preparing 04:00:42 275b63529b33: Waiting 04:00:42 efb75ffe1d33: Waiting 04:00:42 a21fb562e5e6: Waiting 04:00:42 954865a71745: Layer already exists 04:00:42 c917fe6b4eec: Layer already exists 04:00:42 19a1dbff25e4: Layer already exists 04:00:42 13b2c7d87c27: Layer already exists 04:00:42 6a6270a22f04: Layer already exists 04:00:42 275b63529b33: Layer already exists 04:00:42 efb75ffe1d33: Layer already exists 04:00:42 994456c4fd7b: Layer already exists 04:00:42 a21fb562e5e6: Layer already exists 04:00:42 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 04:00:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:00:43 19a1dbff25e4: Preparing 04:00:43 13b2c7d87c27: Preparing 04:00:43 c917fe6b4eec: Preparing 04:00:43 6a6270a22f04: Preparing 04:00:43 954865a71745: Preparing 04:00:43 275b63529b33: Preparing 04:00:43 efb75ffe1d33: Preparing 04:00:43 a21fb562e5e6: Preparing 04:00:43 994456c4fd7b: Preparing 04:00:43 275b63529b33: Waiting 04:00:43 efb75ffe1d33: Waiting 04:00:43 a21fb562e5e6: Waiting 04:00:43 994456c4fd7b: Waiting 04:00:43 c917fe6b4eec: Layer already exists 04:00:43 6a6270a22f04: Layer already exists 04:00:43 954865a71745: Layer already exists 04:00:43 13b2c7d87c27: Layer already exists 04:00:43 19a1dbff25e4: Layer already exists 04:00:43 a21fb562e5e6: Layer already exists 04:00:43 efb75ffe1d33: Layer already exists 04:00:43 994456c4fd7b: Layer already exists 04:00:43 275b63529b33: Layer already exists 04:00:43 main: digest: sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:43 ===================================================== [Pipeline] echo 04:00:43 taggedImages: 04:00:43 - nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:43 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:00:43 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 04:00:43 - nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:43 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 04:00:43 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 04:00:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:43 latest 04:00:43 4.1.0-dev.15 04:00:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:43 main 04:00:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:00:44 5b5deff69938: Preparing 04:00:44 36fa9e02a716: Preparing 04:00:44 08d2ca817a53: Preparing 04:00:44 6a6270a22f04: Preparing 04:00:44 954865a71745: Preparing 04:00:44 7eec70f603bf: Preparing 04:00:44 9f32ce5a12b8: Preparing 04:00:44 08e0020ff449: Preparing 04:00:44 994456c4fd7b: Preparing 04:00:44 7eec70f603bf: Waiting 04:00:44 9f32ce5a12b8: Waiting 04:00:44 08e0020ff449: Waiting 04:00:44 994456c4fd7b: Waiting 04:00:44 6a6270a22f04: Layer already exists 04:00:44 954865a71745: Layer already exists 04:00:44 5b5deff69938: Layer already exists 04:00:44 9f32ce5a12b8: Layer already exists 04:00:44 08e0020ff449: Layer already exists 04:00:44 994456c4fd7b: Layer already exists 04:00:44 36fa9e02a716: Pushed 04:00:44 08d2ca817a53: Pushed 04:00:56 7eec70f603bf: Pushed 04:00:56 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:00:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:00:57 5b5deff69938: Preparing 04:00:57 36fa9e02a716: Preparing 04:00:57 08d2ca817a53: Preparing 04:00:57 6a6270a22f04: Preparing 04:00:57 954865a71745: Preparing 04:00:57 7eec70f603bf: Preparing 04:00:57 9f32ce5a12b8: Preparing 04:00:57 08e0020ff449: Preparing 04:00:57 994456c4fd7b: Preparing 04:00:57 7eec70f603bf: Waiting 04:00:57 9f32ce5a12b8: Waiting 04:00:57 08e0020ff449: Waiting 04:00:57 994456c4fd7b: Waiting 04:00:57 5b5deff69938: Layer already exists 04:00:57 08d2ca817a53: Layer already exists 04:00:57 6a6270a22f04: Layer already exists 04:00:57 36fa9e02a716: Layer already exists 04:00:57 954865a71745: Layer already exists 04:00:57 9f32ce5a12b8: Layer already exists 04:00:57 08e0020ff449: Layer already exists 04:00:57 7eec70f603bf: Layer already exists 04:00:57 994456c4fd7b: Layer already exists 04:00:57 latest: digest: sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 04:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:00:58 5b5deff69938: Preparing 04:00:58 36fa9e02a716: Preparing 04:00:58 08d2ca817a53: Preparing 04:00:58 6a6270a22f04: Preparing 04:00:58 954865a71745: Preparing 04:00:58 7eec70f603bf: Preparing 04:00:58 9f32ce5a12b8: Preparing 04:00:58 08e0020ff449: Preparing 04:00:58 994456c4fd7b: Preparing 04:00:58 7eec70f603bf: Waiting 04:00:58 9f32ce5a12b8: Waiting 04:00:58 08e0020ff449: Waiting 04:00:58 994456c4fd7b: Waiting 04:00:58 954865a71745: Layer already exists 04:00:58 36fa9e02a716: Layer already exists 04:00:58 08d2ca817a53: Layer already exists 04:00:58 6a6270a22f04: Layer already exists 04:00:58 5b5deff69938: Layer already exists 04:00:58 9f32ce5a12b8: Layer already exists 04:00:58 7eec70f603bf: Layer already exists 04:00:58 994456c4fd7b: Layer already exists 04:00:58 08e0020ff449: Layer already exists 04:00:58 4.1.0-dev.15: digest: sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:00:58 5b5deff69938: Preparing 04:00:58 36fa9e02a716: Preparing 04:00:58 08d2ca817a53: Preparing 04:00:58 6a6270a22f04: Preparing 04:00:58 954865a71745: Preparing 04:00:58 7eec70f603bf: Preparing 04:00:58 9f32ce5a12b8: Preparing 04:00:58 08e0020ff449: Preparing 04:00:58 994456c4fd7b: Preparing 04:00:58 7eec70f603bf: Waiting 04:00:58 9f32ce5a12b8: Waiting 04:00:58 08e0020ff449: Waiting 04:00:58 994456c4fd7b: Waiting 04:00:58 36fa9e02a716: Layer already exists 04:00:58 5b5deff69938: Layer already exists 04:00:58 6a6270a22f04: Layer already exists 04:00:58 954865a71745: Layer already exists 04:00:58 08d2ca817a53: Layer already exists 04:00:58 994456c4fd7b: Layer already exists 04:00:58 08e0020ff449: Layer already exists 04:00:58 9f32ce5a12b8: Layer already exists 04:00:58 7eec70f603bf: Layer already exists 04:00:58 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 04:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:00:59 5b5deff69938: Preparing 04:00:59 36fa9e02a716: Preparing 04:00:59 08d2ca817a53: Preparing 04:00:59 6a6270a22f04: Preparing 04:00:59 954865a71745: Preparing 04:00:59 7eec70f603bf: Preparing 04:00:59 9f32ce5a12b8: Preparing 04:00:59 08e0020ff449: Preparing 04:00:59 994456c4fd7b: Preparing 04:00:59 7eec70f603bf: Waiting 04:00:59 9f32ce5a12b8: Waiting 04:00:59 08e0020ff449: Waiting 04:00:59 994456c4fd7b: Waiting 04:00:59 6a6270a22f04: Layer already exists 04:00:59 5b5deff69938: Layer already exists 04:00:59 954865a71745: Layer already exists 04:00:59 36fa9e02a716: Layer already exists 04:00:59 08d2ca817a53: Layer already exists 04:00:59 7eec70f603bf: Layer already exists 04:00:59 08e0020ff449: Layer already exists 04:00:59 9f32ce5a12b8: Layer already exists 04:00:59 994456c4fd7b: Layer already exists 04:00:59 main: digest: sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:00:59 ===================================================== [Pipeline] echo 04:00:59 taggedImages: 04:00:59 - nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:59 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:00:59 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 04:00:59 - nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:59 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 04:00:59 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 04:00:59 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:00:59 latest 04:00:59 4.1.0-dev.15 04:00:59 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:00:59 main 04:00:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:01:00 0f67a4bda87d: Preparing 04:01:00 c3542b287261: Preparing 04:01:00 6a6270a22f04: Preparing 04:01:00 954865a71745: Preparing 04:01:00 4476280395c9: Preparing 04:01:00 29ba62b9e83e: Preparing 04:01:00 994456c4fd7b: Preparing 04:01:00 994456c4fd7b: Waiting 04:01:00 29ba62b9e83e: Waiting 04:01:00 954865a71745: Layer already exists 04:01:00 6a6270a22f04: Layer already exists 04:01:00 994456c4fd7b: Layer already exists 04:01:00 4476280395c9: Pushed 04:01:00 0f67a4bda87d: Pushed 04:01:00 29ba62b9e83e: Pushed 04:01:05 c3542b287261: Pushed 04:01:05 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 04:01:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:01:05 0f67a4bda87d: Preparing 04:01:05 c3542b287261: Preparing 04:01:05 6a6270a22f04: Preparing 04:01:05 954865a71745: Preparing 04:01:05 4476280395c9: Preparing 04:01:05 29ba62b9e83e: Preparing 04:01:05 994456c4fd7b: Preparing 04:01:05 29ba62b9e83e: Waiting 04:01:05 994456c4fd7b: Waiting 04:01:05 954865a71745: Layer already exists 04:01:05 0f67a4bda87d: Layer already exists 04:01:05 6a6270a22f04: Layer already exists 04:01:05 c3542b287261: Layer already exists 04:01:05 4476280395c9: Layer already exists 04:01:05 29ba62b9e83e: Layer already exists 04:01:05 994456c4fd7b: Layer already exists 04:01:05 latest: digest: sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 04:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:01:06 0f67a4bda87d: Preparing 04:01:06 c3542b287261: Preparing 04:01:06 6a6270a22f04: Preparing 04:01:06 954865a71745: Preparing 04:01:06 4476280395c9: Preparing 04:01:06 29ba62b9e83e: Preparing 04:01:06 994456c4fd7b: Preparing 04:01:06 29ba62b9e83e: Waiting 04:01:06 994456c4fd7b: Waiting 04:01:06 954865a71745: Layer already exists 04:01:06 4476280395c9: Layer already exists 04:01:06 6a6270a22f04: Layer already exists 04:01:06 0f67a4bda87d: Layer already exists 04:01:06 c3542b287261: Layer already exists 04:01:06 994456c4fd7b: Layer already exists 04:01:06 29ba62b9e83e: Layer already exists 04:01:06 4.1.0-dev.15: digest: sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:01:06 0f67a4bda87d: Preparing 04:01:06 c3542b287261: Preparing 04:01:06 6a6270a22f04: Preparing 04:01:06 954865a71745: Preparing 04:01:06 4476280395c9: Preparing 04:01:06 29ba62b9e83e: Preparing 04:01:06 994456c4fd7b: Preparing 04:01:06 29ba62b9e83e: Waiting 04:01:06 994456c4fd7b: Waiting 04:01:06 954865a71745: Layer already exists 04:01:06 4476280395c9: Layer already exists 04:01:06 6a6270a22f04: Layer already exists 04:01:06 0f67a4bda87d: Layer already exists 04:01:06 c3542b287261: Layer already exists 04:01:06 29ba62b9e83e: Layer already exists 04:01:06 994456c4fd7b: Layer already exists 04:01:06 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 04:01:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:01:07 0f67a4bda87d: Preparing 04:01:07 c3542b287261: Preparing 04:01:07 6a6270a22f04: Preparing 04:01:07 954865a71745: Preparing 04:01:07 4476280395c9: Preparing 04:01:07 29ba62b9e83e: Preparing 04:01:07 994456c4fd7b: Preparing 04:01:07 29ba62b9e83e: Waiting 04:01:07 994456c4fd7b: Waiting 04:01:07 c3542b287261: Layer already exists 04:01:07 4476280395c9: Layer already exists 04:01:07 954865a71745: Layer already exists 04:01:07 0f67a4bda87d: Layer already exists 04:01:07 6a6270a22f04: Layer already exists 04:01:07 29ba62b9e83e: Layer already exists 04:01:07 994456c4fd7b: Layer already exists 04:01:07 main: digest: sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:01:07 ===================================================== [Pipeline] echo 04:01:07 taggedImages: 04:01:07 - nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:07 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:01:07 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 04:01:07 - nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:07 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 04:01:07 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 04:01:07 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:07 latest 04:01:07 4.1.0-dev.15 04:01:07 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:07 main 04:01:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:01:08 ce6b399e663a: Preparing 04:01:08 20d010cbcaa8: Preparing 04:01:08 6a6270a22f04: Preparing 04:01:08 954865a71745: Preparing 04:01:08 7af778273a96: Preparing 04:01:08 cf98d06d7ffe: Preparing 04:01:08 994456c4fd7b: Preparing 04:01:08 994456c4fd7b: Waiting 04:01:08 cf98d06d7ffe: Waiting 04:01:08 6a6270a22f04: Layer already exists 04:01:08 954865a71745: Layer already exists 04:01:08 994456c4fd7b: Layer already exists 04:01:08 ce6b399e663a: Pushed 04:01:08 7af778273a96: Pushed 04:01:08 cf98d06d7ffe: Pushed 04:01:11 20d010cbcaa8: Pushed 04:01:11 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:12 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:01:12 ce6b399e663a: Preparing 04:01:12 20d010cbcaa8: Preparing 04:01:12 6a6270a22f04: Preparing 04:01:12 954865a71745: Preparing 04:01:12 7af778273a96: Preparing 04:01:12 cf98d06d7ffe: Preparing 04:01:12 994456c4fd7b: Preparing 04:01:12 cf98d06d7ffe: Waiting 04:01:12 994456c4fd7b: Waiting 04:01:12 6a6270a22f04: Layer already exists 04:01:12 7af778273a96: Layer already exists 04:01:12 ce6b399e663a: Layer already exists 04:01:12 954865a71745: Layer already exists 04:01:12 20d010cbcaa8: Layer already exists 04:01:12 cf98d06d7ffe: Layer already exists 04:01:12 994456c4fd7b: Layer already exists 04:01:12 latest: digest: sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 04:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:01:13 ce6b399e663a: Preparing 04:01:13 20d010cbcaa8: Preparing 04:01:13 6a6270a22f04: Preparing 04:01:13 954865a71745: Preparing 04:01:13 7af778273a96: Preparing 04:01:13 cf98d06d7ffe: Preparing 04:01:13 994456c4fd7b: Preparing 04:01:13 994456c4fd7b: Waiting 04:01:13 cf98d06d7ffe: Waiting 04:01:13 ce6b399e663a: Layer already exists 04:01:13 7af778273a96: Layer already exists 04:01:13 954865a71745: Layer already exists 04:01:13 6a6270a22f04: Layer already exists 04:01:13 20d010cbcaa8: Layer already exists 04:01:13 cf98d06d7ffe: Layer already exists 04:01:13 994456c4fd7b: Layer already exists 04:01:13 4.1.0-dev.15: digest: sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:01:13 ce6b399e663a: Preparing 04:01:13 20d010cbcaa8: Preparing 04:01:13 6a6270a22f04: Preparing 04:01:13 954865a71745: Preparing 04:01:13 7af778273a96: Preparing 04:01:13 cf98d06d7ffe: Preparing 04:01:13 994456c4fd7b: Preparing 04:01:13 cf98d06d7ffe: Waiting 04:01:13 994456c4fd7b: Waiting 04:01:13 ce6b399e663a: Layer already exists 04:01:13 20d010cbcaa8: Layer already exists 04:01:13 6a6270a22f04: Layer already exists 04:01:13 7af778273a96: Layer already exists 04:01:13 954865a71745: Layer already exists 04:01:13 cf98d06d7ffe: Layer already exists 04:01:13 994456c4fd7b: Layer already exists 04:01:13 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 04:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:01:14 ce6b399e663a: Preparing 04:01:14 20d010cbcaa8: Preparing 04:01:14 6a6270a22f04: Preparing 04:01:14 954865a71745: Preparing 04:01:14 7af778273a96: Preparing 04:01:14 cf98d06d7ffe: Preparing 04:01:14 994456c4fd7b: Preparing 04:01:14 cf98d06d7ffe: Waiting 04:01:14 994456c4fd7b: Waiting 04:01:14 6a6270a22f04: Layer already exists 04:01:14 20d010cbcaa8: Layer already exists 04:01:14 7af778273a96: Layer already exists 04:01:14 ce6b399e663a: Layer already exists 04:01:14 954865a71745: Layer already exists 04:01:14 cf98d06d7ffe: Layer already exists 04:01:14 994456c4fd7b: Layer already exists 04:01:14 main: digest: sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:01:14 ===================================================== [Pipeline] echo 04:01:14 taggedImages: 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 04:01:14 ========================================================= 04:01:14 [edgeXBuildMultiArch] RAW Config: 04:01:14 images: 04:01:14 - nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/core-command:latest 04:01:14 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-command:main 04:01:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:01:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:01:14 - nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/core-data:latest 04:01:14 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-data:main 04:01:14 - nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:01:14 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-keeper:main 04:01:14 - nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:01:14 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/core-metadata:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-config:main 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/security-spire-server:main 04:01:14 - nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:01:14 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/support-notifications:main 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:01:14 - nexus3.edgexfoundry.org:10004/support-scheduler:main 04:01:14 settingsFile: 04:01:14 edgex-go-settings 04:01:14 ========================================================= [Pipeline] node 04:01:29 Still waiting to schedule task 04:01:29 All nodes of label ‘centos7-docker-4c-2g’ are offline 04:02:32 Running on prd-centos7-docker-4c-2g-2391 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:02:32 provisioning config files... 04:02:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15443248395109799771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:02:33 ---> ****-login.sh 04:02:33 nexus3.edgexfoundry.org:10001 04:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:02:33 Configure a credential helper to remove this warning. See 04:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:02:33 04:02:33 Login Succeeded 04:02:33 nexus3.edgexfoundry.org:10002 04:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:02:33 Configure a credential helper to remove this warning. See 04:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:02:33 04:02:33 Login Succeeded 04:02:33 nexus3.edgexfoundry.org:10003 04:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:02:33 Configure a credential helper to remove this warning. See 04:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:02:33 04:02:33 Login Succeeded 04:02:33 nexus3.edgexfoundry.org:10004 04:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:02:33 Configure a credential helper to remove this warning. See 04:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:02:33 04:02:33 Login Succeeded 04:02:33 ****.io 04:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:02:33 Configure a credential helper to remove this warning. See 04:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:02:33 04:02:33 Login Succeeded 04:02:33 ---> ****-login.sh ends [Pipeline] } 04:02:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:02:34 + docker buildx ls 04:02:34 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:02:34 default * docker 04:02:34 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:02:34 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 04:02:34 edgex-builder [Pipeline] sh 04:02:34 + docker buildx inspect --bootstrap 04:02:34 #1 [internal] booting buildkit 04:02:34 #1 pulling image moby/buildkit:buildx-stable-1 04:02:37 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 04:02:37 #1 creating container buildx_buildkit_edgex-builder0 04:02:38 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 04:02:38 #1 DONE 4.2s 04:02:38 Name: edgex-builder 04:02:38 Driver: docker-container 04:02:38 04:02:38 Nodes: 04:02:38 Name: edgex-builder0 04:02:38 Endpoint: unix:///var/run/docker.sock 04:02:38 Status: running 04:02:38 Buildkit: v0.21.1 04:02:38 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 04:02:38 + docker buildx ls 04:02:38 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:02:38 edgex-builder * docker-container 04:02:38 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 04:02:38 default docker 04:02:38 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:02:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:39 #1 [internal] load build definition from Dockerfile 04:02:39 #1 transferring dockerfile: 197B done 04:02:39 #1 DONE 0.0s 04:02:39 04:02:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:39 #2 DONE 0.1s 04:02:39 04:02:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:39 #3 DONE 0.1s 04:02:39 04:02:39 #4 [internal] load .dockerignore 04:02:39 #4 transferring context: 2B done 04:02:39 #4 DONE 0.0s 04:02:39 04:02:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:39 #5 resolve nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:39 #5 DONE 0.0s 04:02:39 04:02:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:39 #6 resolve nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:39 #6 DONE 0.1s 04:02:39 04:02:39 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:02:39 #7 DONE 0.0s 04:02:39 04:02:39 #8 exporting to image 04:02:39 #8 exporting layers done 04:02:39 #8 exporting manifest sha256:8cee3f0beb92248e51b3f27e3e6f2f4c69772db45dacf6d9062c1b42154461fd done 04:02:39 #8 exporting config sha256:03013605b0a678279cb4ecc0170fe3cca4e8adb4fe43f253d9d745cd3d89bf3c done 04:02:39 #8 exporting manifest sha256:13c90079a03817a54960b278c3e146f98fe281be20d2d0573bfba8edd6838f2c done 04:02:39 #8 exporting config sha256:8a1729cbf682ce0c29d7c074eaab5bf7bcbab7e89e8dec03526f2de8b65f4ecd done 04:02:39 #8 exporting manifest list sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a 0.0s done 04:02:39 #8 pushing layers 04:02:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:39 #8 pushing layers 0.1s done 04:02:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a 0.1s done 04:02:39 #8 DONE 0.2s 04:02:39 04:02:39 1 warning found (use --debug to expand): 04:02:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 04:02:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 04:02:39 #1 [internal] load build definition from Dockerfile 04:02:39 #1 transferring dockerfile: 163B done 04:02:39 #1 DONE 0.0s 04:02:39 04:02:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:02:39 #2 DONE 0.0s 04:02:39 04:02:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:02:39 #3 DONE 0.0s 04:02:39 04:02:39 #4 [internal] load .dockerignore 04:02:39 #4 transferring context: 2B done 04:02:39 #4 DONE 0.0s 04:02:39 04:02:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:39 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:39 #5 DONE 0.0s 04:02:39 04:02:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:40 #6 CACHED 04:02:40 04:02:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:40 #5 CACHED 04:02:40 04:02:40 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:02:40 #7 DONE 0.0s 04:02:40 04:02:40 #8 exporting to image 04:02:40 #8 exporting layers done 04:02:40 #8 exporting manifest sha256:8cee3f0beb92248e51b3f27e3e6f2f4c69772db45dacf6d9062c1b42154461fd done 04:02:40 #8 exporting config sha256:03013605b0a678279cb4ecc0170fe3cca4e8adb4fe43f253d9d745cd3d89bf3c done 04:02:40 #8 exporting manifest sha256:13c90079a03817a54960b278c3e146f98fe281be20d2d0573bfba8edd6838f2c done 04:02:40 #8 exporting config sha256:8a1729cbf682ce0c29d7c074eaab5bf7bcbab7e89e8dec03526f2de8b65f4ecd done 04:02:40 #8 exporting manifest list sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a done 04:02:40 #8 pushing layers 0.0s done 04:02:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a 0.1s done 04:02:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:40 #8 DONE 0.1s 04:02:40 04:02:40 1 warning found (use --debug to expand): 04:02:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 --push - 04:02:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15' 04:02:40 #1 [internal] load build definition from Dockerfile 04:02:40 #1 transferring dockerfile: 169B done 04:02:40 #1 DONE 0.0s 04:02:40 04:02:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 04:02:40 #2 DONE 0.0s 04:02:40 04:02:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15 04:02:40 #3 DONE 0.0s 04:02:40 04:02:40 #4 [internal] load .dockerignore 04:02:40 #4 transferring context: 2B done 04:02:40 #4 DONE 0.0s 04:02:40 04:02:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:40 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:40 #5 CACHED 04:02:40 04:02:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:40 #6 CACHED 04:02:40 04:02:40 #7 exporting to image 04:02:40 #7 exporting layers done 04:02:40 #7 exporting manifest sha256:8cee3f0beb92248e51b3f27e3e6f2f4c69772db45dacf6d9062c1b42154461fd done 04:02:40 #7 exporting config sha256:03013605b0a678279cb4ecc0170fe3cca4e8adb4fe43f253d9d745cd3d89bf3c done 04:02:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:40 #7 exporting manifest sha256:13c90079a03817a54960b278c3e146f98fe281be20d2d0573bfba8edd6838f2c done 04:02:40 #7 exporting config sha256:8a1729cbf682ce0c29d7c074eaab5bf7bcbab7e89e8dec03526f2de8b65f4ecd done 04:02:40 #7 exporting manifest list sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a done 04:02:40 #7 pushing layers 0.0s done 04:02:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.15@sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a 0.1s done 04:02:40 #7 DONE 0.1s 04:02:40 04:02:40 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:02:40 #8 DONE 0.0s 04:02:40 04:02:40 1 warning found (use --debug to expand): 04:02:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:41 #1 [internal] load build definition from Dockerfile 04:02:41 #1 transferring dockerfile: 210B done 04:02:41 #1 DONE 0.0s 04:02:41 04:02:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:41 #2 DONE 0.0s 04:02:41 04:02:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:41 #3 DONE 0.0s 04:02:41 04:02:41 #4 [internal] load .dockerignore 04:02:41 #4 transferring context: 2B done 04:02:41 #4 DONE 0.0s 04:02:41 04:02:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:41 #5 resolve nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:41 #5 CACHED 04:02:41 04:02:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:41 #6 resolve nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:41 #6 CACHED 04:02:41 04:02:41 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:02:41 #7 DONE 0.0s 04:02:41 04:02:41 #8 exporting to image 04:02:41 #8 exporting layers done 04:02:41 #8 exporting manifest sha256:8cee3f0beb92248e51b3f27e3e6f2f4c69772db45dacf6d9062c1b42154461fd done 04:02:41 #8 exporting config sha256:03013605b0a678279cb4ecc0170fe3cca4e8adb4fe43f253d9d745cd3d89bf3c done 04:02:41 #8 exporting manifest sha256:13c90079a03817a54960b278c3e146f98fe281be20d2d0573bfba8edd6838f2c done 04:02:41 #8 exporting config sha256:8a1729cbf682ce0c29d7c074eaab5bf7bcbab7e89e8dec03526f2de8b65f4ecd done 04:02:41 #8 exporting manifest list sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a done 04:02:41 #8 pushing layers 0.0s done 04:02:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a 0.1s done 04:02:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:41 #8 DONE 0.1s 04:02:41 04:02:41 1 warning found (use --debug to expand): 04:02:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 04:02:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 04:02:41 #1 [internal] load build definition from Dockerfile 04:02:41 #1 transferring dockerfile: 161B done 04:02:41 #1 DONE 0.0s 04:02:41 04:02:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:02:41 #2 DONE 0.0s 04:02:41 04:02:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:02:41 #3 DONE 0.0s 04:02:41 04:02:41 #4 [internal] load .dockerignore 04:02:41 #4 transferring context: 2B done 04:02:41 #4 DONE 0.0s 04:02:41 04:02:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:41 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:41 #5 DONE 0.0s 04:02:41 04:02:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:41 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 0.0s done 04:02:41 #6 CACHED 04:02:41 04:02:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:762a3f041694cf2d040756373006ac57854d81ed5955a27d26e0574a69a70401 04:02:41 #5 CACHED 04:02:41 04:02:41 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:02:41 #7 DONE 0.0s 04:02:41 04:02:41 #8 exporting to image 04:02:41 #8 exporting layers done 04:02:41 #8 exporting manifest sha256:8cee3f0beb92248e51b3f27e3e6f2f4c69772db45dacf6d9062c1b42154461fd done 04:02:41 #8 exporting config sha256:03013605b0a678279cb4ecc0170fe3cca4e8adb4fe43f253d9d745cd3d89bf3c done 04:02:41 #8 exporting manifest sha256:13c90079a03817a54960b278c3e146f98fe281be20d2d0573bfba8edd6838f2c done 04:02:41 #8 exporting config sha256:8a1729cbf682ce0c29d7c074eaab5bf7bcbab7e89e8dec03526f2de8b65f4ecd done 04:02:41 #8 exporting manifest list sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a done 04:02:41 #8 pushing layers 0.0s done 04:02:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:2f36bcab0be24b047de3e9412f39267abd429c65cfadcb56aa09fcce619ab69a 0.1s done 04:02:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:41 #8 DONE 0.1s 04:02:41 04:02:41 1 warning found (use --debug to expand): 04:02:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:42 #1 [internal] load build definition from Dockerfile 04:02:42 #1 transferring dockerfile: 216B done 04:02:42 #1 DONE 0.0s 04:02:42 04:02:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:42 #2 DONE 0.0s 04:02:42 04:02:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:42 #3 DONE 0.1s 04:02:42 04:02:42 #4 [internal] load .dockerignore 04:02:42 #4 transferring context: 2B done 04:02:42 #4 DONE 0.0s 04:02:42 04:02:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:42 #5 ... 04:02:42 04:02:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:42 #6 DONE 0.1s 04:02:42 04:02:42 #7 exporting to image 04:02:42 #7 exporting layers 04:02:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:42 #7 ... 04:02:42 04:02:42 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:42 #8 DONE 0.0s 04:02:42 04:02:42 #7 exporting to image 04:02:42 #7 exporting layers done 04:02:42 #7 exporting manifest sha256:c033e4026f8fa20ebe44b03292f45a5326a751315a93be85dba8c625fb3b2554 0.0s done 04:02:42 #7 exporting config sha256:fb2e992b7bc62285e052bfea9d656db49a683f47e0af5db5769c0473756c65bb done 04:02:42 #7 exporting manifest sha256:68bb0e203dab956c161bcdd7ee2338db9e253a28363eb8d4b1f25ac95dbd3b37 done 04:02:42 #7 exporting config sha256:5f1d89ee3a8c0d2d8478bca9b300e4fba88fbceb68f4a00d0e63d7a696d76f85 done 04:02:42 #7 exporting manifest list sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b done 04:02:42 #7 pushing layers 04:02:42 #7 pushing layers 0.1s done 04:02:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b 0.1s done 04:02:42 #7 DONE 0.2s 04:02:42 04:02:42 1 warning found (use --debug to expand): 04:02:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 04:02:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 04:02:43 #1 [internal] load build definition from Dockerfile 04:02:43 #1 transferring dockerfile: 182B done 04:02:43 #1 DONE 0.0s 04:02:43 04:02:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:02:43 #2 DONE 0.0s 04:02:43 04:02:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:02:43 #3 DONE 0.0s 04:02:43 04:02:43 #4 [internal] load .dockerignore 04:02:43 #4 transferring context: 2B done 04:02:43 #4 DONE 0.0s 04:02:43 04:02:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:43 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:43 #5 CACHED 04:02:43 04:02:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:43 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:43 #6 CACHED 04:02:43 04:02:43 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:43 #7 DONE 0.0s 04:02:43 04:02:43 #8 exporting to image 04:02:43 #8 exporting layers done 04:02:43 #8 exporting manifest sha256:c033e4026f8fa20ebe44b03292f45a5326a751315a93be85dba8c625fb3b2554 done 04:02:43 #8 exporting config sha256:fb2e992b7bc62285e052bfea9d656db49a683f47e0af5db5769c0473756c65bb done 04:02:43 #8 exporting manifest sha256:68bb0e203dab956c161bcdd7ee2338db9e253a28363eb8d4b1f25ac95dbd3b37 done 04:02:43 #8 exporting config sha256:5f1d89ee3a8c0d2d8478bca9b300e4fba88fbceb68f4a00d0e63d7a696d76f85 done 04:02:43 #8 exporting manifest list sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b done 04:02:43 #8 pushing layers 0.0s done 04:02:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b 0.1s done 04:02:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:43 #8 DONE 0.1s 04:02:43 04:02:43 1 warning found (use --debug to expand): 04:02:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15' 04:02:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 --push - 04:02:43 #1 [internal] load build definition from Dockerfile 04:02:43 #1 transferring dockerfile: 188B done 04:02:43 #1 DONE 0.0s 04:02:43 04:02:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 04:02:43 #2 DONE 0.0s 04:02:43 04:02:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15 04:02:43 #3 DONE 0.0s 04:02:43 04:02:43 #4 [internal] load .dockerignore 04:02:43 #4 transferring context: 2B done 04:02:43 #4 DONE 0.0s 04:02:43 04:02:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:43 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:43 #5 CACHED 04:02:43 04:02:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:43 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:43 #6 CACHED 04:02:43 04:02:43 #7 exporting to image 04:02:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:43 #7 exporting layers done 04:02:43 #7 exporting manifest sha256:c033e4026f8fa20ebe44b03292f45a5326a751315a93be85dba8c625fb3b2554 done 04:02:43 #7 exporting config sha256:fb2e992b7bc62285e052bfea9d656db49a683f47e0af5db5769c0473756c65bb done 04:02:43 #7 exporting manifest sha256:68bb0e203dab956c161bcdd7ee2338db9e253a28363eb8d4b1f25ac95dbd3b37 done 04:02:43 #7 exporting config sha256:5f1d89ee3a8c0d2d8478bca9b300e4fba88fbceb68f4a00d0e63d7a696d76f85 done 04:02:43 #7 exporting manifest list sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b done 04:02:43 #7 pushing layers 0.0s done 04:02:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.15@sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b 0.1s done 04:02:43 #7 DONE 0.1s 04:02:43 04:02:43 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:43 #8 DONE 0.0s 04:02:43 04:02:43 1 warning found (use --debug to expand): 04:02:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:44 #1 [internal] load build definition from Dockerfile 04:02:44 #1 transferring dockerfile: 229B done 04:02:44 #1 DONE 0.0s 04:02:44 04:02:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:44 #2 DONE 0.0s 04:02:44 04:02:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:44 #3 DONE 0.0s 04:02:44 04:02:44 #4 [internal] load .dockerignore 04:02:44 #4 transferring context: 2B done 04:02:44 #4 DONE 0.0s 04:02:44 04:02:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:44 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:44 #5 DONE 0.0s 04:02:44 04:02:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:44 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:44 #6 CACHED 04:02:44 04:02:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:44 #5 CACHED 04:02:44 04:02:44 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:44 #7 DONE 0.0s 04:02:44 04:02:44 #8 exporting to image 04:02:44 #8 exporting layers done 04:02:44 #8 exporting manifest sha256:c033e4026f8fa20ebe44b03292f45a5326a751315a93be85dba8c625fb3b2554 done 04:02:44 #8 exporting config sha256:fb2e992b7bc62285e052bfea9d656db49a683f47e0af5db5769c0473756c65bb done 04:02:44 #8 exporting manifest sha256:68bb0e203dab956c161bcdd7ee2338db9e253a28363eb8d4b1f25ac95dbd3b37 done 04:02:44 #8 exporting config sha256:5f1d89ee3a8c0d2d8478bca9b300e4fba88fbceb68f4a00d0e63d7a696d76f85 done 04:02:44 #8 exporting manifest list sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b done 04:02:44 #8 pushing layers 0.0s done 04:02:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b 0.1s done 04:02:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:44 #8 DONE 0.1s 04:02:44 04:02:44 1 warning found (use --debug to expand): 04:02:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 04:02:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 04:02:44 #1 [internal] load build definition from Dockerfile 04:02:44 #1 transferring dockerfile: 180B done 04:02:44 #1 DONE 0.0s 04:02:44 04:02:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:02:44 #2 DONE 0.0s 04:02:44 04:02:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:02:44 #3 DONE 0.0s 04:02:44 04:02:44 #4 [internal] load .dockerignore 04:02:44 #4 transferring context: 2B done 04:02:44 #4 DONE 0.0s 04:02:44 04:02:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:44 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:44 #5 CACHED 04:02:44 04:02:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 04:02:44 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4275f9f8c153d5840b82623e95f84ffe0b71f0a7f988cb15f50ae6510d2ce6aa 0.0s done 04:02:44 #6 CACHED 04:02:44 04:02:44 #7 exporting to image 04:02:44 #7 exporting layers done 04:02:44 #7 exporting manifest sha256:c033e4026f8fa20ebe44b03292f45a5326a751315a93be85dba8c625fb3b2554 done 04:02:44 #7 exporting config sha256:fb2e992b7bc62285e052bfea9d656db49a683f47e0af5db5769c0473756c65bb 04:02:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:44 #7 exporting config sha256:fb2e992b7bc62285e052bfea9d656db49a683f47e0af5db5769c0473756c65bb done 04:02:44 #7 exporting manifest sha256:68bb0e203dab956c161bcdd7ee2338db9e253a28363eb8d4b1f25ac95dbd3b37 done 04:02:44 #7 exporting config sha256:5f1d89ee3a8c0d2d8478bca9b300e4fba88fbceb68f4a00d0e63d7a696d76f85 done 04:02:44 #7 exporting manifest list sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b done 04:02:44 #7 pushing layers 0.0s done 04:02:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:9a19b067a7421e8e80b1f06342438bef64defc31e9b89c66565513af48311e3b 0.1s done 04:02:44 #7 DONE 0.1s 04:02:44 04:02:44 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:44 #8 DONE 0.0s 04:02:44 04:02:44 1 warning found (use --debug to expand): 04:02:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:45 #1 [internal] load build definition from Dockerfile 04:02:45 #1 transferring dockerfile: 194B done 04:02:45 #1 DONE 0.0s 04:02:45 04:02:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:45 #2 DONE 0.0s 04:02:45 04:02:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:45 #3 DONE 0.0s 04:02:45 04:02:45 #4 [internal] load .dockerignore 04:02:45 #4 transferring context: 2B done 04:02:45 #4 DONE 0.0s 04:02:45 04:02:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:45 #5 DONE 0.0s 04:02:45 04:02:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:45 #6 DONE 0.0s 04:02:45 04:02:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:45 #5 DONE 0.1s 04:02:45 04:02:45 #7 exporting to image 04:02:45 #7 exporting layers done 04:02:45 #7 exporting manifest sha256:96da8b3fd913391a8fdb2576b9f9810fa3c605dfdf5974e37b471a43663d3cc6 done 04:02:45 #7 exporting config sha256:2756409c96efb61399d2cd3d4d45fb81755164e3ff766004655d7c0ee57b5dc2 done 04:02:45 #7 exporting manifest sha256:fe47798b5cbddd7a2e3d97e84ab8bf9d809221f57850bfd58e75b4763f78832a done 04:02:45 #7 exporting config sha256:d7524442b304d909543ebdbd52e93420812c3b104108aae49628e49fdb93ed99 done 04:02:45 #7 exporting manifest list sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 done 04:02:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:45 #7 ... 04:02:45 04:02:45 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:02:45 #8 DONE 0.0s 04:02:45 04:02:45 #7 exporting to image 04:02:45 #7 pushing layers 0.1s done 04:02:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 04:02:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 0.1s done 04:02:45 #7 DONE 0.2s 04:02:45 04:02:45 1 warning found (use --debug to expand): 04:02:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 04:02:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 04:02:45 #1 [internal] load build definition from Dockerfile 04:02:45 #1 transferring dockerfile: 160B done 04:02:45 #1 DONE 0.0s 04:02:45 04:02:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:02:45 #2 DONE 0.0s 04:02:45 04:02:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:02:45 #3 DONE 0.0s 04:02:45 04:02:45 #4 [internal] load .dockerignore 04:02:45 #4 transferring context: 2B done 04:02:45 #4 DONE 0.0s 04:02:45 04:02:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:45 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:45 #5 CACHED 04:02:45 04:02:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:45 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:45 #6 CACHED 04:02:45 04:02:45 #7 exporting to image 04:02:45 #7 exporting layers done 04:02:45 #7 exporting manifest sha256:96da8b3fd913391a8fdb2576b9f9810fa3c605dfdf5974e37b471a43663d3cc6 done 04:02:45 #7 exporting config sha256:2756409c96efb61399d2cd3d4d45fb81755164e3ff766004655d7c0ee57b5dc2 04:02:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:46 #7 exporting config sha256:2756409c96efb61399d2cd3d4d45fb81755164e3ff766004655d7c0ee57b5dc2 done 04:02:46 #7 exporting manifest sha256:fe47798b5cbddd7a2e3d97e84ab8bf9d809221f57850bfd58e75b4763f78832a done 04:02:46 #7 exporting config sha256:d7524442b304d909543ebdbd52e93420812c3b104108aae49628e49fdb93ed99 done 04:02:46 #7 exporting manifest list sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 done 04:02:46 #7 pushing layers 0.0s done 04:02:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 0.1s done 04:02:46 #7 DONE 0.1s 04:02:46 04:02:46 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:02:46 #8 DONE 0.0s 04:02:46 04:02:46 1 warning found (use --debug to expand): 04:02:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15' 04:02:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 --push - 04:02:46 #1 [internal] load build definition from Dockerfile 04:02:46 #1 transferring dockerfile: 166B done 04:02:46 #1 DONE 0.0s 04:02:46 04:02:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 04:02:46 #2 DONE 0.0s 04:02:46 04:02:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15 04:02:46 #3 DONE 0.0s 04:02:46 04:02:46 #4 [internal] load .dockerignore 04:02:46 #4 transferring context: 2B done 04:02:46 #4 DONE 0.0s 04:02:46 04:02:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:46 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:46 #5 CACHED 04:02:46 04:02:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:46 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:46 #6 CACHED 04:02:46 04:02:46 #7 exporting to image 04:02:46 #7 exporting layers done 04:02:46 #7 exporting manifest sha256:96da8b3fd913391a8fdb2576b9f9810fa3c605dfdf5974e37b471a43663d3cc6 done 04:02:46 #7 exporting config sha256:2756409c96efb61399d2cd3d4d45fb81755164e3ff766004655d7c0ee57b5dc2 done 04:02:46 #7 exporting manifest sha256:fe47798b5cbddd7a2e3d97e84ab8bf9d809221f57850bfd58e75b4763f78832a done 04:02:46 #7 exporting config sha256:d7524442b304d909543ebdbd52e93420812c3b104108aae49628e49fdb93ed99 done 04:02:46 #7 exporting manifest list sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 04:02:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:46 #7 exporting manifest list sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 done 04:02:46 #7 pushing layers 0.0s done 04:02:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.15@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 0.1s done 04:02:46 #7 DONE 0.1s 04:02:46 04:02:46 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:02:46 #8 DONE 0.0s 04:02:46 04:02:46 1 warning found (use --debug to expand): 04:02:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:47 #1 [internal] load build definition from Dockerfile 04:02:47 #1 transferring dockerfile: 207B done 04:02:47 #1 DONE 0.0s 04:02:47 04:02:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:47 #2 DONE 0.0s 04:02:47 04:02:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:47 #3 DONE 0.0s 04:02:47 04:02:47 #4 [internal] load .dockerignore 04:02:47 #4 transferring context: 2B done 04:02:47 #4 DONE 0.0s 04:02:47 04:02:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:47 #5 resolve nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b done 04:02:47 #5 CACHED 04:02:47 04:02:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:47 #6 resolve nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b done 04:02:47 #6 CACHED 04:02:47 04:02:47 #7 exporting to image 04:02:47 #7 exporting layers done 04:02:47 #7 exporting manifest sha256:96da8b3fd913391a8fdb2576b9f9810fa3c605dfdf5974e37b471a43663d3cc6 done 04:02:47 #7 exporting config sha256:2756409c96efb61399d2cd3d4d45fb81755164e3ff766004655d7c0ee57b5dc2 done 04:02:47 #7 exporting manifest sha256:fe47798b5cbddd7a2e3d97e84ab8bf9d809221f57850bfd58e75b4763f78832a done 04:02:47 #7 exporting config sha256:d7524442b304d909543ebdbd52e93420812c3b104108aae49628e49fdb93ed99 done 04:02:47 #7 exporting manifest list sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 done 04:02:47 #7 pushing layers 0.0s done 04:02:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 04:02:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 0.1s done 04:02:47 #7 DONE 0.1s 04:02:47 04:02:47 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:02:47 #8 DONE 0.0s 04:02:47 04:02:47 1 warning found (use --debug to expand): 04:02:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 04:02:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 04:02:47 #1 [internal] load build definition from Dockerfile 04:02:47 #1 transferring dockerfile: 158B done 04:02:47 #1 DONE 0.0s 04:02:47 04:02:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:02:47 #2 DONE 0.0s 04:02:47 04:02:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:02:47 #3 DONE 0.0s 04:02:47 04:02:47 #4 [internal] load .dockerignore 04:02:47 #4 transferring context: 2B done 04:02:47 #4 DONE 0.0s 04:02:47 04:02:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:47 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:47 #5 CACHED 04:02:47 04:02:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 04:02:47 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:949e2d839969616f3b7e353e83e06014e97451795c6d24555ae1082d822bfc8b 0.0s done 04:02:47 #6 CACHED 04:02:47 04:02:47 #7 exporting to image 04:02:47 #7 exporting layers done 04:02:47 #7 exporting manifest sha256:96da8b3fd913391a8fdb2576b9f9810fa3c605dfdf5974e37b471a43663d3cc6 done 04:02:47 #7 exporting config sha256:2756409c96efb61399d2cd3d4d45fb81755164e3ff766004655d7c0ee57b5dc2 done 04:02:47 #7 exporting manifest sha256:fe47798b5cbddd7a2e3d97e84ab8bf9d809221f57850bfd58e75b4763f78832a done 04:02:47 #7 exporting config sha256:d7524442b304d909543ebdbd52e93420812c3b104108aae49628e49fdb93ed99 done 04:02:47 #7 exporting manifest list sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 done 04:02:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:47 #7 pushing layers 0.0s done 04:02:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:c4149faed496f0367cbf3aab4b7ed1eeba9ffae3166271eb1621993368b8d110 0.1s done 04:02:47 #7 DONE 0.1s 04:02:47 04:02:47 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:02:47 #8 DONE 0.0s 04:02:47 04:02:47 1 warning found (use --debug to expand): 04:02:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:48 #1 [internal] load build definition from Dockerfile 04:02:48 #1 transferring dockerfile: 196B done 04:02:48 #1 DONE 0.0s 04:02:48 04:02:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:48 #2 DONE 0.0s 04:02:48 04:02:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:48 #3 DONE 0.1s 04:02:48 04:02:48 #4 [internal] load .dockerignore 04:02:48 #4 transferring context: 2B done 04:02:48 #4 DONE 0.0s 04:02:48 04:02:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:48 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:48 #5 DONE 0.0s 04:02:48 04:02:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:48 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:48 #6 DONE 0.1s 04:02:48 04:02:48 #7 exporting to image 04:02:48 #7 exporting layers done 04:02:48 #7 exporting manifest sha256:69a93dbbbbb152fca6d72e3a04344c2ef7b53f5450d4c41156b450dc52b9eff3 0.0s done 04:02:48 #7 exporting config sha256:d8c8c145437340085153da1c6976a906896ac12831e08cb92fef6e172e3f0679 done 04:02:48 #7 exporting manifest sha256:d86ff727d45490c3bcd63d2d01f8d88a53883239e3de43fd88a98b3433062172 0.0s done 04:02:48 #7 exporting config sha256:3fa5144190e2ee1c22dbb71950c9496f3d1391e152118ff69dce6635addf69e5 04:02:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:48 #7 ... 04:02:48 04:02:48 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:48 #8 DONE 0.0s 04:02:48 04:02:48 #7 exporting to image 04:02:48 #7 exporting config sha256:3fa5144190e2ee1c22dbb71950c9496f3d1391e152118ff69dce6635addf69e5 done 04:02:48 #7 exporting manifest list sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 done 04:02:48 #7 pushing layers 0.1s done 04:02:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 04:02:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 0.1s done 04:02:48 #7 DONE 0.2s 04:02:48 04:02:48 1 warning found (use --debug to expand): 04:02:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 04:02:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 04:02:49 #1 [internal] load build definition from Dockerfile 04:02:49 #1 transferring dockerfile: 162B done 04:02:49 #1 DONE 0.0s 04:02:49 04:02:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:02:49 #2 DONE 0.0s 04:02:49 04:02:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:02:49 #3 DONE 0.0s 04:02:49 04:02:49 #4 [internal] load .dockerignore 04:02:49 #4 transferring context: 2B done 04:02:49 #4 DONE 0.0s 04:02:49 04:02:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:49 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 done 04:02:49 #5 CACHED 04:02:49 04:02:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:49 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 done 04:02:49 #6 CACHED 04:02:49 04:02:49 #7 exporting to image 04:02:49 #7 exporting layers 04:02:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:49 #7 exporting layers done 04:02:49 #7 exporting manifest sha256:69a93dbbbbb152fca6d72e3a04344c2ef7b53f5450d4c41156b450dc52b9eff3 done 04:02:49 #7 exporting config sha256:d8c8c145437340085153da1c6976a906896ac12831e08cb92fef6e172e3f0679 done 04:02:49 #7 exporting manifest sha256:d86ff727d45490c3bcd63d2d01f8d88a53883239e3de43fd88a98b3433062172 done 04:02:49 #7 exporting config sha256:3fa5144190e2ee1c22dbb71950c9496f3d1391e152118ff69dce6635addf69e5 done 04:02:49 #7 exporting manifest list sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 done 04:02:49 #7 pushing layers 0.0s done 04:02:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 0.1s done 04:02:49 #7 DONE 0.1s 04:02:49 04:02:49 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:49 #8 DONE 0.0s 04:02:49 04:02:49 1 warning found (use --debug to expand): 04:02:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15' 04:02:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 --push - 04:02:49 #1 [internal] load build definition from Dockerfile 04:02:49 #1 transferring dockerfile: 168B done 04:02:49 #1 DONE 0.0s 04:02:49 04:02:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 04:02:49 #2 DONE 0.0s 04:02:49 04:02:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15 04:02:49 #3 DONE 0.0s 04:02:49 04:02:49 #4 [internal] load .dockerignore 04:02:49 #4 transferring context: 2B done 04:02:49 #4 DONE 0.0s 04:02:49 04:02:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:49 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:49 #5 CACHED 04:02:49 04:02:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:49 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:49 #6 CACHED 04:02:49 04:02:49 #7 exporting to image 04:02:49 #7 exporting layers done 04:02:49 #7 exporting manifest sha256:69a93dbbbbb152fca6d72e3a04344c2ef7b53f5450d4c41156b450dc52b9eff3 done 04:02:49 #7 exporting config sha256:d8c8c145437340085153da1c6976a906896ac12831e08cb92fef6e172e3f0679 04:02:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:49 #7 exporting config sha256:d8c8c145437340085153da1c6976a906896ac12831e08cb92fef6e172e3f0679 done 04:02:49 #7 exporting manifest sha256:d86ff727d45490c3bcd63d2d01f8d88a53883239e3de43fd88a98b3433062172 done 04:02:49 #7 exporting config sha256:3fa5144190e2ee1c22dbb71950c9496f3d1391e152118ff69dce6635addf69e5 done 04:02:49 #7 exporting manifest list sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 done 04:02:49 #7 pushing layers 0.0s done 04:02:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.15@sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 0.1s done 04:02:49 #7 DONE 0.1s 04:02:49 04:02:49 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:49 #8 DONE 0.0s 04:02:49 04:02:49 1 warning found (use --debug to expand): 04:02:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:50 #1 [internal] load build definition from Dockerfile 04:02:50 #1 transferring dockerfile: 209B done 04:02:50 #1 DONE 0.0s 04:02:50 04:02:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:50 #2 DONE 0.0s 04:02:50 04:02:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:50 #3 DONE 0.0s 04:02:50 04:02:50 #4 [internal] load .dockerignore 04:02:50 #4 transferring context: 2B done 04:02:50 #4 DONE 0.0s 04:02:50 04:02:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:50 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:50 #5 CACHED 04:02:50 04:02:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:50 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:50 #6 CACHED 04:02:50 04:02:50 #7 exporting to image 04:02:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:50 #7 exporting layers done 04:02:50 #7 exporting manifest sha256:69a93dbbbbb152fca6d72e3a04344c2ef7b53f5450d4c41156b450dc52b9eff3 done 04:02:50 #7 exporting config sha256:d8c8c145437340085153da1c6976a906896ac12831e08cb92fef6e172e3f0679 done 04:02:50 #7 exporting manifest sha256:d86ff727d45490c3bcd63d2d01f8d88a53883239e3de43fd88a98b3433062172 done 04:02:50 #7 exporting config sha256:3fa5144190e2ee1c22dbb71950c9496f3d1391e152118ff69dce6635addf69e5 done 04:02:50 #7 exporting manifest list sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 done 04:02:50 #7 pushing layers 0.0s done 04:02:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 0.1s done 04:02:50 #7 DONE 0.1s 04:02:50 04:02:50 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:50 #8 DONE 0.0s 04:02:50 04:02:50 1 warning found (use --debug to expand): 04:02:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 04:02:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 04:02:50 #1 [internal] load build definition from Dockerfile 04:02:50 #1 transferring dockerfile: 160B done 04:02:50 #1 DONE 0.0s 04:02:50 04:02:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:02:50 #2 DONE 0.0s 04:02:50 04:02:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:02:50 #3 DONE 0.0s 04:02:50 04:02:50 #4 [internal] load .dockerignore 04:02:50 #4 transferring context: 2B done 04:02:50 #4 DONE 0.0s 04:02:50 04:02:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:50 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 done 04:02:50 #5 CACHED 04:02:50 04:02:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 04:02:50 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a0a0127105df2a92e5f290ab939291aa1b5670f4144e38489026e34f64863aa0 0.0s done 04:02:50 #6 CACHED 04:02:50 04:02:50 #7 exporting to image 04:02:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:50 #7 exporting layers done 04:02:50 #7 exporting manifest sha256:69a93dbbbbb152fca6d72e3a04344c2ef7b53f5450d4c41156b450dc52b9eff3 done 04:02:50 #7 exporting config sha256:d8c8c145437340085153da1c6976a906896ac12831e08cb92fef6e172e3f0679 done 04:02:50 #7 exporting manifest sha256:d86ff727d45490c3bcd63d2d01f8d88a53883239e3de43fd88a98b3433062172 done 04:02:50 #7 exporting config sha256:3fa5144190e2ee1c22dbb71950c9496f3d1391e152118ff69dce6635addf69e5 done 04:02:50 #7 exporting manifest list sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 done 04:02:50 #7 pushing layers 0.0s done 04:02:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:504afc77333f71b211dcafaf5ac321b30a01515f4f6be1f00594b31adae5f5c2 0.1s done 04:02:50 #7 DONE 0.1s 04:02:50 04:02:50 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:50 #8 DONE 0.0s 04:02:50 04:02:50 1 warning found (use --debug to expand): 04:02:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:51 #1 [internal] load build definition from Dockerfile 04:02:51 #1 transferring dockerfile: 198B done 04:02:51 #1 DONE 0.0s 04:02:51 04:02:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:51 #2 DONE 0.0s 04:02:51 04:02:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:51 #3 DONE 0.1s 04:02:51 04:02:51 #4 [internal] load .dockerignore 04:02:51 #4 transferring context: 2B done 04:02:51 #4 DONE 0.0s 04:02:51 04:02:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:51 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:51 #5 ... 04:02:51 04:02:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:51 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:51 #6 DONE 0.1s 04:02:51 04:02:51 #7 exporting to image 04:02:51 #7 exporting layers done 04:02:51 #7 exporting manifest sha256:883d82e8832f18cf52b50edf3b1c42d4988cd8160c4cb4b32ccbf20d62374e3d 0.0s done 04:02:51 #7 exporting config sha256:283c7c427092853344ad20fb2cf5b40bc4de521c1e836db63db0ad0ba54ccc58 done 04:02:51 #7 exporting manifest sha256:897f57d195176db01bd373391a2cfcf65dd3df90d5a2a29d50eed3792600d8cb done 04:02:51 #7 exporting config sha256:3eb6136e777c14d5f8a733fda6e6e96cfccac52c8e408c76b5f2ea35afd72bec done 04:02:51 #7 exporting manifest list sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 04:02:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:51 #7 ... 04:02:51 04:02:51 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:02:51 #8 DONE 0.0s 04:02:51 04:02:51 #7 exporting to image 04:02:51 #7 exporting manifest list sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c done 04:02:51 #7 pushing layers 0.1s done 04:02:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 04:02:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 0.1s done 04:02:51 #7 DONE 0.2s 04:02:51 04:02:51 1 warning found (use --debug to expand): 04:02:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 04:02:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 04:02:52 #1 [internal] load build definition from Dockerfile 04:02:52 #1 transferring dockerfile: 164B done 04:02:52 #1 DONE 0.0s 04:02:52 04:02:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:02:52 #2 DONE 0.0s 04:02:52 04:02:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:02:52 #3 DONE 0.0s 04:02:52 04:02:52 #4 [internal] load .dockerignore 04:02:52 #4 transferring context: 2B done 04:02:52 #4 DONE 0.0s 04:02:52 04:02:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:52 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:52 #5 DONE 0.0s 04:02:52 04:02:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:52 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:52 #6 CACHED 04:02:52 04:02:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:52 #5 CACHED 04:02:52 04:02:52 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:02:52 #7 DONE 0.0s 04:02:52 04:02:52 #8 exporting to image 04:02:52 #8 exporting layers done 04:02:52 #8 exporting manifest sha256:883d82e8832f18cf52b50edf3b1c42d4988cd8160c4cb4b32ccbf20d62374e3d done 04:02:52 #8 exporting config sha256:283c7c427092853344ad20fb2cf5b40bc4de521c1e836db63db0ad0ba54ccc58 done 04:02:52 #8 exporting manifest sha256:897f57d195176db01bd373391a2cfcf65dd3df90d5a2a29d50eed3792600d8cb done 04:02:52 #8 exporting config sha256:3eb6136e777c14d5f8a733fda6e6e96cfccac52c8e408c76b5f2ea35afd72bec done 04:02:52 #8 exporting manifest list sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c done 04:02:52 #8 pushing layers 0.0s done 04:02:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 0.1s done 04:02:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:52 #8 DONE 0.1s 04:02:52 04:02:52 1 warning found (use --debug to expand): 04:02:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15' 04:02:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 --push - 04:02:52 #1 [internal] load build definition from Dockerfile 04:02:52 #1 transferring dockerfile: 170B done 04:02:52 #1 DONE 0.0s 04:02:52 04:02:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 04:02:52 #2 DONE 0.0s 04:02:52 04:02:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15 04:02:52 #3 DONE 0.0s 04:02:52 04:02:52 #4 [internal] load .dockerignore 04:02:52 #4 transferring context: 2B done 04:02:52 #4 DONE 0.0s 04:02:52 04:02:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:52 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:52 #5 CACHED 04:02:52 04:02:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:52 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:52 #6 CACHED 04:02:52 04:02:52 #7 exporting to image 04:02:52 #7 exporting layers done 04:02:52 #7 exporting manifest sha256:883d82e8832f18cf52b50edf3b1c42d4988cd8160c4cb4b32ccbf20d62374e3d done 04:02:52 #7 exporting config sha256:283c7c427092853344ad20fb2cf5b40bc4de521c1e836db63db0ad0ba54ccc58 done 04:02:52 #7 exporting manifest sha256:897f57d195176db01bd373391a2cfcf65dd3df90d5a2a29d50eed3792600d8cb done 04:02:52 #7 exporting config sha256:3eb6136e777c14d5f8a733fda6e6e96cfccac52c8e408c76b5f2ea35afd72bec done 04:02:52 #7 exporting manifest list sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c done 04:02:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:52 #7 pushing layers 0.0s done 04:02:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.15@sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 0.1s done 04:02:52 #7 DONE 0.1s 04:02:52 04:02:52 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:02:52 #8 DONE 0.0s 04:02:52 04:02:52 1 warning found (use --debug to expand): 04:02:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:53 #1 [internal] load build definition from Dockerfile 04:02:53 #1 transferring dockerfile: 211B done 04:02:53 #1 DONE 0.0s 04:02:53 04:02:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:53 #2 DONE 0.0s 04:02:53 04:02:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:53 #3 DONE 0.0s 04:02:53 04:02:53 #4 [internal] load .dockerignore 04:02:53 #4 transferring context: 2B done 04:02:53 #4 DONE 0.0s 04:02:53 04:02:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:53 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:53 #5 CACHED 04:02:53 04:02:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:53 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:53 #6 CACHED 04:02:53 04:02:53 #7 exporting to image 04:02:53 #7 exporting layers 04:02:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:53 #7 exporting layers done 04:02:53 #7 exporting manifest sha256:883d82e8832f18cf52b50edf3b1c42d4988cd8160c4cb4b32ccbf20d62374e3d done 04:02:53 #7 exporting config sha256:283c7c427092853344ad20fb2cf5b40bc4de521c1e836db63db0ad0ba54ccc58 done 04:02:53 #7 exporting manifest sha256:897f57d195176db01bd373391a2cfcf65dd3df90d5a2a29d50eed3792600d8cb done 04:02:53 #7 exporting config sha256:3eb6136e777c14d5f8a733fda6e6e96cfccac52c8e408c76b5f2ea35afd72bec done 04:02:53 #7 exporting manifest list sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c done 04:02:53 #7 pushing layers 0.0s done 04:02:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 0.1s done 04:02:53 #7 DONE 0.1s 04:02:53 04:02:53 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:02:53 #8 DONE 0.0s 04:02:53 04:02:53 1 warning found (use --debug to expand): 04:02:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 04:02:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 04:02:53 #1 [internal] load build definition from Dockerfile 04:02:53 #1 transferring dockerfile: 162B done 04:02:53 #1 DONE 0.0s 04:02:53 04:02:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:02:53 #2 DONE 0.0s 04:02:53 04:02:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:02:53 #3 DONE 0.0s 04:02:53 04:02:53 #4 [internal] load .dockerignore 04:02:53 #4 transferring context: 2B done 04:02:53 #4 DONE 0.0s 04:02:53 04:02:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:53 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:53 #5 CACHED 04:02:53 04:02:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 04:02:53 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:5f83f1ccf64a2cc8eec6745baf4965282fea4395c6fbf7451ea94db9cebcd10e 0.0s done 04:02:53 #6 CACHED 04:02:53 04:02:53 #7 exporting to image 04:02:53 #7 exporting layers done 04:02:53 #7 exporting manifest sha256:883d82e8832f18cf52b50edf3b1c42d4988cd8160c4cb4b32ccbf20d62374e3d 04:02:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:54 #7 exporting manifest sha256:883d82e8832f18cf52b50edf3b1c42d4988cd8160c4cb4b32ccbf20d62374e3d done 04:02:54 #7 exporting config sha256:283c7c427092853344ad20fb2cf5b40bc4de521c1e836db63db0ad0ba54ccc58 done 04:02:54 #7 exporting manifest sha256:897f57d195176db01bd373391a2cfcf65dd3df90d5a2a29d50eed3792600d8cb done 04:02:54 #7 exporting config sha256:3eb6136e777c14d5f8a733fda6e6e96cfccac52c8e408c76b5f2ea35afd72bec done 04:02:54 #7 exporting manifest list sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c done 04:02:54 #7 pushing layers 0.0s done 04:02:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:d49751636c475bc420cfc328237d85fa252172264318a4968cb2cd8de419223c 0.1s done 04:02:54 #7 DONE 0.1s 04:02:54 04:02:54 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:02:54 #8 DONE 0.0s 04:02:54 04:02:54 1 warning found (use --debug to expand): 04:02:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:54 #1 [internal] load build definition from Dockerfile 04:02:54 #1 transferring dockerfile: 206B done 04:02:54 #1 DONE 0.0s 04:02:54 04:02:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:54 #2 DONE 0.0s 04:02:54 04:02:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:54 #3 DONE 0.0s 04:02:54 04:02:54 #4 [internal] load .dockerignore 04:02:54 #4 transferring context: 2B done 04:02:54 #4 DONE 0.0s 04:02:54 04:02:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:54 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:54 #5 DONE 0.0s 04:02:54 04:02:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:54 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:54 #6 DONE 0.2s 04:02:54 04:02:54 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:54 #7 DONE 0.0s 04:02:54 04:02:54 #8 exporting to image 04:02:54 #8 exporting layers 0.0s done 04:02:54 #8 exporting manifest sha256:750d87e160d477d1ff60e8e570eb55297e413a576be2c0c82ac125f4cd6bdba9 done 04:02:54 #8 exporting config sha256:7406b42725aebe464ad5dd0c791e0e232964e5a2af054c54cfdb99db3f316588 done 04:02:54 #8 exporting manifest sha256:149e3edfce526bf257b375830ffa9a17c921789ba588f0855060bf03c527c6c2 done 04:02:54 #8 exporting config sha256:953b35046e84ffef8bc093c4970357e500801c688d9f02dc9dd9df40d52865ea done 04:02:54 #8 exporting manifest list sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 done 04:02:54 #8 pushing layers 04:02:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:54 #8 pushing layers 0.1s done 04:02:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 0.1s done 04:02:54 #8 DONE 0.2s 04:02:54 04:02:54 1 warning found (use --debug to expand): 04:02:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 04:02:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 04:02:55 #1 [internal] load build definition from Dockerfile 04:02:55 #1 transferring dockerfile: 172B done 04:02:55 #1 DONE 0.0s 04:02:55 04:02:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:02:55 #2 DONE 0.0s 04:02:55 04:02:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:02:55 #3 DONE 0.0s 04:02:55 04:02:55 #4 [internal] load .dockerignore 04:02:55 #4 transferring context: 2B done 04:02:55 #4 DONE 0.0s 04:02:55 04:02:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:55 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:55 #5 DONE 0.0s 04:02:55 04:02:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:55 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:55 #6 CACHED 04:02:55 04:02:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:55 #5 CACHED 04:02:55 04:02:55 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:55 #7 DONE 0.0s 04:02:55 04:02:55 #8 exporting to image 04:02:55 #8 exporting layers done 04:02:55 #8 exporting manifest sha256:750d87e160d477d1ff60e8e570eb55297e413a576be2c0c82ac125f4cd6bdba9 done 04:02:55 #8 exporting config sha256:7406b42725aebe464ad5dd0c791e0e232964e5a2af054c54cfdb99db3f316588 done 04:02:55 #8 exporting manifest sha256:149e3edfce526bf257b375830ffa9a17c921789ba588f0855060bf03c527c6c2 done 04:02:55 #8 exporting config sha256:953b35046e84ffef8bc093c4970357e500801c688d9f02dc9dd9df40d52865ea done 04:02:55 #8 exporting manifest list sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 done 04:02:55 #8 pushing layers 0.0s done 04:02:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 0.1s done 04:02:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:55 #8 DONE 0.1s 04:02:55 04:02:55 1 warning found (use --debug to expand): 04:02:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 --push - 04:02:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15' 04:02:55 #1 [internal] load build definition from Dockerfile 04:02:55 #1 transferring dockerfile: 178B done 04:02:55 #1 DONE 0.0s 04:02:55 04:02:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 04:02:55 #2 DONE 0.0s 04:02:55 04:02:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15 04:02:55 #3 DONE 0.0s 04:02:55 04:02:55 #4 [internal] load .dockerignore 04:02:55 #4 transferring context: 2B done 04:02:55 #4 DONE 0.0s 04:02:55 04:02:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:55 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 done 04:02:55 #5 CACHED 04:02:55 04:02:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:55 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:55 #6 CACHED 04:02:55 04:02:55 #7 exporting to image 04:02:55 #7 exporting layers 04:02:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:55 #7 exporting layers done 04:02:55 #7 exporting manifest sha256:750d87e160d477d1ff60e8e570eb55297e413a576be2c0c82ac125f4cd6bdba9 done 04:02:55 #7 exporting config sha256:7406b42725aebe464ad5dd0c791e0e232964e5a2af054c54cfdb99db3f316588 done 04:02:55 #7 exporting manifest sha256:149e3edfce526bf257b375830ffa9a17c921789ba588f0855060bf03c527c6c2 done 04:02:55 #7 exporting config sha256:953b35046e84ffef8bc093c4970357e500801c688d9f02dc9dd9df40d52865ea done 04:02:55 #7 exporting manifest list sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 done 04:02:55 #7 pushing layers 0.0s done 04:02:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.15@sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 0.1s done 04:02:55 #7 DONE 0.1s 04:02:55 04:02:55 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:55 #8 DONE 0.0s 04:02:55 04:02:55 1 warning found (use --debug to expand): 04:02:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:56 #1 [internal] load build definition from Dockerfile 04:02:56 #1 transferring dockerfile: 219B done 04:02:56 #1 DONE 0.0s 04:02:56 04:02:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:56 #2 DONE 0.0s 04:02:56 04:02:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:56 #3 DONE 0.0s 04:02:56 04:02:56 #4 [internal] load .dockerignore 04:02:56 #4 transferring context: 2B done 04:02:56 #4 DONE 0.0s 04:02:56 04:02:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:56 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:56 #5 CACHED 04:02:56 04:02:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:56 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:56 #6 CACHED 04:02:56 04:02:56 #7 exporting to image 04:02:56 #7 exporting layers done 04:02:56 #7 exporting manifest sha256:750d87e160d477d1ff60e8e570eb55297e413a576be2c0c82ac125f4cd6bdba9 done 04:02:56 #7 exporting config sha256:7406b42725aebe464ad5dd0c791e0e232964e5a2af054c54cfdb99db3f316588 done 04:02:56 #7 exporting manifest sha256:149e3edfce526bf257b375830ffa9a17c921789ba588f0855060bf03c527c6c2 done 04:02:56 #7 exporting config sha256:953b35046e84ffef8bc093c4970357e500801c688d9f02dc9dd9df40d52865ea done 04:02:56 #7 exporting manifest list sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 done 04:02:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:56 #7 pushing layers 0.0s done 04:02:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 0.1s done 04:02:56 #7 DONE 0.1s 04:02:56 04:02:56 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:56 #8 DONE 0.0s 04:02:56 04:02:56 1 warning found (use --debug to expand): 04:02:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 04:02:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 04:02:56 #1 [internal] load build definition from Dockerfile 04:02:56 #1 transferring dockerfile: 170B done 04:02:56 #1 DONE 0.0s 04:02:56 04:02:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:02:56 #2 DONE 0.0s 04:02:56 04:02:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:02:56 #3 DONE 0.0s 04:02:56 04:02:56 #4 [internal] load .dockerignore 04:02:56 #4 transferring context: 2B done 04:02:56 #4 DONE 0.0s 04:02:56 04:02:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:56 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:56 #5 CACHED 04:02:56 04:02:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 04:02:56 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:579c5871e6c9ef63630626cebcfb22cbd68551b0fd7b2458ecddb462533ad232 0.0s done 04:02:56 #6 CACHED 04:02:56 04:02:56 #7 exporting to image 04:02:56 #7 exporting layers done 04:02:56 #7 exporting manifest sha256:750d87e160d477d1ff60e8e570eb55297e413a576be2c0c82ac125f4cd6bdba9 done 04:02:56 #7 exporting config sha256:7406b42725aebe464ad5dd0c791e0e232964e5a2af054c54cfdb99db3f316588 done 04:02:56 #7 exporting manifest sha256:149e3edfce526bf257b375830ffa9a17c921789ba588f0855060bf03c527c6c2 done 04:02:56 #7 exporting config sha256:953b35046e84ffef8bc093c4970357e500801c688d9f02dc9dd9df40d52865ea done 04:02:56 #7 exporting manifest list sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 done 04:02:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:57 #7 pushing layers 0.0s done 04:02:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:efb500b42d7e3f83e9e8e8aa2f520119a4c5382988fb1cf877a15c8980c86093 0.1s done 04:02:57 #7 DONE 0.1s 04:02:57 04:02:57 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:02:57 #8 DONE 0.0s 04:02:57 04:02:57 1 warning found (use --debug to expand): 04:02:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:02:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:02:57 #1 [internal] load build definition from Dockerfile 04:02:57 #1 transferring dockerfile: 204B done 04:02:57 #1 DONE 0.0s 04:02:57 04:02:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:57 #2 DONE 0.0s 04:02:57 04:02:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:02:57 #3 DONE 0.1s 04:02:57 04:02:57 #4 [internal] load .dockerignore 04:02:57 #4 transferring context: 2B done 04:02:57 #4 DONE 0.0s 04:02:57 04:02:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:57 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:57 #5 ... 04:02:57 04:02:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:57 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:02:57 #6 DONE 0.1s 04:02:57 04:02:57 #7 exporting to image 04:02:57 #7 exporting layers done 04:02:57 #7 exporting manifest sha256:6e3d8e378c4425776fb21b88cb1996bafbe7d2ad27ddf60f7c32b3f5edf9b5b6 done 04:02:57 #7 exporting config sha256:5126629cf5f4be90ac18a4128565c4c655ce2beb376297e801cc13a99f2c49b0 done 04:02:57 #7 exporting manifest sha256:f96dcc568835b96eca312e15ed399ba1b1bc78bb6ede82ea6da166f2af542e9d done 04:02:57 #7 exporting config sha256:050b002b11e8efef304e3367fa5862cb45800973ffc582dfd59bd4456349f95d done 04:02:57 #7 exporting manifest list sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 done 04:02:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:57 #7 ... 04:02:57 04:02:57 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:02:57 #8 DONE 0.0s 04:02:57 04:02:57 #7 exporting to image 04:02:57 #7 pushing layers 0.1s done 04:02:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 04:02:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 0.1s done 04:02:57 #7 DONE 0.2s 04:02:57 04:02:57 1 warning found (use --debug to expand): 04:02:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 04:02:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 04:02:58 #1 [internal] load build definition from Dockerfile 04:02:58 #1 transferring dockerfile: 170B done 04:02:58 #1 DONE 0.0s 04:02:58 04:02:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:02:58 #2 DONE 0.0s 04:02:58 04:02:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:02:58 #3 DONE 0.0s 04:02:58 04:02:58 #4 [internal] load .dockerignore 04:02:58 #4 transferring context: 2B done 04:02:58 #4 DONE 0.0s 04:02:58 04:02:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:02:58 #5 CACHED 04:02:58 04:02:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 done 04:02:58 #6 CACHED 04:02:58 04:02:58 #7 exporting to image 04:02:58 #7 exporting layers 04:02:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:58 #7 exporting layers done 04:02:58 #7 exporting manifest sha256:6e3d8e378c4425776fb21b88cb1996bafbe7d2ad27ddf60f7c32b3f5edf9b5b6 done 04:02:58 #7 exporting config sha256:5126629cf5f4be90ac18a4128565c4c655ce2beb376297e801cc13a99f2c49b0 done 04:02:58 #7 exporting manifest sha256:f96dcc568835b96eca312e15ed399ba1b1bc78bb6ede82ea6da166f2af542e9d done 04:02:58 #7 exporting config sha256:050b002b11e8efef304e3367fa5862cb45800973ffc582dfd59bd4456349f95d done 04:02:58 #7 exporting manifest list sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 done 04:02:58 #7 pushing layers 0.0s done 04:02:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 0.1s done 04:02:58 #7 DONE 0.1s 04:02:58 04:02:58 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:02:58 #8 DONE 0.0s 04:02:58 04:02:58 1 warning found (use --debug to expand): 04:02:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 --push - 04:02:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15' 04:02:58 #1 [internal] load build definition from Dockerfile 04:02:58 #1 transferring dockerfile: 176B done 04:02:58 #1 DONE 0.0s 04:02:58 04:02:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 04:02:58 #2 DONE 0.0s 04:02:58 04:02:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15 04:02:58 #3 DONE 0.0s 04:02:58 04:02:58 #4 [internal] load .dockerignore 04:02:58 #4 transferring context: 2B done 04:02:58 #4 DONE 0.0s 04:02:58 04:02:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:58 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:02:58 #5 CACHED 04:02:58 04:02:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:58 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:02:58 #6 CACHED 04:02:58 04:02:58 #7 exporting to image 04:02:58 #7 exporting layers done 04:02:58 #7 exporting manifest sha256:6e3d8e378c4425776fb21b88cb1996bafbe7d2ad27ddf60f7c32b3f5edf9b5b6 done 04:02:58 #7 exporting config sha256:5126629cf5f4be90ac18a4128565c4c655ce2beb376297e801cc13a99f2c49b0 done 04:02:58 #7 exporting manifest sha256:f96dcc568835b96eca312e15ed399ba1b1bc78bb6ede82ea6da166f2af542e9d done 04:02:58 #7 exporting config sha256:050b002b11e8efef304e3367fa5862cb45800973ffc582dfd59bd4456349f95d done 04:02:58 #7 exporting manifest list sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 04:02:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:58 #7 exporting manifest list sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 done 04:02:58 #7 pushing layers 0.0s done 04:02:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.15@sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 0.1s done 04:02:58 #7 DONE 0.1s 04:02:58 04:02:58 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:02:58 #8 DONE 0.0s 04:02:58 04:02:58 1 warning found (use --debug to expand): 04:02:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:02:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:02:59 #1 [internal] load build definition from Dockerfile 04:02:59 #1 transferring dockerfile: 217B done 04:02:59 #1 DONE 0.0s 04:02:59 04:02:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:59 #2 DONE 0.0s 04:02:59 04:02:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:02:59 #3 DONE 0.0s 04:02:59 04:02:59 #4 [internal] load .dockerignore 04:02:59 #4 transferring context: 2B done 04:02:59 #4 DONE 0.0s 04:02:59 04:02:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:02:59 #5 CACHED 04:02:59 04:02:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:59 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:02:59 #6 CACHED 04:02:59 04:02:59 #7 exporting to image 04:02:59 #7 exporting layers 04:02:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:02:59 #7 exporting layers done 04:02:59 #7 exporting manifest sha256:6e3d8e378c4425776fb21b88cb1996bafbe7d2ad27ddf60f7c32b3f5edf9b5b6 done 04:02:59 #7 exporting config sha256:5126629cf5f4be90ac18a4128565c4c655ce2beb376297e801cc13a99f2c49b0 done 04:02:59 #7 exporting manifest sha256:f96dcc568835b96eca312e15ed399ba1b1bc78bb6ede82ea6da166f2af542e9d done 04:02:59 #7 exporting config sha256:050b002b11e8efef304e3367fa5862cb45800973ffc582dfd59bd4456349f95d done 04:02:59 #7 exporting manifest list sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 done 04:02:59 #7 pushing layers 0.0s done 04:02:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 0.1s done 04:02:59 #7 DONE 0.1s 04:02:59 04:02:59 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:02:59 #8 DONE 0.0s 04:02:59 04:02:59 1 warning found (use --debug to expand): 04:02:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:02:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 04:02:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 04:02:59 #1 [internal] load build definition from Dockerfile 04:02:59 #1 transferring dockerfile: 168B done 04:02:59 #1 DONE 0.0s 04:02:59 04:02:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:02:59 #2 DONE 0.0s 04:02:59 04:02:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:02:59 #3 DONE 0.0s 04:02:59 04:02:59 #4 [internal] load .dockerignore 04:02:59 #4 transferring context: 2B done 04:02:59 #4 DONE 0.0s 04:02:59 04:02:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:02:59 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 done 04:02:59 #5 DONE 0.0s 04:02:59 04:02:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:03:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 0.0s done 04:03:00 #6 CACHED 04:03:00 04:03:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e1b1ce33983147ba37fe3829ca0c0d661540bb670ce28f7b48ae7f59fe0a4cc9 04:03:00 #5 CACHED 04:03:00 04:03:00 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:03:00 #7 DONE 0.0s 04:03:00 04:03:00 #8 exporting to image 04:03:00 #8 exporting layers done 04:03:00 #8 exporting manifest sha256:6e3d8e378c4425776fb21b88cb1996bafbe7d2ad27ddf60f7c32b3f5edf9b5b6 done 04:03:00 #8 exporting config sha256:5126629cf5f4be90ac18a4128565c4c655ce2beb376297e801cc13a99f2c49b0 done 04:03:00 #8 exporting manifest sha256:f96dcc568835b96eca312e15ed399ba1b1bc78bb6ede82ea6da166f2af542e9d done 04:03:00 #8 exporting config sha256:050b002b11e8efef304e3367fa5862cb45800973ffc582dfd59bd4456349f95d done 04:03:00 #8 exporting manifest list sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 done 04:03:00 #8 pushing layers 0.0s done 04:03:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0c3b26fae1959c8d3492c9a5ed144dba74e7fe0fd6db82811cb7b634bf347813 0.1s done 04:03:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:00 #8 DONE 0.1s 04:03:00 04:03:00 1 warning found (use --debug to expand): 04:03:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:00 #1 [internal] load build definition from Dockerfile 04:03:00 #1 transferring dockerfile: 205B done 04:03:00 #1 DONE 0.0s 04:03:00 04:03:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:00 #2 DONE 0.0s 04:03:00 04:03:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:00 #3 DONE 0.0s 04:03:00 04:03:00 #4 [internal] load .dockerignore 04:03:00 #4 transferring context: 2B done 04:03:00 #4 DONE 0.0s 04:03:00 04:03:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:00 #5 DONE 0.0s 04:03:00 04:03:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:00 #6 DONE 0.1s 04:03:00 04:03:00 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:00 #7 DONE 0.0s 04:03:00 04:03:00 #8 exporting to image 04:03:00 #8 exporting layers done 04:03:00 #8 exporting manifest sha256:b98fedb5d7ed1110de1575511d4ba0886332eaab3c510993ef337fd996d3cdd0 0.0s done 04:03:00 #8 exporting config sha256:2d53e11c2a03cd1003fa443792274c7d8a8ad7e9ece386b64b60419e0cde8b92 done 04:03:00 #8 exporting manifest sha256:2c18ca7091e7fb8318f3d9974f4dcebbad4e8881f766546464bff86f938ca8c6 done 04:03:00 #8 exporting config sha256:2356b13dbc8a26e21145ad37e812c26b379afc859e8e1e5c723f794f5cc94ebe done 04:03:00 #8 exporting manifest list sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 done 04:03:00 #8 pushing layers 04:03:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:00 #8 pushing layers 0.1s done 04:03:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 0.1s done 04:03:00 #8 DONE 0.2s 04:03:00 04:03:00 1 warning found (use --debug to expand): 04:03:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 04:03:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 04:03:01 #1 [internal] load build definition from Dockerfile 04:03:01 #1 transferring dockerfile: 171B done 04:03:01 #1 DONE 0.0s 04:03:01 04:03:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:03:01 #2 DONE 0.0s 04:03:01 04:03:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:03:01 #3 DONE 0.0s 04:03:01 04:03:01 #4 [internal] load .dockerignore 04:03:01 #4 transferring context: 2B done 04:03:01 #4 DONE 0.0s 04:03:01 04:03:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:01 #5 DONE 0.0s 04:03:01 04:03:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:01 #6 CACHED 04:03:01 04:03:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:01 #5 CACHED 04:03:01 04:03:01 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:01 #7 DONE 0.0s 04:03:01 04:03:01 #8 exporting to image 04:03:01 #8 exporting layers done 04:03:01 #8 exporting manifest sha256:b98fedb5d7ed1110de1575511d4ba0886332eaab3c510993ef337fd996d3cdd0 done 04:03:01 #8 exporting config sha256:2d53e11c2a03cd1003fa443792274c7d8a8ad7e9ece386b64b60419e0cde8b92 done 04:03:01 #8 exporting manifest sha256:2c18ca7091e7fb8318f3d9974f4dcebbad4e8881f766546464bff86f938ca8c6 done 04:03:01 #8 exporting config sha256:2356b13dbc8a26e21145ad37e812c26b379afc859e8e1e5c723f794f5cc94ebe done 04:03:01 #8 exporting manifest list sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 done 04:03:01 #8 pushing layers 0.0s done 04:03:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 0.1s done 04:03:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:01 #8 DONE 0.1s 04:03:01 04:03:01 1 warning found (use --debug to expand): 04:03:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15' 04:03:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 --push - 04:03:01 #1 [internal] load build definition from Dockerfile 04:03:01 #1 transferring dockerfile: 177B done 04:03:01 #1 DONE 0.0s 04:03:01 04:03:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 04:03:01 #2 DONE 0.0s 04:03:01 04:03:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15 04:03:01 #3 DONE 0.0s 04:03:01 04:03:01 #4 [internal] load .dockerignore 04:03:01 #4 transferring context: 2B done 04:03:01 #4 DONE 0.0s 04:03:01 04:03:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:01 #5 CACHED 04:03:01 04:03:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:01 #6 CACHED 04:03:01 04:03:01 #7 exporting to image 04:03:01 #7 exporting layers done 04:03:01 #7 exporting manifest sha256:b98fedb5d7ed1110de1575511d4ba0886332eaab3c510993ef337fd996d3cdd0 done 04:03:01 #7 exporting config sha256:2d53e11c2a03cd1003fa443792274c7d8a8ad7e9ece386b64b60419e0cde8b92 04:03:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:01 #7 exporting config sha256:2d53e11c2a03cd1003fa443792274c7d8a8ad7e9ece386b64b60419e0cde8b92 done 04:03:01 #7 exporting manifest sha256:2c18ca7091e7fb8318f3d9974f4dcebbad4e8881f766546464bff86f938ca8c6 done 04:03:01 #7 exporting config sha256:2356b13dbc8a26e21145ad37e812c26b379afc859e8e1e5c723f794f5cc94ebe done 04:03:01 #7 exporting manifest list sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 done 04:03:01 #7 pushing layers 0.0s done 04:03:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.15@sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 0.1s done 04:03:01 #7 DONE 0.1s 04:03:01 04:03:01 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:01 #8 DONE 0.0s 04:03:01 04:03:01 1 warning found (use --debug to expand): 04:03:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:02 #1 [internal] load build definition from Dockerfile 04:03:02 #1 transferring dockerfile: 218B done 04:03:02 #1 DONE 0.0s 04:03:02 04:03:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:02 #2 DONE 0.0s 04:03:02 04:03:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:02 #3 DONE 0.0s 04:03:02 04:03:02 #4 [internal] load .dockerignore 04:03:02 #4 transferring context: 2B done 04:03:02 #4 DONE 0.0s 04:03:02 04:03:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:02 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 done 04:03:02 #5 DONE 0.0s 04:03:02 04:03:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:02 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:02 #6 CACHED 04:03:02 04:03:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:02 #5 CACHED 04:03:02 04:03:02 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:02 #7 DONE 0.0s 04:03:02 04:03:02 #8 exporting to image 04:03:02 #8 exporting layers done 04:03:02 #8 exporting manifest sha256:b98fedb5d7ed1110de1575511d4ba0886332eaab3c510993ef337fd996d3cdd0 done 04:03:02 #8 exporting config sha256:2d53e11c2a03cd1003fa443792274c7d8a8ad7e9ece386b64b60419e0cde8b92 done 04:03:02 #8 exporting manifest sha256:2c18ca7091e7fb8318f3d9974f4dcebbad4e8881f766546464bff86f938ca8c6 done 04:03:02 #8 exporting config sha256:2356b13dbc8a26e21145ad37e812c26b379afc859e8e1e5c723f794f5cc94ebe done 04:03:02 #8 exporting manifest list sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 done 04:03:02 #8 pushing layers 0.0s done 04:03:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 0.1s done 04:03:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:02 #8 DONE 0.1s 04:03:02 04:03:02 1 warning found (use --debug to expand): 04:03:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 04:03:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 04:03:03 #1 [internal] load build definition from Dockerfile 04:03:03 #1 transferring dockerfile: 169B done 04:03:03 #1 DONE 0.0s 04:03:03 04:03:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:03:03 #2 DONE 0.0s 04:03:03 04:03:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:03:03 #3 DONE 0.0s 04:03:03 04:03:03 #4 [internal] load .dockerignore 04:03:03 #4 transferring context: 2B done 04:03:03 #4 DONE 0.0s 04:03:03 04:03:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:03 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:03 #5 CACHED 04:03:03 04:03:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 04:03:03 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:30ea498b9e2d15ab36f0781ec152b98dac10ec35abc22fb6f21f8b97e69011b2 0.0s done 04:03:03 #6 CACHED 04:03:03 04:03:03 #7 exporting to image 04:03:03 #7 exporting layers 04:03:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:03 #7 exporting layers done 04:03:03 #7 exporting manifest sha256:b98fedb5d7ed1110de1575511d4ba0886332eaab3c510993ef337fd996d3cdd0 done 04:03:03 #7 exporting config sha256:2d53e11c2a03cd1003fa443792274c7d8a8ad7e9ece386b64b60419e0cde8b92 done 04:03:03 #7 exporting manifest sha256:2c18ca7091e7fb8318f3d9974f4dcebbad4e8881f766546464bff86f938ca8c6 done 04:03:03 #7 exporting config sha256:2356b13dbc8a26e21145ad37e812c26b379afc859e8e1e5c723f794f5cc94ebe done 04:03:03 #7 exporting manifest list sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 done 04:03:03 #7 pushing layers 0.0s done 04:03:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4d4a821ba87c781795248c6c32210feaeb18a4f3b45beceaad8b3df29fd33742 0.1s done 04:03:03 #7 DONE 0.1s 04:03:03 04:03:03 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:03 #8 DONE 0.0s 04:03:03 04:03:03 1 warning found (use --debug to expand): 04:03:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:03 #1 [internal] load build definition from Dockerfile 04:03:03 #1 transferring dockerfile: 211B done 04:03:03 #1 DONE 0.0s 04:03:03 04:03:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:03 #2 DONE 0.0s 04:03:03 04:03:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:03 #3 DONE 0.0s 04:03:03 04:03:03 #4 [internal] load .dockerignore 04:03:03 #4 transferring context: 2B done 04:03:03 #4 DONE 0.0s 04:03:03 04:03:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:03 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:03 #5 DONE 0.0s 04:03:03 04:03:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:03 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:03 #6 DONE 0.1s 04:03:03 04:03:03 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:03 #7 DONE 0.0s 04:03:03 04:03:03 #8 exporting to image 04:03:03 #8 exporting layers done 04:03:03 #8 exporting manifest sha256:663099c18fc315d2f0a54705577ebe9bfda8825d3055e36dff627fe16a380630 0.0s done 04:03:03 #8 exporting config sha256:e7dc02dedb39bf5efc2c5dc783c58c552a4e67386df5ca6717abd278a758f383 done 04:03:03 #8 exporting manifest sha256:7183b5f87bd8116487db2d0c68f0d9494bc63b22953223bc514a7d958d45a06d done 04:03:03 #8 exporting config sha256:d2271b21e43ea070291fc99828058b7728edf37dd79c1636d49f26e618c2eb12 done 04:03:03 #8 exporting manifest list sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c done 04:03:03 #8 pushing layers 0.1s done 04:03:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c 04:03:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c 0.1s done 04:03:03 #8 DONE 0.2s 04:03:03 04:03:03 1 warning found (use --debug to expand): 04:03:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 04:03:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 04:03:04 #1 [internal] load build definition from Dockerfile 04:03:04 #1 transferring dockerfile: 177B done 04:03:04 #1 DONE 0.0s 04:03:04 04:03:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:03:04 #2 DONE 0.0s 04:03:04 04:03:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:03:04 #3 DONE 0.0s 04:03:04 04:03:04 #4 [internal] load .dockerignore 04:03:04 #4 transferring context: 2B done 04:03:04 #4 DONE 0.0s 04:03:04 04:03:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:04 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:04 #5 DONE 0.0s 04:03:04 04:03:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:04 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:04 #6 CACHED 04:03:04 04:03:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:04 #5 CACHED 04:03:04 04:03:04 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:04 #7 DONE 0.0s 04:03:04 04:03:04 #8 exporting to image 04:03:04 #8 exporting layers done 04:03:04 #8 exporting manifest sha256:663099c18fc315d2f0a54705577ebe9bfda8825d3055e36dff627fe16a380630 done 04:03:04 #8 exporting config sha256:e7dc02dedb39bf5efc2c5dc783c58c552a4e67386df5ca6717abd278a758f383 done 04:03:04 #8 exporting manifest sha256:7183b5f87bd8116487db2d0c68f0d9494bc63b22953223bc514a7d958d45a06d done 04:03:04 #8 exporting config sha256:d2271b21e43ea070291fc99828058b7728edf37dd79c1636d49f26e618c2eb12 done 04:03:04 #8 exporting manifest list sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c done 04:03:04 #8 pushing layers 0.0s done 04:03:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c 0.1s done 04:03:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:04 #8 DONE 0.1s 04:03:04 04:03:04 1 warning found (use --debug to expand): 04:03:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 --push - 04:03:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15' 04:03:04 #1 [internal] load build definition from Dockerfile 04:03:04 #1 transferring dockerfile: 183B done 04:03:04 #1 DONE 0.0s 04:03:04 04:03:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 04:03:04 #2 DONE 0.0s 04:03:04 04:03:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15 04:03:04 #3 DONE 0.0s 04:03:04 04:03:04 #4 [internal] load .dockerignore 04:03:04 #4 transferring context: 2B done 04:03:04 #4 DONE 0.0s 04:03:04 04:03:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:04 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:04 #5 CACHED 04:03:04 04:03:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:04 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 done 04:03:04 #6 CACHED 04:03:04 04:03:04 #7 exporting to image 04:03:04 #7 exporting layers done 04:03:04 #7 exporting manifest sha256:663099c18fc315d2f0a54705577ebe9bfda8825d3055e36dff627fe16a380630 done 04:03:04 #7 exporting config sha256:e7dc02dedb39bf5efc2c5dc783c58c552a4e67386df5ca6717abd278a758f383 done 04:03:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:04 #7 exporting manifest sha256:7183b5f87bd8116487db2d0c68f0d9494bc63b22953223bc514a7d958d45a06d done 04:03:04 #7 exporting config sha256:d2271b21e43ea070291fc99828058b7728edf37dd79c1636d49f26e618c2eb12 done 04:03:04 #7 exporting manifest list sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c done 04:03:04 #7 pushing layers 0.0s done 04:03:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.15@sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c 0.1s done 04:03:04 #7 DONE 0.1s 04:03:04 04:03:04 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:04 #8 DONE 0.0s 04:03:04 04:03:04 1 warning found (use --debug to expand): 04:03:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:05 #1 [internal] load build definition from Dockerfile 04:03:05 #1 transferring dockerfile: 224B done 04:03:05 #1 DONE 0.0s 04:03:05 04:03:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:05 #2 DONE 0.0s 04:03:05 04:03:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:05 #3 DONE 0.0s 04:03:05 04:03:05 #4 [internal] load .dockerignore 04:03:05 #4 transferring context: 2B done 04:03:05 #4 DONE 0.0s 04:03:05 04:03:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:05 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 done 04:03:05 #5 CACHED 04:03:05 04:03:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:05 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:05 #6 CACHED 04:03:05 04:03:05 #7 exporting to image 04:03:05 #7 exporting layers done 04:03:05 #7 exporting manifest sha256:663099c18fc315d2f0a54705577ebe9bfda8825d3055e36dff627fe16a380630 done 04:03:05 #7 exporting config sha256:e7dc02dedb39bf5efc2c5dc783c58c552a4e67386df5ca6717abd278a758f383 done 04:03:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:05 #7 exporting manifest sha256:7183b5f87bd8116487db2d0c68f0d9494bc63b22953223bc514a7d958d45a06d done 04:03:05 #7 exporting config sha256:d2271b21e43ea070291fc99828058b7728edf37dd79c1636d49f26e618c2eb12 done 04:03:05 #7 exporting manifest list sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c done 04:03:05 #7 pushing layers 0.0s done 04:03:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c 0.1s done 04:03:05 #7 DONE 0.1s 04:03:05 04:03:05 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:05 #8 DONE 0.0s 04:03:05 04:03:05 1 warning found (use --debug to expand): 04:03:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 04:03:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 04:03:05 #1 [internal] load build definition from Dockerfile 04:03:05 #1 transferring dockerfile: 175B done 04:03:05 #1 DONE 0.0s 04:03:05 04:03:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:03:05 #2 DONE 0.0s 04:03:05 04:03:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:03:05 #3 DONE 0.0s 04:03:05 04:03:05 #4 [internal] load .dockerignore 04:03:05 #4 transferring context: 2B done 04:03:05 #4 DONE 0.0s 04:03:05 04:03:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:05 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:05 #5 CACHED 04:03:05 04:03:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 04:03:06 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:eaaccc825cdba0f2cd9d9546fdc1702dfa071868a5a556a6539c764f3c719f13 0.0s done 04:03:06 #6 CACHED 04:03:06 04:03:06 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:03:06 #7 DONE 0.0s 04:03:06 04:03:06 #8 exporting to image 04:03:06 #8 exporting layers done 04:03:06 #8 exporting manifest sha256:663099c18fc315d2f0a54705577ebe9bfda8825d3055e36dff627fe16a380630 done 04:03:06 #8 exporting config sha256:e7dc02dedb39bf5efc2c5dc783c58c552a4e67386df5ca6717abd278a758f383 done 04:03:06 #8 exporting manifest sha256:7183b5f87bd8116487db2d0c68f0d9494bc63b22953223bc514a7d958d45a06d done 04:03:06 #8 exporting config sha256:d2271b21e43ea070291fc99828058b7728edf37dd79c1636d49f26e618c2eb12 done 04:03:06 #8 exporting manifest list sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c done 04:03:06 #8 pushing layers 0.0s done 04:03:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:baabff929afffe8228e1fc185457e1e0a8199cbd43818e0da8153769d36ef33c 0.1s done 04:03:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:06 #8 DONE 0.1s 04:03:06 04:03:06 1 warning found (use --debug to expand): 04:03:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:06 #1 [internal] load build definition from Dockerfile 04:03:06 #1 transferring dockerfile: 215B done 04:03:06 #1 DONE 0.0s 04:03:06 04:03:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:06 #2 DONE 0.0s 04:03:06 04:03:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:06 #3 DONE 0.0s 04:03:06 04:03:06 #4 [internal] load .dockerignore 04:03:06 #4 transferring context: 2B done 04:03:06 #4 DONE 0.0s 04:03:06 04:03:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:06 #5 DONE 0.0s 04:03:06 04:03:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:06 #6 DONE 0.1s 04:03:06 04:03:06 #7 exporting to image 04:03:06 #7 exporting layers done 04:03:06 #7 exporting manifest sha256:4db3310b8fdd44cd0c97482a930bafe996a2818af6c36648133f3614b7f2e12a 0.0s done 04:03:06 #7 exporting config sha256:80847e8407b82115b4084439155fd3b55a12a64d1044a499e7c9a50853d0fbd9 done 04:03:06 #7 exporting manifest sha256:9dcb4523d63b408998dc86be472c5320965d4dc0fd1eae8e812196e06a6c30a8 done 04:03:06 #7 exporting config sha256:7200fbe8ca80af45bfe08984dac5a9c9484fa893de7f177e5fc6f2fb6fa3b97f 04:03:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:06 #7 ... 04:03:06 04:03:06 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:03:06 #8 DONE 0.0s 04:03:06 04:03:06 #7 exporting to image 04:03:06 #7 exporting config sha256:7200fbe8ca80af45bfe08984dac5a9c9484fa893de7f177e5fc6f2fb6fa3b97f done 04:03:06 #7 exporting manifest list sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 0.0s done 04:03:06 #7 pushing layers 0.1s done 04:03:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 04:03:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 0.1s done 04:03:06 #7 DONE 0.2s 04:03:06 04:03:06 1 warning found (use --debug to expand): 04:03:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 04:03:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 04:03:07 #1 [internal] load build definition from Dockerfile 04:03:07 #1 transferring dockerfile: 181B done 04:03:07 #1 DONE 0.0s 04:03:07 04:03:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:03:07 #2 DONE 0.0s 04:03:07 04:03:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:03:07 #3 DONE 0.0s 04:03:07 04:03:07 #4 [internal] load .dockerignore 04:03:07 #4 transferring context: 2B done 04:03:07 #4 DONE 0.0s 04:03:07 04:03:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f done 04:03:07 #5 CACHED 04:03:07 04:03:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:07 #6 CACHED 04:03:07 04:03:07 #7 exporting to image 04:03:07 #7 exporting layers done 04:03:07 #7 exporting manifest sha256:4db3310b8fdd44cd0c97482a930bafe996a2818af6c36648133f3614b7f2e12a done 04:03:07 #7 exporting config sha256:80847e8407b82115b4084439155fd3b55a12a64d1044a499e7c9a50853d0fbd9 done 04:03:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:07 #7 exporting manifest sha256:9dcb4523d63b408998dc86be472c5320965d4dc0fd1eae8e812196e06a6c30a8 done 04:03:07 #7 exporting config sha256:7200fbe8ca80af45bfe08984dac5a9c9484fa893de7f177e5fc6f2fb6fa3b97f done 04:03:07 #7 exporting manifest list sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 done 04:03:07 #7 pushing layers 0.0s done 04:03:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 0.1s done 04:03:07 #7 DONE 0.1s 04:03:07 04:03:07 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:03:07 #8 DONE 0.0s 04:03:07 04:03:07 1 warning found (use --debug to expand): 04:03:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15' 04:03:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 --push - 04:03:07 #1 [internal] load build definition from Dockerfile 04:03:07 #1 transferring dockerfile: 187B done 04:03:07 #1 DONE 0.0s 04:03:07 04:03:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 04:03:07 #2 DONE 0.0s 04:03:07 04:03:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15 04:03:07 #3 DONE 0.0s 04:03:07 04:03:07 #4 [internal] load .dockerignore 04:03:07 #4 transferring context: 2B done 04:03:07 #4 DONE 0.0s 04:03:07 04:03:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:07 #5 CACHED 04:03:07 04:03:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:07 #6 CACHED 04:03:07 04:03:07 #7 exporting to image 04:03:07 #7 exporting layers done 04:03:07 #7 exporting manifest sha256:4db3310b8fdd44cd0c97482a930bafe996a2818af6c36648133f3614b7f2e12a done 04:03:07 #7 exporting config sha256:80847e8407b82115b4084439155fd3b55a12a64d1044a499e7c9a50853d0fbd9 done 04:03:07 #7 exporting manifest sha256:9dcb4523d63b408998dc86be472c5320965d4dc0fd1eae8e812196e06a6c30a8 done 04:03:07 #7 exporting config sha256:7200fbe8ca80af45bfe08984dac5a9c9484fa893de7f177e5fc6f2fb6fa3b97f done 04:03:07 #7 exporting manifest list sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 done 04:03:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:07 #7 pushing layers 0.0s done 04:03:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.15@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 0.1s done 04:03:07 #7 DONE 0.1s 04:03:07 04:03:07 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:03:07 #8 DONE 0.0s 04:03:07 04:03:07 1 warning found (use --debug to expand): 04:03:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:08 #1 [internal] load build definition from Dockerfile 04:03:08 #1 transferring dockerfile: 228B done 04:03:08 #1 DONE 0.0s 04:03:08 04:03:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:08 #2 DONE 0.0s 04:03:08 04:03:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:08 #3 DONE 0.0s 04:03:08 04:03:08 #4 [internal] load .dockerignore 04:03:08 #4 transferring context: 2B done 04:03:08 #4 DONE 0.0s 04:03:08 04:03:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f done 04:03:08 #5 CACHED 04:03:08 04:03:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:08 #6 CACHED 04:03:08 04:03:08 #7 exporting to image 04:03:08 #7 exporting layers done 04:03:08 #7 exporting manifest sha256:4db3310b8fdd44cd0c97482a930bafe996a2818af6c36648133f3614b7f2e12a done 04:03:08 #7 exporting config sha256:80847e8407b82115b4084439155fd3b55a12a64d1044a499e7c9a50853d0fbd9 done 04:03:08 #7 exporting manifest sha256:9dcb4523d63b408998dc86be472c5320965d4dc0fd1eae8e812196e06a6c30a8 done 04:03:08 #7 exporting config sha256:7200fbe8ca80af45bfe08984dac5a9c9484fa893de7f177e5fc6f2fb6fa3b97f done 04:03:08 #7 exporting manifest list sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 done 04:03:08 #7 pushing layers 0.0s done 04:03:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 04:03:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 0.1s done 04:03:08 #7 DONE 0.1s 04:03:08 04:03:08 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:03:08 #8 DONE 0.0s 04:03:08 04:03:08 1 warning found (use --debug to expand): 04:03:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 04:03:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 04:03:09 #1 [internal] load build definition from Dockerfile 04:03:09 #1 transferring dockerfile: 179B done 04:03:09 #1 DONE 0.0s 04:03:09 04:03:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:03:09 #2 DONE 0.0s 04:03:09 04:03:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:03:09 #3 DONE 0.0s 04:03:09 04:03:09 #4 [internal] load .dockerignore 04:03:09 #4 transferring context: 2B done 04:03:09 #4 DONE 0.0s 04:03:09 04:03:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:09 #5 CACHED 04:03:09 04:03:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 04:03:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bab21f94939e1c731705493c40e950c2075119a969fcd6b1b59848e26ee6780f 0.0s done 04:03:09 #6 CACHED 04:03:09 04:03:09 #7 exporting to image 04:03:09 #7 exporting layers done 04:03:09 #7 exporting manifest sha256:4db3310b8fdd44cd0c97482a930bafe996a2818af6c36648133f3614b7f2e12a done 04:03:09 #7 exporting config sha256:80847e8407b82115b4084439155fd3b55a12a64d1044a499e7c9a50853d0fbd9 done 04:03:09 #7 exporting manifest sha256:9dcb4523d63b408998dc86be472c5320965d4dc0fd1eae8e812196e06a6c30a8 done 04:03:09 #7 exporting config sha256:7200fbe8ca80af45bfe08984dac5a9c9484fa893de7f177e5fc6f2fb6fa3b97f done 04:03:09 #7 exporting manifest list sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 04:03:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:09 #7 exporting manifest list sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 done 04:03:09 #7 pushing layers 0.0s done 04:03:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c328db987b33bc410589d84de0e61136391479c621daba76917a446113dccc66 0.1s done 04:03:09 #7 DONE 0.1s 04:03:09 04:03:09 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:03:09 #8 DONE 0.0s 04:03:09 04:03:09 1 warning found (use --debug to expand): 04:03:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:09 #1 [internal] load build definition from Dockerfile 04:03:09 #1 transferring dockerfile: 205B done 04:03:09 #1 DONE 0.0s 04:03:09 04:03:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:09 #2 DONE 0.0s 04:03:09 04:03:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:09 #3 DONE 0.0s 04:03:09 04:03:09 #4 [internal] load .dockerignore 04:03:09 #4 transferring context: 2B done 04:03:09 #4 DONE 0.0s 04:03:09 04:03:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 0.0s done 04:03:09 #5 DONE 0.1s 04:03:09 04:03:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 0.0s done 04:03:09 #6 DONE 0.0s 04:03:09 04:03:09 #7 exporting to image 04:03:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:09 #7 ... 04:03:09 04:03:09 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:03:09 #8 DONE 0.0s 04:03:09 04:03:09 #7 exporting to image 04:03:09 #7 exporting layers done 04:03:09 #7 exporting manifest sha256:95f3f8c4dc8b0034b9663e76f59bd234d2bcdd058501a78bf0f52c0456de1dc4 done 04:03:09 #7 exporting config sha256:1483805089810b5b43f5dd79f8dd1a7dad41dfaf02150de38bde94edc6844d24 done 04:03:09 #7 exporting manifest sha256:c573abb994531c120cfc89b700072f60b363b43ee40cbfc8186cad264fffe596 done 04:03:09 #7 exporting config sha256:3d7be0b44f945342a1a7ad4227e5404f2fba23f16c2a7113fef3ef459c26a28d done 04:03:09 #7 exporting manifest list sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 done 04:03:09 #7 pushing layers 04:03:09 #7 pushing layers 0.1s done 04:03:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 0.1s done 04:03:09 #7 DONE 0.2s 04:03:09 04:03:09 1 warning found (use --debug to expand): 04:03:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 04:03:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 04:03:10 #1 [internal] load build definition from Dockerfile 04:03:10 #1 transferring dockerfile: 171B done 04:03:10 #1 DONE 0.0s 04:03:10 04:03:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:03:10 #2 DONE 0.0s 04:03:10 04:03:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:03:10 #3 DONE 0.0s 04:03:10 04:03:10 #4 [internal] load .dockerignore 04:03:10 #4 transferring context: 2B done 04:03:10 #4 DONE 0.0s 04:03:10 04:03:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff done 04:03:10 #5 DONE 0.0s 04:03:10 04:03:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 0.0s done 04:03:10 #6 CACHED 04:03:10 04:03:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:10 #5 CACHED 04:03:10 04:03:10 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:03:10 #7 DONE 0.0s 04:03:10 04:03:10 #8 exporting to image 04:03:10 #8 exporting layers done 04:03:10 #8 exporting manifest sha256:95f3f8c4dc8b0034b9663e76f59bd234d2bcdd058501a78bf0f52c0456de1dc4 done 04:03:10 #8 exporting config sha256:1483805089810b5b43f5dd79f8dd1a7dad41dfaf02150de38bde94edc6844d24 done 04:03:10 #8 exporting manifest sha256:c573abb994531c120cfc89b700072f60b363b43ee40cbfc8186cad264fffe596 done 04:03:10 #8 exporting config sha256:3d7be0b44f945342a1a7ad4227e5404f2fba23f16c2a7113fef3ef459c26a28d done 04:03:10 #8 exporting manifest list sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 done 04:03:10 #8 pushing layers 0.0s done 04:03:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 0.1s done 04:03:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:10 #8 DONE 0.1s 04:03:10 04:03:10 1 warning found (use --debug to expand): 04:03:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 --push - 04:03:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15' 04:03:10 #1 [internal] load build definition from Dockerfile 04:03:10 #1 transferring dockerfile: 177B done 04:03:10 #1 DONE 0.0s 04:03:10 04:03:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 04:03:10 #2 DONE 0.0s 04:03:10 04:03:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15 04:03:10 #3 DONE 0.0s 04:03:10 04:03:10 #4 [internal] load .dockerignore 04:03:10 #4 transferring context: 2B done 04:03:10 #4 DONE 0.0s 04:03:10 04:03:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 0.0s done 04:03:10 #5 CACHED 04:03:10 04:03:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 0.0s done 04:03:10 #6 CACHED 04:03:10 04:03:10 #7 exporting to image 04:03:10 #7 exporting layers done 04:03:10 #7 exporting manifest sha256:95f3f8c4dc8b0034b9663e76f59bd234d2bcdd058501a78bf0f52c0456de1dc4 done 04:03:10 #7 exporting config sha256:1483805089810b5b43f5dd79f8dd1a7dad41dfaf02150de38bde94edc6844d24 done 04:03:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:11 #7 exporting manifest sha256:c573abb994531c120cfc89b700072f60b363b43ee40cbfc8186cad264fffe596 done 04:03:11 #7 exporting config sha256:3d7be0b44f945342a1a7ad4227e5404f2fba23f16c2a7113fef3ef459c26a28d done 04:03:11 #7 exporting manifest list sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 done 04:03:11 #7 pushing layers 0.0s done 04:03:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.15@sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 0.1s done 04:03:11 #7 DONE 0.1s 04:03:11 04:03:11 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:03:11 #8 DONE 0.0s 04:03:11 04:03:11 1 warning found (use --debug to expand): 04:03:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:11 #1 [internal] load build definition from Dockerfile 04:03:11 #1 transferring dockerfile: 218B done 04:03:11 #1 DONE 0.0s 04:03:11 04:03:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:11 #2 DONE 0.0s 04:03:11 04:03:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:11 #3 DONE 0.0s 04:03:11 04:03:11 #4 [internal] load .dockerignore 04:03:11 #4 transferring context: 2B done 04:03:11 #4 DONE 0.0s 04:03:11 04:03:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff done 04:03:11 #5 CACHED 04:03:11 04:03:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff done 04:03:11 #6 CACHED 04:03:11 04:03:11 #7 exporting to image 04:03:11 #7 exporting layers done 04:03:11 #7 exporting manifest sha256:95f3f8c4dc8b0034b9663e76f59bd234d2bcdd058501a78bf0f52c0456de1dc4 done 04:03:11 #7 exporting config sha256:1483805089810b5b43f5dd79f8dd1a7dad41dfaf02150de38bde94edc6844d24 done 04:03:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:11 #7 exporting manifest sha256:c573abb994531c120cfc89b700072f60b363b43ee40cbfc8186cad264fffe596 done 04:03:11 #7 exporting config sha256:3d7be0b44f945342a1a7ad4227e5404f2fba23f16c2a7113fef3ef459c26a28d done 04:03:11 #7 exporting manifest list sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 done 04:03:11 #7 pushing layers 0.0s done 04:03:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 0.1s done 04:03:11 #7 DONE 0.1s 04:03:11 04:03:11 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:03:11 #8 DONE 0.0s 04:03:11 04:03:11 1 warning found (use --debug to expand): 04:03:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 04:03:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 04:03:11 #1 [internal] load build definition from Dockerfile 04:03:11 #1 transferring dockerfile: 169B done 04:03:11 #1 DONE 0.0s 04:03:11 04:03:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:03:11 #2 DONE 0.0s 04:03:11 04:03:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:03:11 #3 DONE 0.0s 04:03:11 04:03:11 #4 [internal] load .dockerignore 04:03:11 #4 transferring context: 2B done 04:03:11 #4 DONE 0.0s 04:03:11 04:03:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff done 04:03:11 #5 CACHED 04:03:11 04:03:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 04:03:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:65744ba99b1d63049c04dd87415cc68c097db167dfb5a60f61d0597dbf9030ff 0.0s done 04:03:11 #6 CACHED 04:03:11 04:03:11 #7 exporting to image 04:03:11 #7 exporting layers done 04:03:11 #7 exporting manifest sha256:95f3f8c4dc8b0034b9663e76f59bd234d2bcdd058501a78bf0f52c0456de1dc4 done 04:03:11 #7 exporting config sha256:1483805089810b5b43f5dd79f8dd1a7dad41dfaf02150de38bde94edc6844d24 done 04:03:11 #7 exporting manifest sha256:c573abb994531c120cfc89b700072f60b363b43ee40cbfc8186cad264fffe596 done 04:03:11 #7 exporting config sha256:3d7be0b44f945342a1a7ad4227e5404f2fba23f16c2a7113fef3ef459c26a28d done 04:03:11 #7 exporting manifest list sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 done 04:03:11 #7 pushing layers 0.0s done 04:03:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 04:03:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2dc44703014dfba5c9da36216dd08afb2ad5ffbe5efb67505c9d0694356ebd47 0.1s done 04:03:12 #7 DONE 0.1s 04:03:12 04:03:12 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:03:12 #8 DONE 0.0s 04:03:12 04:03:12 1 warning found (use --debug to expand): 04:03:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:12 #1 [internal] load build definition from Dockerfile 04:03:12 #1 transferring dockerfile: 206B done 04:03:12 #1 DONE 0.0s 04:03:12 04:03:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:12 #2 DONE 0.0s 04:03:12 04:03:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:12 #3 DONE 0.0s 04:03:12 04:03:12 #4 [internal] load .dockerignore 04:03:12 #4 transferring context: 2B done 04:03:12 #4 DONE 0.0s 04:03:12 04:03:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:12 #5 DONE 0.0s 04:03:12 04:03:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:12 #6 DONE 0.0s 04:03:12 04:03:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:12 #5 DONE 0.1s 04:03:12 04:03:12 #7 exporting to image 04:03:12 #7 exporting layers done 04:03:12 #7 exporting manifest sha256:989817b4d44dc1aee3f71c2babc020c3a58242a05f77f4eb248c41217514c7c6 done 04:03:12 #7 exporting config sha256:52ac31068c6006755f43291b77fa12991b9084e82c1e1dc1623600b66531768c done 04:03:12 #7 exporting manifest sha256:a3f346de89433bfdcadb36afef5c7307f868ccc8aa5c3d5ef16b88782989b8d6 0.0s done 04:03:12 #7 exporting config sha256:0e22bb338afba01acbc5fd17095915cc9675d53499831afcc80af1974999e9a8 04:03:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:12 #7 ... 04:03:12 04:03:12 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:03:12 #8 DONE 0.0s 04:03:12 04:03:12 #7 exporting to image 04:03:12 #7 exporting config sha256:0e22bb338afba01acbc5fd17095915cc9675d53499831afcc80af1974999e9a8 done 04:03:12 #7 exporting manifest list sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 done 04:03:12 #7 pushing layers 0.1s done 04:03:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 04:03:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 0.1s done 04:03:12 #7 DONE 0.2s 04:03:12 04:03:12 1 warning found (use --debug to expand): 04:03:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 04:03:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 04:03:13 #1 [internal] load build definition from Dockerfile 04:03:13 #1 transferring dockerfile: 172B done 04:03:13 #1 DONE 0.0s 04:03:13 04:03:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:03:13 #2 DONE 0.0s 04:03:13 04:03:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:03:13 #3 DONE 0.0s 04:03:13 04:03:13 #4 [internal] load .dockerignore 04:03:13 #4 transferring context: 2B done 04:03:13 #4 DONE 0.0s 04:03:13 04:03:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:13 #5 DONE 0.0s 04:03:13 04:03:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:13 #6 CACHED 04:03:13 04:03:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:13 #5 CACHED 04:03:13 04:03:13 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:03:13 #7 DONE 0.0s 04:03:13 04:03:13 #8 exporting to image 04:03:13 #8 exporting layers done 04:03:13 #8 exporting manifest sha256:989817b4d44dc1aee3f71c2babc020c3a58242a05f77f4eb248c41217514c7c6 done 04:03:13 #8 exporting config sha256:52ac31068c6006755f43291b77fa12991b9084e82c1e1dc1623600b66531768c done 04:03:13 #8 exporting manifest sha256:a3f346de89433bfdcadb36afef5c7307f868ccc8aa5c3d5ef16b88782989b8d6 done 04:03:13 #8 exporting config sha256:0e22bb338afba01acbc5fd17095915cc9675d53499831afcc80af1974999e9a8 done 04:03:13 #8 exporting manifest list sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 done 04:03:13 #8 pushing layers 0.0s done 04:03:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 0.1s done 04:03:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:13 #8 DONE 0.1s 04:03:13 04:03:13 1 warning found (use --debug to expand): 04:03:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15' 04:03:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 --push - 04:03:13 #1 [internal] load build definition from Dockerfile 04:03:13 #1 transferring dockerfile: 178B done 04:03:13 #1 DONE 0.0s 04:03:13 04:03:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 04:03:13 #2 DONE 0.0s 04:03:13 04:03:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15 04:03:13 #3 DONE 0.0s 04:03:13 04:03:13 #4 [internal] load .dockerignore 04:03:13 #4 transferring context: 2B done 04:03:13 #4 DONE 0.0s 04:03:13 04:03:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 done 04:03:13 #5 CACHED 04:03:13 04:03:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:14 #6 CACHED 04:03:14 04:03:14 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:03:14 #7 DONE 0.0s 04:03:14 04:03:14 #8 exporting to image 04:03:14 #8 exporting layers done 04:03:14 #8 exporting manifest sha256:989817b4d44dc1aee3f71c2babc020c3a58242a05f77f4eb248c41217514c7c6 done 04:03:14 #8 exporting config sha256:52ac31068c6006755f43291b77fa12991b9084e82c1e1dc1623600b66531768c done 04:03:14 #8 exporting manifest sha256:a3f346de89433bfdcadb36afef5c7307f868ccc8aa5c3d5ef16b88782989b8d6 done 04:03:14 #8 exporting config sha256:0e22bb338afba01acbc5fd17095915cc9675d53499831afcc80af1974999e9a8 done 04:03:14 #8 exporting manifest list sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 done 04:03:14 #8 pushing layers 0.0s done 04:03:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.15@sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 0.1s done 04:03:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:14 #8 DONE 0.1s 04:03:14 04:03:14 1 warning found (use --debug to expand): 04:03:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:14 #1 [internal] load build definition from Dockerfile 04:03:14 #1 transferring dockerfile: 219B 0.0s done 04:03:14 #1 DONE 0.0s 04:03:14 04:03:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:14 #2 DONE 0.0s 04:03:14 04:03:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:14 #3 DONE 0.0s 04:03:14 04:03:14 #4 [internal] load .dockerignore 04:03:14 #4 transferring context: 2B done 04:03:14 #4 DONE 0.0s 04:03:14 04:03:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:14 #5 CACHED 04:03:14 04:03:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 0.0s done 04:03:14 #6 CACHED 04:03:14 04:03:14 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:03:14 #7 DONE 0.0s 04:03:14 04:03:14 #8 exporting to image 04:03:14 #8 exporting layers done 04:03:14 #8 exporting manifest sha256:989817b4d44dc1aee3f71c2babc020c3a58242a05f77f4eb248c41217514c7c6 done 04:03:14 #8 exporting config sha256:52ac31068c6006755f43291b77fa12991b9084e82c1e1dc1623600b66531768c done 04:03:14 #8 exporting manifest sha256:a3f346de89433bfdcadb36afef5c7307f868ccc8aa5c3d5ef16b88782989b8d6 done 04:03:14 #8 exporting config sha256:0e22bb338afba01acbc5fd17095915cc9675d53499831afcc80af1974999e9a8 done 04:03:14 #8 exporting manifest list sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 done 04:03:14 #8 pushing layers 0.0s done 04:03:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 0.1s done 04:03:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:14 #8 DONE 0.1s 04:03:14 04:03:14 1 warning found (use --debug to expand): 04:03:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 04:03:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 04:03:14 #1 [internal] load build definition from Dockerfile 04:03:14 #1 transferring dockerfile: 170B done 04:03:14 #1 DONE 0.0s 04:03:14 04:03:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:03:14 #2 DONE 0.0s 04:03:14 04:03:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:03:14 #3 DONE 0.0s 04:03:14 04:03:14 #4 [internal] load .dockerignore 04:03:14 #4 transferring context: 2B done 04:03:14 #4 DONE 0.0s 04:03:14 04:03:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 done 04:03:14 #5 CACHED 04:03:14 04:03:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 04:03:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:95733a8e600ebf276a6f6694be3d35092797156eff3efbb333d81b362fa9ee28 done 04:03:14 #6 CACHED 04:03:14 04:03:14 #7 exporting to image 04:03:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:15 #7 exporting layers done 04:03:15 #7 exporting manifest sha256:989817b4d44dc1aee3f71c2babc020c3a58242a05f77f4eb248c41217514c7c6 done 04:03:15 #7 exporting config sha256:52ac31068c6006755f43291b77fa12991b9084e82c1e1dc1623600b66531768c done 04:03:15 #7 exporting manifest sha256:a3f346de89433bfdcadb36afef5c7307f868ccc8aa5c3d5ef16b88782989b8d6 done 04:03:15 #7 exporting config sha256:0e22bb338afba01acbc5fd17095915cc9675d53499831afcc80af1974999e9a8 done 04:03:15 #7 exporting manifest list sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 done 04:03:15 #7 pushing layers 0.0s done 04:03:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:a76391e9952a96020a4e1bfd0f7c18363a2c000f9e319e1f29647863aa345291 0.1s done 04:03:15 #7 DONE 0.1s 04:03:15 04:03:15 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:03:15 #8 DONE 0.0s 04:03:15 04:03:15 1 warning found (use --debug to expand): 04:03:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:15 #1 [internal] load build definition from Dockerfile 04:03:15 #1 transferring dockerfile: 206B done 04:03:15 #1 DONE 0.0s 04:03:15 04:03:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:15 #2 DONE 0.0s 04:03:15 04:03:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:15 #3 DONE 0.0s 04:03:15 04:03:15 #4 [internal] load .dockerignore 04:03:15 #4 transferring context: 2B done 04:03:15 #4 DONE 0.0s 04:03:15 04:03:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 done 04:03:15 #5 DONE 0.0s 04:03:15 04:03:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 done 04:03:15 #6 DONE 0.1s 04:03:15 04:03:15 #7 exporting to image 04:03:15 #7 exporting layers done 04:03:15 #7 exporting manifest sha256:eb5ed86939179105054d1660be4a52c6aa317f8e3bddcffd068eb4527bbef441 done 04:03:15 #7 exporting config sha256:8d81e5e119a983d30d6c3bb8bc875fabe95a0e6d114c9045d4921c7c4d2ae7cd 04:03:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:15 #7 ... 04:03:15 04:03:15 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:03:15 #8 DONE 0.0s 04:03:15 04:03:15 #7 exporting to image 04:03:15 #7 exporting config sha256:8d81e5e119a983d30d6c3bb8bc875fabe95a0e6d114c9045d4921c7c4d2ae7cd done 04:03:15 #7 exporting manifest sha256:32c825588669167dc2b049f31a0c62d8117d45349d0a3d4c7f1fe63436fd73c1 done 04:03:15 #7 exporting config sha256:a0d3cf50758dc4bd16ef1b19622beedbfc1c4412fc7bd81907ef8de3a00115f2 done 04:03:15 #7 exporting manifest list sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 done 04:03:15 #7 pushing layers 0.1s done 04:03:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 04:03:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 0.1s done 04:03:15 #7 DONE 0.2s 04:03:15 04:03:15 1 warning found (use --debug to expand): 04:03:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 04:03:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 04:03:16 #1 [internal] load build definition from Dockerfile 04:03:16 #1 transferring dockerfile: 172B done 04:03:16 #1 DONE 0.0s 04:03:16 04:03:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:03:16 #2 DONE 0.0s 04:03:16 04:03:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:03:16 #3 DONE 0.0s 04:03:16 04:03:16 #4 [internal] load .dockerignore 04:03:16 #4 transferring context: 2B done 04:03:16 #4 DONE 0.0s 04:03:16 04:03:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 done 04:03:16 #5 CACHED 04:03:16 04:03:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 done 04:03:16 #6 CACHED 04:03:16 04:03:16 #7 exporting to image 04:03:16 #7 exporting layers done 04:03:16 #7 exporting manifest sha256:eb5ed86939179105054d1660be4a52c6aa317f8e3bddcffd068eb4527bbef441 done 04:03:16 #7 exporting config sha256:8d81e5e119a983d30d6c3bb8bc875fabe95a0e6d114c9045d4921c7c4d2ae7cd done 04:03:16 #7 exporting manifest sha256:32c825588669167dc2b049f31a0c62d8117d45349d0a3d4c7f1fe63436fd73c1 done 04:03:16 #7 exporting config sha256:a0d3cf50758dc4bd16ef1b19622beedbfc1c4412fc7bd81907ef8de3a00115f2 done 04:03:16 #7 exporting manifest list sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 04:03:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:16 #7 exporting manifest list sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 done 04:03:16 #7 pushing layers 0.0s done 04:03:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 0.1s done 04:03:16 #7 DONE 0.1s 04:03:16 04:03:16 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:03:16 #8 DONE 0.0s 04:03:16 04:03:16 1 warning found (use --debug to expand): 04:03:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15' 04:03:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 --push - 04:03:16 #1 [internal] load build definition from Dockerfile 04:03:16 #1 transferring dockerfile: 178B done 04:03:16 #1 DONE 0.0s 04:03:16 04:03:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 04:03:16 #2 DONE 0.0s 04:03:16 04:03:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15 04:03:16 #3 DONE 0.0s 04:03:16 04:03:16 #4 [internal] load .dockerignore 04:03:16 #4 transferring context: 2B done 04:03:16 #4 DONE 0.0s 04:03:16 04:03:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 done 04:03:16 #5 CACHED 04:03:16 04:03:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 0.0s done 04:03:16 #6 CACHED 04:03:16 04:03:16 #7 exporting to image 04:03:16 #7 exporting layers done 04:03:16 #7 exporting manifest sha256:eb5ed86939179105054d1660be4a52c6aa317f8e3bddcffd068eb4527bbef441 done 04:03:16 #7 exporting config sha256:8d81e5e119a983d30d6c3bb8bc875fabe95a0e6d114c9045d4921c7c4d2ae7cd done 04:03:16 #7 exporting manifest sha256:32c825588669167dc2b049f31a0c62d8117d45349d0a3d4c7f1fe63436fd73c1 done 04:03:16 #7 exporting config sha256:a0d3cf50758dc4bd16ef1b19622beedbfc1c4412fc7bd81907ef8de3a00115f2 done 04:03:16 #7 exporting manifest list sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 done 04:03:16 #7 pushing layers 04:03:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:17 #7 pushing layers 0.0s done 04:03:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.15@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 0.1s done 04:03:17 #7 DONE 0.1s 04:03:17 04:03:17 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:03:17 #8 DONE 0.0s 04:03:17 04:03:17 1 warning found (use --debug to expand): 04:03:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:17 #1 [internal] load build definition from Dockerfile 04:03:17 #1 transferring dockerfile: 219B done 04:03:17 #1 DONE 0.0s 04:03:17 04:03:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:17 #2 DONE 0.0s 04:03:17 04:03:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:17 #3 DONE 0.0s 04:03:17 04:03:17 #4 [internal] load .dockerignore 04:03:17 #4 transferring context: 2B done 04:03:17 #4 DONE 0.0s 04:03:17 04:03:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 0.0s done 04:03:17 #5 CACHED 04:03:17 04:03:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 0.0s done 04:03:17 #6 CACHED 04:03:17 04:03:17 #7 exporting to image 04:03:17 #7 exporting layers done 04:03:17 #7 exporting manifest sha256:eb5ed86939179105054d1660be4a52c6aa317f8e3bddcffd068eb4527bbef441 done 04:03:17 #7 exporting config sha256:8d81e5e119a983d30d6c3bb8bc875fabe95a0e6d114c9045d4921c7c4d2ae7cd done 04:03:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:17 #7 exporting manifest sha256:32c825588669167dc2b049f31a0c62d8117d45349d0a3d4c7f1fe63436fd73c1 done 04:03:17 #7 exporting config sha256:a0d3cf50758dc4bd16ef1b19622beedbfc1c4412fc7bd81907ef8de3a00115f2 done 04:03:17 #7 exporting manifest list sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 done 04:03:17 #7 pushing layers 0.0s done 04:03:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 0.1s done 04:03:17 #7 DONE 0.1s 04:03:17 04:03:17 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:03:17 #8 DONE 0.0s 04:03:17 04:03:17 1 warning found (use --debug to expand): 04:03:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 04:03:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 04:03:18 #1 [internal] load build definition from Dockerfile 04:03:18 #1 transferring dockerfile: 170B done 04:03:18 #1 DONE 0.0s 04:03:18 04:03:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:03:18 #2 DONE 0.0s 04:03:18 04:03:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:03:18 #3 DONE 0.0s 04:03:18 04:03:18 #4 [internal] load .dockerignore 04:03:18 #4 transferring context: 2B done 04:03:18 #4 DONE 0.0s 04:03:18 04:03:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 done 04:03:18 #5 CACHED 04:03:18 04:03:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 04:03:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:9169cc14183b7c3273d94ca5d85c30573e31189c43ddd88462d71834e2648856 0.0s done 04:03:18 #6 CACHED 04:03:18 04:03:18 #7 exporting to image 04:03:18 #7 exporting layers done 04:03:18 #7 exporting manifest sha256:eb5ed86939179105054d1660be4a52c6aa317f8e3bddcffd068eb4527bbef441 done 04:03:18 #7 exporting config sha256:8d81e5e119a983d30d6c3bb8bc875fabe95a0e6d114c9045d4921c7c4d2ae7cd done 04:03:18 #7 exporting manifest sha256:32c825588669167dc2b049f31a0c62d8117d45349d0a3d4c7f1fe63436fd73c1 done 04:03:18 #7 exporting config sha256:a0d3cf50758dc4bd16ef1b19622beedbfc1c4412fc7bd81907ef8de3a00115f2 done 04:03:18 #7 exporting manifest list sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 done 04:03:18 #7 pushing layers 0.0s done 04:03:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 04:03:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:ac744c87066eb4558941c3929c93b241ce5f91860ff0443fe810d5685fd8b4b2 0.1s done 04:03:18 #7 DONE 0.1s 04:03:18 04:03:18 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:03:18 #8 DONE 0.0s 04:03:18 04:03:18 1 warning found (use --debug to expand): 04:03:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:18 #1 [internal] load build definition from Dockerfile 04:03:18 #1 transferring dockerfile: 206B done 04:03:18 #1 DONE 0.0s 04:03:18 04:03:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:18 #2 DONE 0.0s 04:03:18 04:03:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:18 #3 DONE 0.0s 04:03:18 04:03:18 #4 [internal] load .dockerignore 04:03:18 #4 transferring context: 2B done 04:03:18 #4 DONE 0.0s 04:03:18 04:03:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:18 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:18 #5 DONE 0.0s 04:03:18 04:03:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:18 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:18 #6 DONE 0.0s 04:03:18 04:03:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:18 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:18 #5 DONE 0.1s 04:03:18 04:03:18 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:03:18 #7 DONE 0.0s 04:03:18 04:03:18 #8 exporting to image 04:03:18 #8 exporting layers done 04:03:18 #8 exporting manifest sha256:68c542b051919a2b6c54d88d1e5d6f15737c9a6c5f8ff465fe9edd7d8de98d68 done 04:03:18 #8 exporting config sha256:3c8c97bf376244943505bc9d7b20dab29841632ef4573fc6aee1d174ee58a41d done 04:03:18 #8 exporting manifest sha256:86e6fe8b8c8515cf03c9d329a36325aa438d609be959b9a72011012235255edf done 04:03:18 #8 exporting config sha256:626687b967b162776ba50a748fced471d0231048cb6f243ab7a5e3eaf72810c1 done 04:03:18 #8 exporting manifest list sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 done 04:03:18 #8 pushing layers 0.1s done 04:03:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 04:03:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 0.1s done 04:03:18 #8 DONE 0.2s 04:03:18 04:03:18 1 warning found (use --debug to expand): 04:03:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 04:03:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 04:03:19 #1 [internal] load build definition from Dockerfile 04:03:19 #1 transferring dockerfile: 172B done 04:03:19 #1 DONE 0.0s 04:03:19 04:03:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:03:19 #2 DONE 0.0s 04:03:19 04:03:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:03:19 #3 DONE 0.0s 04:03:19 04:03:19 #4 [internal] load .dockerignore 04:03:19 #4 transferring context: 2B done 04:03:19 #4 DONE 0.0s 04:03:19 04:03:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:19 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:19 #5 CACHED 04:03:19 04:03:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:19 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:19 #6 CACHED 04:03:19 04:03:19 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:03:19 #7 DONE 0.0s 04:03:19 04:03:19 #8 exporting to image 04:03:19 #8 exporting layers done 04:03:19 #8 exporting manifest sha256:68c542b051919a2b6c54d88d1e5d6f15737c9a6c5f8ff465fe9edd7d8de98d68 done 04:03:19 #8 exporting config sha256:3c8c97bf376244943505bc9d7b20dab29841632ef4573fc6aee1d174ee58a41d done 04:03:19 #8 exporting manifest sha256:86e6fe8b8c8515cf03c9d329a36325aa438d609be959b9a72011012235255edf done 04:03:19 #8 exporting config sha256:626687b967b162776ba50a748fced471d0231048cb6f243ab7a5e3eaf72810c1 done 04:03:19 #8 exporting manifest list sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 done 04:03:19 #8 pushing layers 0.0s done 04:03:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 0.1s done 04:03:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:19 #8 DONE 0.1s 04:03:19 04:03:19 1 warning found (use --debug to expand): 04:03:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 --push - 04:03:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15' 04:03:19 #1 [internal] load build definition from Dockerfile 04:03:19 #1 transferring dockerfile: 178B done 04:03:19 #1 DONE 0.0s 04:03:19 04:03:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 04:03:19 #2 DONE 0.0s 04:03:19 04:03:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15 04:03:19 #3 DONE 0.0s 04:03:19 04:03:19 #4 [internal] load .dockerignore 04:03:19 #4 transferring context: 2B done 04:03:19 #4 DONE 0.0s 04:03:19 04:03:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:19 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:19 #5 CACHED 04:03:19 04:03:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:19 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:19 #6 CACHED 04:03:19 04:03:19 #7 exporting to image 04:03:19 #7 exporting layers done 04:03:19 #7 exporting manifest sha256:68c542b051919a2b6c54d88d1e5d6f15737c9a6c5f8ff465fe9edd7d8de98d68 04:03:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:20 #7 exporting manifest sha256:68c542b051919a2b6c54d88d1e5d6f15737c9a6c5f8ff465fe9edd7d8de98d68 done 04:03:20 #7 exporting config sha256:3c8c97bf376244943505bc9d7b20dab29841632ef4573fc6aee1d174ee58a41d done 04:03:20 #7 exporting manifest sha256:86e6fe8b8c8515cf03c9d329a36325aa438d609be959b9a72011012235255edf done 04:03:20 #7 exporting config sha256:626687b967b162776ba50a748fced471d0231048cb6f243ab7a5e3eaf72810c1 done 04:03:20 #7 exporting manifest list sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 done 04:03:20 #7 pushing layers 0.0s done 04:03:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.15@sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 0.1s done 04:03:20 #7 DONE 0.1s 04:03:20 04:03:20 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:03:20 #8 DONE 0.0s 04:03:20 04:03:20 1 warning found (use --debug to expand): 04:03:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:20 #1 [internal] load build definition from Dockerfile 04:03:20 #1 transferring dockerfile: 219B done 04:03:20 #1 DONE 0.0s 04:03:20 04:03:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:20 #2 DONE 0.0s 04:03:20 04:03:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:20 #3 DONE 0.0s 04:03:20 04:03:20 #4 [internal] load .dockerignore 04:03:20 #4 transferring context: 2B done 04:03:20 #4 DONE 0.0s 04:03:20 04:03:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:20 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:20 #5 CACHED 04:03:20 04:03:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:20 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:20 #6 CACHED 04:03:20 04:03:20 #7 exporting to image 04:03:20 #7 exporting layers done 04:03:20 #7 exporting manifest sha256:68c542b051919a2b6c54d88d1e5d6f15737c9a6c5f8ff465fe9edd7d8de98d68 done 04:03:20 #7 exporting config sha256:3c8c97bf376244943505bc9d7b20dab29841632ef4573fc6aee1d174ee58a41d 04:03:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:20 #7 exporting config sha256:3c8c97bf376244943505bc9d7b20dab29841632ef4573fc6aee1d174ee58a41d done 04:03:20 #7 exporting manifest sha256:86e6fe8b8c8515cf03c9d329a36325aa438d609be959b9a72011012235255edf done 04:03:20 #7 exporting config sha256:626687b967b162776ba50a748fced471d0231048cb6f243ab7a5e3eaf72810c1 done 04:03:20 #7 exporting manifest list sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 done 04:03:20 #7 pushing layers 0.0s done 04:03:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 0.1s done 04:03:20 #7 DONE 0.1s 04:03:20 04:03:20 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:03:20 #8 DONE 0.0s 04:03:20 04:03:20 1 warning found (use --debug to expand): 04:03:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 04:03:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 04:03:20 #1 [internal] load build definition from Dockerfile 04:03:20 #1 transferring dockerfile: 170B done 04:03:20 #1 DONE 0.0s 04:03:20 04:03:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:03:20 #2 DONE 0.0s 04:03:20 04:03:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:03:20 #3 DONE 0.0s 04:03:20 04:03:20 #4 [internal] load .dockerignore 04:03:20 #4 transferring context: 2B done 04:03:20 #4 DONE 0.0s 04:03:20 04:03:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:20 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:20 #5 CACHED 04:03:20 04:03:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 04:03:20 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb715f5d31c40798c667389e4d503894176ebd3f0c05204aff1bc3ced93a67b7 0.0s done 04:03:20 #6 CACHED 04:03:20 04:03:20 #7 exporting to image 04:03:20 #7 exporting layers done 04:03:20 #7 exporting manifest sha256:68c542b051919a2b6c54d88d1e5d6f15737c9a6c5f8ff465fe9edd7d8de98d68 done 04:03:20 #7 exporting config sha256:3c8c97bf376244943505bc9d7b20dab29841632ef4573fc6aee1d174ee58a41d done 04:03:20 #7 exporting manifest sha256:86e6fe8b8c8515cf03c9d329a36325aa438d609be959b9a72011012235255edf done 04:03:20 #7 exporting config sha256:626687b967b162776ba50a748fced471d0231048cb6f243ab7a5e3eaf72810c1 done 04:03:20 #7 exporting manifest list sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 done 04:03:20 #7 pushing layers 04:03:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:21 #7 pushing layers 0.0s done 04:03:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5b3e55d04c4b0d0b26628babc50cac8de5fa4c88f51dc373829866b860c79f02 0.1s done 04:03:21 #7 DONE 0.1s 04:03:21 04:03:21 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:03:21 #8 DONE 0.0s 04:03:21 04:03:21 1 warning found (use --debug to expand): 04:03:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350' 04:03:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 --push - 04:03:21 #1 [internal] load build definition from Dockerfile 04:03:21 #1 transferring dockerfile: 202B done 04:03:21 #1 DONE 0.0s 04:03:21 04:03:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:21 #2 DONE 0.0s 04:03:21 04:03:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:03:21 #3 DONE 0.0s 04:03:21 04:03:21 #4 [internal] load .dockerignore 04:03:21 #4 transferring context: 2B 0.0s done 04:03:21 #4 DONE 0.0s 04:03:21 04:03:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:21 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 0.0s done 04:03:21 #5 DONE 0.0s 04:03:21 04:03:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:21 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 0.0s done 04:03:21 #6 DONE 0.1s 04:03:21 04:03:21 #7 exporting to image 04:03:21 #7 exporting layers done 04:03:21 #7 exporting manifest sha256:2e98f16af187824db9852d90d849772ed90c365f680dea0c5cc360c104a3a286 done 04:03:21 #7 exporting config sha256:e2e697d9bcbb9340b9d68b79c518cc08e2f58cc777420e58dfe5f3ab92d27605 done 04:03:21 #7 exporting manifest sha256:9ad6bf8bbb7ebfd2fdc7bf3b3bc2096754ab5fcfde28ef7715341ad56ec55fb7 done 04:03:21 #7 exporting config sha256:4d256fe23778826384bc9c6a3867c2cb94946e1f7d318002c7eb26b6de958bb5 done 04:03:21 #7 exporting manifest list sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee done 04:03:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:21 #7 ... 04:03:21 04:03:21 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:03:21 #8 DONE 0.0s 04:03:21 04:03:21 #7 exporting to image 04:03:21 #7 pushing layers 0.1s done 04:03:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 04:03:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 0.1s done 04:03:21 #7 DONE 0.2s 04:03:21 04:03:21 1 warning found (use --debug to expand): 04:03:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 04:03:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 04:03:22 #1 [internal] load build definition from Dockerfile 04:03:22 #1 transferring dockerfile: 168B done 04:03:22 #1 DONE 0.0s 04:03:22 04:03:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:03:22 #2 DONE 0.0s 04:03:22 04:03:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:03:22 #3 DONE 0.0s 04:03:22 04:03:22 #4 [internal] load .dockerignore 04:03:22 #4 transferring context: 2B done 04:03:22 #4 DONE 0.0s 04:03:22 04:03:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:22 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 done 04:03:22 #5 CACHED 04:03:22 04:03:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:22 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 done 04:03:22 #6 CACHED 04:03:22 04:03:22 #7 exporting to image 04:03:22 #7 exporting layers done 04:03:22 #7 exporting manifest sha256:2e98f16af187824db9852d90d849772ed90c365f680dea0c5cc360c104a3a286 done 04:03:22 #7 exporting config sha256:e2e697d9bcbb9340b9d68b79c518cc08e2f58cc777420e58dfe5f3ab92d27605 04:03:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:22 #7 exporting config sha256:e2e697d9bcbb9340b9d68b79c518cc08e2f58cc777420e58dfe5f3ab92d27605 done 04:03:22 #7 exporting manifest sha256:9ad6bf8bbb7ebfd2fdc7bf3b3bc2096754ab5fcfde28ef7715341ad56ec55fb7 done 04:03:22 #7 exporting config sha256:4d256fe23778826384bc9c6a3867c2cb94946e1f7d318002c7eb26b6de958bb5 done 04:03:22 #7 exporting manifest list sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee done 04:03:22 #7 pushing layers 0.0s done 04:03:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 0.1s done 04:03:22 #7 DONE 0.1s 04:03:22 04:03:22 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:03:22 #8 DONE 0.0s 04:03:22 04:03:22 1 warning found (use --debug to expand): 04:03:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15' 04:03:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 --push - 04:03:22 #1 [internal] load build definition from Dockerfile 04:03:22 #1 transferring dockerfile: 174B done 04:03:22 #1 DONE 0.0s 04:03:22 04:03:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 04:03:22 #2 DONE 0.0s 04:03:22 04:03:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15 04:03:22 #3 DONE 0.0s 04:03:22 04:03:22 #4 [internal] load .dockerignore 04:03:22 #4 transferring context: 2B done 04:03:22 #4 DONE 0.0s 04:03:22 04:03:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:22 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 0.0s done 04:03:22 #5 CACHED 04:03:22 04:03:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:22 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 done 04:03:22 #6 CACHED 04:03:22 04:03:22 #7 exporting to image 04:03:22 #7 exporting layers done 04:03:22 #7 exporting manifest sha256:2e98f16af187824db9852d90d849772ed90c365f680dea0c5cc360c104a3a286 done 04:03:22 #7 exporting config sha256:e2e697d9bcbb9340b9d68b79c518cc08e2f58cc777420e58dfe5f3ab92d27605 done 04:03:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:23 #7 exporting manifest sha256:9ad6bf8bbb7ebfd2fdc7bf3b3bc2096754ab5fcfde28ef7715341ad56ec55fb7 done 04:03:23 #7 exporting config sha256:4d256fe23778826384bc9c6a3867c2cb94946e1f7d318002c7eb26b6de958bb5 done 04:03:23 #7 exporting manifest list sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee done 04:03:23 #7 pushing layers 0.0s done 04:03:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.15@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 0.1s done 04:03:23 #7 DONE 0.1s 04:03:23 04:03:23 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:03:23 #8 DONE 0.0s 04:03:23 04:03:23 1 warning found (use --debug to expand): 04:03:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15' 04:03:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 --push - 04:03:23 #1 [internal] load build definition from Dockerfile 04:03:23 #1 transferring dockerfile: 215B done 04:03:23 #1 DONE 0.0s 04:03:23 04:03:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:23 #2 DONE 0.0s 04:03:23 04:03:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:03:23 #3 DONE 0.0s 04:03:23 04:03:23 #4 [internal] load .dockerignore 04:03:23 #4 transferring context: 2B done 04:03:23 #4 DONE 0.0s 04:03:23 04:03:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:23 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 done 04:03:23 #5 CACHED 04:03:23 04:03:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:23 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 0.0s done 04:03:23 #6 CACHED 04:03:23 04:03:23 #7 exporting to image 04:03:23 #7 exporting layers done 04:03:23 #7 exporting manifest sha256:2e98f16af187824db9852d90d849772ed90c365f680dea0c5cc360c104a3a286 done 04:03:23 #7 exporting config sha256:e2e697d9bcbb9340b9d68b79c518cc08e2f58cc777420e58dfe5f3ab92d27605 done 04:03:23 #7 exporting manifest sha256:9ad6bf8bbb7ebfd2fdc7bf3b3bc2096754ab5fcfde28ef7715341ad56ec55fb7 done 04:03:23 #7 exporting config sha256:4d256fe23778826384bc9c6a3867c2cb94946e1f7d318002c7eb26b6de958bb5 done 04:03:23 #7 exporting manifest list sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee done 04:03:23 #7 pushing layers 0.0s done 04:03:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 04:03:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 0.1s done 04:03:23 #7 DONE 0.1s 04:03:23 04:03:23 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:03:23 #8 DONE 0.0s 04:03:23 04:03:23 1 warning found (use --debug to expand): 04:03:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:03:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 04:03:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 04:03:23 #1 [internal] load build definition from Dockerfile 04:03:23 #1 transferring dockerfile: 166B done 04:03:23 #1 DONE 0.0s 04:03:23 04:03:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:03:23 #2 DONE 0.0s 04:03:23 04:03:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:03:23 #3 DONE 0.0s 04:03:23 04:03:23 #4 [internal] load .dockerignore 04:03:23 #4 transferring context: 2B done 04:03:23 #4 DONE 0.0s 04:03:23 04:03:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:23 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 0.0s done 04:03:23 #5 CACHED 04:03:23 04:03:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 04:03:23 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b6930ed68a2a7c66623567d346f5c8e516690ee2e9dd3e03f80762709af819e9 0.0s done 04:03:23 #6 CACHED 04:03:23 04:03:23 #7 exporting to image 04:03:23 #7 exporting layers done 04:03:23 #7 exporting manifest sha256:2e98f16af187824db9852d90d849772ed90c365f680dea0c5cc360c104a3a286 done 04:03:23 #7 exporting config sha256:e2e697d9bcbb9340b9d68b79c518cc08e2f58cc777420e58dfe5f3ab92d27605 done 04:03:23 #7 exporting manifest sha256:9ad6bf8bbb7ebfd2fdc7bf3b3bc2096754ab5fcfde28ef7715341ad56ec55fb7 done 04:03:23 #7 exporting config sha256:4d256fe23778826384bc9c6a3867c2cb94946e1f7d318002c7eb26b6de958bb5 done 04:03:23 #7 exporting manifest list sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee done 04:03:23 #7 pushing layers 0.0s done 04:03:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 04:03:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:03:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0cf56926e96ac61d09d90c282218a408248ba735acf26e0f08dd6bdcba4ac4ee 0.1s done 04:03:24 #7 DONE 0.1s 04:03:24 04:03:24 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:03:24 #8 DONE 0.0s 04:03:24 04:03:24 1 warning found (use --debug to expand): 04:03:24  - 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 04:03:24 + '[' -d /w/workspace/edgex-go/842/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:03:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:03:25 ---> package-listing.sh 04:03:25 ++ facter osfamily 04:03:25 ++ tr '[:upper:]' '[:lower:]' 04:03:25 + OS_FAMILY=redhat 04:03:25 + workspace=/w/workspace/edgex-go/842 04:03:25 + START_PACKAGES=/tmp/packages_start.txt 04:03:25 + END_PACKAGES=/tmp/packages_end.txt 04:03:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:03:25 + PACKAGES=/tmp/packages_start.txt 04:03:25 + '[' /w/workspace/edgex-go/842 ']' 04:03:25 + PACKAGES=/tmp/packages_end.txt 04:03:25 + case "${OS_FAMILY}" in 04:03:25 + sort 04:03:25 + rpm -qa 04:03:26 + '[' -f /tmp/packages_start.txt ']' 04:03:26 + '[' -f /tmp/packages_end.txt ']' 04:03:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:03:26 + '[' /w/workspace/edgex-go/842 ']' 04:03:26 + mkdir -p /w/workspace/edgex-go/842/archives/ 04:03:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/842/archives/ [Pipeline] echo 04:03:26 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/842/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:03:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:27 04:03:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:27 latest: Pulling from edgex-lftools-log-publisher 04:03:27 5eb5b503b376: Pulling fs layer 04:03:27 5c69ac0246d0: Pulling fs layer 04:03:27 ec43610c2a17: Pulling fs layer 04:03:27 3a2ae6a8a46f: Pulling fs layer 04:03:27 33b1e0a273af: Pulling fs layer 04:03:27 5d3b04190fa2: Pulling fs layer 04:03:27 2f39f015ded8: Pulling fs layer 04:03:27 3a2ae6a8a46f: Waiting 04:03:27 33b1e0a273af: Waiting 04:03:27 5d3b04190fa2: Waiting 04:03:27 2f39f015ded8: Waiting 04:03:27 5c69ac0246d0: Verifying Checksum 04:03:27 5c69ac0246d0: Download complete 04:03:27 3a2ae6a8a46f: Verifying Checksum 04:03:27 3a2ae6a8a46f: Download complete 04:03:27 ec43610c2a17: Verifying Checksum 04:03:27 ec43610c2a17: Download complete 04:03:27 33b1e0a273af: Verifying Checksum 04:03:27 33b1e0a273af: Download complete 04:03:27 5d3b04190fa2: Verifying Checksum 04:03:27 5d3b04190fa2: Download complete 04:03:27 5eb5b503b376: Verifying Checksum 04:03:27 5eb5b503b376: Download complete 04:03:28 2f39f015ded8: Download complete 04:03:28 5eb5b503b376: Pull complete 04:03:28 5c69ac0246d0: Pull complete 04:03:29 ec43610c2a17: Pull complete 04:03:29 3a2ae6a8a46f: Pull complete 04:03:29 33b1e0a273af: Pull complete 04:03:29 5d3b04190fa2: Pull complete 04:03:34 2f39f015ded8: Pull complete 04:03:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:03:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:34 prd-centos7-docker-4c-2g-2391 does not seem to be running inside a container 04:03:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/842/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:03:37 $ docker top 228e1736f54fa88a0cac3f100742fd8d59f92876cebbcb6d0b3f36357a7e1fd9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:37 + touch /tmp/pre-build-complete [Pipeline] sh 04:03:38 + mkdir -p /var/log/sysstat [Pipeline] sh 04:03:38 + ls /var/log/sa-host 04:03:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:03:38 provisioning config files... 04:03:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4488142804765155956tmp [Pipeline] { [Pipeline] echo 04:03:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:03:38 ---> create-netrc.sh [Pipeline] } 04:03:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:03:39 ---> python-tools-install.sh [Pipeline] echo 04:03:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:03:39 ---> sudo-logs.sh 04:03:39 Archiving 'sudo' log.. 04:03:39 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:03:39 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 04:03:39 $ docker stop --time=1 228e1736f54fa88a0cac3f100742fd8d59f92876cebbcb6d0b3f36357a7e1fd9 04:03:40 $ docker rm -f --volumes 228e1736f54fa88a0cac3f100742fd8d59f92876cebbcb6d0b3f36357a7e1fd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 04:03:40 [WS-CLEANUP] Deleting project workspace... 04:03:40 [WS-CLEANUP] Deferred wipeout is used... 04:03:40 [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] } 04:16:12 #154 ... 04:16:12 04:16:12 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:16:12 #147 DONE 1052.5s 04:16:12 04:16:12 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:16:12 #148 ... 04:16:12 04:16:12 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:16:12 #155 DONE 0.3s 04:16:12 04:16:12 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:16:12 #152 ... 04:16:12 04:16:12 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:16:12 #156 DONE 0.1s 04:16:12 04:16:12 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:16:12 #157 DONE 0.2s 04:16:12 04:16:12 #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 04:16:12 #158 DONE 0.2s 04:16:12 04:16:12 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:16:12 #159 DONE 0.2s 04:16:12 04:16:12 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:16:12 #160 DONE 2.2s 04:16:12 04:16:12 #103 [core-common-config-bootstrapper] exporting to image 04:16:12 #103 exporting layers 04:16:12 #103 exporting layers 0.7s done 04:16:12 #103 writing image sha256:3c3ccd3107dcc6ef4177dc7a22a01e3668f28a23e90a5c0c3457986018e23174 done 04:16:12 #103 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 04:16:12 #103 DONE 6.9s 04:16:12 04:16:12 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:16:22 #151 ... 04:16:22 04:16:22 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:16:22 #149 DONE 1073.8s 04:16:22 04:16:22 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:16:22 #161 DONE 0.4s 04:16:22 04:16:22 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:22 #153 ... 04:16:22 04:16:22 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:16:24 #162 DONE 2.3s 04:16:24 04:16:24 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:24 #153 ... 04:16:24 04:16:24 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 04:16:24 #163 DONE 0.4s 04:16:24 04:16:24 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:16:25 #164 DONE 0.2s 04:16:25 04:16:25 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:16:25 #165 DONE 0.2s 04:16:25 04:16:25 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:16:25 #127 ... 04:16:25 04:16:25 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:16:25 #166 DONE 0.1s 04:16:25 04:16:25 #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/ 04:16:25 #167 DONE 0.1s 04:16:25 04:16:25 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:25 #153 ... 04:16:25 04:16:25 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 04:16:25 #168 DONE 0.2s 04:16:25 04:16:25 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 04:16:25 #169 DONE 0.1s 04:16:25 04:16:25 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:16:25 #154 ... 04:16:25 04:16:25 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:16:25 #170 DONE 0.1s 04:16:26 04:16:26 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:16:28 #171 DONE 2.0s 04:16:28 04:16:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:16:28 #153 ... 04:16:28 04:16:28 #103 [security-bootstrapper] exporting to image 04:16:28 #103 exporting layers 04:16:29 #103 exporting layers 1.1s done 04:16:29 #103 writing image sha256:cccace4b23bd7dace2652964da1cbac1b54abeaa42e0cf4c9d609f9c6807467a done 04:16:29 #103 naming to docker.io/library/security-bootstrapper-arm64 done 04:16:29 #103 DONE 8.0s 04:16:29 04:16:29 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:30:51 #153 ... 04:30:51 04:30:51 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:30:51 #152 DONE 1930.5s 04:30:51 04:30:51 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:30:51 #153 ... 04:30:51 04:30:51 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:30:51 #172 DONE 0.1s 04:30:51 04:30:51 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:30:51 #173 DONE 0.2s 04:30:51 04:30:51 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:30:51 #174 DONE 0.3s 04:30:51 04:30:51 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:30:51 #175 DONE 0.1s 04:30:51 04:30:51 #150 [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:30:51 #150 ... 04:30:51 04:30:51 #103 [core-command] exporting to image 04:30:51 #103 exporting layers 04:30:51 #103 exporting layers 0.4s done 04:30:51 #103 writing image sha256:f24cd0c3e4770231a15906c3dd6e0dc58edba82cd2b0ed31e22159e3324c682a done 04:30:51 #103 naming to docker.io/library/core-command-arm64 done 04:30:51 #103 DONE 8.4s 04:30:51 04:30:51 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:30:59 #153 ... 04:30:59 04:30:59 #150 [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:30:59 #150 1951.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.15 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:31:07 #150 ... 04:31:07 04:31:07 #134 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:31:07 #134 DONE 1959.4s 04:31:07 04:31:07 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:31:07 #148 ... 04:31:07 04:31:07 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:31:07 #176 DONE 0.3s 04:31:07 04:31:07 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:31:08 #177 DONE 0.2s 04:31:08 04:31:08 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:31:08 #153 ... 04:31:08 04:31:08 #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:31:08 #178 DONE 0.2s 04:31:08 04:31:08 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:31:08 #179 DONE 0.1s 04:31:08 04:31:08 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:31:09 #180 DONE 0.3s 04:31:09 04:31:09 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:31:09 #181 DONE 0.2s 04:31:09 04:31:09 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:31:10 #182 DONE 1.7s 04:31:10 04:31:10 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:31:10 #153 ... 04:31:10 04:31:10 #103 [security-proxy-setup] exporting to image 04:31:10 #103 exporting layers 04:31:11 #103 exporting layers 0.9s done 04:31:11 #103 writing image sha256:c242dd690456c6714e360686c5db9c8de0074c81e6d14b045da1e29b38ec2ad7 done 04:31:11 #103 naming to docker.io/library/security-proxy-setup-arm64 done 04:31:11 #103 DONE 9.3s 04:31:11 04:31:11 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:31:33 #153 ... 04:31:33 04:31:33 #150 [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:31:33 #150 DONE 1983.4s 04:31:33 04:31:33 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:31:33 #127 ... 04:31:33 04:31:33 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:31:33 #183 DONE 0.3s 04:31:33 04:31:33 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:31:33 #184 DONE 0.2s 04:31:33 04:31:33 #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:31:33 #185 DONE 0.2s 04:31:33 04:31:33 #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:31:33 #186 DONE 0.1s 04:31:33 04:31:33 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:31:33 #187 DONE 0.1s 04:31:33 04:31:33 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:31:33 #188 DONE 0.4s 04:31:33 04:31:33 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:31:33 #122 ... 04:31:33 04:31:33 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:31:33 #189 DONE 0.4s 04:31:33 04:31:33 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:31:33 #190 DONE 0.2s 04:31:33 04:31:33 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:31:35 #191 DONE 1.8s 04:31:35 04:31:35 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:31:35 #148 ... 04:31:35 04:31:35 #103 [security-secretstore-setup] exporting to image 04:31:35 #103 exporting layers 04:31:37 #103 exporting layers 1.4s done 04:31:37 #103 writing image sha256:11a5542d18ee6518fd49a355f8572ce55a9f85e0bfbc3397de1acff44ec99768 done 04:31:37 #103 naming to docker.io/library/security-secretstore-setup-arm64 done 04:31:37 #103 DONE 10.8s 04:31:37 04:31:37 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:32:24 #127 ... 04:32:24 04:32:24 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:32:24 #122 DONE 2040.9s 04:32:24 04:32:24 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:32:24 #151 ... 04:32:24 04:32:24 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:32:24 #192 DONE 0.2s 04:32:24 04:32:24 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:32:24 #154 ... 04:32:24 04:32:24 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:32:24 #193 DONE 0.2s 04:32:24 04:32:24 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:32:24 #194 DONE 0.6s 04:32:24 04:32:24 #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:32:24 #195 DONE 0.2s 04:32:24 04:32:24 #103 [security-spiffe-token-provider] exporting to image 04:32:24 #103 exporting layers 04:32:24 #103 exporting layers 1.0s done 04:32:24 #103 writing image sha256:8dab510fef63f9e7786d0e8a67a4c6de3740895a03abc0c1e2c71d23a7f06aec 0.0s done 04:32:24 #103 naming to docker.io/library/security-spiffe-token-provider-arm64 done 04:32:24 #103 DONE 11.8s 04:32:24 04:32:24 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:33:11 #153 ... 04:33:11 04:33:11 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:33:11 #127 DONE 2082.7s 04:33:11 04:33:11 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:33:11 #154 DONE 2081.7s 04:33:11 04:33:11 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:33:11 #45 ... 04:33:11 04:33:11 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:33:11 #196 DONE 0.3s 04:33:11 04:33:11 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:33:11 #197 DONE 0.3s 04:33:11 04:33:11 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:33:11 #198 DONE 0.3s 04:33:11 04:33:11 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:33:11 #199 DONE 0.8s 04:33:11 04:33:11 #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:33:11 #151 DONE 2083.7s 04:33:11 04:33:11 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:33:12 #200 ... 04:33:12 04:33:12 #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:33:12 #201 DONE 0.4s 04:33:12 04:33:12 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:33:12 #200 DONE 0.9s 04:33:12 04:33:12 #103 [core-keeper] exporting to image 04:33:12 #103 exporting layers 04:33:12 #103 ... 04:33:12 04:33:12 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:33:12 #153 DONE 2084.4s 04:33:12 04:33:12 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:33:13 #202 DONE 0.4s 04:33:13 04:33:13 #120 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:33:13 #120 ... 04:33:13 04:33:13 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:33:13 #203 DONE 0.3s 04:33:13 04:33:13 #103 [core-keeper] exporting to image 04:33:13 #103 exporting layers 1.2s done 04:33:13 #103 writing image sha256:c9a7cecf82fc1c7d69fea20183c4038afe9bee83a5b90056529f604b5ba772b0 04:33:13 #103 writing image sha256:c9a7cecf82fc1c7d69fea20183c4038afe9bee83a5b90056529f604b5ba772b0 0.0s done 04:33:13 #103 naming to docker.io/library/core-keeper-arm64 0.0s done 04:33:13 #103 DONE 13.1s 04:33:13 04:33:13 #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:33:13 #204 CACHED 04:33:13 04:33:13 #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:33:13 #205 CACHED 04:33:13 04:33:13 #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:33:13 #206 ... 04:33:13 04:33:13 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:33:13 #207 DONE 0.4s 04:33:14 04:33:14 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:33:14 #208 DONE 0.2s 04:33:14 04:33:14 #209 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:33:14 #209 ... 04:33:14 04:33:14 #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:33:14 #206 DONE 0.7s 04:33:14 04:33:14 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:33:14 #210 DONE 0.3s 04:33:14 04:33:14 #211 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:33:14 #211 DONE 0.6s 04:33:14 04:33:14 #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:33:15 #212 DONE 0.4s 04:33:15 04:33:15 #103 [core-metadata] exporting to image 04:33:15 #103 ... 04:33:15 04:33:15 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:33:15 #213 DONE 0.5s 04:33:15 04:33:15 #103 [core-data] exporting to image 04:33:17 #103 ... 04:33:17 04:33:17 #209 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:33:17 #209 DONE 3.3s 04:33:17 04:33:17 #103 [core-data] exporting to image 04:33:17 #103 exporting layers 1.4s done 04:33:17 #103 writing image sha256:8dcc9d38a6694be94938587c4ec664da014085d316cb663e22dc919e2e2c62a3 0.0s done 04:33:17 #103 naming to docker.io/library/core-data-arm64 done 04:33:17 #103 writing image sha256:382771d5de67cb7bf05ee9f400066bc97d475de3f97e9415054b4ab8343ee05a 04:33:17 #103 writing image sha256:382771d5de67cb7bf05ee9f400066bc97d475de3f97e9415054b4ab8343ee05a 0.0s done 04:33:17 #103 naming to docker.io/library/core-metadata-arm64 done 04:33:17 #103 exporting layers 0.8s done 04:33:17 #103 writing image sha256:4f155a1ab6652bd15ce11f428188d3168203df75aeaeda55fb47867b00127a37 done 04:33:17 #103 naming to docker.io/library/security-proxy-auth-arm64 done 04:33:17 #103 DONE 15.5s 04:33:17 04:33:17 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:33:44 #148 ... 04:33:44 04:33:44 #120 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:33:44 #120 DONE 2128.0s 04:33:44 04:33:44 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:33:44 #148 ... 04:33:44 04:33:44 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:33:44 #214 DONE 0.1s 04:33:44 04:33:44 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:33:44 #215 DONE 0.1s 04:33:44 04:33:44 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:33:44 #148 ... 04:33:44 04:33:44 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:33:44 #216 DONE 0.4s 04:33:44 04:33:44 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:33:44 #148 ... 04:33:44 04:33:44 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:33:44 #217 DONE 0.1s 04:33:44 04:33:44 #103 [support-scheduler] exporting to image 04:33:44 #103 exporting layers 04:33:44 #103 exporting layers 1.0s done 04:33:44 #103 writing image sha256:3744e6606007b98171ea92c1b93c658e20838f3e8beb8b5a0a5fe36d6e5aeccd done 04:33:44 #103 naming to docker.io/library/support-scheduler-arm64 done 04:33:44 #103 DONE 16.4s 04:33:44 04:33:44 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:33:50 #148 DONE 2118.8s 04:33:50 04:33:50 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:33:50 #45 ... 04:33:50 04:33:50 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:33:50 #218 DONE 0.1s 04:33:50 04:33:50 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:33:51 #219 DONE 0.1s 04:33:51 04:33:51 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:33:51 #45 ... 04:33:51 04:33:51 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:33:51 #220 DONE 0.3s 04:33:51 04:33:51 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:33:51 #221 DONE 0.1s 04:33:51 04:33:51 #103 [support-notifications] exporting to image 04:33:51 #103 exporting layers 04:33:51 #103 exporting layers 0.5s done 04:33:51 #103 writing image sha256:5d386472b622da4692e1ae65ccd079b9419d623864617b19bb6e1438b0bd44f3 done 04:33:51 #103 naming to docker.io/library/support-notifications-arm64 04:33:51 #103 naming to docker.io/library/support-notifications-arm64 done 04:33:51 #103 DONE 17.0s 04:33:51 04:33:51 #45 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:33:51 time="2025-05-28T03:55:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:33:51 $ docker stop --time=1 83b695402db94461c12e548c054e9a0ff431507db28ffc16e91f81e719b65f1d 04:33:53 $ docker rm -f --volumes 83b695402db94461c12e548c054e9a0ff431507db28ffc16e91f81e719b65f1d [Pipeline] // withDockerContainer [Pipeline] sh 04:33:54 + docker images 04:33:54 REPOSITORY TAG IMAGE ID CREATED SIZE 04:33:54 support-notifications-arm64 latest 5d386472b622 2 seconds ago 52.3MB 04:33:54 support-scheduler-arm64 latest 3744e6606007 12 seconds ago 48.5MB 04:33:54 security-proxy-auth-arm64 latest 4f155a1ab665 37 seconds ago 31.9MB 04:33:54 core-metadata-arm64 latest 382771d5de67 38 seconds ago 33.1MB 04:33:54 core-data-arm64 latest 8dcc9d38a669 38 seconds ago 33MB 04:33:54 core-keeper-arm64 latest c9a7cecf82fc 41 seconds ago 32.6MB 04:33:54 security-spiffe-token-provider-arm64 latest 8dab510fef63 About a minute ago 48.1MB 04:33:54 security-secretstore-setup-arm64 latest 11a5542d18ee 2 minutes ago 67.6MB 04:33:54 security-proxy-setup-arm64 latest c242dd690456 2 minutes ago 38.7MB 04:33:54 core-command-arm64 latest f24cd0c3e477 3 minutes ago 28.5MB 04:33:54 security-bootstrapper-arm64 latest cccace4b23bd 17 minutes ago 21.1MB 04:33:54 core-common-config-bootstrapper-arm64 latest 3c3ccd3107dc 17 minutes ago 17.9MB 04:33:54 security-spire-agent-arm64 latest 60ac9f3077a2 37 minutes ago 187MB 04:33:54 security-spire-server-arm64 latest 7c57db2884f7 37 minutes ago 144MB 04:33:54 security-spire-config-arm64 latest 52fb0b28af78 37 minutes ago 143MB 04:33:54 ci-base-image-arm64 latest dface11c00b2 38 minutes ago 910MB 04:33:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 04:33:54 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:33:54 provisioning config files... 04:33:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/842@tmp/config16371498920591214839tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:33:54 ---> ****-login.sh 04:33:54 nexus3.edgexfoundry.org:10001 04:33:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:55 Configure a credential helper to remove this warning. See 04:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:55 04:33:55 Login Succeeded 04:33:55 nexus3.edgexfoundry.org:10002 04:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:55 Configure a credential helper to remove this warning. See 04:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:55 04:33:55 Login Succeeded 04:33:55 nexus3.edgexfoundry.org:10003 04:33:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:55 Configure a credential helper to remove this warning. See 04:33:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:55 04:33:55 Login Succeeded 04:33:55 nexus3.edgexfoundry.org:10004 04:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:56 Configure a credential helper to remove this warning. See 04:33:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:56 04:33:56 Login Succeeded 04:33:56 ****.io 04:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:33:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:33:56 Configure a credential helper to remove this warning. See 04:33:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:33:56 04:33:56 Login Succeeded 04:33:56 ---> ****-login.sh ends [Pipeline] } 04:33:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:33:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:33:56 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 04:33:56 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:33:56 latest 04:33:56 4.1.0-dev.15 04:33:56 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:33:56 main 04:33:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:33:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:33:57 dd31799b44e0: Preparing 04:33:57 0315524a290c: Preparing 04:33:57 3da2c0ec0e58: Preparing 04:33:57 caea4238adfa: Preparing 04:33:57 335bc98c5005: Preparing 04:33:57 06f8d3c9068c: Preparing 04:33:57 dd9c8f8612c8: Preparing 04:33:57 06f8d3c9068c: Waiting 04:33:57 dd9c8f8612c8: Waiting 04:33:57 dd31799b44e0: Pushed 04:33:57 3da2c0ec0e58: Pushed 04:33:57 caea4238adfa: Pushed 04:33:57 335bc98c5005: Pushed 04:33:57 dd9c8f8612c8: Layer already exists 04:33:57 06f8d3c9068c: Pushed 04:34:02 0315524a290c: Pushed 04:34:02 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:214d82dae42115e5b54bba88aff6440a2a181ea7a484c6bd62ce7e41286e6f10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:02 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:34:02 dd31799b44e0: Preparing 04:34:02 0315524a290c: Preparing 04:34:02 3da2c0ec0e58: Preparing 04:34:02 caea4238adfa: Preparing 04:34:02 335bc98c5005: Preparing 04:34:02 06f8d3c9068c: Preparing 04:34:02 dd9c8f8612c8: Preparing 04:34:02 dd9c8f8612c8: Waiting 04:34:02 335bc98c5005: Layer already exists 04:34:02 dd31799b44e0: Layer already exists 04:34:02 0315524a290c: Layer already exists 04:34:02 caea4238adfa: Layer already exists 04:34:02 3da2c0ec0e58: Layer already exists 04:34:02 06f8d3c9068c: Layer already exists 04:34:02 dd9c8f8612c8: Layer already exists 04:34:03 latest: digest: sha256:214d82dae42115e5b54bba88aff6440a2a181ea7a484c6bd62ce7e41286e6f10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.15 04:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:34:03 dd31799b44e0: Preparing 04:34:03 0315524a290c: Preparing 04:34:03 3da2c0ec0e58: Preparing 04:34:03 caea4238adfa: Preparing 04:34:03 335bc98c5005: Preparing 04:34:03 06f8d3c9068c: Preparing 04:34:03 dd9c8f8612c8: Preparing 04:34:03 dd9c8f8612c8: Waiting 04:34:03 06f8d3c9068c: Waiting 04:34:03 caea4238adfa: Layer already exists 04:34:03 335bc98c5005: Layer already exists 04:34:03 dd31799b44e0: Layer already exists 04:34:03 0315524a290c: Layer already exists 04:34:03 3da2c0ec0e58: Layer already exists 04:34:03 dd9c8f8612c8: Layer already exists 04:34:03 06f8d3c9068c: Layer already exists 04:34:03 4.1.0-dev.15: digest: sha256:214d82dae42115e5b54bba88aff6440a2a181ea7a484c6bd62ce7e41286e6f10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:34:04 dd31799b44e0: Preparing 04:34:04 0315524a290c: Preparing 04:34:04 3da2c0ec0e58: Preparing 04:34:04 caea4238adfa: Preparing 04:34:04 335bc98c5005: Preparing 04:34:04 06f8d3c9068c: Preparing 04:34:04 dd9c8f8612c8: Preparing 04:34:04 06f8d3c9068c: Waiting 04:34:04 dd9c8f8612c8: Waiting 04:34:04 dd31799b44e0: Layer already exists 04:34:04 caea4238adfa: Layer already exists 04:34:04 0315524a290c: Layer already exists 04:34:04 335bc98c5005: Layer already exists 04:34:04 3da2c0ec0e58: Layer already exists 04:34:04 dd9c8f8612c8: Layer already exists 04:34:04 06f8d3c9068c: Layer already exists 04:34:05 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:214d82dae42115e5b54bba88aff6440a2a181ea7a484c6bd62ce7e41286e6f10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 04:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 04:34:05 dd31799b44e0: Preparing 04:34:05 0315524a290c: Preparing 04:34:05 3da2c0ec0e58: Preparing 04:34:05 caea4238adfa: Preparing 04:34:05 335bc98c5005: Preparing 04:34:05 06f8d3c9068c: Preparing 04:34:05 dd9c8f8612c8: Preparing 04:34:05 06f8d3c9068c: Waiting 04:34:05 dd9c8f8612c8: Waiting 04:34:05 caea4238adfa: Layer already exists 04:34:05 0315524a290c: Layer already exists 04:34:05 dd31799b44e0: Layer already exists 04:34:05 3da2c0ec0e58: Layer already exists 04:34:05 335bc98c5005: Layer already exists 04:34:05 06f8d3c9068c: Layer already exists 04:34:05 dd9c8f8612c8: Layer already exists 04:34:06 main: digest: sha256:214d82dae42115e5b54bba88aff6440a2a181ea7a484c6bd62ce7e41286e6f10 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:06 ===================================================== [Pipeline] echo 04:34:06 taggedImages: 04:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 04:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.15 04:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:34:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 04:34:06 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:06 latest 04:34:06 4.1.0-dev.15 04:34:06 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:06 main 04:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:06 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:34:06 52a62cbb3b56: Preparing 04:34:06 499c07465607: Preparing 04:34:06 934f7e1e73e7: Preparing 04:34:06 43c19df4459d: Preparing 04:34:06 3da2c0ec0e58: Preparing 04:34:06 caea4238adfa: Preparing 04:34:06 335bc98c5005: Preparing 04:34:06 06f8d3c9068c: Preparing 04:34:06 dd9c8f8612c8: Preparing 04:34:06 335bc98c5005: Waiting 04:34:06 06f8d3c9068c: Waiting 04:34:06 dd9c8f8612c8: Waiting 04:34:06 caea4238adfa: Waiting 04:34:07 3da2c0ec0e58: Layer already exists 04:34:07 caea4238adfa: Layer already exists 04:34:07 934f7e1e73e7: Pushed 04:34:07 335bc98c5005: Layer already exists 04:34:07 499c07465607: Pushed 04:34:07 06f8d3c9068c: Layer already exists 04:34:07 dd9c8f8612c8: Layer already exists 04:34:07 52a62cbb3b56: Pushed 04:34:09 43c19df4459d: Pushed 04:34:09 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:a2cf7bfab8b9b1bc1e4d7e825ba91b0941c2b0b8123924d26db23690940c0e01 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:09 + 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:34:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:34:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:34:10 52a62cbb3b56: Preparing 04:34:10 499c07465607: Preparing 04:34:10 934f7e1e73e7: Preparing 04:34:10 43c19df4459d: Preparing 04:34:10 3da2c0ec0e58: Preparing 04:34:10 caea4238adfa: Preparing 04:34:10 335bc98c5005: Preparing 04:34:10 caea4238adfa: Waiting 04:34:10 06f8d3c9068c: Preparing 04:34:10 335bc98c5005: Waiting 04:34:10 dd9c8f8612c8: Preparing 04:34:10 06f8d3c9068c: Waiting 04:34:10 dd9c8f8612c8: Waiting 04:34:10 52a62cbb3b56: Layer already exists 04:34:10 43c19df4459d: Layer already exists 04:34:10 934f7e1e73e7: Layer already exists 04:34:10 3da2c0ec0e58: Layer already exists 04:34:10 499c07465607: Layer already exists 04:34:10 caea4238adfa: Layer already exists 04:34:10 335bc98c5005: Layer already exists 04:34:10 dd9c8f8612c8: Layer already exists 04:34:10 06f8d3c9068c: Layer already exists 04:34:10 latest: digest: sha256:a2cf7bfab8b9b1bc1e4d7e825ba91b0941c2b0b8123924d26db23690940c0e01 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:10 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.15 04:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:34:11 52a62cbb3b56: Preparing 04:34:11 499c07465607: Preparing 04:34:11 934f7e1e73e7: Preparing 04:34:11 43c19df4459d: Preparing 04:34:11 3da2c0ec0e58: Preparing 04:34:11 caea4238adfa: Preparing 04:34:11 335bc98c5005: Preparing 04:34:11 06f8d3c9068c: Preparing 04:34:11 dd9c8f8612c8: Preparing 04:34:11 335bc98c5005: Waiting 04:34:11 06f8d3c9068c: Waiting 04:34:11 caea4238adfa: Waiting 04:34:11 dd9c8f8612c8: Waiting 04:34:11 499c07465607: Layer already exists 04:34:11 52a62cbb3b56: Layer already exists 04:34:11 43c19df4459d: Layer already exists 04:34:11 3da2c0ec0e58: Layer already exists 04:34:11 934f7e1e73e7: Layer already exists 04:34:11 caea4238adfa: Layer already exists 04:34:11 06f8d3c9068c: Layer already exists 04:34:11 dd9c8f8612c8: Layer already exists 04:34:11 335bc98c5005: Layer already exists 04:34:11 4.1.0-dev.15: digest: sha256:a2cf7bfab8b9b1bc1e4d7e825ba91b0941c2b0b8123924d26db23690940c0e01 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:34:11 52a62cbb3b56: Preparing 04:34:11 499c07465607: Preparing 04:34:11 934f7e1e73e7: Preparing 04:34:11 43c19df4459d: Preparing 04:34:11 3da2c0ec0e58: Preparing 04:34:11 caea4238adfa: Preparing 04:34:11 335bc98c5005: Preparing 04:34:11 caea4238adfa: Waiting 04:34:11 06f8d3c9068c: Preparing 04:34:11 dd9c8f8612c8: Preparing 04:34:11 335bc98c5005: Waiting 04:34:11 06f8d3c9068c: Waiting 04:34:11 dd9c8f8612c8: Waiting 04:34:11 52a62cbb3b56: Layer already exists 04:34:11 3da2c0ec0e58: Layer already exists 04:34:11 934f7e1e73e7: Layer already exists 04:34:11 43c19df4459d: Layer already exists 04:34:11 499c07465607: Layer already exists 04:34:11 335bc98c5005: Layer already exists 04:34:11 caea4238adfa: Layer already exists 04:34:11 dd9c8f8612c8: Layer already exists 04:34:11 06f8d3c9068c: Layer already exists 04:34:12 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:a2cf7bfab8b9b1bc1e4d7e825ba91b0941c2b0b8123924d26db23690940c0e01 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:12 + 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:34:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 04:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 04:34:13 52a62cbb3b56: Preparing 04:34:13 499c07465607: Preparing 04:34:13 934f7e1e73e7: Preparing 04:34:13 43c19df4459d: Preparing 04:34:13 3da2c0ec0e58: Preparing 04:34:13 caea4238adfa: Preparing 04:34:13 335bc98c5005: Preparing 04:34:13 06f8d3c9068c: Preparing 04:34:13 dd9c8f8612c8: Preparing 04:34:13 335bc98c5005: Waiting 04:34:13 dd9c8f8612c8: Waiting 04:34:13 06f8d3c9068c: Waiting 04:34:13 caea4238adfa: Waiting 04:34:13 499c07465607: Layer already exists 04:34:13 43c19df4459d: Layer already exists 04:34:13 52a62cbb3b56: Layer already exists 04:34:13 934f7e1e73e7: Layer already exists 04:34:13 3da2c0ec0e58: Layer already exists 04:34:13 caea4238adfa: Layer already exists 04:34:13 dd9c8f8612c8: Layer already exists 04:34:13 335bc98c5005: Layer already exists 04:34:13 06f8d3c9068c: Layer already exists 04:34:13 main: digest: sha256:a2cf7bfab8b9b1bc1e4d7e825ba91b0941c2b0b8123924d26db23690940c0e01 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:13 ===================================================== [Pipeline] echo 04:34:13 taggedImages: 04:34:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 04:34:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.15 04:34:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:13 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:34:13 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 04:34:13 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:13 latest 04:34:13 4.1.0-dev.15 04:34:13 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:13 main 04:34:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:34:14 38a942f54cd3: Preparing 04:34:14 4814e6b3adfa: Preparing 04:34:14 3da2c0ec0e58: Preparing 04:34:14 caea4238adfa: Preparing 04:34:14 ca0e7892f1d1: Preparing 04:34:14 1d87faff2564: Preparing 04:34:14 dd9c8f8612c8: Preparing 04:34:14 1d87faff2564: Waiting 04:34:14 dd9c8f8612c8: Waiting 04:34:14 caea4238adfa: Layer already exists 04:34:14 3da2c0ec0e58: Layer already exists 04:34:14 dd9c8f8612c8: Layer already exists 04:34:14 ca0e7892f1d1: Pushed 04:34:14 38a942f54cd3: Pushed 04:34:14 1d87faff2564: Pushed 04:34:19 4814e6b3adfa: Pushed 04:34:19 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:96fbb1e12921e9bac88f453e65d39727d8a16f539b94ccd134f4b24ee2fc3bb1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:34:20 38a942f54cd3: Preparing 04:34:20 4814e6b3adfa: Preparing 04:34:20 3da2c0ec0e58: Preparing 04:34:20 caea4238adfa: Preparing 04:34:20 ca0e7892f1d1: Preparing 04:34:20 1d87faff2564: Preparing 04:34:20 dd9c8f8612c8: Preparing 04:34:20 1d87faff2564: Waiting 04:34:20 dd9c8f8612c8: Waiting 04:34:20 ca0e7892f1d1: Layer already exists 04:34:20 38a942f54cd3: Layer already exists 04:34:20 4814e6b3adfa: Layer already exists 04:34:20 3da2c0ec0e58: Layer already exists 04:34:20 caea4238adfa: Layer already exists 04:34:20 1d87faff2564: Layer already exists 04:34:20 dd9c8f8612c8: Layer already exists 04:34:20 latest: digest: sha256:96fbb1e12921e9bac88f453e65d39727d8a16f539b94ccd134f4b24ee2fc3bb1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.15 04:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:34:21 38a942f54cd3: Preparing 04:34:21 4814e6b3adfa: Preparing 04:34:21 3da2c0ec0e58: Preparing 04:34:21 caea4238adfa: Preparing 04:34:21 ca0e7892f1d1: Preparing 04:34:21 1d87faff2564: Preparing 04:34:21 dd9c8f8612c8: Preparing 04:34:21 1d87faff2564: Waiting 04:34:21 dd9c8f8612c8: Waiting 04:34:21 ca0e7892f1d1: Layer already exists 04:34:21 caea4238adfa: Layer already exists 04:34:21 4814e6b3adfa: Layer already exists 04:34:21 3da2c0ec0e58: Layer already exists 04:34:21 38a942f54cd3: Layer already exists 04:34:21 1d87faff2564: Layer already exists 04:34:21 dd9c8f8612c8: Layer already exists 04:34:21 4.1.0-dev.15: digest: sha256:96fbb1e12921e9bac88f453e65d39727d8a16f539b94ccd134f4b24ee2fc3bb1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:34:22 38a942f54cd3: Preparing 04:34:22 4814e6b3adfa: Preparing 04:34:22 3da2c0ec0e58: Preparing 04:34:22 caea4238adfa: Preparing 04:34:22 ca0e7892f1d1: Preparing 04:34:22 1d87faff2564: Preparing 04:34:22 dd9c8f8612c8: Preparing 04:34:22 1d87faff2564: Waiting 04:34:22 dd9c8f8612c8: Waiting 04:34:22 38a942f54cd3: Layer already exists 04:34:22 4814e6b3adfa: Layer already exists 04:34:22 caea4238adfa: Layer already exists 04:34:22 3da2c0ec0e58: Layer already exists 04:34:22 ca0e7892f1d1: Layer already exists 04:34:22 1d87faff2564: Layer already exists 04:34:22 dd9c8f8612c8: Layer already exists 04:34:22 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:96fbb1e12921e9bac88f453e65d39727d8a16f539b94ccd134f4b24ee2fc3bb1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 04:34:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 04:34:23 38a942f54cd3: Preparing 04:34:23 4814e6b3adfa: Preparing 04:34:23 3da2c0ec0e58: Preparing 04:34:23 caea4238adfa: Preparing 04:34:23 ca0e7892f1d1: Preparing 04:34:23 1d87faff2564: Preparing 04:34:23 dd9c8f8612c8: Preparing 04:34:23 1d87faff2564: Waiting 04:34:23 dd9c8f8612c8: Waiting 04:34:23 caea4238adfa: Layer already exists 04:34:23 ca0e7892f1d1: Layer already exists 04:34:23 38a942f54cd3: Layer already exists 04:34:23 4814e6b3adfa: Layer already exists 04:34:23 3da2c0ec0e58: Layer already exists 04:34:23 dd9c8f8612c8: Layer already exists 04:34:23 1d87faff2564: Layer already exists 04:34:23 main: digest: sha256:96fbb1e12921e9bac88f453e65d39727d8a16f539b94ccd134f4b24ee2fc3bb1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:23 ===================================================== [Pipeline] echo 04:34:23 taggedImages: 04:34:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 04:34:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.15 04:34:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:34:23 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 04:34:23 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:23 latest 04:34:23 4.1.0-dev.15 04:34:23 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:23 main 04:34:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:23 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:34:24 c7623ea2cda7: Preparing 04:34:24 dd8b7c63f997: Preparing 04:34:24 caea4238adfa: Preparing 04:34:24 6cd7cd1b14f7: Preparing 04:34:24 86be0675393c: Preparing 04:34:24 dd9c8f8612c8: Preparing 04:34:24 dd9c8f8612c8: Waiting 04:34:24 caea4238adfa: Layer already exists 04:34:24 dd9c8f8612c8: Layer already exists 04:34:24 86be0675393c: Pushed 04:34:24 c7623ea2cda7: Pushed 04:34:24 6cd7cd1b14f7: Pushed 04:34:29 dd8b7c63f997: Pushed 04:34:29 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:0630fcc5f565e27dde1a90fc9fe5b12e52cb2e5e2156d2648d42147ce2b29e9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:30 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:34:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:34:30 c7623ea2cda7: Preparing 04:34:30 dd8b7c63f997: Preparing 04:34:30 caea4238adfa: Preparing 04:34:30 6cd7cd1b14f7: Preparing 04:34:30 86be0675393c: Preparing 04:34:30 dd9c8f8612c8: Preparing 04:34:30 dd9c8f8612c8: Waiting 04:34:30 dd8b7c63f997: Layer already exists 04:34:30 6cd7cd1b14f7: Layer already exists 04:34:30 caea4238adfa: Layer already exists 04:34:30 c7623ea2cda7: Layer already exists 04:34:30 86be0675393c: Layer already exists 04:34:30 dd9c8f8612c8: Layer already exists 04:34:30 latest: digest: sha256:0630fcc5f565e27dde1a90fc9fe5b12e52cb2e5e2156d2648d42147ce2b29e9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.15 04:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:34:31 c7623ea2cda7: Preparing 04:34:31 dd8b7c63f997: Preparing 04:34:31 caea4238adfa: Preparing 04:34:31 6cd7cd1b14f7: Preparing 04:34:31 86be0675393c: Preparing 04:34:31 dd9c8f8612c8: Preparing 04:34:31 dd9c8f8612c8: Waiting 04:34:31 c7623ea2cda7: Layer already exists 04:34:31 86be0675393c: Layer already exists 04:34:31 6cd7cd1b14f7: Layer already exists 04:34:31 dd8b7c63f997: Layer already exists 04:34:31 caea4238adfa: Layer already exists 04:34:31 dd9c8f8612c8: Layer already exists 04:34:31 4.1.0-dev.15: digest: sha256:0630fcc5f565e27dde1a90fc9fe5b12e52cb2e5e2156d2648d42147ce2b29e9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:34:32 c7623ea2cda7: Preparing 04:34:32 dd8b7c63f997: Preparing 04:34:32 caea4238adfa: Preparing 04:34:32 6cd7cd1b14f7: Preparing 04:34:32 86be0675393c: Preparing 04:34:32 dd9c8f8612c8: Preparing 04:34:32 dd9c8f8612c8: Waiting 04:34:32 86be0675393c: Layer already exists 04:34:32 caea4238adfa: Layer already exists 04:34:32 dd8b7c63f997: Layer already exists 04:34:32 c7623ea2cda7: Layer already exists 04:34:32 6cd7cd1b14f7: Layer already exists 04:34:32 dd9c8f8612c8: Layer already exists 04:34:32 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:0630fcc5f565e27dde1a90fc9fe5b12e52cb2e5e2156d2648d42147ce2b29e9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:32 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 04:34:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 04:34:33 c7623ea2cda7: Preparing 04:34:33 dd8b7c63f997: Preparing 04:34:33 caea4238adfa: Preparing 04:34:33 6cd7cd1b14f7: Preparing 04:34:33 86be0675393c: Preparing 04:34:33 dd9c8f8612c8: Preparing 04:34:33 dd9c8f8612c8: Waiting 04:34:33 6cd7cd1b14f7: Layer already exists 04:34:33 c7623ea2cda7: Layer already exists 04:34:33 caea4238adfa: Layer already exists 04:34:33 dd8b7c63f997: Layer already exists 04:34:33 86be0675393c: Layer already exists 04:34:33 dd9c8f8612c8: Layer already exists 04:34:33 main: digest: sha256:0630fcc5f565e27dde1a90fc9fe5b12e52cb2e5e2156d2648d42147ce2b29e9e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:33 ===================================================== [Pipeline] echo 04:34:33 taggedImages: 04:34:33 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:33 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 04:34:33 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.15 04:34:33 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:33 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:34:33 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 04:34:33 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:33 latest 04:34:33 4.1.0-dev.15 04:34:33 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:33 main 04:34:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:34:34 245e2e8bfbc8: Preparing 04:34:34 06648057a128: Preparing 04:34:34 e8cef1531ccd: Preparing 04:34:34 3da2c0ec0e58: Preparing 04:34:34 caea4238adfa: Preparing 04:34:34 335bc98c5005: Preparing 04:34:34 06f8d3c9068c: Preparing 04:34:34 dd9c8f8612c8: Preparing 04:34:34 06f8d3c9068c: Waiting 04:34:34 dd9c8f8612c8: Waiting 04:34:34 335bc98c5005: Waiting 04:34:34 3da2c0ec0e58: Layer already exists 04:34:34 caea4238adfa: Layer already exists 04:34:34 335bc98c5005: Layer already exists 04:34:34 06f8d3c9068c: Layer already exists 04:34:34 06648057a128: Pushed 04:34:34 245e2e8bfbc8: Pushed 04:34:34 dd9c8f8612c8: Layer already exists 04:34:39 e8cef1531ccd: Pushed 04:34:39 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:e50cf3ac422bf1065fdbc03cc5dee6d7c3b20b74631c9d181050e93d7d8567c6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:34:40 245e2e8bfbc8: Preparing 04:34:40 06648057a128: Preparing 04:34:40 e8cef1531ccd: Preparing 04:34:40 3da2c0ec0e58: Preparing 04:34:40 caea4238adfa: Preparing 04:34:40 335bc98c5005: Preparing 04:34:40 06f8d3c9068c: Preparing 04:34:40 335bc98c5005: Waiting 04:34:40 dd9c8f8612c8: Preparing 04:34:40 06f8d3c9068c: Waiting 04:34:40 dd9c8f8612c8: Waiting 04:34:40 3da2c0ec0e58: Layer already exists 04:34:40 caea4238adfa: Layer already exists 04:34:40 245e2e8bfbc8: Layer already exists 04:34:40 06648057a128: Layer already exists 04:34:40 e8cef1531ccd: Layer already exists 04:34:40 06f8d3c9068c: Layer already exists 04:34:40 335bc98c5005: Layer already exists 04:34:40 dd9c8f8612c8: Layer already exists 04:34:40 latest: digest: sha256:e50cf3ac422bf1065fdbc03cc5dee6d7c3b20b74631c9d181050e93d7d8567c6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.15 04:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:34:41 245e2e8bfbc8: Preparing 04:34:41 06648057a128: Preparing 04:34:41 e8cef1531ccd: Preparing 04:34:41 3da2c0ec0e58: Preparing 04:34:41 caea4238adfa: Preparing 04:34:41 335bc98c5005: Preparing 04:34:41 06f8d3c9068c: Preparing 04:34:41 dd9c8f8612c8: Preparing 04:34:41 06f8d3c9068c: Waiting 04:34:41 dd9c8f8612c8: Waiting 04:34:41 335bc98c5005: Waiting 04:34:41 caea4238adfa: Layer already exists 04:34:41 245e2e8bfbc8: Layer already exists 04:34:41 3da2c0ec0e58: Layer already exists 04:34:41 e8cef1531ccd: Layer already exists 04:34:41 06648057a128: Layer already exists 04:34:41 335bc98c5005: Layer already exists 04:34:41 dd9c8f8612c8: Layer already exists 04:34:41 06f8d3c9068c: Layer already exists 04:34:41 4.1.0-dev.15: digest: sha256:e50cf3ac422bf1065fdbc03cc5dee6d7c3b20b74631c9d181050e93d7d8567c6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:34:42 245e2e8bfbc8: Preparing 04:34:42 06648057a128: Preparing 04:34:42 e8cef1531ccd: Preparing 04:34:42 3da2c0ec0e58: Preparing 04:34:42 caea4238adfa: Preparing 04:34:42 335bc98c5005: Preparing 04:34:42 06f8d3c9068c: Preparing 04:34:42 dd9c8f8612c8: Preparing 04:34:42 335bc98c5005: Waiting 04:34:42 06f8d3c9068c: Waiting 04:34:42 dd9c8f8612c8: Waiting 04:34:42 caea4238adfa: Layer already exists 04:34:42 e8cef1531ccd: Layer already exists 04:34:42 3da2c0ec0e58: Layer already exists 04:34:42 06648057a128: Layer already exists 04:34:42 245e2e8bfbc8: Layer already exists 04:34:42 06f8d3c9068c: Layer already exists 04:34:42 335bc98c5005: Layer already exists 04:34:42 dd9c8f8612c8: Layer already exists 04:34:42 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:e50cf3ac422bf1065fdbc03cc5dee6d7c3b20b74631c9d181050e93d7d8567c6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 04:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 04:34:43 245e2e8bfbc8: Preparing 04:34:43 06648057a128: Preparing 04:34:43 e8cef1531ccd: Preparing 04:34:43 3da2c0ec0e58: Preparing 04:34:43 caea4238adfa: Preparing 04:34:43 335bc98c5005: Preparing 04:34:43 06f8d3c9068c: Preparing 04:34:43 dd9c8f8612c8: Preparing 04:34:43 335bc98c5005: Waiting 04:34:43 06f8d3c9068c: Waiting 04:34:43 dd9c8f8612c8: Waiting 04:34:43 caea4238adfa: Layer already exists 04:34:43 3da2c0ec0e58: Layer already exists 04:34:43 e8cef1531ccd: Layer already exists 04:34:43 06648057a128: Layer already exists 04:34:43 245e2e8bfbc8: Layer already exists 04:34:43 06f8d3c9068c: Layer already exists 04:34:43 dd9c8f8612c8: Layer already exists 04:34:43 335bc98c5005: Layer already exists 04:34:43 main: digest: sha256:e50cf3ac422bf1065fdbc03cc5dee6d7c3b20b74631c9d181050e93d7d8567c6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:43 ===================================================== [Pipeline] echo 04:34:43 taggedImages: 04:34:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 04:34:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.15 04:34:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:34:43 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 04:34:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:43 latest 04:34:43 4.1.0-dev.15 04:34:43 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:43 main 04:34:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:44 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:34:44 dbf2d69cc377: Preparing 04:34:44 fbd4e8c25838: Preparing 04:34:44 23b5ee59a371: Preparing 04:34:44 8e4ac7981de3: Preparing 04:34:44 c214a0ea7d71: Preparing 04:34:44 14f73fa3acd8: Preparing 04:34:44 cd3728572404: Preparing 04:34:44 3da2c0ec0e58: Preparing 04:34:44 caea4238adfa: Preparing 04:34:44 3b5891b6fd87: Preparing 04:34:44 7f476eb0e808: Preparing 04:34:44 5f70bf18a086: Preparing 04:34:44 f532712cc0ec: Preparing 04:34:44 7d2412f5fd0c: Preparing 04:34:44 26e9bd1d13a7: Preparing 04:34:44 dd9c8f8612c8: Preparing 04:34:44 3b5891b6fd87: Waiting 04:34:44 7f476eb0e808: Waiting 04:34:44 14f73fa3acd8: Waiting 04:34:44 cd3728572404: Waiting 04:34:44 3da2c0ec0e58: Waiting 04:34:44 caea4238adfa: Waiting 04:34:44 f532712cc0ec: Waiting 04:34:44 7d2412f5fd0c: Waiting 04:34:44 26e9bd1d13a7: Waiting 04:34:44 dd9c8f8612c8: Waiting 04:34:44 5f70bf18a086: Waiting 04:34:44 fbd4e8c25838: Pushed 04:34:44 8e4ac7981de3: Pushed 04:34:44 23b5ee59a371: Pushed 04:34:44 dbf2d69cc377: Pushed 04:34:44 c214a0ea7d71: Pushed 04:34:44 3da2c0ec0e58: Layer already exists 04:34:44 caea4238adfa: Layer already exists 04:34:44 5f70bf18a086: Layer already exists 04:34:44 14f73fa3acd8: Pushed 04:34:45 3b5891b6fd87: Pushed 04:34:45 7f476eb0e808: Pushed 04:34:45 dd9c8f8612c8: Layer already exists 04:34:45 f532712cc0ec: Pushed 04:34:45 7d2412f5fd0c: Pushed 04:34:45 26e9bd1d13a7: Pushed 04:34:47 cd3728572404: Pushed 04:34:47 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:30f2583506d2c43107ae0c191d63665a0dea2b90c8c7aa75c0cf2d957edfc7ba size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:34:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:34:48 dbf2d69cc377: Preparing 04:34:48 fbd4e8c25838: Preparing 04:34:48 23b5ee59a371: Preparing 04:34:48 8e4ac7981de3: Preparing 04:34:48 c214a0ea7d71: Preparing 04:34:48 14f73fa3acd8: Preparing 04:34:48 14f73fa3acd8: Waiting 04:34:48 cd3728572404: Preparing 04:34:48 3da2c0ec0e58: Preparing 04:34:48 cd3728572404: Waiting 04:34:48 caea4238adfa: Preparing 04:34:48 3da2c0ec0e58: Waiting 04:34:48 3b5891b6fd87: Preparing 04:34:48 caea4238adfa: Waiting 04:34:48 3b5891b6fd87: Waiting 04:34:48 7f476eb0e808: Preparing 04:34:48 5f70bf18a086: Preparing 04:34:48 7f476eb0e808: Waiting 04:34:48 f532712cc0ec: Preparing 04:34:48 5f70bf18a086: Waiting 04:34:48 f532712cc0ec: Waiting 04:34:48 7d2412f5fd0c: Preparing 04:34:48 26e9bd1d13a7: Preparing 04:34:48 dd9c8f8612c8: Preparing 04:34:48 dd9c8f8612c8: Waiting 04:34:48 26e9bd1d13a7: Waiting 04:34:48 7d2412f5fd0c: Waiting 04:34:48 c214a0ea7d71: Layer already exists 04:34:48 23b5ee59a371: Layer already exists 04:34:48 fbd4e8c25838: Layer already exists 04:34:48 dbf2d69cc377: Layer already exists 04:34:48 8e4ac7981de3: Layer already exists 04:34:48 3da2c0ec0e58: Layer already exists 04:34:48 cd3728572404: Layer already exists 04:34:48 14f73fa3acd8: Layer already exists 04:34:48 caea4238adfa: Layer already exists 04:34:48 3b5891b6fd87: Layer already exists 04:34:48 f532712cc0ec: Layer already exists 04:34:48 7f476eb0e808: Layer already exists 04:34:48 5f70bf18a086: Layer already exists 04:34:48 7d2412f5fd0c: Layer already exists 04:34:48 26e9bd1d13a7: Layer already exists 04:34:48 dd9c8f8612c8: Layer already exists 04:34:48 latest: digest: sha256:30f2583506d2c43107ae0c191d63665a0dea2b90c8c7aa75c0cf2d957edfc7ba size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.15 04:34:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:34:49 dbf2d69cc377: Preparing 04:34:49 fbd4e8c25838: Preparing 04:34:49 23b5ee59a371: Preparing 04:34:49 8e4ac7981de3: Preparing 04:34:49 c214a0ea7d71: Preparing 04:34:49 14f73fa3acd8: Preparing 04:34:49 cd3728572404: Preparing 04:34:49 14f73fa3acd8: Waiting 04:34:49 cd3728572404: Waiting 04:34:49 3da2c0ec0e58: Preparing 04:34:49 caea4238adfa: Preparing 04:34:49 3da2c0ec0e58: Waiting 04:34:49 3b5891b6fd87: Preparing 04:34:49 7f476eb0e808: Preparing 04:34:49 caea4238adfa: Waiting 04:34:49 5f70bf18a086: Preparing 04:34:49 f532712cc0ec: Preparing 04:34:49 7d2412f5fd0c: Preparing 04:34:49 26e9bd1d13a7: Preparing 04:34:49 dd9c8f8612c8: Preparing 04:34:49 3b5891b6fd87: Waiting 04:34:49 7f476eb0e808: Waiting 04:34:49 5f70bf18a086: Waiting 04:34:49 f532712cc0ec: Waiting 04:34:49 7d2412f5fd0c: Waiting 04:34:49 26e9bd1d13a7: Waiting 04:34:49 dd9c8f8612c8: Waiting 04:34:49 c214a0ea7d71: Layer already exists 04:34:49 fbd4e8c25838: Layer already exists 04:34:49 8e4ac7981de3: Layer already exists 04:34:49 dbf2d69cc377: Layer already exists 04:34:49 23b5ee59a371: Layer already exists 04:34:49 14f73fa3acd8: Layer already exists 04:34:49 caea4238adfa: Layer already exists 04:34:49 3da2c0ec0e58: Layer already exists 04:34:49 3b5891b6fd87: Layer already exists 04:34:49 cd3728572404: Layer already exists 04:34:49 7f476eb0e808: Layer already exists 04:34:49 f532712cc0ec: Layer already exists 04:34:49 7d2412f5fd0c: Layer already exists 04:34:49 5f70bf18a086: Layer already exists 04:34:49 26e9bd1d13a7: Layer already exists 04:34:49 dd9c8f8612c8: Layer already exists 04:34:49 4.1.0-dev.15: digest: sha256:30f2583506d2c43107ae0c191d63665a0dea2b90c8c7aa75c0cf2d957edfc7ba size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:34:50 dbf2d69cc377: Preparing 04:34:50 fbd4e8c25838: Preparing 04:34:50 23b5ee59a371: Preparing 04:34:50 8e4ac7981de3: Preparing 04:34:50 c214a0ea7d71: Preparing 04:34:50 14f73fa3acd8: Preparing 04:34:50 cd3728572404: Preparing 04:34:50 3da2c0ec0e58: Preparing 04:34:50 caea4238adfa: Preparing 04:34:50 3b5891b6fd87: Preparing 04:34:50 7f476eb0e808: Preparing 04:34:50 5f70bf18a086: Preparing 04:34:50 f532712cc0ec: Preparing 04:34:50 7d2412f5fd0c: Preparing 04:34:50 26e9bd1d13a7: Preparing 04:34:50 dd9c8f8612c8: Preparing 04:34:50 caea4238adfa: Waiting 04:34:50 3b5891b6fd87: Waiting 04:34:50 7f476eb0e808: Waiting 04:34:50 5f70bf18a086: Waiting 04:34:50 f532712cc0ec: Waiting 04:34:50 7d2412f5fd0c: Waiting 04:34:50 26e9bd1d13a7: Waiting 04:34:50 dd9c8f8612c8: Waiting 04:34:50 14f73fa3acd8: Waiting 04:34:50 cd3728572404: Waiting 04:34:50 3da2c0ec0e58: Waiting 04:34:50 23b5ee59a371: Layer already exists 04:34:50 dbf2d69cc377: Layer already exists 04:34:50 fbd4e8c25838: Layer already exists 04:34:50 8e4ac7981de3: Layer already exists 04:34:50 c214a0ea7d71: Layer already exists 04:34:50 14f73fa3acd8: Layer already exists 04:34:50 caea4238adfa: Layer already exists 04:34:50 cd3728572404: Layer already exists 04:34:50 3b5891b6fd87: Layer already exists 04:34:50 3da2c0ec0e58: Layer already exists 04:34:50 5f70bf18a086: Layer already exists 04:34:50 7f476eb0e808: Layer already exists 04:34:50 26e9bd1d13a7: Layer already exists 04:34:50 7d2412f5fd0c: Layer already exists 04:34:50 f532712cc0ec: Layer already exists 04:34:50 dd9c8f8612c8: Layer already exists 04:34:50 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:30f2583506d2c43107ae0c191d63665a0dea2b90c8c7aa75c0cf2d957edfc7ba size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 04:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 04:34:51 dbf2d69cc377: Preparing 04:34:51 fbd4e8c25838: Preparing 04:34:51 23b5ee59a371: Preparing 04:34:51 8e4ac7981de3: Preparing 04:34:51 c214a0ea7d71: Preparing 04:34:51 14f73fa3acd8: Preparing 04:34:51 cd3728572404: Preparing 04:34:51 3da2c0ec0e58: Preparing 04:34:51 caea4238adfa: Preparing 04:34:51 3b5891b6fd87: Preparing 04:34:51 7f476eb0e808: Preparing 04:34:51 5f70bf18a086: Preparing 04:34:51 f532712cc0ec: Preparing 04:34:51 7d2412f5fd0c: Preparing 04:34:51 26e9bd1d13a7: Preparing 04:34:51 dd9c8f8612c8: Preparing 04:34:51 3b5891b6fd87: Waiting 04:34:51 7f476eb0e808: Waiting 04:34:51 5f70bf18a086: Waiting 04:34:51 f532712cc0ec: Waiting 04:34:51 7d2412f5fd0c: Waiting 04:34:51 26e9bd1d13a7: Waiting 04:34:51 dd9c8f8612c8: Waiting 04:34:51 14f73fa3acd8: Waiting 04:34:51 cd3728572404: Waiting 04:34:51 3da2c0ec0e58: Waiting 04:34:51 caea4238adfa: Waiting 04:34:51 23b5ee59a371: Layer already exists 04:34:51 fbd4e8c25838: Layer already exists 04:34:51 8e4ac7981de3: Layer already exists 04:34:51 c214a0ea7d71: Layer already exists 04:34:51 dbf2d69cc377: Layer already exists 04:34:51 cd3728572404: Layer already exists 04:34:51 14f73fa3acd8: Layer already exists 04:34:51 caea4238adfa: Layer already exists 04:34:51 3b5891b6fd87: Layer already exists 04:34:51 3da2c0ec0e58: Layer already exists 04:34:51 5f70bf18a086: Layer already exists 04:34:51 7f476eb0e808: Layer already exists 04:34:51 7d2412f5fd0c: Layer already exists 04:34:51 f532712cc0ec: Layer already exists 04:34:51 26e9bd1d13a7: Layer already exists 04:34:51 dd9c8f8612c8: Layer already exists 04:34:51 main: digest: sha256:30f2583506d2c43107ae0c191d63665a0dea2b90c8c7aa75c0cf2d957edfc7ba size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:34:51 ===================================================== [Pipeline] echo 04:34:51 taggedImages: 04:34:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 04:34:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.15 04:34:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:34:51 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 04:34:51 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:51 latest 04:34:51 4.1.0-dev.15 04:34:51 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:34:51 main 04:34:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:52 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:34:52 c405486b0ba7: Preparing 04:34:52 a2525b5414f3: Preparing 04:34:52 24c208395a82: Preparing 04:34:52 bb165b6df0c7: Preparing 04:34:52 3da2c0ec0e58: Preparing 04:34:52 caea4238adfa: Preparing 04:34:52 335bc98c5005: Preparing 04:34:52 06f8d3c9068c: Preparing 04:34:52 caea4238adfa: Waiting 04:34:52 06f8d3c9068c: Waiting 04:34:52 dd9c8f8612c8: Preparing 04:34:52 dd9c8f8612c8: Waiting 04:34:52 3da2c0ec0e58: Layer already exists 04:34:52 caea4238adfa: Layer already exists 04:34:52 335bc98c5005: Layer already exists 04:34:52 06f8d3c9068c: Layer already exists 04:34:52 a2525b5414f3: Pushed 04:34:52 c405486b0ba7: Pushed 04:34:52 24c208395a82: Pushed 04:34:52 dd9c8f8612c8: Layer already exists 04:34:57 bb165b6df0c7: Pushed 04:34:57 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:427f02fb2d20f7deabbf37ac91d354c8917dfbae46c1cf1d151cfacda19bc648 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:58 + 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:34:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:34:58 c405486b0ba7: Preparing 04:34:58 a2525b5414f3: Preparing 04:34:58 24c208395a82: Preparing 04:34:58 bb165b6df0c7: Preparing 04:34:58 3da2c0ec0e58: Preparing 04:34:58 caea4238adfa: Preparing 04:34:58 335bc98c5005: Preparing 04:34:58 06f8d3c9068c: Preparing 04:34:58 dd9c8f8612c8: Preparing 04:34:58 335bc98c5005: Waiting 04:34:58 caea4238adfa: Waiting 04:34:58 dd9c8f8612c8: Waiting 04:34:58 06f8d3c9068c: Waiting 04:34:58 24c208395a82: Layer already exists 04:34:58 3da2c0ec0e58: Layer already exists 04:34:58 c405486b0ba7: Layer already exists 04:34:58 a2525b5414f3: Layer already exists 04:34:58 bb165b6df0c7: Layer already exists 04:34:58 06f8d3c9068c: Layer already exists 04:34:58 dd9c8f8612c8: Layer already exists 04:34:58 caea4238adfa: Layer already exists 04:34:58 335bc98c5005: Layer already exists 04:34:58 latest: digest: sha256:427f02fb2d20f7deabbf37ac91d354c8917dfbae46c1cf1d151cfacda19bc648 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:59 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.15 04:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:34:59 c405486b0ba7: Preparing 04:34:59 a2525b5414f3: Preparing 04:34:59 24c208395a82: Preparing 04:34:59 bb165b6df0c7: Preparing 04:34:59 3da2c0ec0e58: Preparing 04:34:59 caea4238adfa: Preparing 04:34:59 335bc98c5005: Preparing 04:34:59 06f8d3c9068c: Preparing 04:34:59 dd9c8f8612c8: Preparing 04:34:59 335bc98c5005: Waiting 04:34:59 06f8d3c9068c: Waiting 04:34:59 dd9c8f8612c8: Waiting 04:34:59 caea4238adfa: Waiting 04:34:59 24c208395a82: Layer already exists 04:34:59 bb165b6df0c7: Layer already exists 04:34:59 3da2c0ec0e58: Layer already exists 04:34:59 c405486b0ba7: Layer already exists 04:34:59 a2525b5414f3: Layer already exists 04:34:59 335bc98c5005: Layer already exists 04:34:59 caea4238adfa: Layer already exists 04:34:59 dd9c8f8612c8: Layer already exists 04:34:59 06f8d3c9068c: Layer already exists 04:34:59 4.1.0-dev.15: digest: sha256:427f02fb2d20f7deabbf37ac91d354c8917dfbae46c1cf1d151cfacda19bc648 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:00 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:35:00 c405486b0ba7: Preparing 04:35:00 a2525b5414f3: Preparing 04:35:00 24c208395a82: Preparing 04:35:00 bb165b6df0c7: Preparing 04:35:00 3da2c0ec0e58: Preparing 04:35:00 caea4238adfa: Preparing 04:35:00 335bc98c5005: Preparing 04:35:00 06f8d3c9068c: Preparing 04:35:00 dd9c8f8612c8: Preparing 04:35:00 caea4238adfa: Waiting 04:35:00 335bc98c5005: Waiting 04:35:00 06f8d3c9068c: Waiting 04:35:00 dd9c8f8612c8: Waiting 04:35:00 24c208395a82: Layer already exists 04:35:00 3da2c0ec0e58: Layer already exists 04:35:00 bb165b6df0c7: Layer already exists 04:35:00 c405486b0ba7: Layer already exists 04:35:00 a2525b5414f3: Layer already exists 04:35:00 caea4238adfa: Layer already exists 04:35:00 335bc98c5005: Layer already exists 04:35:00 dd9c8f8612c8: Layer already exists 04:35:00 06f8d3c9068c: Layer already exists 04:35:00 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:427f02fb2d20f7deabbf37ac91d354c8917dfbae46c1cf1d151cfacda19bc648 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:01 + 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:35:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 04:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 04:35:01 c405486b0ba7: Preparing 04:35:01 a2525b5414f3: Preparing 04:35:01 24c208395a82: Preparing 04:35:01 bb165b6df0c7: Preparing 04:35:01 3da2c0ec0e58: Preparing 04:35:01 caea4238adfa: Preparing 04:35:01 335bc98c5005: Preparing 04:35:01 06f8d3c9068c: Preparing 04:35:01 dd9c8f8612c8: Preparing 04:35:01 335bc98c5005: Waiting 04:35:01 06f8d3c9068c: Waiting 04:35:01 dd9c8f8612c8: Waiting 04:35:01 caea4238adfa: Waiting 04:35:01 24c208395a82: Layer already exists 04:35:01 bb165b6df0c7: Layer already exists 04:35:01 3da2c0ec0e58: Layer already exists 04:35:01 a2525b5414f3: Layer already exists 04:35:01 c405486b0ba7: Layer already exists 04:35:01 dd9c8f8612c8: Layer already exists 04:35:01 caea4238adfa: Layer already exists 04:35:01 335bc98c5005: Layer already exists 04:35:01 06f8d3c9068c: Layer already exists 04:35:01 main: digest: sha256:427f02fb2d20f7deabbf37ac91d354c8917dfbae46c1cf1d151cfacda19bc648 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:35:01 ===================================================== [Pipeline] echo 04:35:01 taggedImages: 04:35:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 04:35:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.15 04:35:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:01 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:35:01 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 04:35:01 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:01 latest 04:35:01 4.1.0-dev.15 04:35:01 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:01 main 04:35:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:35:02 6efdd638c632: Preparing 04:35:02 84517e8c5913: Preparing 04:35:02 56aefdd777d3: Preparing 04:35:02 96458af56fbf: Preparing 04:35:02 23099f088949: Preparing 04:35:02 3da2c0ec0e58: Preparing 04:35:02 caea4238adfa: Preparing 04:35:02 0a017c82aeef: Preparing 04:35:02 1fa0df78f1b7: Preparing 04:35:02 64162b099cd2: Preparing 04:35:02 dd9c8f8612c8: Preparing 04:35:02 0a017c82aeef: Waiting 04:35:02 1fa0df78f1b7: Waiting 04:35:02 dd9c8f8612c8: Waiting 04:35:02 3da2c0ec0e58: Waiting 04:35:02 64162b099cd2: Waiting 04:35:02 23099f088949: Pushed 04:35:02 96458af56fbf: Pushed 04:35:02 84517e8c5913: Pushed 04:35:02 3da2c0ec0e58: Layer already exists 04:35:02 6efdd638c632: Pushed 04:35:02 caea4238adfa: Layer already exists 04:35:02 dd9c8f8612c8: Layer already exists 04:35:02 0a017c82aeef: Pushed 04:35:02 1fa0df78f1b7: Pushed 04:35:06 64162b099cd2: Pushed 04:35:07 56aefdd777d3: Pushed 04:35:07 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:fccdf2fcd3ce08c6adcd21bfe22fc3c589db2ec8012eaa75fddb33e37863b417 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:07 + 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:35:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:35:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:35:08 6efdd638c632: Preparing 04:35:08 84517e8c5913: Preparing 04:35:08 56aefdd777d3: Preparing 04:35:08 96458af56fbf: Preparing 04:35:08 23099f088949: Preparing 04:35:08 3da2c0ec0e58: Preparing 04:35:08 caea4238adfa: Preparing 04:35:08 0a017c82aeef: Preparing 04:35:08 1fa0df78f1b7: Preparing 04:35:08 64162b099cd2: Preparing 04:35:08 dd9c8f8612c8: Preparing 04:35:08 caea4238adfa: Waiting 04:35:08 0a017c82aeef: Waiting 04:35:08 1fa0df78f1b7: Waiting 04:35:08 64162b099cd2: Waiting 04:35:08 3da2c0ec0e58: Waiting 04:35:08 dd9c8f8612c8: Waiting 04:35:08 96458af56fbf: Layer already exists 04:35:08 6efdd638c632: Layer already exists 04:35:08 56aefdd777d3: Layer already exists 04:35:08 84517e8c5913: Layer already exists 04:35:08 23099f088949: Layer already exists 04:35:08 64162b099cd2: Layer already exists 04:35:08 caea4238adfa: Layer already exists 04:35:08 3da2c0ec0e58: Layer already exists 04:35:08 1fa0df78f1b7: Layer already exists 04:35:08 0a017c82aeef: Layer already exists 04:35:08 dd9c8f8612c8: Layer already exists 04:35:08 latest: digest: sha256:fccdf2fcd3ce08c6adcd21bfe22fc3c589db2ec8012eaa75fddb33e37863b417 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:08 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.15 04:35:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:35:09 6efdd638c632: Preparing 04:35:09 84517e8c5913: Preparing 04:35:09 56aefdd777d3: Preparing 04:35:09 96458af56fbf: Preparing 04:35:09 23099f088949: Preparing 04:35:09 3da2c0ec0e58: Preparing 04:35:09 caea4238adfa: Preparing 04:35:09 3da2c0ec0e58: Waiting 04:35:09 0a017c82aeef: Preparing 04:35:09 caea4238adfa: Waiting 04:35:09 1fa0df78f1b7: Preparing 04:35:09 0a017c82aeef: Waiting 04:35:09 64162b099cd2: Preparing 04:35:09 1fa0df78f1b7: Waiting 04:35:09 dd9c8f8612c8: Preparing 04:35:09 64162b099cd2: Waiting 04:35:09 dd9c8f8612c8: Waiting 04:35:09 23099f088949: Layer already exists 04:35:09 6efdd638c632: Layer already exists 04:35:09 84517e8c5913: Layer already exists 04:35:09 96458af56fbf: Layer already exists 04:35:09 56aefdd777d3: Layer already exists 04:35:09 3da2c0ec0e58: Layer already exists 04:35:09 0a017c82aeef: Layer already exists 04:35:09 caea4238adfa: Layer already exists 04:35:09 64162b099cd2: Layer already exists 04:35:09 1fa0df78f1b7: Layer already exists 04:35:09 dd9c8f8612c8: Layer already exists 04:35:09 4.1.0-dev.15: digest: sha256:fccdf2fcd3ce08c6adcd21bfe22fc3c589db2ec8012eaa75fddb33e37863b417 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:09 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:35:10 6efdd638c632: Preparing 04:35:10 84517e8c5913: Preparing 04:35:10 56aefdd777d3: Preparing 04:35:10 96458af56fbf: Preparing 04:35:10 23099f088949: Preparing 04:35:10 3da2c0ec0e58: Preparing 04:35:10 caea4238adfa: Preparing 04:35:10 0a017c82aeef: Preparing 04:35:10 1fa0df78f1b7: Preparing 04:35:10 64162b099cd2: Preparing 04:35:10 dd9c8f8612c8: Preparing 04:35:10 0a017c82aeef: Waiting 04:35:10 1fa0df78f1b7: Waiting 04:35:10 64162b099cd2: Waiting 04:35:10 dd9c8f8612c8: Waiting 04:35:10 3da2c0ec0e58: Waiting 04:35:10 caea4238adfa: Waiting 04:35:10 23099f088949: Layer already exists 04:35:10 96458af56fbf: Layer already exists 04:35:10 84517e8c5913: Layer already exists 04:35:10 6efdd638c632: Layer already exists 04:35:10 56aefdd777d3: Layer already exists 04:35:10 caea4238adfa: Layer already exists 04:35:10 0a017c82aeef: Layer already exists 04:35:10 1fa0df78f1b7: Layer already exists 04:35:10 64162b099cd2: Layer already exists 04:35:10 3da2c0ec0e58: Layer already exists 04:35:10 dd9c8f8612c8: Layer already exists 04:35:10 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:fccdf2fcd3ce08c6adcd21bfe22fc3c589db2ec8012eaa75fddb33e37863b417 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:10 + 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:35:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 04:35:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 04:35:11 6efdd638c632: Preparing 04:35:11 84517e8c5913: Preparing 04:35:11 56aefdd777d3: Preparing 04:35:11 96458af56fbf: Preparing 04:35:11 23099f088949: Preparing 04:35:11 3da2c0ec0e58: Preparing 04:35:11 caea4238adfa: Preparing 04:35:11 0a017c82aeef: Preparing 04:35:11 1fa0df78f1b7: Preparing 04:35:11 64162b099cd2: Preparing 04:35:11 dd9c8f8612c8: Preparing 04:35:11 caea4238adfa: Waiting 04:35:11 0a017c82aeef: Waiting 04:35:11 1fa0df78f1b7: Waiting 04:35:11 64162b099cd2: Waiting 04:35:11 3da2c0ec0e58: Waiting 04:35:11 dd9c8f8612c8: Waiting 04:35:11 56aefdd777d3: Layer already exists 04:35:11 23099f088949: Layer already exists 04:35:11 84517e8c5913: Layer already exists 04:35:11 6efdd638c632: Layer already exists 04:35:11 96458af56fbf: Layer already exists 04:35:11 caea4238adfa: Layer already exists 04:35:11 3da2c0ec0e58: Layer already exists 04:35:11 0a017c82aeef: Layer already exists 04:35:11 64162b099cd2: Layer already exists 04:35:11 1fa0df78f1b7: Layer already exists 04:35:11 dd9c8f8612c8: Layer already exists 04:35:11 main: digest: sha256:fccdf2fcd3ce08c6adcd21bfe22fc3c589db2ec8012eaa75fddb33e37863b417 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:35:11 ===================================================== [Pipeline] echo 04:35:11 taggedImages: 04:35:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 04:35:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.15 04:35:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:35:11 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 04:35:11 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:11 latest 04:35:11 4.1.0-dev.15 04:35:11 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:11 main 04:35:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:35:12 9ba0ec2c0221: Preparing 04:35:12 68d7823e1868: Preparing 04:35:12 7564369ea31e: Preparing 04:35:12 54189abbbebe: Preparing 04:35:12 a3b8526bf9b6: Preparing 04:35:12 5764a01281bd: Preparing 04:35:12 2aec1252e53b: Preparing 04:35:12 3da2c0ec0e58: Preparing 04:35:12 caea4238adfa: Preparing 04:35:12 368d87e54e49: Preparing 04:35:12 6576c68c3876: Preparing 04:35:12 dd9c8f8612c8: Preparing 04:35:12 5764a01281bd: Waiting 04:35:12 2aec1252e53b: Waiting 04:35:12 3da2c0ec0e58: Waiting 04:35:12 caea4238adfa: Waiting 04:35:12 368d87e54e49: Waiting 04:35:12 6576c68c3876: Waiting 04:35:12 dd9c8f8612c8: Waiting 04:35:12 a3b8526bf9b6: Pushed 04:35:12 9ba0ec2c0221: Pushed 04:35:12 68d7823e1868: Pushed 04:35:12 3da2c0ec0e58: Layer already exists 04:35:12 caea4238adfa: Layer already exists 04:35:12 5764a01281bd: Pushed 04:35:12 2aec1252e53b: Pushed 04:35:12 dd9c8f8612c8: Layer already exists 04:35:12 368d87e54e49: Pushed 04:35:15 6576c68c3876: Pushed 04:35:16 54189abbbebe: Pushed 04:35:19 7564369ea31e: Pushed 04:35:19 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:c89cc623f21142d376320b789f3cc5a82c7e55268ad48a0850d4bb914c31624f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:19 + 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:35:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:35:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:35:19 9ba0ec2c0221: Preparing 04:35:19 68d7823e1868: Preparing 04:35:19 7564369ea31e: Preparing 04:35:19 54189abbbebe: Preparing 04:35:19 a3b8526bf9b6: Preparing 04:35:19 5764a01281bd: Preparing 04:35:19 2aec1252e53b: Preparing 04:35:19 3da2c0ec0e58: Preparing 04:35:19 caea4238adfa: Preparing 04:35:19 368d87e54e49: Preparing 04:35:19 6576c68c3876: Preparing 04:35:19 dd9c8f8612c8: Preparing 04:35:19 3da2c0ec0e58: Waiting 04:35:19 caea4238adfa: Waiting 04:35:19 368d87e54e49: Waiting 04:35:19 6576c68c3876: Waiting 04:35:19 dd9c8f8612c8: Waiting 04:35:19 5764a01281bd: Waiting 04:35:19 2aec1252e53b: Waiting 04:35:19 a3b8526bf9b6: Layer already exists 04:35:19 9ba0ec2c0221: Layer already exists 04:35:19 68d7823e1868: Layer already exists 04:35:19 7564369ea31e: Layer already exists 04:35:19 54189abbbebe: Layer already exists 04:35:19 caea4238adfa: Layer already exists 04:35:19 5764a01281bd: Layer already exists 04:35:19 3da2c0ec0e58: Layer already exists 04:35:19 368d87e54e49: Layer already exists 04:35:19 2aec1252e53b: Layer already exists 04:35:19 6576c68c3876: Layer already exists 04:35:20 dd9c8f8612c8: Layer already exists 04:35:20 latest: digest: sha256:c89cc623f21142d376320b789f3cc5a82c7e55268ad48a0850d4bb914c31624f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.15 04:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:35:20 9ba0ec2c0221: Preparing 04:35:20 68d7823e1868: Preparing 04:35:20 7564369ea31e: Preparing 04:35:20 54189abbbebe: Preparing 04:35:20 a3b8526bf9b6: Preparing 04:35:20 5764a01281bd: Preparing 04:35:20 2aec1252e53b: Preparing 04:35:20 3da2c0ec0e58: Preparing 04:35:20 caea4238adfa: Preparing 04:35:20 368d87e54e49: Preparing 04:35:20 6576c68c3876: Preparing 04:35:20 dd9c8f8612c8: Preparing 04:35:20 3da2c0ec0e58: Waiting 04:35:20 caea4238adfa: Waiting 04:35:20 5764a01281bd: Waiting 04:35:20 2aec1252e53b: Waiting 04:35:20 6576c68c3876: Waiting 04:35:20 dd9c8f8612c8: Waiting 04:35:20 368d87e54e49: Waiting 04:35:20 a3b8526bf9b6: Layer already exists 04:35:20 54189abbbebe: Layer already exists 04:35:20 9ba0ec2c0221: Layer already exists 04:35:20 68d7823e1868: Layer already exists 04:35:20 7564369ea31e: Layer already exists 04:35:20 5764a01281bd: Layer already exists 04:35:20 2aec1252e53b: Layer already exists 04:35:20 368d87e54e49: Layer already exists 04:35:20 caea4238adfa: Layer already exists 04:35:20 3da2c0ec0e58: Layer already exists 04:35:20 dd9c8f8612c8: Layer already exists 04:35:20 6576c68c3876: Layer already exists 04:35:21 4.1.0-dev.15: digest: sha256:c89cc623f21142d376320b789f3cc5a82c7e55268ad48a0850d4bb914c31624f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:35:21 9ba0ec2c0221: Preparing 04:35:21 68d7823e1868: Preparing 04:35:21 7564369ea31e: Preparing 04:35:21 54189abbbebe: Preparing 04:35:21 a3b8526bf9b6: Preparing 04:35:21 5764a01281bd: Preparing 04:35:21 2aec1252e53b: Preparing 04:35:21 5764a01281bd: Waiting 04:35:21 3da2c0ec0e58: Preparing 04:35:21 2aec1252e53b: Waiting 04:35:21 caea4238adfa: Preparing 04:35:21 3da2c0ec0e58: Waiting 04:35:21 368d87e54e49: Preparing 04:35:21 caea4238adfa: Waiting 04:35:21 6576c68c3876: Preparing 04:35:21 368d87e54e49: Waiting 04:35:21 dd9c8f8612c8: Preparing 04:35:21 6576c68c3876: Waiting 04:35:21 dd9c8f8612c8: Waiting 04:35:21 68d7823e1868: Layer already exists 04:35:21 7564369ea31e: Layer already exists 04:35:21 54189abbbebe: Layer already exists 04:35:21 9ba0ec2c0221: Layer already exists 04:35:21 a3b8526bf9b6: Layer already exists 04:35:21 5764a01281bd: Layer already exists 04:35:21 3da2c0ec0e58: Layer already exists 04:35:21 368d87e54e49: Layer already exists 04:35:21 2aec1252e53b: Layer already exists 04:35:21 caea4238adfa: Layer already exists 04:35:21 dd9c8f8612c8: Layer already exists 04:35:21 6576c68c3876: Layer already exists 04:35:22 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:c89cc623f21142d376320b789f3cc5a82c7e55268ad48a0850d4bb914c31624f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:22 + 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:35:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 04:35:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 04:35:22 9ba0ec2c0221: Preparing 04:35:22 68d7823e1868: Preparing 04:35:22 7564369ea31e: Preparing 04:35:22 54189abbbebe: Preparing 04:35:22 a3b8526bf9b6: Preparing 04:35:22 5764a01281bd: Preparing 04:35:22 2aec1252e53b: Preparing 04:35:22 3da2c0ec0e58: Preparing 04:35:22 caea4238adfa: Preparing 04:35:22 368d87e54e49: Preparing 04:35:22 6576c68c3876: Preparing 04:35:22 dd9c8f8612c8: Preparing 04:35:22 3da2c0ec0e58: Waiting 04:35:22 caea4238adfa: Waiting 04:35:22 368d87e54e49: Waiting 04:35:22 6576c68c3876: Waiting 04:35:22 dd9c8f8612c8: Waiting 04:35:22 5764a01281bd: Waiting 04:35:22 2aec1252e53b: Waiting 04:35:22 a3b8526bf9b6: Layer already exists 04:35:22 7564369ea31e: Layer already exists 04:35:22 9ba0ec2c0221: Layer already exists 04:35:22 54189abbbebe: Layer already exists 04:35:22 68d7823e1868: Layer already exists 04:35:22 5764a01281bd: Layer already exists 04:35:22 2aec1252e53b: Layer already exists 04:35:22 3da2c0ec0e58: Layer already exists 04:35:22 caea4238adfa: Layer already exists 04:35:22 368d87e54e49: Layer already exists 04:35:22 6576c68c3876: Layer already exists 04:35:22 dd9c8f8612c8: Layer already exists 04:35:22 main: digest: sha256:c89cc623f21142d376320b789f3cc5a82c7e55268ad48a0850d4bb914c31624f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:35:23 ===================================================== [Pipeline] echo 04:35:23 taggedImages: 04:35:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 04:35:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.15 04:35:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:35:23 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 04:35:23 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:23 latest 04:35:23 4.1.0-dev.15 04:35:23 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:23 main 04:35:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:35:23 d3ab5acc8550: Preparing 04:35:23 616aba3b3529: Preparing 04:35:23 3da2c0ec0e58: Preparing 04:35:23 caea4238adfa: Preparing 04:35:23 e1505b546247: Preparing 04:35:23 df90284cc0a9: Preparing 04:35:23 dd9c8f8612c8: Preparing 04:35:23 df90284cc0a9: Waiting 04:35:23 dd9c8f8612c8: Waiting 04:35:23 3da2c0ec0e58: Layer already exists 04:35:23 caea4238adfa: Layer already exists 04:35:24 e1505b546247: Pushed 04:35:24 dd9c8f8612c8: Layer already exists 04:35:24 d3ab5acc8550: Pushed 04:35:25 df90284cc0a9: Pushed 04:35:30 616aba3b3529: Pushed 04:35:30 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:f1308854e185b6e5f761bd861240448dcfa48bb8a124d829a2333c13e6a9f5f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:31 + 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:35:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:35:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:35:31 d3ab5acc8550: Preparing 04:35:31 616aba3b3529: Preparing 04:35:31 3da2c0ec0e58: Preparing 04:35:31 caea4238adfa: Preparing 04:35:31 e1505b546247: Preparing 04:35:31 df90284cc0a9: Preparing 04:35:31 dd9c8f8612c8: Preparing 04:35:31 df90284cc0a9: Waiting 04:35:31 dd9c8f8612c8: Waiting 04:35:31 e1505b546247: Layer already exists 04:35:31 caea4238adfa: Layer already exists 04:35:31 3da2c0ec0e58: Layer already exists 04:35:31 616aba3b3529: Layer already exists 04:35:31 d3ab5acc8550: Layer already exists 04:35:31 dd9c8f8612c8: Layer already exists 04:35:31 df90284cc0a9: Layer already exists 04:35:31 latest: digest: sha256:f1308854e185b6e5f761bd861240448dcfa48bb8a124d829a2333c13e6a9f5f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.15 04:35:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:35:32 d3ab5acc8550: Preparing 04:35:32 616aba3b3529: Preparing 04:35:32 3da2c0ec0e58: Preparing 04:35:32 caea4238adfa: Preparing 04:35:32 e1505b546247: Preparing 04:35:32 df90284cc0a9: Preparing 04:35:32 dd9c8f8612c8: Preparing 04:35:32 df90284cc0a9: Waiting 04:35:32 dd9c8f8612c8: Waiting 04:35:32 616aba3b3529: Layer already exists 04:35:32 e1505b546247: Layer already exists 04:35:32 3da2c0ec0e58: Layer already exists 04:35:32 d3ab5acc8550: Layer already exists 04:35:32 caea4238adfa: Layer already exists 04:35:32 dd9c8f8612c8: Layer already exists 04:35:32 df90284cc0a9: Layer already exists 04:35:32 4.1.0-dev.15: digest: sha256:f1308854e185b6e5f761bd861240448dcfa48bb8a124d829a2333c13e6a9f5f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:35:33 d3ab5acc8550: Preparing 04:35:33 616aba3b3529: Preparing 04:35:33 3da2c0ec0e58: Preparing 04:35:33 caea4238adfa: Preparing 04:35:33 e1505b546247: Preparing 04:35:33 df90284cc0a9: Preparing 04:35:33 dd9c8f8612c8: Preparing 04:35:33 df90284cc0a9: Waiting 04:35:33 dd9c8f8612c8: Waiting 04:35:33 d3ab5acc8550: Layer already exists 04:35:33 e1505b546247: Layer already exists 04:35:33 caea4238adfa: Layer already exists 04:35:33 3da2c0ec0e58: Layer already exists 04:35:33 616aba3b3529: Layer already exists 04:35:33 df90284cc0a9: Layer already exists 04:35:33 dd9c8f8612c8: Layer already exists 04:35:33 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:f1308854e185b6e5f761bd861240448dcfa48bb8a124d829a2333c13e6a9f5f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:33 + 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:35:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 04:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 04:35:34 d3ab5acc8550: Preparing 04:35:34 616aba3b3529: Preparing 04:35:34 3da2c0ec0e58: Preparing 04:35:34 caea4238adfa: Preparing 04:35:34 e1505b546247: Preparing 04:35:34 df90284cc0a9: Preparing 04:35:34 dd9c8f8612c8: Preparing 04:35:34 df90284cc0a9: Waiting 04:35:34 dd9c8f8612c8: Waiting 04:35:34 d3ab5acc8550: Layer already exists 04:35:34 e1505b546247: Layer already exists 04:35:34 616aba3b3529: Layer already exists 04:35:34 caea4238adfa: Layer already exists 04:35:34 3da2c0ec0e58: Layer already exists 04:35:34 df90284cc0a9: Layer already exists 04:35:34 dd9c8f8612c8: Layer already exists 04:35:34 main: digest: sha256:f1308854e185b6e5f761bd861240448dcfa48bb8a124d829a2333c13e6a9f5f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:35:34 ===================================================== [Pipeline] echo 04:35:34 taggedImages: 04:35:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 04:35:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.15 04:35:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:35:34 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 04:35:34 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:34 latest 04:35:34 4.1.0-dev.15 04:35:34 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:35:34 main 04:35:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:35:35 141a4e650a44: Preparing 04:35:35 96e24bccb904: Preparing 04:35:35 312ab08dcc71: Preparing 04:35:35 3da2c0ec0e58: Preparing 04:35:35 caea4238adfa: Preparing 04:35:35 f18cf025cf22: Preparing 04:35:35 5ca02804c843: Preparing 04:35:35 17901fa68584: Preparing 04:35:35 72e553d70bb0: Preparing 04:35:35 dd9c8f8612c8: Preparing 04:35:35 17901fa68584: Waiting 04:35:35 f18cf025cf22: Waiting 04:35:35 72e553d70bb0: Waiting 04:35:35 5ca02804c843: Waiting 04:35:35 dd9c8f8612c8: Waiting 04:35:35 caea4238adfa: Layer already exists 04:35:35 3da2c0ec0e58: Layer already exists 04:35:35 141a4e650a44: Pushed 04:35:35 96e24bccb904: Pushed 04:35:35 312ab08dcc71: Pushed 04:35:35 dd9c8f8612c8: Layer already exists 04:35:35 17901fa68584: Pushed 04:35:36 72e553d70bb0: Pushed 04:35:46 5ca02804c843: Pushed 04:36:01 f18cf025cf22: Pushed 04:36:01 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:2430c6c6f41a9d86f49e8246e4b6cf1d65b5bd1caf6a941231ea98b4543c2c6d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:01 + 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:36:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:36:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:36:02 141a4e650a44: Preparing 04:36:02 96e24bccb904: Preparing 04:36:02 312ab08dcc71: Preparing 04:36:02 3da2c0ec0e58: Preparing 04:36:02 caea4238adfa: Preparing 04:36:02 f18cf025cf22: Preparing 04:36:02 5ca02804c843: Preparing 04:36:02 17901fa68584: Preparing 04:36:02 72e553d70bb0: Preparing 04:36:02 dd9c8f8612c8: Preparing 04:36:02 5ca02804c843: Waiting 04:36:02 17901fa68584: Waiting 04:36:02 72e553d70bb0: Waiting 04:36:02 dd9c8f8612c8: Waiting 04:36:02 f18cf025cf22: Waiting 04:36:02 141a4e650a44: Layer already exists 04:36:02 96e24bccb904: Layer already exists 04:36:02 caea4238adfa: Layer already exists 04:36:02 3da2c0ec0e58: Layer already exists 04:36:02 312ab08dcc71: Layer already exists 04:36:02 5ca02804c843: Layer already exists 04:36:02 f18cf025cf22: Layer already exists 04:36:02 dd9c8f8612c8: Layer already exists 04:36:02 72e553d70bb0: Layer already exists 04:36:02 17901fa68584: Layer already exists 04:36:02 latest: digest: sha256:2430c6c6f41a9d86f49e8246e4b6cf1d65b5bd1caf6a941231ea98b4543c2c6d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.15 04:36:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:36:03 141a4e650a44: Preparing 04:36:03 96e24bccb904: Preparing 04:36:03 312ab08dcc71: Preparing 04:36:03 3da2c0ec0e58: Preparing 04:36:03 caea4238adfa: Preparing 04:36:03 f18cf025cf22: Preparing 04:36:03 5ca02804c843: Preparing 04:36:03 17901fa68584: Preparing 04:36:03 72e553d70bb0: Preparing 04:36:03 dd9c8f8612c8: Preparing 04:36:03 f18cf025cf22: Waiting 04:36:03 5ca02804c843: Waiting 04:36:03 17901fa68584: Waiting 04:36:03 72e553d70bb0: Waiting 04:36:03 dd9c8f8612c8: Waiting 04:36:03 312ab08dcc71: Layer already exists 04:36:03 caea4238adfa: Layer already exists 04:36:03 96e24bccb904: Layer already exists 04:36:03 3da2c0ec0e58: Layer already exists 04:36:03 141a4e650a44: Layer already exists 04:36:03 5ca02804c843: Layer already exists 04:36:03 72e553d70bb0: Layer already exists 04:36:03 f18cf025cf22: Layer already exists 04:36:03 dd9c8f8612c8: Layer already exists 04:36:03 17901fa68584: Layer already exists 04:36:03 4.1.0-dev.15: digest: sha256:2430c6c6f41a9d86f49e8246e4b6cf1d65b5bd1caf6a941231ea98b4543c2c6d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:36:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:36:04 141a4e650a44: Preparing 04:36:04 96e24bccb904: Preparing 04:36:04 312ab08dcc71: Preparing 04:36:04 3da2c0ec0e58: Preparing 04:36:04 caea4238adfa: Preparing 04:36:04 f18cf025cf22: Preparing 04:36:04 5ca02804c843: Preparing 04:36:04 17901fa68584: Preparing 04:36:04 72e553d70bb0: Preparing 04:36:04 dd9c8f8612c8: Preparing 04:36:04 5ca02804c843: Waiting 04:36:04 17901fa68584: Waiting 04:36:04 72e553d70bb0: Waiting 04:36:04 dd9c8f8612c8: Waiting 04:36:04 f18cf025cf22: Waiting 04:36:04 96e24bccb904: Layer already exists 04:36:04 caea4238adfa: Layer already exists 04:36:04 312ab08dcc71: Layer already exists 04:36:04 3da2c0ec0e58: Layer already exists 04:36:04 141a4e650a44: Layer already exists 04:36:04 5ca02804c843: Layer already exists 04:36:04 f18cf025cf22: Layer already exists 04:36:04 17901fa68584: Layer already exists 04:36:04 dd9c8f8612c8: Layer already exists 04:36:04 72e553d70bb0: Layer already exists 04:36:04 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:2430c6c6f41a9d86f49e8246e4b6cf1d65b5bd1caf6a941231ea98b4543c2c6d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:04 + 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:36:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 04:36:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 04:36:04 141a4e650a44: Preparing 04:36:04 96e24bccb904: Preparing 04:36:04 312ab08dcc71: Preparing 04:36:04 3da2c0ec0e58: Preparing 04:36:04 caea4238adfa: Preparing 04:36:04 f18cf025cf22: Preparing 04:36:04 5ca02804c843: Preparing 04:36:04 17901fa68584: Preparing 04:36:04 72e553d70bb0: Preparing 04:36:04 dd9c8f8612c8: Preparing 04:36:04 f18cf025cf22: Waiting 04:36:04 17901fa68584: Waiting 04:36:04 72e553d70bb0: Waiting 04:36:04 5ca02804c843: Waiting 04:36:04 dd9c8f8612c8: Waiting 04:36:04 312ab08dcc71: Layer already exists 04:36:04 caea4238adfa: Layer already exists 04:36:04 3da2c0ec0e58: Layer already exists 04:36:04 141a4e650a44: Layer already exists 04:36:04 96e24bccb904: Layer already exists 04:36:04 f18cf025cf22: Layer already exists 04:36:04 5ca02804c843: Layer already exists 04:36:04 72e553d70bb0: Layer already exists 04:36:04 17901fa68584: Layer already exists 04:36:04 dd9c8f8612c8: Layer already exists 04:36:05 main: digest: sha256:2430c6c6f41a9d86f49e8246e4b6cf1d65b5bd1caf6a941231ea98b4543c2c6d size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:36:05 ===================================================== [Pipeline] echo 04:36:05 taggedImages: 04:36:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:36:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 04:36:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.15 04:36:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:36:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:36:05 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 04:36:05 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:36:05 latest 04:36:05 4.1.0-dev.15 04:36:05 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:36:05 main 04:36:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:36:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:36:05 e7541c1df2e6: Preparing 04:36:05 0c364d7698ae: Preparing 04:36:05 8bd3384694a0: Preparing 04:36:05 3da2c0ec0e58: Preparing 04:36:05 caea4238adfa: Preparing 04:36:05 1af119852563: Preparing 04:36:05 3817eae21b00: Preparing 04:36:05 712e856019a9: Preparing 04:36:05 dd9c8f8612c8: Preparing 04:36:05 1af119852563: Waiting 04:36:05 3817eae21b00: Waiting 04:36:05 712e856019a9: Waiting 04:36:05 dd9c8f8612c8: Waiting 04:36:05 caea4238adfa: Layer already exists 04:36:05 3da2c0ec0e58: Layer already exists 04:36:06 8bd3384694a0: Pushed 04:36:06 0c364d7698ae: Pushed 04:36:06 e7541c1df2e6: Pushed 04:36:06 dd9c8f8612c8: Layer already exists 04:36:06 3817eae21b00: Pushed 04:36:06 712e856019a9: Pushed 04:36:33 1af119852563: Pushed 04:36:33 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:a39176c82deb17d26bcc96d1186e9dc8564383c153c28c44d3c1fe3144e270fd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:33 + 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:36:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:36:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:36:34 e7541c1df2e6: Preparing 04:36:34 0c364d7698ae: Preparing 04:36:34 8bd3384694a0: Preparing 04:36:34 3da2c0ec0e58: Preparing 04:36:34 caea4238adfa: Preparing 04:36:34 1af119852563: Preparing 04:36:34 3817eae21b00: Preparing 04:36:34 712e856019a9: Preparing 04:36:34 dd9c8f8612c8: Preparing 04:36:34 3817eae21b00: Waiting 04:36:34 712e856019a9: Waiting 04:36:34 dd9c8f8612c8: Waiting 04:36:34 1af119852563: Waiting 04:36:34 3da2c0ec0e58: Layer already exists 04:36:34 e7541c1df2e6: Layer already exists 04:36:34 0c364d7698ae: Layer already exists 04:36:34 caea4238adfa: Layer already exists 04:36:34 8bd3384694a0: Layer already exists 04:36:34 1af119852563: Layer already exists 04:36:34 3817eae21b00: Layer already exists 04:36:34 712e856019a9: Layer already exists 04:36:34 dd9c8f8612c8: Layer already exists 04:36:34 latest: digest: sha256:a39176c82deb17d26bcc96d1186e9dc8564383c153c28c44d3c1fe3144e270fd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:34 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.15 04:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:36:35 e7541c1df2e6: Preparing 04:36:35 0c364d7698ae: Preparing 04:36:35 8bd3384694a0: Preparing 04:36:35 3da2c0ec0e58: Preparing 04:36:35 caea4238adfa: Preparing 04:36:35 1af119852563: Preparing 04:36:35 3817eae21b00: Preparing 04:36:35 712e856019a9: Preparing 04:36:35 dd9c8f8612c8: Preparing 04:36:35 1af119852563: Waiting 04:36:35 712e856019a9: Waiting 04:36:35 dd9c8f8612c8: Waiting 04:36:35 3817eae21b00: Waiting 04:36:35 0c364d7698ae: Layer already exists 04:36:35 8bd3384694a0: Layer already exists 04:36:35 caea4238adfa: Layer already exists 04:36:35 e7541c1df2e6: Layer already exists 04:36:35 3da2c0ec0e58: Layer already exists 04:36:35 1af119852563: Layer already exists 04:36:35 3817eae21b00: Layer already exists 04:36:35 dd9c8f8612c8: Layer already exists 04:36:35 712e856019a9: Layer already exists 04:36:35 4.1.0-dev.15: digest: sha256:a39176c82deb17d26bcc96d1186e9dc8564383c153c28c44d3c1fe3144e270fd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:35 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:36:36 e7541c1df2e6: Preparing 04:36:36 0c364d7698ae: Preparing 04:36:36 8bd3384694a0: Preparing 04:36:36 3da2c0ec0e58: Preparing 04:36:36 caea4238adfa: Preparing 04:36:36 1af119852563: Preparing 04:36:36 3817eae21b00: Preparing 04:36:36 712e856019a9: Preparing 04:36:36 dd9c8f8612c8: Preparing 04:36:36 3817eae21b00: Waiting 04:36:36 712e856019a9: Waiting 04:36:36 1af119852563: Waiting 04:36:36 dd9c8f8612c8: Waiting 04:36:36 0c364d7698ae: Layer already exists 04:36:36 e7541c1df2e6: Layer already exists 04:36:36 caea4238adfa: Layer already exists 04:36:36 3da2c0ec0e58: Layer already exists 04:36:36 8bd3384694a0: Layer already exists 04:36:36 712e856019a9: Layer already exists 04:36:36 1af119852563: Layer already exists 04:36:36 3817eae21b00: Layer already exists 04:36:36 dd9c8f8612c8: Layer already exists 04:36:36 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:a39176c82deb17d26bcc96d1186e9dc8564383c153c28c44d3c1fe3144e270fd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:36 + 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:36:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 04:36:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 04:36:36 e7541c1df2e6: Preparing 04:36:36 0c364d7698ae: Preparing 04:36:36 8bd3384694a0: Preparing 04:36:36 3da2c0ec0e58: Preparing 04:36:36 caea4238adfa: Preparing 04:36:36 1af119852563: Preparing 04:36:36 3817eae21b00: Preparing 04:36:36 712e856019a9: Preparing 04:36:36 1af119852563: Waiting 04:36:36 dd9c8f8612c8: Preparing 04:36:36 3817eae21b00: Waiting 04:36:36 dd9c8f8612c8: Waiting 04:36:36 e7541c1df2e6: Layer already exists 04:36:36 caea4238adfa: Layer already exists 04:36:36 3da2c0ec0e58: Layer already exists 04:36:36 0c364d7698ae: Layer already exists 04:36:36 8bd3384694a0: Layer already exists 04:36:36 3817eae21b00: Layer already exists 04:36:36 1af119852563: Layer already exists 04:36:36 dd9c8f8612c8: Layer already exists 04:36:36 712e856019a9: Layer already exists 04:36:37 main: digest: sha256:a39176c82deb17d26bcc96d1186e9dc8564383c153c28c44d3c1fe3144e270fd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:36:37 ===================================================== [Pipeline] echo 04:36:37 taggedImages: 04:36:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:36:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 04:36:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.15 04:36:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:36:37 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:36:37 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 04:36:37 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:36:37 latest 04:36:37 4.1.0-dev.15 04:36:37 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:36:37 main 04:36:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:36:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:36:38 23fe1169dbe2: Preparing 04:36:38 b171fbc8efe5: Preparing 04:36:38 d3c031c3c051: Preparing 04:36:38 3da2c0ec0e58: Preparing 04:36:38 caea4238adfa: Preparing 04:36:38 ed114e3f5230: Preparing 04:36:38 17901fa68584: Preparing 04:36:38 72e553d70bb0: Preparing 04:36:38 dd9c8f8612c8: Preparing 04:36:38 ed114e3f5230: Waiting 04:36:38 17901fa68584: Waiting 04:36:38 72e553d70bb0: Waiting 04:36:38 dd9c8f8612c8: Waiting 04:36:38 3da2c0ec0e58: Layer already exists 04:36:38 caea4238adfa: Layer already exists 04:36:38 17901fa68584: Layer already exists 04:36:38 d3c031c3c051: Pushed 04:36:38 b171fbc8efe5: Pushed 04:36:38 72e553d70bb0: Layer already exists 04:36:38 dd9c8f8612c8: Layer already exists 04:36:38 23fe1169dbe2: Pushed 04:37:04 ed114e3f5230: Pushed 04:37:04 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:b7eb1141b2860a02f31972beb96e3bce679bafe1cead62283b1b53247e116824 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:05 + 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:37:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:37:05 23fe1169dbe2: Preparing 04:37:05 b171fbc8efe5: Preparing 04:37:05 d3c031c3c051: Preparing 04:37:05 3da2c0ec0e58: Preparing 04:37:05 caea4238adfa: Preparing 04:37:05 ed114e3f5230: Preparing 04:37:05 17901fa68584: Preparing 04:37:05 72e553d70bb0: Preparing 04:37:05 dd9c8f8612c8: Preparing 04:37:05 ed114e3f5230: Waiting 04:37:05 17901fa68584: Waiting 04:37:05 72e553d70bb0: Waiting 04:37:05 dd9c8f8612c8: Waiting 04:37:05 23fe1169dbe2: Layer already exists 04:37:05 b171fbc8efe5: Layer already exists 04:37:05 3da2c0ec0e58: Layer already exists 04:37:05 d3c031c3c051: Layer already exists 04:37:05 caea4238adfa: Layer already exists 04:37:05 ed114e3f5230: Layer already exists 04:37:05 72e553d70bb0: Layer already exists 04:37:05 17901fa68584: Layer already exists 04:37:05 dd9c8f8612c8: Layer already exists 04:37:05 latest: digest: sha256:b7eb1141b2860a02f31972beb96e3bce679bafe1cead62283b1b53247e116824 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:06 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.15 04:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:37:06 23fe1169dbe2: Preparing 04:37:06 b171fbc8efe5: Preparing 04:37:06 d3c031c3c051: Preparing 04:37:06 3da2c0ec0e58: Preparing 04:37:06 caea4238adfa: Preparing 04:37:06 ed114e3f5230: Preparing 04:37:06 17901fa68584: Preparing 04:37:06 ed114e3f5230: Waiting 04:37:06 17901fa68584: Waiting 04:37:06 72e553d70bb0: Preparing 04:37:06 dd9c8f8612c8: Preparing 04:37:06 dd9c8f8612c8: Waiting 04:37:06 23fe1169dbe2: Layer already exists 04:37:06 3da2c0ec0e58: Layer already exists 04:37:06 b171fbc8efe5: Layer already exists 04:37:06 d3c031c3c051: Layer already exists 04:37:06 caea4238adfa: Layer already exists 04:37:06 72e553d70bb0: Layer already exists 04:37:06 ed114e3f5230: Layer already exists 04:37:06 17901fa68584: Layer already exists 04:37:06 dd9c8f8612c8: Layer already exists 04:37:06 4.1.0-dev.15: digest: sha256:b7eb1141b2860a02f31972beb96e3bce679bafe1cead62283b1b53247e116824 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:37:07 23fe1169dbe2: Preparing 04:37:07 b171fbc8efe5: Preparing 04:37:07 d3c031c3c051: Preparing 04:37:07 3da2c0ec0e58: Preparing 04:37:07 caea4238adfa: Preparing 04:37:07 ed114e3f5230: Preparing 04:37:07 17901fa68584: Preparing 04:37:07 72e553d70bb0: Preparing 04:37:07 dd9c8f8612c8: Preparing 04:37:07 17901fa68584: Waiting 04:37:07 72e553d70bb0: Waiting 04:37:07 dd9c8f8612c8: Waiting 04:37:07 ed114e3f5230: Waiting 04:37:07 caea4238adfa: Layer already exists 04:37:07 3da2c0ec0e58: Layer already exists 04:37:07 d3c031c3c051: Layer already exists 04:37:07 23fe1169dbe2: Layer already exists 04:37:07 b171fbc8efe5: Layer already exists 04:37:07 17901fa68584: Layer already exists 04:37:07 72e553d70bb0: Layer already exists 04:37:07 ed114e3f5230: Layer already exists 04:37:07 dd9c8f8612c8: Layer already exists 04:37:07 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:b7eb1141b2860a02f31972beb96e3bce679bafe1cead62283b1b53247e116824 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:08 + 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:37:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 04:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 04:37:08 23fe1169dbe2: Preparing 04:37:08 b171fbc8efe5: Preparing 04:37:08 d3c031c3c051: Preparing 04:37:08 3da2c0ec0e58: Preparing 04:37:08 caea4238adfa: Preparing 04:37:08 ed114e3f5230: Preparing 04:37:08 17901fa68584: Preparing 04:37:08 72e553d70bb0: Preparing 04:37:08 dd9c8f8612c8: Preparing 04:37:08 ed114e3f5230: Waiting 04:37:08 17901fa68584: Waiting 04:37:08 72e553d70bb0: Waiting 04:37:08 dd9c8f8612c8: Waiting 04:37:08 23fe1169dbe2: Layer already exists 04:37:08 d3c031c3c051: Layer already exists 04:37:08 3da2c0ec0e58: Layer already exists 04:37:08 b171fbc8efe5: Layer already exists 04:37:08 caea4238adfa: Layer already exists 04:37:08 17901fa68584: Layer already exists 04:37:08 72e553d70bb0: Layer already exists 04:37:08 ed114e3f5230: Layer already exists 04:37:08 dd9c8f8612c8: Layer already exists 04:37:09 main: digest: sha256:b7eb1141b2860a02f31972beb96e3bce679bafe1cead62283b1b53247e116824 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:09 ===================================================== [Pipeline] echo 04:37:09 taggedImages: 04:37:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 04:37:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.15 04:37:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:09 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:37:09 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 04:37:09 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:09 latest 04:37:09 4.1.0-dev.15 04:37:09 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:09 main 04:37:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:37:12 277a416bcdf3: Preparing 04:37:12 e5547256deb0: Preparing 04:37:12 3da2c0ec0e58: Preparing 04:37:12 caea4238adfa: Preparing 04:37:12 8a648ebe417d: Preparing 04:37:12 99e79dc212aa: Preparing 04:37:12 dd9c8f8612c8: Preparing 04:37:12 99e79dc212aa: Waiting 04:37:12 dd9c8f8612c8: Waiting 04:37:12 caea4238adfa: Layer already exists 04:37:12 3da2c0ec0e58: Layer already exists 04:37:12 dd9c8f8612c8: Layer already exists 04:37:12 8a648ebe417d: Pushed 04:37:12 277a416bcdf3: Pushed 04:37:14 99e79dc212aa: Pushed 04:37:20 e5547256deb0: Pushed 04:37:20 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:4bdd4edd722a1f6f15d7de6f08cea8d9b084c128e8dd67fb950c80885c7acc46 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:37:21 277a416bcdf3: Preparing 04:37:21 e5547256deb0: Preparing 04:37:21 3da2c0ec0e58: Preparing 04:37:21 caea4238adfa: Preparing 04:37:21 8a648ebe417d: Preparing 04:37:21 99e79dc212aa: Preparing 04:37:21 dd9c8f8612c8: Preparing 04:37:21 99e79dc212aa: Waiting 04:37:21 dd9c8f8612c8: Waiting 04:37:21 e5547256deb0: Layer already exists 04:37:21 caea4238adfa: Layer already exists 04:37:21 8a648ebe417d: Layer already exists 04:37:21 277a416bcdf3: Layer already exists 04:37:21 3da2c0ec0e58: Layer already exists 04:37:21 99e79dc212aa: Layer already exists 04:37:21 dd9c8f8612c8: Layer already exists 04:37:21 latest: digest: sha256:4bdd4edd722a1f6f15d7de6f08cea8d9b084c128e8dd67fb950c80885c7acc46 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.15 04:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:37:22 277a416bcdf3: Preparing 04:37:22 e5547256deb0: Preparing 04:37:22 3da2c0ec0e58: Preparing 04:37:22 caea4238adfa: Preparing 04:37:22 8a648ebe417d: Preparing 04:37:22 99e79dc212aa: Preparing 04:37:22 dd9c8f8612c8: Preparing 04:37:22 99e79dc212aa: Waiting 04:37:22 dd9c8f8612c8: Waiting 04:37:22 3da2c0ec0e58: Layer already exists 04:37:22 caea4238adfa: Layer already exists 04:37:22 277a416bcdf3: Layer already exists 04:37:22 8a648ebe417d: Layer already exists 04:37:22 e5547256deb0: Layer already exists 04:37:22 dd9c8f8612c8: Layer already exists 04:37:22 99e79dc212aa: Layer already exists 04:37:22 4.1.0-dev.15: digest: sha256:4bdd4edd722a1f6f15d7de6f08cea8d9b084c128e8dd67fb950c80885c7acc46 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:37:23 277a416bcdf3: Preparing 04:37:23 e5547256deb0: Preparing 04:37:23 3da2c0ec0e58: Preparing 04:37:23 caea4238adfa: Preparing 04:37:23 8a648ebe417d: Preparing 04:37:23 99e79dc212aa: Preparing 04:37:23 dd9c8f8612c8: Preparing 04:37:23 99e79dc212aa: Waiting 04:37:23 dd9c8f8612c8: Waiting 04:37:23 8a648ebe417d: Layer already exists 04:37:23 277a416bcdf3: Layer already exists 04:37:23 caea4238adfa: Layer already exists 04:37:23 e5547256deb0: Layer already exists 04:37:23 3da2c0ec0e58: Layer already exists 04:37:23 99e79dc212aa: Layer already exists 04:37:23 dd9c8f8612c8: Layer already exists 04:37:23 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:4bdd4edd722a1f6f15d7de6f08cea8d9b084c128e8dd67fb950c80885c7acc46 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 04:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 04:37:24 277a416bcdf3: Preparing 04:37:24 e5547256deb0: Preparing 04:37:24 3da2c0ec0e58: Preparing 04:37:24 caea4238adfa: Preparing 04:37:24 8a648ebe417d: Preparing 04:37:24 99e79dc212aa: Preparing 04:37:24 dd9c8f8612c8: Preparing 04:37:24 99e79dc212aa: Waiting 04:37:24 dd9c8f8612c8: Waiting 04:37:24 8a648ebe417d: Layer already exists 04:37:24 277a416bcdf3: Layer already exists 04:37:24 caea4238adfa: Layer already exists 04:37:24 3da2c0ec0e58: Layer already exists 04:37:24 e5547256deb0: Layer already exists 04:37:24 99e79dc212aa: Layer already exists 04:37:24 dd9c8f8612c8: Layer already exists 04:37:24 main: digest: sha256:4bdd4edd722a1f6f15d7de6f08cea8d9b084c128e8dd67fb950c80885c7acc46 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:24 ===================================================== [Pipeline] echo 04:37:24 taggedImages: 04:37:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 04:37:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.15 04:37:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:24 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:37:24 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 04:37:24 3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:24 latest 04:37:24 4.1.0-dev.15 04:37:24 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:24 main 04:37:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:24 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:37:24 f96ef2dd103a: Preparing 04:37:24 d9bb79d30e73: Preparing 04:37:24 3da2c0ec0e58: Preparing 04:37:24 caea4238adfa: Preparing 04:37:24 6fbcd34d7373: Preparing 04:37:24 0c60e5960be5: Preparing 04:37:24 dd9c8f8612c8: Preparing 04:37:24 0c60e5960be5: Waiting 04:37:24 dd9c8f8612c8: Waiting 04:37:24 caea4238adfa: Layer already exists 04:37:24 3da2c0ec0e58: Layer already exists 04:37:25 dd9c8f8612c8: Layer already exists 04:37:25 6fbcd34d7373: Pushed 04:37:25 f96ef2dd103a: Pushed 04:37:25 0c60e5960be5: Pushed 04:37:33 d9bb79d30e73: Pushed 04:37:33 3fca5d2bc624bbfae64c235ed87a23a0a1576350: digest: sha256:bb7f884c77604ddef363e03ce7333734d8fb5a6a4ed4a2d0586c0a858ea79910 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:37:34 f96ef2dd103a: Preparing 04:37:34 d9bb79d30e73: Preparing 04:37:34 3da2c0ec0e58: Preparing 04:37:34 caea4238adfa: Preparing 04:37:34 6fbcd34d7373: Preparing 04:37:34 0c60e5960be5: Preparing 04:37:34 dd9c8f8612c8: Preparing 04:37:34 0c60e5960be5: Waiting 04:37:34 dd9c8f8612c8: Waiting 04:37:34 3da2c0ec0e58: Layer already exists 04:37:34 f96ef2dd103a: Layer already exists 04:37:34 d9bb79d30e73: Layer already exists 04:37:34 6fbcd34d7373: Layer already exists 04:37:34 caea4238adfa: Layer already exists 04:37:34 dd9c8f8612c8: Layer already exists 04:37:34 0c60e5960be5: Layer already exists 04:37:34 latest: digest: sha256:bb7f884c77604ddef363e03ce7333734d8fb5a6a4ed4a2d0586c0a858ea79910 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.15 04:37:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:37:35 f96ef2dd103a: Preparing 04:37:35 d9bb79d30e73: Preparing 04:37:35 3da2c0ec0e58: Preparing 04:37:35 caea4238adfa: Preparing 04:37:35 6fbcd34d7373: Preparing 04:37:35 0c60e5960be5: Preparing 04:37:35 dd9c8f8612c8: Preparing 04:37:35 0c60e5960be5: Waiting 04:37:35 dd9c8f8612c8: Waiting 04:37:35 3da2c0ec0e58: Layer already exists 04:37:35 d9bb79d30e73: Layer already exists 04:37:35 f96ef2dd103a: Layer already exists 04:37:35 caea4238adfa: Layer already exists 04:37:35 6fbcd34d7373: Layer already exists 04:37:35 dd9c8f8612c8: Layer already exists 04:37:35 0c60e5960be5: Layer already exists 04:37:35 4.1.0-dev.15: digest: sha256:bb7f884c77604ddef363e03ce7333734d8fb5a6a4ed4a2d0586c0a858ea79910 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:37:36 f96ef2dd103a: Preparing 04:37:36 d9bb79d30e73: Preparing 04:37:36 3da2c0ec0e58: Preparing 04:37:36 caea4238adfa: Preparing 04:37:36 6fbcd34d7373: Preparing 04:37:36 0c60e5960be5: Preparing 04:37:36 dd9c8f8612c8: Preparing 04:37:36 0c60e5960be5: Waiting 04:37:36 dd9c8f8612c8: Waiting 04:37:36 f96ef2dd103a: Layer already exists 04:37:36 6fbcd34d7373: Layer already exists 04:37:36 d9bb79d30e73: Layer already exists 04:37:36 caea4238adfa: Layer already exists 04:37:36 3da2c0ec0e58: Layer already exists 04:37:36 0c60e5960be5: Layer already exists 04:37:36 dd9c8f8612c8: Layer already exists 04:37:36 3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15: digest: sha256:bb7f884c77604ddef363e03ce7333734d8fb5a6a4ed4a2d0586c0a858ea79910 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 04:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 04:37:37 f96ef2dd103a: Preparing 04:37:37 d9bb79d30e73: Preparing 04:37:37 3da2c0ec0e58: Preparing 04:37:37 caea4238adfa: Preparing 04:37:37 6fbcd34d7373: Preparing 04:37:37 0c60e5960be5: Preparing 04:37:37 dd9c8f8612c8: Preparing 04:37:37 0c60e5960be5: Waiting 04:37:37 dd9c8f8612c8: Waiting 04:37:37 3da2c0ec0e58: Layer already exists 04:37:37 d9bb79d30e73: Layer already exists 04:37:37 f96ef2dd103a: Layer already exists 04:37:37 6fbcd34d7373: Layer already exists 04:37:37 caea4238adfa: Layer already exists 04:37:37 0c60e5960be5: Layer already exists 04:37:37 dd9c8f8612c8: Layer already exists 04:37:37 main: digest: sha256:bb7f884c77604ddef363e03ce7333734d8fb5a6a4ed4a2d0586c0a858ea79910 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:37 ===================================================== [Pipeline] echo 04:37:37 taggedImages: 04:37:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 04:37:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 04:37:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.15 04:37:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 04:37:37 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 04:37:37 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.15 [Pipeline] echo 04:37:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3fca5d2bc624bbfae64c235ed87a23a0a1576350-4.1.0-dev.15 [Pipeline] echo 04:37:38 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:37:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:37:38 04:37:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:37:38 arm64: Pulling from edgex-lftools-log-publisher 04:37:38 8998bd30e6a1: Pulling fs layer 04:37:38 04944245beec: Pulling fs layer 04:37:38 699f458cf7ca: Pulling fs layer 04:37:38 765212b225bb: Pulling fs layer 04:37:38 f23df028b6ca: Pulling fs layer 04:37:38 d65c8cfc05b1: Pulling fs layer 04:37:38 2437ff75d9bd: Pulling fs layer 04:37:38 765212b225bb: Waiting 04:37:38 f23df028b6ca: Waiting 04:37:38 d65c8cfc05b1: Waiting 04:37:38 2437ff75d9bd: Waiting 04:37:39 04944245beec: Verifying Checksum 04:37:39 04944245beec: Download complete 04:37:39 765212b225bb: Download complete 04:37:39 f23df028b6ca: Download complete 04:37:39 d65c8cfc05b1: Verifying Checksum 04:37:39 d65c8cfc05b1: Download complete 04:37:39 699f458cf7ca: Verifying Checksum 04:37:39 699f458cf7ca: Download complete 04:37:39 8998bd30e6a1: Verifying Checksum 04:37:39 8998bd30e6a1: Download complete 04:37:42 2437ff75d9bd: Verifying Checksum 04:37:42 2437ff75d9bd: Download complete 04:37:44 8998bd30e6a1: Pull complete 04:37:44 04944245beec: Pull complete 04:37:46 699f458cf7ca: Pull complete 04:37:46 765212b225bb: Pull complete 04:37:47 f23df028b6ca: Pull complete 04:37:47 d65c8cfc05b1: Pull complete 04:38:05 2437ff75d9bd: Pull complete 04:38:05 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:38:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:38:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:38:06 prd-ubuntu20.04-docker-arm64-4c-16g-2390 does not seem to be running inside a container 04:38:06 $ 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/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:38:08 $ docker top d8cd54f9e56ac160dc5304e5ccc3d1fc3dcad59bb2bc0ede8807e9bf949d0372 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:09 ---> job-cost.sh 04:38:09 lf-activate-venv: SKIPPING 04:38:09 INFO: No Stack... 04:38:10 INFO: Retrieving Pricing Info for: v3-standard-4 04:38:10 INFO: Archiving Costs [Pipeline] sh 04:38:11 + cat /w/workspace/edgex-go/842/archives/cost.csv 04:38:11 + cut -d, -f6 [Pipeline] lock 04:38:11 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-842-stack-cost] 04:38:11 Resource [jenkins-edgexfoundry-edgex-go-main-842-stack-cost] did not exist. Created. 04:38:11 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-842-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:38:12 + echo total: 0.10999999940395355 [Pipeline] stash 04:38:12 Stashed 1 file(s) [Pipeline] } 04:38:12 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-842-stack-cost] [Pipeline] // lock [Pipeline] } 04:38:12 $ docker stop --time=1 d8cd54f9e56ac160dc5304e5ccc3d1fc3dcad59bb2bc0ede8807e9bf949d0372 04:38:14 $ docker rm -f --volumes d8cd54f9e56ac160dc5304e5ccc3d1fc3dcad59bb2bc0ede8807e9bf949d0372 [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:38:15 provisioning config files... 04:38:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/842@tmp/config5297865183214997137tmp [Pipeline] { [Pipeline] sh 04:38:15 + set +x 04:38:15 + bash -s -- 04:38:15 + curl -s https://codecov.io/bash 04:38:15 04:38:15 _____ _ 04:38:15 / ____| | | 04:38:15 | | ___ __| | ___ ___ _____ __ 04:38:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:38:15 | |___| (_) | (_| | __/ (_| (_) \ V / 04:38:15 \_____\___/ \__,_|\___|\___\___/ \_/ 04:38:15 Bash-1.0.6 04:38:15 04:38:15 04:38:15 ==> git version 2.25.1 found 04:38:15 ==> 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:38:15 Release-Date: 2020-01-08 04:38:15 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:38:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:38:15 ==> Jenkins CI detected. 04:38:15 current dir:  /w/workspace/edgex-go/842 04:38:15 project root: . 04:38:15 --> token set from env 04:38:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:38:15 ==> Running gcov in . (disable via -X gcov) 04:38:15 ==> Python coveragepy not found 04:38:15 ==> Searching for coverage reports in: 04:38:15 + . 04:38:15 -> Found 1 reports 04:38:15 ==> Detecting git/mercurial file structure 04:38:15 ==> Reading reports 04:38:15 + ./coverage.out bytes=1661047 04:38:15 ==> Appending adjustments 04:38:15 https://docs.codecov.io/docs/fixing-reports 04:38:17 + Found adjustments 04:38:17 ==> Gzipping contents 04:38:17 140K /tmp/codecov.Bg0a5n.gz 04:38:17 ==> Uploading reports 04:38:17 url: https://codecov.io 04:38:17 query: branch=main&commit=3fca5d2bc624bbfae64c235ed87a23a0a1576350&build=842&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F842%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:38:17 -> Pinging Codecov 04:38:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3fca5d2bc624bbfae64c235ed87a23a0a1576350&build=842&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F842%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 04:38:17 -> Uploading to 04:38:17 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/3fca5d2bc624bbfae64c235ed87a23a0a1576350/1ad5cfba-8e28-4803-a442-38f5619f0e44.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250528%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250528T043817Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=1fd5d5e6418b8830fe6aff73083078a8c2c83934b9d31cc5c82eb1de1a5ca189 04:38:17 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:17 Dload Upload Total Spent Left Speed 04:38:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 534k --:--:-- --:--:-- --:--:-- 532k 100 138k 0 0 100 138k 0 532k --:--:-- --:--:-- --:--:-- 530k 04:38:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3fca5d2bc624bbfae64c235ed87a23a0a1576350 [Pipeline] } 04:38:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 04:38:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 04:38:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:38:18 04:38:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:38:18 latest: Pulling from edgex-devops/edgex-snyk-go 04:38:18 43c4264eed91: Pulling fs layer 04:38:18 4cc291be95ef: Pulling fs layer 04:38:18 2ac1f1163629: Pulling fs layer 04:38:18 5c3c966382ef: Pulling fs layer 04:38:18 4f4fb700ef54: Pulling fs layer 04:38:18 d9c7d2e4e75e: Pulling fs layer 04:38:18 9c3e1370e548: Pulling fs layer 04:38:18 5c3c966382ef: Waiting 04:38:18 4f4fb700ef54: Waiting 04:38:18 d9c7d2e4e75e: Waiting 04:38:18 9c3e1370e548: Waiting 04:38:18 4cc291be95ef: Verifying Checksum 04:38:18 4cc291be95ef: Download complete 04:38:18 5c3c966382ef: Verifying Checksum 04:38:18 5c3c966382ef: Download complete 04:38:18 4f4fb700ef54: Download complete 04:38:18 43c4264eed91: Download complete 04:38:18 43c4264eed91: Pull complete 04:38:18 d9c7d2e4e75e: Verifying Checksum 04:38:18 d9c7d2e4e75e: Download complete 04:38:18 4cc291be95ef: Pull complete 04:38:19 2ac1f1163629: Verifying Checksum 04:38:19 2ac1f1163629: Download complete 04:38:19 9c3e1370e548: Verifying Checksum 04:38:19 9c3e1370e548: Download complete 04:38:22 2ac1f1163629: Pull complete 04:38:22 5c3c966382ef: Pull complete 04:38:22 4f4fb700ef54: Pull complete 04:38:22 d9c7d2e4e75e: Pull complete 04:38:26 9c3e1370e548: Pull complete 04:38:26 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 04:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 04:38:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:38:26 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 04:38:26 $ 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/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:38:28 $ docker top a79ad9635b3d2e30e9b4b21521f12a0cd8d0969a5d1bfea471a6fb6980629030 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:28 + git config --global --add safe.directory /w/workspace/edgex-go/842 [Pipeline] echo 04:38:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 04:38:29 + set -o pipefail 04:38:29 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 04:38:37 04:38:37 Monitoring /w/workspace/edgex-go/842 (github.com/edgexfoundry/edgex-go)... 04:38:37 04:38:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/5b132132-8be3-46d5-856f-c4fa07c1ddc4 04:38:37 04:38:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:38:37 [Pipeline] } 04:38:37 $ docker stop --time=1 a79ad9635b3d2e30e9b4b21521f12a0cd8d0969a5d1bfea471a6fb6980629030 04:38:39 $ docker rm -f --volumes a79ad9635b3d2e30e9b4b21521f12a0cd8d0969a5d1bfea471a6fb6980629030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 04:38:40 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:38:40 provisioning config files... 04:38:40 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/842@tmp/config8241296968347858981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:40 --> edgex-publish-swagger.sh 04:38:40 === Publish openapi API === 04:38:40 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 04:38:40 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/842/openapi/core-command.yaml] 04:38:40 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:40 Dload Upload Total Spent Left Speed 04:38:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 333k --:--:-- --:--:-- --:--:-- 330k 100 32848 100 66 100 32782 249 120k --:--:-- --:--:-- --:--:-- 120k 04:38:40 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:40 04:38:40 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/842/openapi/core-data.yaml] 04:38:40 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:40 Dload Upload Total Spent Left Speed 04:38:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 400 419k --:--:-- --:--:-- --:--:-- 420k 04:38:40 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:40 04:38:40 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/842/openapi/core-keeper.yaml] 04:38:40 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:40 Dload Upload Total Spent Left Speed 04:38:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 233 113k --:--:-- --:--:-- --:--:-- 113k 04:38:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:41 04:38:41 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/842/openapi/core-metadata.yaml] 04:38:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:41 Dload Upload Total Spent Left Speed 04:38:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 243 578k --:--:-- --:--:-- --:--:-- 578k 04:38:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:41 04:38:41 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/842/openapi/security-proxy-auth.yaml] 04:38:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:41 Dload Upload Total Spent Left Speed 04:38:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 474 171k --:--:-- --:--:-- --:--:-- 171k 04:38:41 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:41 04:38:41 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/842/openapi/security-secretstore-setup.yaml] 04:38:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:41 Dload Upload Total Spent Left Speed 04:38:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 545 32338 --:--:-- --:--:-- --:--:-- 33158 04:38:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:42 04:38:42 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/842/openapi/support-notifications.yaml] 04:38:42 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:42 Dload Upload Total Spent Left Speed 04:38:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 407 602k --:--:-- --:--:-- --:--:-- 606k 04:38:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:42 04:38:42 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/842/openapi/support-scheduler.yaml] 04:38:42 % Total % Received % Xferd Average Speed Time Time Time Current 04:38:42 Dload Upload Total Spent Left Speed 04:38:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 485 364k --:--:-- --:--:-- --:--:-- 364k 04:38:42 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 04:38:42 [Pipeline] } 04:38:42 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:38:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:38:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:38:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:38:43 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 04:38:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:38:43 $ docker top fe9584e8c0e1682a8a7926726291a4b019d5cda0d671c1d4c9e8fff0082ad98f -eo pid,comm 04:38:43 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:38:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:38:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:38:43 [ssh-agent] Looking for ssh-agent implementation... 04:38:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:38:43 $ docker exec fe9584e8c0e1682a8a7926726291a4b019d5cda0d671c1d4c9e8fff0082ad98f ssh-agent 04:38:43 SSH_AUTH_SOCK=/tmp/ssh-9YPvS2UT7ivV/agent.33 04:38:43 SSH_AGENT_PID=39 04:38:43 Running ssh-add (command line suppressed) 04:38:43 Identity added: /w/workspace/edgex-go/842@tmp/private_key_13261840434931053664.key (/w/workspace/edgex-go/842@tmp/private_key_13261840434931053664.key) 04:38:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:38:44 + git semver tag 04:38:44 2025-05-28 04:38:44,440 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:38:44 2025-05-28 04:38:44,444 [run_tag] DEBUG tag force:False 04:38:44 2025-05-28 04:38:44,444 [check_head_tag] DEBUG check head tag 04:38:44 2025-05-28 04:38:44,444 [execute] INFO git cat-file --batch-check 04:38:44 2025-05-28 04:38:44,445 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/842, stdin=, shell=False, universal_newlines=False) 04:38:44 2025-05-28 04:38:44,447 [execute] INFO git cat-file --batch 04:38:44 2025-05-28 04:38:44,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/842, stdin=, shell=False, universal_newlines=False) 04:38:44 2025-05-28 04:38:44,460 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 04:38:44 2025-05-28 04:38:44,460 [execute] INFO git tag -a v4.1.0-dev.15 -m v4.1.0-dev.15 04:38:44 2025-05-28 04:38:44,461 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.15', '-m', 'v4.1.0-dev.15'], cwd=/w/workspace/edgex-go/842, stdin=None, shell=False, universal_newlines=False) 04:38:44 2025-05-28 04:38:44,464 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 04:38:44 4.1.0-dev.15 [Pipeline] } 04:38:44 $ docker exec --env ******** --env ******** fe9584e8c0e1682a8a7926726291a4b019d5cda0d671c1d4c9e8fff0082ad98f ssh-agent -k 04:38:44 unset SSH_AUTH_SOCK; 04:38:44 unset SSH_AGENT_PID; 04:38:44 echo Agent pid 39 killed; 04:38:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:38:44 + git semver [Pipeline] } 04:38:45 $ docker stop --time=1 fe9584e8c0e1682a8a7926726291a4b019d5cda0d671c1d4c9e8fff0082ad98f 04:38:46 $ docker rm -f --volumes fe9584e8c0e1682a8a7926726291a4b019d5cda0d671c1d4c9e8fff0082ad98f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:38:46 04:38:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:38:47 0.23.1-centos7: Pulling from edgex-lftools 04:38:47 ab5ef0e58194: Pulling fs layer 04:38:47 9712f1f96733: Pulling fs layer 04:38:47 63f879dbbcfc: Pulling fs layer 04:38:47 0d9ebad4ef96: Pulling fs layer 04:38:47 e9a5061849ea: Pulling fs layer 04:38:47 d747dcd14b5f: Pulling fs layer 04:38:47 0d9ebad4ef96: Waiting 04:38:47 e9a5061849ea: Waiting 04:38:47 2de7ff778b66: Pulling fs layer 04:38:47 d747dcd14b5f: Waiting 04:38:47 2de7ff778b66: Waiting 04:38:47 9712f1f96733: Download complete 04:38:47 63f879dbbcfc: Verifying Checksum 04:38:47 63f879dbbcfc: Download complete 04:38:47 e9a5061849ea: Verifying Checksum 04:38:47 e9a5061849ea: Download complete 04:38:47 d747dcd14b5f: Verifying Checksum 04:38:47 d747dcd14b5f: Download complete 04:38:47 0d9ebad4ef96: Verifying Checksum 04:38:47 0d9ebad4ef96: Download complete 04:38:47 ab5ef0e58194: Verifying Checksum 04:38:47 ab5ef0e58194: Download complete 04:38:47 2de7ff778b66: Verifying Checksum 04:38:47 2de7ff778b66: Download complete 04:38:50 ab5ef0e58194: Pull complete 04:38:50 9712f1f96733: Pull complete 04:38:50 63f879dbbcfc: Pull complete 04:38:54 0d9ebad4ef96: Pull complete 04:38:54 e9a5061849ea: Pull complete 04:38:54 d747dcd14b5f: Pull complete 04:38:55 2de7ff778b66: Pull complete 04:38:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:38:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:38:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:38:55 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 04:38:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:38:57 $ docker top 817b529837450a38bad1f471c492874c5d459b709501ef76a4944a13d617a37a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:38:57 provisioning config files... 04:38:57 copy managed file [sigul-config] to file:/w/workspace/edgex-go/842@tmp/config6121647732902296637tmp 04:38:57 copy managed file [sigul-password] to file:/w/workspace/edgex-go/842@tmp/config3273273503658863929tmp 04:38:57 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/842@tmp/config821611764627185468tmp [Pipeline] { [Pipeline] echo 04:38:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:38:57 ---> sigul-configuration.sh 04:38:57 gpg: directory `/root/.gnupg' created 04:38:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:38:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:38:57 gpg: keyring `/root/.gnupg/secring.gpg' created 04:38:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:38:57 gpg: CAST5 encrypted data 04:38:57 gpg: encrypted with 1 passphrase 04:38:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:38:58 + mkdir /home/jenkins 04:38:58 + mkdir /home/jenkins/sigul [Pipeline] sh 04:38:58 + 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:38:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:38:58 ---> sigul-install.sh 04:38:58 Sigul already installed; skipping installation. [Pipeline] sh 04:38:58 + git tag --list 04:38:58 0.6.0 04:38:58 0.6.1 04:38:58 0.7.0 04:38:58 0.7.1 04:38:58 v1.0.0 04:38:58 v1.0.1 04:38:58 v1.1.0 04:38:58 v1.2.0 04:38:58 v1.2.1 04:38:58 v1.3.0 04:38:58 v1.3.1 04:38:58 v2.0.0 04:38:58 v2.1.0 04:38:58 v2.1.1 04:38:58 v2.2.0 04:38:58 v2.3.0 04:38:58 v3.0 04:38:58 v3.0.0 04:38:58 v3.1 04:38:58 v3.1.0 04:38:58 v3.1.1 04:38:58 v4.0 04:38:58 v4.0.0 04:38:58 v4.0.1 04:38:58 v4.1.0-dev.1 04:38:58 v4.1.0-dev.10 04:38:58 v4.1.0-dev.11 04:38:58 v4.1.0-dev.12 04:38:58 v4.1.0-dev.13 04:38:58 v4.1.0-dev.14 04:38:58 v4.1.0-dev.15 04:38:58 v4.1.0-dev.2 04:38:58 v4.1.0-dev.3 04:38:58 v4.1.0-dev.4 04:38:58 v4.1.0-dev.5 04:38:58 v4.1.0-dev.6 04:38:58 v4.1.0-dev.7 04:38:58 v4.1.0-dev.8 04:38:58 v4.1.0-dev.9 [Pipeline] sh 04:38:59 + lftools sign git-tag v4.1.0-dev.15 04:38:59 Signing Git tag with Sigul... 04:38:59 Signing v4.1.0-dev.15 [Pipeline] echo 04:39:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:39:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:39:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:39:00 $ docker stop --time=1 817b529837450a38bad1f471c492874c5d459b709501ef76a4944a13d617a37a 04:39:01 $ docker rm -f --volumes 817b529837450a38bad1f471c492874c5d459b709501ef76a4944a13d617a37a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 04:39:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:39:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:39:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:39:02 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 04:39:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:39:02 $ docker top 9fb843c40cfc275039d390880f717219db01f5b5fccc5335972433d75db34bed -eo pid,comm 04:39:02 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:39:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:39:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:39:03 [ssh-agent] Looking for ssh-agent implementation... 04:39:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:39:03 $ docker exec 9fb843c40cfc275039d390880f717219db01f5b5fccc5335972433d75db34bed ssh-agent 04:39:03 SSH_AUTH_SOCK=/tmp/ssh-Pb5S3ckgfC81/agent.33 04:39:03 SSH_AGENT_PID=39 04:39:03 Running ssh-add (command line suppressed) 04:39:03 Identity added: /w/workspace/edgex-go/842@tmp/private_key_4594406764989055832.key (/w/workspace/edgex-go/842@tmp/private_key_4594406764989055832.key) 04:39:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:39:03 + git semver bump pre 04:39:03 2025-05-28 04:39:03,870 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:39:03 2025-05-28 04:39:03,875 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 04:39:03 2025-05-28 04:39:03,875 [bump_version] DEBUG bumping version:4.1.0-dev.15 on axis:pre with prefix:dev 04:39:03 2025-05-28 04:39:03,875 [bump_version] DEBUG bumped version:4.1.0-dev.16 04:39:03 2025-05-28 04:39:03,875 [write_version] DEBUG write version:4.1.0-dev.16 to path:/w/workspace/edgex-go/842/.semver/main with force:True 04:39:03 2025-05-28 04:39:03,875 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 04:39:03 2025-05-28 04:39:03,875 [write_file] DEBUG write to file:/w/workspace/edgex-go/842/.semver/main 04:39:03 2025-05-28 04:39:03,877 [execute] INFO git cat-file --batch-check 04:39:03 2025-05-28 04:39:03,877 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/842/.semver, stdin=, shell=False, universal_newlines=False) 04:39:03 2025-05-28 04:39:03,881 [execute] INFO git cat-file --batch 04:39:03 2025-05-28 04:39:03,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/842/.semver, stdin=, shell=False, universal_newlines=False) 04:39:03 2025-05-28 04:39:03,884 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 04:39:03 4.1.0-dev.16 [Pipeline] } 04:39:03 $ docker exec --env ******** --env ******** 9fb843c40cfc275039d390880f717219db01f5b5fccc5335972433d75db34bed ssh-agent -k 04:39:04 unset SSH_AUTH_SOCK; 04:39:04 unset SSH_AGENT_PID; 04:39:04 echo Agent pid 39 killed; 04:39:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:39:04 + git semver [Pipeline] } 04:39:04 $ docker stop --time=1 9fb843c40cfc275039d390880f717219db01f5b5fccc5335972433d75db34bed 04:39:06 $ docker rm -f --volumes 9fb843c40cfc275039d390880f717219db01f5b5fccc5335972433d75db34bed [Pipeline] // withDockerContainer [Pipeline] sh 04:39:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:39:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:39:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:39:07 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 04:39:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:39:07 $ docker top b73cca74b25678ff3e6b4d3cacf357d62d965d4990908d1e7ea3f882f730070d -eo pid,comm 04:39:07 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:39:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:39:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:39:07 [ssh-agent] Looking for ssh-agent implementation... 04:39:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:39:07 $ docker exec b73cca74b25678ff3e6b4d3cacf357d62d965d4990908d1e7ea3f882f730070d ssh-agent 04:39:07 SSH_AUTH_SOCK=/tmp/ssh-3h8dW27jCD3j/agent.31 04:39:07 SSH_AGENT_PID=37 04:39:07 Running ssh-add (command line suppressed) 04:39:07 Identity added: /w/workspace/edgex-go/842@tmp/private_key_15882303004714938044.key (/w/workspace/edgex-go/842@tmp/private_key_15882303004714938044.key) 04:39:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:39:08 + git semver push 04:39:08 2025-05-28 04:39:08,415 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 04:39:08 2025-05-28 04:39:08,420 [run_push] DEBUG push 04:39:08 2025-05-28 04:39:08,421 [execute] INFO git cat-file --batch-check 04:39:08 2025-05-28 04:39:08,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/842/.semver, stdin=, shell=False, universal_newlines=False) 04:39:08 2025-05-28 04:39:08,423 [execute] INFO git rev-list 34ba5b512ba32860bb5cf0a359b0c1e6cfb4b137 -- 04:39:08 2025-05-28 04:39:08,423 [execute] DEBUG Popen(['git', 'rev-list', '34ba5b512ba32860bb5cf0a359b0c1e6cfb4b137', '--'], cwd=/w/workspace/edgex-go/842/.semver, stdin=None, shell=False, universal_newlines=False) 04:39:08 2025-05-28 04:39:08,442 [execute] INFO git fetch -v -- origin 04:39:08 2025-05-28 04:39:08,442 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/842/.semver, stdin=None, shell=False, universal_newlines=True) 04:39:08 2025-05-28 04:39:08,912 [run_push] DEBUG no remote changes detected 04:39:08 2025-05-28 04:39:08,912 [execute] INFO git push origin semver 04:39:08 2025-05-28 04:39:08,912 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/842/.semver, stdin=None, shell=False, universal_newlines=False) 04:39:09 2025-05-28 04:39:09,600 [run_push] DEBUG push all version tags 04:39:09 2025-05-28 04:39:09,601 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 04:39:09 2025-05-28 04:39:09,601 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/842, stdin=None, shell=False, universal_newlines=False) 04:39:15 2025-05-28 04:39:14,279 [read_version] DEBUG read version from /w/workspace/edgex-go/842/.semver/main 04:39:15 4.1.0-dev.16 [Pipeline] } 04:39:15 $ docker exec --env ******** --env ******** b73cca74b25678ff3e6b4d3cacf357d62d965d4990908d1e7ea3f882f730070d ssh-agent -k 04:39:15 unset SSH_AUTH_SOCK; 04:39:15 unset SSH_AGENT_PID; 04:39:15 echo Agent pid 37 killed; 04:39:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:39:15 + git semver [Pipeline] } 04:39:15 $ docker stop --time=1 b73cca74b25678ff3e6b4d3cacf357d62d965d4990908d1e7ea3f882f730070d 04:39:17 $ docker rm -f --volumes b73cca74b25678ff3e6b4d3cacf357d62d965d4990908d1e7ea3f882f730070d [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:39:17 + [ -d /w/workspace/edgex-go/842/archives ] [Pipeline] libraryResource [Pipeline] sh 04:39:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:39:18 ---> package-listing.sh 04:39:18 ++ facter osfamily 04:39:18 ++ tr '[:upper:]' '[:lower:]' 04:39:19 + OS_FAMILY=debian 04:39:19 + workspace=/w/workspace/edgex-go/842 04:39:19 + START_PACKAGES=/tmp/packages_start.txt 04:39:19 + END_PACKAGES=/tmp/packages_end.txt 04:39:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:39:19 + PACKAGES=/tmp/packages_start.txt 04:39:19 + '[' /w/workspace/edgex-go/842 ']' 04:39:19 + PACKAGES=/tmp/packages_end.txt 04:39:19 + case "${OS_FAMILY}" in 04:39:19 + dpkg -l 04:39:19 + grep '^ii' 04:39:19 + '[' -f /tmp/packages_start.txt ']' 04:39:19 + '[' -f /tmp/packages_end.txt ']' 04:39:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:39:19 + '[' /w/workspace/edgex-go/842 ']' 04:39:19 + mkdir -p /w/workspace/edgex-go/842/archives/ 04:39:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/842/archives/ [Pipeline] echo 04:39:19 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/842/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:39:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:39:19 04:39:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:39:20 latest: Pulling from edgex-lftools-log-publisher 04:39:20 5eb5b503b376: Pulling fs layer 04:39:20 5c69ac0246d0: Pulling fs layer 04:39:20 ec43610c2a17: Pulling fs layer 04:39:20 3a2ae6a8a46f: Pulling fs layer 04:39:20 33b1e0a273af: Pulling fs layer 04:39:20 5d3b04190fa2: Pulling fs layer 04:39:20 2f39f015ded8: Pulling fs layer 04:39:20 3a2ae6a8a46f: Waiting 04:39:20 33b1e0a273af: Waiting 04:39:20 5d3b04190fa2: Waiting 04:39:20 2f39f015ded8: Waiting 04:39:20 5c69ac0246d0: Download complete 04:39:20 3a2ae6a8a46f: Verifying Checksum 04:39:20 3a2ae6a8a46f: Download complete 04:39:20 33b1e0a273af: Verifying Checksum 04:39:20 33b1e0a273af: Download complete 04:39:20 5d3b04190fa2: Download complete 04:39:20 ec43610c2a17: Verifying Checksum 04:39:20 ec43610c2a17: Download complete 04:39:20 5eb5b503b376: Download complete 04:39:21 2f39f015ded8: Download complete 04:39:21 5eb5b503b376: Pull complete 04:39:21 5c69ac0246d0: Pull complete 04:39:22 ec43610c2a17: Pull complete 04:39:22 3a2ae6a8a46f: Pull complete 04:39:22 33b1e0a273af: Pull complete 04:39:22 5d3b04190fa2: Pull complete 04:39:26 2f39f015ded8: Pull complete 04:39:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:39:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:39:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:39:27 prd-ubuntu20.04-docker-8c-8g-2389 does not seem to be running inside a container 04:39:27 $ 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/842/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/842 -v /w/workspace/edgex-go/842:/w/workspace/edgex-go/842:rw,z -v /w/workspace/edgex-go/842@tmp:/w/workspace/edgex-go/842@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:39:28 $ docker top b2cd0a8aeff9da93a183f50a7db88d30d89258fc8045df6aa5cdccd3a4cbedb0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:39:29 + touch /tmp/pre-build-complete [Pipeline] sh 04:39:29 + mkdir -p /var/log/sysstat [Pipeline] sh 04:39:29 + ls /var/log/sa-host 04:39:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:39:29 provisioning config files... 04:39:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/842@tmp/config17928969984672293201tmp [Pipeline] { [Pipeline] echo 04:39:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:39:30 ---> create-netrc.sh [Pipeline] } 04:39:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:39:30 ---> python-tools-install.sh [Pipeline] echo 04:39:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:39:30 ---> sudo-logs.sh 04:39:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:39:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:39:31 ---> job-cost.sh 04:39:31 lf-activate-venv: SKIPPING 04:39:31 DEBUG: total: 0.10999999940395355 04:39:31 INFO: Retrieving Stack Cost... 04:39:31 INFO: Retrieving Pricing Info for: v3-standard-8 04:39:31 INFO: Archiving Costs [Pipeline] echo 04:39:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:39:32 ---> logs-deploy.sh 04:39:32 lf-activate-venv: SKIPPING 04:39:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/842 04:39:32 INFO: archiving workspace using pattern(s): 04:39:33 Archives upload complete. 04:39:33 INFO: archiving logs to Nexus 04:39:34 ---> uname -a: 04:39:34 Linux prd-ubuntu20-04-docker-8c-8g-2389 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:39:34 04:39:34 04:39:34 ---> lscpu: 04:39:34 Architecture: x86_64 04:39:34 CPU op-mode(s): 32-bit, 64-bit 04:39:34 Byte Order: Little Endian 04:39:34 Address sizes: 40 bits physical, 48 bits virtual 04:39:34 CPU(s): 8 04:39:34 On-line CPU(s) list: 0-7 04:39:34 Thread(s) per core: 1 04:39:34 Core(s) per socket: 1 04:39:34 Socket(s): 8 04:39:34 NUMA node(s): 1 04:39:34 Vendor ID: AuthenticAMD 04:39:34 CPU family: 23 04:39:34 Model: 49 04:39:34 Model name: AMD EPYC-Rome Processor 04:39:34 Stepping: 0 04:39:34 CPU MHz: 2799.998 04:39:34 BogoMIPS: 5599.99 04:39:34 Virtualization: AMD-V 04:39:34 Hypervisor vendor: KVM 04:39:34 Virtualization type: full 04:39:34 L1d cache: 256 KiB 04:39:34 L1i cache: 256 KiB 04:39:34 L2 cache: 4 MiB 04:39:34 L3 cache: 128 MiB 04:39:34 NUMA node0 CPU(s): 0-7 04:39:34 Vulnerability Itlb multihit: Not affected 04:39:34 Vulnerability L1tf: Not affected 04:39:34 Vulnerability Mds: Not affected 04:39:34 Vulnerability Meltdown: Not affected 04:39:34 Vulnerability Mmio stale data: Not affected 04:39:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:39:34 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:39:34 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:39:34 Vulnerability Srbds: Not affected 04:39:34 Vulnerability Tsx async abort: Not affected 04:39:34 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:39:34 04:39:34 04:39:34 ---> nproc: 04:39:34 8 04:39:34 04:39:34 04:39:34 ---> df -h: 04:39:34 Filesystem Size Used Avail Use% Mounted on 04:39:34 overlay 155G 31G 125G 20% / 04:39:34 tmpfs 64M 0 64M 0% /dev 04:39:34 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:39:34 shm 64M 0 64M 0% /dev/shm 04:39:34 /dev/vda1 155G 31G 125G 20% /facter-os 04:39:34 04:39:34 04:39:34 ---> sar -b -r -n DEV: 04:39:34 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2389) 05/28/25 _x86_64_ (8 CPU) 04:39:34 04:39:34 03:50:01 LINUX RESTART (8 CPU) 04:39:34 04:39:34 03:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:39:34 03:52:01 197.98 1.85 196.13 0.00 48.66 65737.71 0.00 04:39:34 03:53:01 45.69 0.00 45.69 0.00 0.00 35889.41 0.00 04:39:34 03:54:01 42.17 0.33 41.84 0.00 6.13 17944.02 0.00 04:39:34 03:55:01 209.87 0.37 209.50 0.00 38.79 154838.86 0.00 04:39:34 03:56:01 1037.13 17.80 1019.33 0.00 2508.78 246926.05 0.00 04:39:34 03:57:01 301.07 1.83 299.23 0.00 251.21 116021.72 0.00 04:39:34 03:58:01 312.50 0.07 312.43 0.00 0.53 128682.71 0.00 04:39:34 03:59:01 466.06 0.03 466.02 0.00 0.27 112554.57 0.00 04:39:34 04:00:01 402.02 0.23 401.78 0.00 37.19 25186.20 0.00 04:39:34 04:01:02 23.19 0.02 23.18 0.00 4.27 555.41 0.00 04:39:34 04:02:01 6.76 0.00 6.76 0.00 0.00 161.33 0.00 04:39:34 04:03:01 1.48 0.00 1.48 0.00 0.00 21.06 0.00 04:39:34 04:04:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 04:39:34 04:05:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 04:39:34 04:06:01 1.92 0.02 1.90 0.00 0.13 25.20 0.00 04:39:34 04:07:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 04:39:34 04:08:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 04:39:34 04:09:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 04:39:34 04:10:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 04:39:34 04:11:01 1.18 0.00 1.18 0.00 0.00 14.66 0.00 04:39:34 04:12:01 1.02 0.00 1.02 0.00 0.00 12.40 0.00 04:39:34 04:13:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 04:39:34 04:14:01 0.85 0.00 0.85 0.00 0.00 9.87 0.00 04:39:34 04:15:01 1.25 0.00 1.25 0.00 0.00 13.73 0.00 04:39:34 04:16:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 04:39:34 04:17:01 1.42 0.02 1.40 0.00 0.13 18.80 0.00 04:39:34 04:18:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 04:39:34 04:19:01 1.23 0.00 1.23 0.00 0.00 15.19 0.00 04:39:34 04:20:01 1.00 0.00 1.00 0.00 0.00 10.26 0.00 04:39:34 04:21:01 1.22 0.00 1.22 0.00 0.00 15.46 0.00 04:39:34 04:22:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 04:39:34 04:23:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 04:39:34 04:24:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 04:39:34 04:25:01 1.37 0.00 1.37 0.00 0.00 16.66 0.00 04:39:34 04:26:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 04:39:34 04:27:01 1.27 0.00 1.27 0.00 0.00 16.66 0.00 04:39:34 04:28:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 04:39:34 04:29:01 1.17 0.00 1.17 0.00 0.00 15.06 0.00 04:39:34 04:30:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 04:39:34 04:31:01 1.27 0.00 1.27 0.00 0.00 16.00 0.00 04:39:34 04:32:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 04:39:34 04:33:01 1.32 0.00 1.32 0.00 0.00 15.73 0.00 04:39:34 04:34:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 04:39:34 04:35:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 04:39:34 04:36:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 04:39:34 04:37:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 04:39:34 04:38:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 04:39:34 04:39:01 186.50 0.70 185.80 0.00 15.06 61204.07 0.00 04:39:34 Average: 68.21 0.48 67.73 0.00 60.67 20136.84 0.00 04:39:34 04:39:34 03:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:39:34 03:52:01 27183784 31259488 1040636 3.16 128176 4094968 2373960 7.00 1768360 3397884 531368 04:39:34 03:53:01 26958512 31219408 1077196 3.28 130760 4251096 2464300 7.26 1674140 3689560 154160 04:39:34 03:54:01 25979408 31452868 842288 2.56 135588 5394120 1914848 5.64 1830556 4452520 823016 04:39:34 03:55:01 21010604 31366912 924012 2.81 146996 10163056 2592048 7.64 1914464 9218268 2591744 04:39:34 03:56:01 16312940 31339796 907308 2.76 359708 14231584 2398704 7.07 2903848 12492652 172 04:39:34 03:57:01 8142436 28269372 3905552 11.88 409568 18826448 11037484 32.53 6733780 16267640 1377376 04:39:34 03:58:01 4744284 27284344 4894396 14.88 422112 21134736 10803644 31.84 8745260 17569892 197612 04:39:34 03:59:01 8481552 31294892 941268 2.86 436328 21565644 2415392 7.12 3412772 19421648 272740 04:39:34 04:00:01 8269508 31389216 854976 2.60 441740 21858868 2257692 6.65 3606824 19448436 760 04:39:34 04:01:02 8272956 31394044 849460 2.58 442688 21859356 2286524 6.74 4102748 18949876 496 04:39:34 04:02:01 8282352 31403604 839996 2.55 442936 21859396 2140964 6.31 4153968 18888644 8 04:39:34 04:03:01 8283608 31404916 838968 2.55 442960 21859392 2140964 6.31 4151748 18888644 12 04:39:34 04:04:01 8292628 31414056 829700 2.52 442988 21859400 2140964 6.31 4142152 18888648 20 04:39:34 04:05:01 8293884 31415476 828496 2.52 443008 21859524 2140964 6.31 4142028 18888776 20 04:39:34 04:06:01 8301120 31422748 821200 2.50 443032 21859508 2171324 6.40 4133680 18888756 12 04:39:34 04:07:01 8301648 31423312 820576 2.50 443056 21859512 2171324 6.40 4133428 18888760 12 04:39:34 04:08:01 8301308 31423000 820828 2.50 443080 21859516 2171324 6.40 4133452 18888764 4 04:39:34 04:09:01 8301804 31423524 820244 2.49 443100 21859520 2171324 6.40 4133488 18888768 12 04:39:34 04:10:01 8302472 31424236 819456 2.49 443140 21859520 2171324 6.40 4132900 18888768 196 04:39:34 04:11:01 8302628 31424428 819156 2.49 443160 21859524 2171324 6.40 4132568 18888772 8 04:39:34 04:12:01 8303080 31424912 818872 2.49 443176 21859524 2171324 6.40 4132532 18888776 12 04:39:34 04:13:01 8303064 31424908 818808 2.49 443184 21859528 2171324 6.40 4132856 18888776 12 04:39:34 04:14:01 8302764 31424624 819036 2.49 443192 21859532 2171324 6.40 4132604 18888780 28 04:39:34 04:15:01 8302716 31424596 818992 2.49 443212 21859532 2171324 6.40 4132628 18888780 4 04:39:34 04:16:01 8302928 31424836 818704 2.49 443220 21859536 2171324 6.40 4132992 18888784 8 04:39:34 04:17:01 8302904 31424892 818748 2.49 443244 21859548 2171324 6.40 4133216 18888788 200 04:39:34 04:18:01 8302952 31424940 818692 2.49 443252 21859548 2171324 6.40 4133112 18888788 8 04:39:34 04:19:01 8302880 31424872 818708 2.49 443260 21859552 2171324 6.40 4133004 18888792 8 04:39:34 04:20:01 8302832 31424844 818680 2.49 443276 21859552 2171324 6.40 4132716 18888796 4 04:39:34 04:21:01 8302380 31424456 818888 2.49 443300 21859556 2171324 6.40 4133096 18888796 28 04:39:34 04:22:01 8302284 31424384 818856 2.49 443316 21859560 2171324 6.40 4132764 18888800 8 04:39:34 04:23:01 8302212 31424344 818828 2.49 443344 21859560 2171324 6.40 4133096 18888808 12 04:39:34 04:24:01 8302472 31424636 818496 2.49 443368 21859564 2171324 6.40 4133108 18888812 32 04:39:34 04:25:01 8302172 31424344 818720 2.49 443396 21859552 2171324 6.40 4132824 18888812 8 04:39:34 04:26:01 8302092 31424308 818692 2.49 443428 21859568 2171324 6.40 4132924 18888816 12 04:39:34 04:27:01 8301816 31424080 818916 2.49 443452 21859576 2187376 6.45 4132920 18888824 40 04:39:34 04:28:01 8302276 31424544 818592 2.49 443472 21859576 2187376 6.45 4132920 18888824 8 04:39:34 04:29:01 8301888 31424224 818796 2.49 443500 21859580 2187376 6.45 4133240 18888828 28 04:39:34 04:30:01 8301792 31424152 818772 2.49 443512 21859576 2187376 6.45 4132984 18888828 8 04:39:34 04:31:01 8301992 31424384 818652 2.49 443540 21859584 2203436 6.49 4133352 18888832 28 04:39:34 04:32:01 8301936 31424352 818652 2.49 443568 21859580 2203436 6.49 4133308 18888836 28 04:39:34 04:33:01 8301768 31424272 818688 2.49 443596 21859592 2203436 6.49 4133396 18888840 24 04:39:34 04:34:01 8301760 31424272 818636 2.49 443608 21859592 2203436 6.49 4133100 18888844 28 04:39:34 04:35:01 8301928 31424456 818564 2.49 443644 21859584 2203436 6.49 4133404 18888848 20 04:39:34 04:36:01 8302164 31424712 818268 2.49 443660 21859604 2203436 6.49 4133272 18888852 28 04:39:34 04:37:01 8301864 31424460 818480 2.49 443688 21859608 2203436 6.49 4133484 18888856 28 04:39:34 04:38:01 8301792 31424388 818472 2.49 443700 21859608 2203436 6.49 4133500 18888856 12 04:39:34 04:39:01 6790224 31352980 882740 2.68 468500 23142444 2380092 7.01 4269780 20118420 1196 04:39:34 Average: 9776508 31255517 989243 3.01 415099 20319279 2572153 7.58 4040506 17581501 123992 04:39:34 04:39:34 03:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:39:34 03:52:01 ens3 1011.05 904.55 7885.41 97.36 0.00 0.00 0.00 0.00 04:39:34 03:52:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 04:39:34 03:52:01 docker0 813.28 852.26 60.89 4647.56 0.00 0.00 0.00 0.00 04:39:34 03:52:01 veth0846861 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 04:39:34 03:53:01 ens3 36.20 25.39 28.25 16.31 0.00 0.00 0.00 0.00 04:39:34 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 03:53:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 04:39:34 03:53:01 veth0846861 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 04:39:34 03:54:01 ens3 17.76 11.33 15.24 9.51 0.00 0.00 0.00 0.00 04:39:34 03:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:54:01 veth0846861 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:55:01 veth1a5f528 3.55 7.48 0.26 112.83 0.00 0.00 0.00 0.01 04:39:34 03:55:01 veth4b5499f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:55:01 ens3 163.94 136.09 2565.45 180.97 0.00 0.00 0.00 0.00 04:39:34 03:55:01 vetha8c378e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:55:01 veth8490881 3.95 7.80 0.33 116.57 0.00 0.00 0.00 0.01 04:39:34 03:55:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 04:39:34 03:55:01 vethf2d22bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:55:01 veth7b5cb87 2.23 4.60 0.16 38.77 0.00 0.00 0.00 0.00 04:39:34 03:55:01 vethc405989 2.15 5.40 0.18 64.77 0.00 0.00 0.00 0.01 04:39:34 03:55:01 veth1ccbd18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:55:01 docker0 12.41 24.96 0.80 333.12 0.00 0.00 0.00 0.00 04:39:34 03:55:01 vethf05f23b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:55:01 veth604fcea 0.53 0.62 0.05 0.24 0.00 0.00 0.00 0.00 04:39:34 03:56:01 ens3 1414.95 679.44 11607.06 73.33 0.00 0.00 0.00 0.00 04:39:34 03:56:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 04:39:34 03:56:01 vethe4414d9 77.69 155.51 7.93 1226.66 0.00 0.00 0.00 0.10 04:39:34 03:56:01 veth9f4f6f8 158.24 74.57 1225.78 7.71 0.00 0.00 0.00 0.00 04:39:34 03:56:01 veth28a83a0 74.57 158.24 7.71 1225.78 0.00 0.00 0.00 0.10 04:39:34 03:56:01 veth014619d 78.04 145.59 7.94 1225.22 0.00 0.00 0.00 0.10 04:39:34 03:56:01 veth401bbe4 75.39 154.21 7.77 1226.06 0.00 0.00 0.00 0.10 04:39:34 03:56:01 docker0 500.27 994.88 43.36 8437.76 0.00 0.00 0.00 0.00 04:39:34 03:56:01 vethbdf33c3 68.92 136.56 7.35 1225.39 0.00 0.00 0.00 0.10 04:39:34 03:56:01 vethd19f58c 77.20 158.77 7.92 1229.05 0.00 0.00 0.00 0.10 04:39:34 03:56:01 veth604fcea 0.07 0.78 0.00 0.03 0.00 0.00 0.00 0.00 04:39:34 03:57:01 ens3 17.66 12.73 14.41 8.19 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth4a9f8fe 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:39:34 03:57:01 vethc7a47a7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth2faa706 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth69d7b8e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth8ff97bb 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth308fef8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth8750e44 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth5b01123 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth5c7420c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth5f3d552 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth536ca09 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth57f4a0f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:57:01 veth604fcea 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 04:39:34 03:58:01 ens3 1.67 1.25 1.36 0.78 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth4a9f8fe 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 vethc7a47a7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth2faa706 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth69d7b8e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth8ff97bb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth308fef8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth8750e44 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth5b01123 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth5c7420c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth5f3d552 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth536ca09 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth57f4a0f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:58:01 veth604fcea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 ens3 12.11 6.35 10.01 5.38 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth4a9f8fe 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 03:59:01 vethc7a47a7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth2faa706 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth69d7b8e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth308fef8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth5b01123 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth5c7420c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth5f3d552 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth536ca09 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth57f4a0f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 03:59:01 veth604fcea 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:00:01 ens3 386.52 383.99 208.26 1518.25 0.00 0.00 0.00 0.00 04:39:34 04:00:01 lo 46.39 46.39 4.58 4.58 0.00 0.00 0.00 0.00 04:39:34 04:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:01:02 ens3 359.28 354.72 131.59 2548.01 0.00 0.00 0.00 0.00 04:39:34 04:01:02 lo 25.79 25.79 2.54 2.54 0.00 0.00 0.00 0.00 04:39:34 04:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:02:01 ens3 75.70 69.56 44.21 333.62 0.00 0.00 0.00 0.00 04:39:34 04:02:01 lo 8.13 8.13 0.80 0.80 0.00 0.00 0.00 0.00 04:39:34 04:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:03:01 ens3 1.07 0.52 0.97 0.29 0.00 0.00 0.00 0.00 04:39:34 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:04:01 ens3 0.75 0.37 0.30 0.22 0.00 0.00 0.00 0.00 04:39:34 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:05:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:06:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:39:34 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:07:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:08:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 04:39:34 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:11:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 04:39:34 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:13:01 ens3 0.23 0.20 0.09 0.01 0.00 0.00 0.00 0.00 04:39:34 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:16:01 ens3 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:39:34 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:17:01 ens3 0.17 0.15 0.06 0.01 0.00 0.00 0.00 0.00 04:39:34 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:21:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 04:39:34 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:22:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 04:39:34 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:23:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:24:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:26:01 ens3 0.20 0.22 0.08 0.07 0.00 0.00 0.00 0.00 04:39:34 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:27:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:39:34 04:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:31:01 ens3 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 04:39:34 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:32:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:36:01 ens3 0.62 0.42 0.34 0.28 0.00 0.00 0.00 0.00 04:39:34 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:37:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:39:34 04:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:39:34 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 04:39:01 ens3 400.22 262.76 8033.79 162.03 0.00 0.00 0.00 0.00 04:39:34 04:39:01 lo 2.67 2.67 0.27 0.27 0.00 0.00 0.00 0.00 04:39:34 04:39:01 veth079804b 0.32 0.38 0.08 0.12 0.00 0.00 0.00 0.00 04:39:34 04:39:01 docker0 58.79 100.37 5.59 878.39 0.00 0.00 0.00 0.00 04:39:34 Average: ens3 81.32 59.42 636.59 103.16 0.00 0.00 0.00 0.00 04:39:34 Average: lo 1.88 1.88 0.18 0.18 0.00 0.00 0.00 0.00 04:39:34 Average: veth079804b 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 04:39:34 Average: docker0 28.89 41.13 2.31 297.94 0.00 0.00 0.00 0.00 04:39:34 04:39:34 04:39:34 ---> sar -P ALL: 04:39:34 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2389) 05/28/25 _x86_64_ (8 CPU) 04:39:34 04:39:34 03:50:01 LINUX RESTART (8 CPU) 04:39:34 04:39:34 03:51:01 CPU %user %nice %system %iowait %steal %idle 04:39:34 03:52:01 all 24.47 0.00 6.03 1.77 0.13 67.60 04:39:34 03:52:01 0 21.98 0.00 5.71 0.27 0.13 71.90 04:39:34 03:52:01 1 27.21 0.00 5.84 0.05 0.10 66.80 04:39:34 03:52:01 2 24.30 0.00 5.68 0.83 0.14 69.05 04:39:34 03:52:01 3 25.94 0.00 6.47 0.12 0.10 67.37 04:39:34 03:52:01 4 22.82 0.00 7.03 9.45 0.12 60.59 04:39:34 03:52:01 5 22.87 0.00 5.75 3.25 0.14 68.00 04:39:34 03:52:01 6 24.78 0.00 6.07 0.08 0.19 68.87 04:39:34 03:52:01 7 25.89 0.00 5.65 0.13 0.12 68.21 04:39:34 03:53:01 all 35.14 0.00 6.24 0.57 0.10 57.95 04:39:34 03:53:01 0 36.23 0.00 6.35 0.02 0.08 57.32 04:39:34 03:53:01 1 35.82 0.00 6.75 0.00 0.10 57.33 04:39:34 03:53:01 2 37.52 0.00 5.88 0.02 0.12 56.47 04:39:34 03:53:01 3 31.06 0.00 6.94 0.03 0.08 61.88 04:39:34 03:53:01 4 31.82 0.00 5.88 0.18 0.10 62.02 04:39:34 03:53:01 5 36.47 0.00 6.77 2.10 0.10 54.56 04:39:34 03:53:01 6 34.25 0.00 6.14 2.20 0.08 57.32 04:39:34 03:53:01 7 37.97 0.00 5.20 0.02 0.10 56.71 04:39:34 03:54:01 all 69.70 0.00 8.65 0.11 0.10 21.44 04:39:34 03:54:01 0 69.75 0.00 8.31 0.08 0.10 21.75 04:39:34 03:54:01 1 69.39 0.00 9.18 0.02 0.10 21.31 04:39:34 03:54:01 2 68.54 0.00 8.33 0.07 0.10 22.96 04:39:34 03:54:01 3 70.38 0.00 9.12 0.07 0.10 20.33 04:39:34 03:54:01 4 69.53 0.00 8.66 0.39 0.10 21.33 04:39:34 03:54:01 5 69.14 0.00 8.53 0.08 0.12 22.12 04:39:34 03:54:01 6 70.78 0.00 8.37 0.03 0.12 20.70 04:39:34 03:54:01 7 70.05 0.00 8.71 0.15 0.10 20.98 04:39:34 03:55:01 all 23.79 0.00 6.95 13.20 0.08 55.97 04:39:34 03:55:01 0 24.34 0.00 7.43 5.53 0.12 62.57 04:39:34 03:55:01 1 23.17 0.00 7.15 18.98 0.07 50.63 04:39:34 03:55:01 2 22.74 0.00 7.64 19.57 0.07 49.98 04:39:34 03:55:01 3 22.99 0.00 6.97 4.96 0.07 65.02 04:39:34 03:55:01 4 23.69 0.00 6.30 6.50 0.08 63.43 04:39:34 03:55:01 5 25.86 0.00 6.72 5.26 0.08 62.07 04:39:34 03:55:01 6 23.21 0.00 6.90 24.87 0.08 44.93 04:39:34 03:55:01 7 24.34 0.00 6.52 20.03 0.08 49.03 04:39:34 03:56:01 all 14.11 0.00 7.39 23.18 0.07 55.24 04:39:34 03:56:01 0 13.94 0.00 9.43 37.44 0.08 39.11 04:39:34 03:56:01 1 13.00 0.00 7.56 31.69 0.10 47.65 04:39:34 03:56:01 2 15.37 0.00 6.44 23.47 0.07 54.66 04:39:34 03:56:01 3 15.11 0.00 6.45 10.43 0.07 67.94 04:39:34 03:56:01 4 13.29 0.00 6.87 11.28 0.05 68.50 04:39:34 03:56:01 5 13.81 0.00 6.90 24.94 0.07 54.28 04:39:34 03:56:01 6 14.80 0.00 7.42 31.15 0.07 46.56 04:39:34 03:56:01 7 13.56 0.00 8.11 15.24 0.07 63.03 04:39:34 03:57:01 all 60.22 0.00 10.20 8.35 0.10 21.13 04:39:34 03:57:01 0 60.37 0.00 10.03 1.17 0.08 28.35 04:39:34 03:57:01 1 60.92 0.00 10.11 27.51 0.08 1.38 04:39:34 03:57:01 2 60.63 0.00 9.92 1.35 0.10 28.01 04:39:34 03:57:01 3 60.80 0.00 9.86 5.32 0.12 23.91 04:39:34 03:57:01 4 60.03 0.00 10.16 0.80 0.10 28.91 04:39:34 03:57:01 5 60.39 0.00 9.57 2.93 0.10 27.01 04:39:34 03:57:01 6 58.89 0.00 11.43 26.91 0.08 2.68 04:39:34 03:57:01 7 59.73 0.00 10.56 1.00 0.10 28.61 04:39:34 03:58:01 all 90.48 0.00 9.40 0.00 0.12 0.00 04:39:34 03:58:01 0 89.50 0.00 10.36 0.00 0.13 0.00 04:39:34 03:58:01 1 91.12 0.00 8.77 0.00 0.12 0.00 04:39:34 03:58:01 2 91.46 0.00 8.42 0.00 0.12 0.00 04:39:34 03:58:01 3 90.14 0.00 9.73 0.00 0.13 0.00 04:39:34 03:58:01 4 90.90 0.00 9.00 0.00 0.10 0.00 04:39:34 03:58:01 5 91.20 0.00 8.68 0.00 0.12 0.00 04:39:34 03:58:01 6 89.37 0.00 10.50 0.00 0.13 0.00 04:39:34 03:58:01 7 90.15 0.00 9.73 0.00 0.12 0.00 04:39:34 03:59:01 all 83.06 0.00 9.56 1.34 0.12 5.92 04:39:34 03:59:01 0 82.42 0.00 10.39 6.67 0.12 0.40 04:39:34 03:59:01 1 82.77 0.00 9.89 0.32 0.12 6.91 04:39:34 03:59:01 2 83.92 0.00 9.29 1.58 0.13 5.07 04:39:34 03:59:01 3 83.33 0.00 9.53 0.03 0.12 6.99 04:39:34 03:59:01 4 83.43 0.00 8.63 0.17 0.10 7.67 04:39:34 03:59:01 5 84.09 0.00 8.60 0.05 0.10 7.15 04:39:34 03:59:01 6 82.55 0.00 9.68 0.82 0.12 6.84 04:39:34 03:59:01 7 81.99 0.00 10.48 1.10 0.15 6.28 04:39:34 04:00:01 all 7.16 0.00 1.64 1.86 0.07 89.27 04:39:34 04:00:01 0 7.01 0.00 1.91 3.48 0.07 87.53 04:39:34 04:00:01 1 7.80 0.00 1.51 2.40 0.07 88.23 04:39:34 04:00:01 2 5.74 0.00 1.72 1.10 0.05 91.38 04:39:34 04:00:01 3 7.06 0.00 1.56 1.04 0.07 90.26 04:39:34 04:00:01 4 8.15 0.00 1.79 3.47 0.07 86.52 04:39:34 04:00:01 5 9.70 0.00 1.68 1.36 0.08 87.19 04:39:34 04:00:01 6 7.29 0.00 1.54 0.86 0.07 90.24 04:39:34 04:00:01 7 4.53 0.00 1.42 1.14 0.07 92.85 04:39:34 04:01:02 all 10.88 0.00 0.75 0.10 0.06 88.21 04:39:34 04:01:02 0 5.97 0.00 0.68 0.03 0.05 93.26 04:39:34 04:01:02 1 9.44 0.00 0.65 0.03 0.05 89.83 04:39:34 04:01:02 2 18.66 0.00 0.87 0.02 0.08 80.37 04:39:34 04:01:02 3 12.53 0.00 0.82 0.05 0.07 86.53 04:39:34 04:01:02 4 2.74 0.00 0.55 0.34 0.05 96.32 04:39:34 04:01:02 5 18.94 0.00 0.85 0.05 0.07 80.09 04:39:34 04:01:02 6 13.65 0.00 0.77 0.20 0.07 85.32 04:39:34 04:01:02 7 5.14 0.00 0.77 0.05 0.07 93.97 04:39:34 04:02:01 all 1.70 0.00 0.23 0.02 0.02 98.04 04:39:34 04:02:01 0 1.00 0.00 0.24 0.00 0.03 98.73 04:39:34 04:02:01 1 2.75 0.00 0.31 0.00 0.05 96.90 04:39:34 04:02:01 2 2.52 0.00 0.22 0.00 0.02 97.24 04:39:34 04:02:01 3 0.46 0.00 0.22 0.08 0.02 99.22 04:39:34 04:02:01 4 3.15 0.00 0.23 0.05 0.02 96.55 04:39:34 04:02:01 5 1.10 0.00 0.31 0.00 0.02 98.58 04:39:34 04:02:01 6 2.36 0.00 0.19 0.00 0.02 97.44 04:39:34 04:02:01 7 0.22 0.00 0.10 0.00 0.02 99.66 04:39:34 04:39:34 04:02:01 CPU %user %nice %system %iowait %steal %idle 04:39:34 04:03:01 all 0.27 0.00 0.02 0.01 0.02 99.68 04:39:34 04:03:01 0 0.00 0.00 0.03 0.00 0.02 99.95 04:39:34 04:03:01 1 0.08 0.00 0.07 0.00 0.03 99.82 04:39:34 04:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:03:01 3 0.02 0.00 0.00 0.05 0.02 99.92 04:39:34 04:03:01 4 1.99 0.00 0.02 0.00 0.03 97.96 04:39:34 04:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:39:34 04:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:04:01 all 0.28 0.00 0.01 0.00 0.01 99.70 04:39:34 04:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:04:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:39:34 04:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:39:34 04:04:01 3 0.02 0.00 0.02 0.03 0.00 99.93 04:39:34 04:04:01 4 0.47 0.00 0.00 0.00 0.00 99.53 04:39:34 04:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:04:01 6 1.58 0.00 0.03 0.00 0.03 98.35 04:39:34 04:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:05:01 all 0.27 0.00 0.02 0.00 0.01 99.69 04:39:34 04:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:05:01 1 0.02 0.00 0.03 0.00 0.00 99.95 04:39:34 04:05:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:05:01 3 0.03 0.00 0.02 0.03 0.02 99.90 04:39:34 04:05:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:05:01 6 2.02 0.00 0.05 0.00 0.03 97.90 04:39:34 04:05:01 7 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:06:01 all 0.25 0.00 0.04 0.01 0.01 99.70 04:39:34 04:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:39:34 04:06:01 1 0.02 0.00 0.03 0.00 0.02 99.93 04:39:34 04:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:39:34 04:06:01 3 0.02 0.00 0.02 0.05 0.02 99.90 04:39:34 04:06:01 4 0.02 0.00 0.05 0.00 0.00 99.93 04:39:34 04:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:06:01 6 1.75 0.00 0.08 0.00 0.03 98.14 04:39:34 04:06:01 7 0.05 0.00 0.02 0.00 0.00 99.93 04:39:34 04:07:01 all 0.02 0.00 0.01 0.00 0.02 99.95 04:39:34 04:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:07:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:39:34 04:07:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:07:01 3 0.02 0.00 0.02 0.03 0.00 99.93 04:39:34 04:07:01 4 0.00 0.00 0.02 0.00 0.02 99.97 04:39:34 04:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:07:01 6 0.02 0.00 0.02 0.00 0.03 99.93 04:39:34 04:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:39:34 04:08:01 0 0.02 0.00 0.03 0.00 0.02 99.93 04:39:34 04:08:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:39:34 04:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:08:01 3 0.00 0.00 0.02 0.00 0.02 99.97 04:39:34 04:08:01 4 0.03 0.00 0.00 0.02 0.02 99.93 04:39:34 04:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:08:01 6 0.03 0.00 0.03 0.00 0.03 99.90 04:39:34 04:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:39:34 04:09:01 0 0.07 0.00 0.00 0.00 0.02 99.92 04:39:34 04:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:09:01 3 0.02 0.00 0.02 0.03 0.00 99.93 04:39:34 04:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:09:01 6 0.02 0.00 0.00 0.00 0.03 99.95 04:39:34 04:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:10:01 all 0.04 0.00 0.02 0.00 0.01 99.92 04:39:34 04:10:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:10:01 1 0.13 0.00 0.00 0.00 0.00 99.87 04:39:34 04:10:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:10:01 3 0.00 0.00 0.02 0.03 0.02 99.93 04:39:34 04:10:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:10:01 6 0.05 0.00 0.08 0.00 0.03 99.83 04:39:34 04:10:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:11:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:39:34 04:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:11:01 1 0.05 0.00 0.02 0.00 0.02 99.92 04:39:34 04:11:01 2 0.02 0.00 0.03 0.00 0.00 99.95 04:39:34 04:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:11:01 6 0.05 0.00 0.03 0.00 0.03 99.88 04:39:34 04:11:01 7 0.02 0.00 0.00 0.02 0.02 99.95 04:39:34 04:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:34 04:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:12:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:12:01 3 0.02 0.00 0.00 0.02 0.02 99.95 04:39:34 04:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:12:01 6 0.07 0.00 0.03 0.00 0.02 99.88 04:39:34 04:12:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:39:34 04:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:13:01 4 0.05 0.00 0.03 0.02 0.05 99.85 04:39:34 04:13:01 5 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:13:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:13:01 7 0.03 0.00 0.02 0.02 0.00 99.93 04:39:34 04:39:34 04:13:01 CPU %user %nice %system %iowait %steal %idle 04:39:34 04:14:01 all 0.03 0.00 0.01 0.00 0.01 99.94 04:39:34 04:14:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:39:34 04:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:39:34 04:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:14:01 4 0.05 0.00 0.05 0.00 0.02 99.88 04:39:34 04:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:14:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:15:01 all 0.03 0.00 0.01 0.00 0.01 99.94 04:39:34 04:15:01 0 0.05 0.00 0.07 0.00 0.03 99.85 04:39:34 04:15:01 1 0.10 0.00 0.02 0.00 0.00 99.88 04:39:34 04:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:15:01 4 0.03 0.00 0.00 0.00 0.03 99.93 04:39:34 04:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:39:34 04:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:15:01 7 0.05 0.00 0.00 0.02 0.02 99.92 04:39:34 04:16:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:39:34 04:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:16:01 4 0.07 0.00 0.05 0.02 0.03 99.83 04:39:34 04:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:39:34 04:16:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:17:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:39:34 04:17:01 0 0.03 0.00 0.03 0.00 0.03 99.90 04:39:34 04:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:17:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:17:01 3 0.02 0.00 0.02 0.02 0.00 99.95 04:39:34 04:17:01 4 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:17:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:18:01 all 0.01 0.00 0.02 0.00 0.01 99.96 04:39:34 04:18:01 0 0.03 0.00 0.08 0.00 0.03 99.85 04:39:34 04:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:18:01 4 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:18:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:19:01 all 0.27 0.00 0.01 0.00 0.01 99.71 04:39:34 04:19:01 0 0.07 0.00 0.02 0.00 0.03 99.88 04:39:34 04:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:39:34 04:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:19:01 3 0.02 0.00 0.00 0.02 0.00 99.97 04:39:34 04:19:01 4 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:19:01 6 1.91 0.00 0.02 0.00 0.02 98.06 04:39:34 04:19:01 7 0.05 0.00 0.03 0.00 0.00 99.92 04:39:34 04:20:01 all 0.27 0.00 0.01 0.00 0.01 99.72 04:39:34 04:20:01 0 0.10 0.00 0.05 0.00 0.03 99.82 04:39:34 04:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:20:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 04:39:34 04:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:20:01 6 1.99 0.00 0.00 0.00 0.00 98.01 04:39:34 04:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:21:01 all 0.27 0.00 0.02 0.01 0.01 99.69 04:39:34 04:21:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:39:34 04:21:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:39:34 04:21:01 4 0.05 0.00 0.03 0.03 0.02 99.87 04:39:34 04:21:01 5 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:21:01 6 1.97 0.00 0.02 0.00 0.02 98.00 04:39:34 04:21:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:22:01 all 0.25 0.00 0.02 0.00 0.01 99.72 04:39:34 04:22:01 0 0.02 0.00 0.05 0.00 0.03 99.90 04:39:34 04:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:22:01 4 0.03 0.00 0.03 0.02 0.03 99.88 04:39:34 04:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:22:01 6 1.89 0.00 0.02 0.00 0.02 98.08 04:39:34 04:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:23:01 all 0.20 0.00 0.02 0.00 0.01 99.76 04:39:34 04:23:01 0 0.05 0.00 0.00 0.00 0.02 99.93 04:39:34 04:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:23:01 2 0.07 0.00 0.00 0.00 0.02 99.92 04:39:34 04:23:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:23:01 4 0.05 0.00 0.03 0.02 0.03 99.87 04:39:34 04:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:23:01 6 1.32 0.00 0.10 0.00 0.00 98.58 04:39:34 04:23:01 7 0.05 0.00 0.00 0.00 0.00 99.95 04:39:34 04:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 04:39:34 04:24:01 0 0.05 0.00 0.02 0.00 0.02 99.92 04:39:34 04:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:24:01 3 0.00 0.00 0.00 0.02 0.00 99.98 04:39:34 04:24:01 4 0.03 0.00 0.02 0.02 0.03 99.90 04:39:34 04:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:24:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:24:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:39:34 04:24:01 CPU %user %nice %system %iowait %steal %idle 04:39:34 04:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:34 04:25:01 0 0.05 0.00 0.05 0.00 0.02 99.88 04:39:34 04:25:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:25:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:25:01 4 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:25:01 5 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:34 04:26:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:39:34 04:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:26:01 4 0.02 0.00 0.03 0.02 0.00 99.93 04:39:34 04:26:01 5 0.02 0.00 0.03 0.02 0.02 99.92 04:39:34 04:26:01 6 0.05 0.00 0.00 0.00 0.02 99.93 04:39:34 04:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:27:01 all 0.03 0.00 0.02 0.01 0.01 99.93 04:39:34 04:27:01 0 0.05 0.00 0.02 0.00 0.03 99.90 04:39:34 04:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:27:01 4 0.08 0.00 0.05 0.02 0.02 99.83 04:39:34 04:27:01 5 0.02 0.00 0.02 0.03 0.02 99.92 04:39:34 04:27:01 6 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 04:39:34 04:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:39:34 04:28:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:28:01 3 0.02 0.00 0.02 0.02 0.00 99.95 04:39:34 04:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:28:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:28:01 7 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:29:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:39:34 04:29:01 0 0.05 0.00 0.02 0.00 0.03 99.90 04:39:34 04:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:29:01 4 0.05 0.00 0.02 0.00 0.02 99.92 04:39:34 04:29:01 5 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:30:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:34 04:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:30:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:30:01 4 0.00 0.00 0.02 0.02 0.00 99.97 04:39:34 04:30:01 5 0.00 0.00 0.03 0.02 0.02 99.93 04:39:34 04:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:31:01 all 0.04 0.00 0.01 0.00 0.01 99.93 04:39:34 04:31:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:31:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:31:01 2 0.08 0.00 0.00 0.00 0.03 99.88 04:39:34 04:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:31:01 4 0.05 0.00 0.00 0.00 0.02 99.93 04:39:34 04:31:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:39:34 04:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:31:01 7 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:32:01 all 0.01 0.00 0.01 0.00 0.01 99.96 04:39:34 04:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:32:01 2 0.07 0.00 0.05 0.00 0.02 99.87 04:39:34 04:32:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:32:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:39:34 04:32:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:32:01 7 0.02 0.00 0.03 0.00 0.03 99.92 04:39:34 04:33:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:34 04:33:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:33:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:39:34 04:33:01 3 0.02 0.00 0.02 0.02 0.00 99.95 04:39:34 04:33:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:39:34 04:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:33:01 7 0.12 0.00 0.03 0.00 0.03 99.82 04:39:34 04:34:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:39:34 04:34:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:34:01 2 0.07 0.00 0.00 0.00 0.02 99.92 04:39:34 04:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:39:34 04:34:01 4 0.03 0.00 0.02 0.02 0.02 99.92 04:39:34 04:34:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:39:34 04:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:34:01 7 0.03 0.00 0.00 0.00 0.03 99.93 04:39:34 04:35:01 all 0.01 0.00 0.01 0.00 0.02 99.96 04:39:34 04:35:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:39:34 04:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:35:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:35:01 4 0.00 0.00 0.02 0.02 0.00 99.97 04:39:34 04:35:01 5 0.00 0.00 0.00 0.02 0.02 99.97 04:39:34 04:35:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:35:01 7 0.03 0.00 0.03 0.00 0.03 99.90 04:39:34 04:39:34 04:35:01 CPU %user %nice %system %iowait %steal %idle 04:39:34 04:36:01 all 0.03 0.00 0.02 0.00 0.01 99.95 04:39:34 04:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 04:39:34 04:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 04:39:34 04:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:36:01 4 0.03 0.00 0.03 0.00 0.02 99.92 04:39:34 04:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:39:34 04:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:36:01 7 0.02 0.00 0.03 0.02 0.03 99.90 04:39:34 04:37:01 all 0.02 0.00 0.02 0.00 0.01 99.95 04:39:34 04:37:01 0 0.02 0.00 0.05 0.00 0.02 99.92 04:39:34 04:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:39:34 04:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:39:34 04:37:01 4 0.02 0.00 0.02 0.02 0.02 99.93 04:39:34 04:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:39:34 04:37:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:39:34 04:37:01 7 0.05 0.00 0.05 0.02 0.03 99.85 04:39:34 04:38:01 all 0.02 0.00 0.01 0.00 0.02 99.95 04:39:34 04:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:38:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:39:34 04:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 04:39:34 04:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:38:01 4 0.02 0.00 0.00 0.02 0.03 99.93 04:39:34 04:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:39:34 04:38:01 6 0.02 0.00 0.00 0.00 0.02 99.97 04:39:34 04:38:01 7 0.03 0.00 0.05 0.00 0.05 99.87 04:39:34 04:39:01 all 8.59 0.00 3.91 0.90 0.06 86.55 04:39:34 04:39:01 0 9.05 0.00 4.20 0.03 0.07 86.65 04:39:34 04:39:01 1 10.59 0.00 3.87 1.09 0.05 84.40 04:39:34 04:39:01 2 8.74 0.00 3.97 0.12 0.07 87.10 04:39:34 04:39:01 3 7.27 0.00 4.00 0.07 0.05 88.61 04:39:34 04:39:01 4 8.56 0.00 4.88 4.75 0.07 81.74 04:39:34 04:39:01 5 9.48 0.00 3.93 0.10 0.05 86.43 04:39:34 04:39:01 6 8.26 0.00 3.15 0.05 0.07 88.47 04:39:34 04:39:01 7 6.73 0.00 3.25 0.98 0.07 88.98 04:39:34 Average: all 8.98 0.00 1.48 1.07 0.03 88.44 04:39:34 Average: 0 8.79 0.00 1.58 1.13 0.04 88.47 04:39:34 Average: 1 9.02 0.00 1.49 1.69 0.03 87.77 04:39:34 Average: 2 9.17 0.00 1.43 1.00 0.03 88.38 04:39:34 Average: 3 8.89 0.00 1.49 0.47 0.03 89.13 04:39:34 Average: 4 8.76 0.00 1.46 0.78 0.03 88.97 04:39:34 Average: 5 9.21 0.00 1.42 0.83 0.03 88.51 04:39:34 Average: 6 9.25 0.00 1.51 1.80 0.03 87.41 04:39:34 Average: 7 8.76 0.00 1.47 0.83 0.03 88.91 04:39:34 04:39:34 04:39:34