Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 45e419daa151ee63a4257541cf143636bce1c2b4 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-ssh17565288591158934681.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-ssh14308163327237380769.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-ssh1812142985791346599.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-ssh6041289161291635037.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-ssh15814980155105098591.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3169 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/852 [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/852 # 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 45e419daa151ee63a4257541cf143636bce1c2b4 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5178)" > 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 45e419daa151ee63a4257541cf143636bce1c2b4 # timeout=10 > git rev-list --no-walk 6e66f30d2cd97a2a71fdf4e06a28f50f9e0b698b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:39:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:39:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:39:36 ========================================================= 01:39:36 EdgeX Global Pipelines Version Info 01:39:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:39:36 ------------------- 01:39:36 stable info: 01:39:36 ------------------- 01:39:36 Commited By: Ginny Guan ginny@iotechsys.com 01:39:36 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:39:36 Message: update stable to v1.0.274 01:39:37 ------------------- 01:39:37 experimental info: 01:39:37 ------------------- 01:39:37 Commited By: **** collab-it+edgex@linuxfoundation.org 01:39:37 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 01:39:37 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 01:39:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45e419d [Pipeline] echo 01:39:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:39:38 provisioning config files... 01:39:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config5592891235394477105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:39:38 ---> ****-login.sh 01:39:38 nexus3.edgexfoundry.org:10001 01:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:38 Configure a credential helper to remove this warning. See 01:39:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:38 01:39:38 Login Succeeded 01:39:38 nexus3.edgexfoundry.org:10002 01:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:38 Configure a credential helper to remove this warning. See 01:39:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:38 01:39:38 Login Succeeded 01:39:38 nexus3.edgexfoundry.org:10003 01:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:38 Configure a credential helper to remove this warning. See 01:39:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:38 01:39:38 Login Succeeded 01:39:38 nexus3.edgexfoundry.org:10004 01:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:38 Configure a credential helper to remove this warning. See 01:39:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:38 01:39:38 Login Succeeded 01:39:38 ****.io 01:39:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:39:39 Configure a credential helper to remove this warning. See 01:39:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:39:39 01:39:39 Login Succeeded 01:39:39 ---> ****-login.sh ends [Pipeline] } 01:39:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:39 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 01:39:39 + dirname cmd/core-command/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo core-command,cmd/core-command/Dockerfile 01:39:39 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:39:39 + dirname cmd/core-data/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo core-data,cmd/core-data/Dockerfile 01:39:39 + dirname cmd/core-keeper/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo core-keeper,cmd/core-keeper/Dockerfile 01:39:39 + + cutdirname -d/ cmd/core-metadata/Dockerfile -f2 01:39:39 01:39:39 + echo core-metadata,cmd/core-metadata/Dockerfile 01:39:39 + dirname cmd/security-bootstrapper/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:39:39 + dirname cmd/security-proxy-auth/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:39:39 + dirname cmd/security-proxy-setup/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:39:39 + dirname cmd/security-secretstore-setup/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:39:39 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:39:39 + dirname cmd/security-spire-agent/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:39:39 + dirname cmd/security-spire-config/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:39:39 + dirname cmd/security-spire-server/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:39:39 + dirname cmd/support-notifications/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo support-notifications,cmd/support-notifications/Dockerfile 01:39:39 + dirname cmd/support-scheduler/Dockerfile 01:39:39 + cut -d/ -f2 01:39:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:39:39 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:39:39 + git rev-list -1 --merges 45e419daa151ee63a4257541cf143636bce1c2b4~1..45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 01:39:40 -----------> git rev-list -1 --merges 45e419daa151ee63a4257541cf143636bce1c2b4~1..45e419daa151ee63a4257541cf143636bce1c2b4 45e419daa151ee63a4257541cf143636bce1c2b4 [false] [Pipeline] sh 01:39:40 + git log --format=format:%s -1 45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 01:39:40 ========================================================= 01:39:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:39:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:39:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:39:40 + grep -v github /etc/ssh/ssh_known_hosts 01:39:40 + [ -e /tmp/ssh_known_hosts ] 01:39:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:39:40 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:39:40 + sudo tee -a /etc/ssh/ssh_known_hosts 01:39:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:41 01:39:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:41 0.1.4: Pulling from edgex-devops/py-git-semver 01:39:41 3dae71ba6b94: Pulling fs layer 01:39:41 6bf1a483ea7c: Pulling fs layer 01:39:41 f5dfc541a4d3: Pulling fs layer 01:39:41 461d9e800cba: Pulling fs layer 01:39:41 80192f66455f: Pulling fs layer 01:39:41 2e8e34ca0e6c: Pulling fs layer 01:39:41 a29436f7fd5d: Pulling fs layer 01:39:41 923cac83aea3: Pulling fs layer 01:39:41 25ad8b0a4227: Pulling fs layer 01:39:41 db01528c6b51: Pulling fs layer 01:39:41 28988de357af: Pulling fs layer 01:39:41 a29436f7fd5d: Waiting 01:39:41 923cac83aea3: Waiting 01:39:41 25ad8b0a4227: Waiting 01:39:41 db01528c6b51: Waiting 01:39:41 28988de357af: Waiting 01:39:41 461d9e800cba: Waiting 01:39:41 80192f66455f: Waiting 01:39:41 2e8e34ca0e6c: Waiting 01:39:41 6bf1a483ea7c: Verifying Checksum 01:39:41 6bf1a483ea7c: Download complete 01:39:41 461d9e800cba: Verifying Checksum 01:39:41 461d9e800cba: Download complete 01:39:41 80192f66455f: Verifying Checksum 01:39:41 80192f66455f: Download complete 01:39:41 f5dfc541a4d3: Verifying Checksum 01:39:41 f5dfc541a4d3: Download complete 01:39:41 3dae71ba6b94: Verifying Checksum 01:39:41 3dae71ba6b94: Download complete 01:39:41 923cac83aea3: Verifying Checksum 01:39:41 923cac83aea3: Download complete 01:39:41 25ad8b0a4227: Verifying Checksum 01:39:41 25ad8b0a4227: Download complete 01:39:41 db01528c6b51: Verifying Checksum 01:39:41 db01528c6b51: Download complete 01:39:41 28988de357af: Verifying Checksum 01:39:41 28988de357af: Download complete 01:39:41 a29436f7fd5d: Verifying Checksum 01:39:41 a29436f7fd5d: Download complete 01:39:42 2e8e34ca0e6c: Verifying Checksum 01:39:42 2e8e34ca0e6c: Download complete 01:39:42 3dae71ba6b94: Pull complete 01:39:43 6bf1a483ea7c: Pull complete 01:39:43 f5dfc541a4d3: Pull complete 01:39:43 461d9e800cba: Pull complete 01:39:43 80192f66455f: Pull complete 01:39:46 2e8e34ca0e6c: Pull complete 01:39:47 a29436f7fd5d: Pull complete 01:39:47 923cac83aea3: Pull complete 01:39:47 25ad8b0a4227: Pull complete 01:39:48 db01528c6b51: Pull complete 01:39:48 28988de357af: Pull complete 01:39:48 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:39:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:39:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:48 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 01:39:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:39:51 $ docker top 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 -eo pid,comm 01:39:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:39:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:39:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:39:51 [ssh-agent] Looking for ssh-agent implementation... 01:39:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:39:51 $ docker exec 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent 01:39:51 SSH_AUTH_SOCK=/tmp/ssh-CBOHC23norFo/agent.33 01:39:51 SSH_AGENT_PID=39 01:39:51 Running ssh-add (command line suppressed) 01:39:52 Identity added: /w/workspace/edgex-go/852@tmp/private_key_8757113870639920599.key (/w/workspace/edgex-go/852@tmp/private_key_8757113870639920599.key) 01:39:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:39:52 + git tag --points-at HEAD [Pipeline] } 01:39:52 $ docker exec --env ******** --env ******** 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent -k 01:39:52 unset SSH_AUTH_SOCK; 01:39:52 unset SSH_AGENT_PID; 01:39:52 echo Agent pid 39 killed; 01:39:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:39:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:39:52 [ssh-agent] Looking for ssh-agent implementation... 01:39:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:39:52 $ docker exec 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent 01:39:52 SSH_AUTH_SOCK=/tmp/ssh-ZQuSgQyFGa4W/agent.72 01:39:52 SSH_AGENT_PID=78 01:39:52 Running ssh-add (command line suppressed) 01:39:52 Identity added: /w/workspace/edgex-go/852@tmp/private_key_3981349079943635595.key (/w/workspace/edgex-go/852@tmp/private_key_3981349079943635595.key) 01:39:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:39:53 + git semver init 01:39:53 2025-06-12 01:39:53,436 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:39:53 2025-06-12 01:39:53,439 [run_init] DEBUG init version:0.0.0 force:False 01:39:53 2025-06-12 01:39:53,439 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/852/.semver 01:39:53 2025-06-12 01:39:53,440 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/852/.semver 01:39:53 2025-06-12 01:39:53,440 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/852/.semver'], cwd=/w/workspace/edgex-go/852, stdin=None, shell=False, universal_newlines=False) 01:39:58 2025-06-12 01:39:58,545 [append_file] DEBUG append to file:/w/workspace/edgex-go/852/.git/info/exclude 01:39:58 2025-06-12 01:39:58,545 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/852/.semver/main with force:False 01:39:58 2025-06-12 01:39:58,545 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 01:39:58 2025-06-12 01:39:58,545 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 01:39:58 4.1.0-dev.23 [Pipeline] } 01:39:58 $ docker exec --env ******** --env ******** 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 ssh-agent -k 01:39:58 unset SSH_AUTH_SOCK; 01:39:58 unset SSH_AGENT_PID; 01:39:58 echo Agent pid 78 killed; 01:39:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:39:59 + git semver [Pipeline] } 01:39:59 $ docker stop --time=1 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 01:40:00 $ docker rm -f --volumes 7e0b510dd8436715e108855bfb0ce7e02d2ec32625fb8afd8940d74afe4fa985 [Pipeline] // withDockerContainer [Pipeline] sh 01:40:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:40:01 Stashed 1 file(s) [Pipeline] echo 01:40:01 [edgeXSemver]: initialized semver on version 4.1.0-dev.23 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:01 + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] echo 01:40:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:40:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:40:01 ========================================================= 01:40:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:40:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:40:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:40:02 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:40:02 0a9a5dfd008f: Pulling fs layer 01:40:02 dbfa0bcfca99: Pulling fs layer 01:40:02 70eabb1d9476: Pulling fs layer 01:40:02 957bedc73fa3: Pulling fs layer 01:40:02 4f4fb700ef54: Pulling fs layer 01:40:02 f40432e63723: Pulling fs layer 01:40:02 90b4343acab7: Pulling fs layer 01:40:02 9f67ea4ac784: Pulling fs layer 01:40:02 9228b9a606be: Pulling fs layer 01:40:02 957bedc73fa3: Waiting 01:40:02 4f4fb700ef54: Waiting 01:40:02 f40432e63723: Waiting 01:40:02 90b4343acab7: Waiting 01:40:02 9f67ea4ac784: Waiting 01:40:02 9228b9a606be: Waiting 01:40:02 dbfa0bcfca99: Download complete 01:40:02 957bedc73fa3: Download complete 01:40:02 4f4fb700ef54: Verifying Checksum 01:40:02 4f4fb700ef54: Download complete 01:40:02 f40432e63723: Verifying Checksum 01:40:02 f40432e63723: Download complete 01:40:02 0a9a5dfd008f: Download complete 01:40:02 90b4343acab7: Verifying Checksum 01:40:02 90b4343acab7: Download complete 01:40:02 0a9a5dfd008f: Pull complete 01:40:02 9228b9a606be: Verifying Checksum 01:40:02 9228b9a606be: Download complete 01:40:02 dbfa0bcfca99: Pull complete 01:40:02 70eabb1d9476: Download complete 01:40:02 9f67ea4ac784: Verifying Checksum 01:40:02 9f67ea4ac784: Download complete 01:40:06 70eabb1d9476: Pull complete 01:40:06 957bedc73fa3: Pull complete 01:40:06 4f4fb700ef54: Pull complete 01:40:06 f40432e63723: Pull complete 01:40:06 90b4343acab7: Pull complete 01:40:08 9f67ea4ac784: Pull complete 01:40:09 9228b9a606be: Pull complete 01:40:09 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 01:40:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:40:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:40:09 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:40:09 WORKDIR /edgex 01:40:09 COPY go.mod . 01:40:09 RUN go mod download 01:40:09 + docker build -t ci-base-image-x86_64 -f - . 01:40:09 Sending build context to Docker daemon 185.8MB 01:40:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:40:09 ---> 69404ca5bff2 01:40:09 Step 2/4 : WORKDIR /edgex 01:40:13 ---> Running in d5008c0388fc 01:40:13 Removing intermediate container d5008c0388fc 01:40:13 ---> 621bfb01d278 01:40:13 Step 3/4 : COPY go.mod . 01:40:13 ---> f49cfeb356bd 01:40:13 Step 4/4 : RUN go mod download 01:40:13 ---> Running in 575dcbed9474 01:40:16 Still waiting to schedule task 01:40:16 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3167’ 01:40:35 Removing intermediate container 575dcbed9474 01:40:35 ---> 41d3be37640d 01:40:35 Successfully built 41d3be37640d 01:40:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:35 + docker inspect -f . ci-base-image-x86_64 01:40:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:35 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 01:40:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:40:36 $ docker top d8d4d60e0ca07e672932f956edc3b440fbccb2f1c9eebae8d571a46fe35cc3d1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:36 + go version 01:40:36 go version go1.23.8 linux/amd64 [Pipeline] } 01:40:36 $ docker stop --time=1 d8d4d60e0ca07e672932f956edc3b440fbccb2f1c9eebae8d571a46fe35cc3d1 01:40:37 $ docker rm -f --volumes d8d4d60e0ca07e672932f956edc3b440fbccb2f1c9eebae8d571a46fe35cc3d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:38 + docker inspect -f . ci-base-image-x86_64 01:40:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:38 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 01:40:38 $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:40:38 $ docker top 015659a03c220f2b8051a67ae5ed5be4ea59fbd935b107f68e0ff5efd07728d3 -eo pid,comm [Pipeline] { [Pipeline] echo 01:40:38 ========================================================= 01:40:38 [edgeXBuildGoParallel] Running Tests and Build... 01:40:38 ========================================================= [Pipeline] sh 01:40:39 + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] fileExists [Pipeline] sh 01:40:39 + make test 01:40:39 go test -race -coverprofile=coverage.out ./... 01:40:47 ? github.com/edgexfoundry/edgex-go [no test files] 01:41:13 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:41:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:41:13 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.058s coverage: 97.0% of statements 01:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:41:13 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:41:14 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:41:14 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:41:14 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:41:14 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:41:16 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:41:16 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.044s coverage: 69.2% of statements 01:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 01:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.065s coverage: 45.2% of statements 01:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.151s coverage: 93.4% of statements 01:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 92.3% of statements 01:41:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements 01:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:41:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:41:18 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.352s coverage: 95.8% of statements 01:41:19 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 01:41:19 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:41:19 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:41:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:41:20 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:41:20 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.016s coverage: 81.1% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 40.0% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.031s coverage: 87.1% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements 01:41:21 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:41:21 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:41:21 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:41:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements 01:41:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:41:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:41:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:41:22 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 01:41:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:41:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:41:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:41:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:41:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:41:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:41:24 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:41:25 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:41:25 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:41:25 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:41:26 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:41:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:41:28 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:41:29 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:41:29 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:41:29 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:41:32 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:41:33 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:41:33 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:41:33 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:41:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:41:35 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:41:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:41:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:41:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:41:37 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:41:39 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:41:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:41:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:41:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:41:39 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:41:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:41:40 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.036s coverage: 92.9% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 68.8% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.019s coverage: 47.4% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.031s coverage: 87.2% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.076s coverage: 81.8% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.098s coverage: 82.1% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.047s coverage: 6.8% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.040s coverage: 33.3% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.052s coverage: 100.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.162s coverage: 54.5% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.032s coverage: 73.7% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.149s coverage: 29.2% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.014s coverage: 3.1% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 01:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 01:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 17.0% of statements 01:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements 01:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements 01:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements 01:41:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements 01:41:44 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 01:41:44 running golangci-lint 01:41:45 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:41:45 go version go1.23.8 linux/amd64 01:41:45 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:41:45 level=info msg="[config_reader] Used config file .golangci.yml" 01:41:45 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:42:11 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|deps|exports_file|name|types_sizes) took 22.569952461s" 01:42:11 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 62.512163ms" 01:42:19 level=info msg="[linters_context/goanalysis] analyzers took 1m34.032254456s with top 10 stages: buildir: 52.566765009s, gosec: 3.754050789s, inspect: 2.565191401s, fact_deprecated: 2.531704193s, printf: 2.257139292s, ctrlflow: 1.805509362s, fact_purity: 1.397812835s, nilness: 1.220354553s, unused: 1.086720406s, S1038: 1.072555862s" 01:42:19 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:42:19 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, exclude-rules: 202/20, nolint: 20/0, cgo: 202/202, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, exclude: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202" 01:42:19 level=info msg="[runner] processing took 14.271479ms with stages: nolint: 7.323494ms, identifier_marker: 3.544444ms, exclude-rules: 1.165075ms, autogenerated_exclude: 904.386µs, path_prettifier: 816.285µs, skip_dirs: 446.743µs, filename_unadjuster: 30.39µs, invalid_issue: 18.851µs, cgo: 16.561µs, max_same_issues: 1.16µs, max_from_linter: 680ns, uniq_by_line: 600ns, diff: 480ns, fixer: 450ns, skip_files: 300ns, sort_results: 290ns, path_prefixer: 290ns, source_code: 280ns, exclude: 260ns, path_shortener: 160ns, max_per_file_from_linter: 160ns, severity-rules: 140ns" 01:42:19 level=info msg="[runner] linters took 11.326630957s with stages: goanalysis_metalinter: 11.312211574s" 01:42:19 level=info msg="File cache stats: 0 entries of total size 0B" 01:42:19 level=info msg="Memory: 341 samples, avg is 291.2MB, max is 1359.7MB" 01:42:19 level=info msg="Execution took 33.966057968s" 01:42:19 go vet ./... 01:42:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:42:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:42:26 ./bin/test-attribution-txt.sh 01:42:26 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:42:26 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 01:42:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:42:26 + ls -al . 01:42:26 total 1992 01:42:26 drwxrwxr-x 11 1001 1001 4096 Jun 12 01:40 . 01:42:26 drwxr-xr-x 4 root root 4096 Jun 12 01:40 .. 01:42:26 drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 .blubracket 01:42:26 -rw-rw-r-- 1 1001 1001 10 Jun 12 01:39 .dockerignore 01:42:26 drwxrwxr-x 8 1001 1001 4096 Jun 12 01:41 .git 01:42:26 drwxrwxr-x 3 1001 1001 4096 Jun 12 01:39 .github 01:42:26 -rw-rw-r-- 1 1001 1001 909 Jun 12 01:39 .gitignore 01:42:26 -rw-rw-r-- 1 1001 1001 218 Jun 12 01:39 .golangci.yml 01:42:26 -rw-rw-r-- 1 1001 1001 100 Jun 12 01:39 .hadolint.yml 01:42:26 drwxr-xr-x 3 1001 1001 4096 Jun 12 01:39 .semver 01:42:26 -rw-rw-r-- 1 1001 1001 155 Jun 12 01:39 .sonarcloud.properties 01:42:26 -rw-rw-r-- 1 1001 1001 1171 Jun 12 01:39 ADOPTERS.md 01:42:26 -rw-rw-r-- 1 1001 1001 17374 Jun 12 01:39 Attribution.txt 01:42:26 -rw-rw-r-- 1 1001 1001 108018 Jun 12 01:39 CHANGELOG.md 01:42:26 -rw-rw-r-- 1 1001 1001 3804 Jun 12 01:39 CONTRIBUTING.md 01:42:26 -rw-rw-r-- 1 1001 1001 677 Jun 12 01:39 GOVERNANCE.md 01:42:26 -rw-rw-r-- 1 1001 1001 858 Jun 12 01:39 Jenkinsfile 01:42:26 -rw-rw-r-- 1 1001 1001 10775 Jun 12 01:39 LICENSE 01:42:26 -rw-rw-r-- 1 1001 1001 16740 Jun 12 01:39 Makefile 01:42:26 -rw-rw-r-- 1 1001 1001 582 Jun 12 01:39 OWNERS.md 01:42:26 -rw-rw-r-- 1 1001 1001 9932 Jun 12 01:39 README.md 01:42:26 -rw-rw-r-- 1 1001 1001 789 Jun 12 01:39 SECURITY.md 01:42:26 -rw-rw-r-- 1 1001 1001 12 Jun 12 01:40 VERSION 01:42:26 drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 bin 01:42:26 drwxrwxr-x 19 1001 1001 4096 Jun 12 01:39 cmd 01:42:26 -rw-r--r-- 1 root root 1662281 Jun 12 01:41 coverage.out 01:42:26 drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 fuzz_test 01:42:26 -rw-rw-r-- 1 1001 1001 6474 Jun 12 01:39 go.mod 01:42:26 -rw-rw-r-- 1 1001 1001 88008 Jun 12 01:39 go.sum 01:42:26 drwxrwxr-x 7 1001 1001 4096 Jun 12 01:39 internal 01:42:26 drwxrwxr-x 2 1001 1001 4096 Jun 12 01:39 openapi 01:42:26 -rw-rw-r-- 1 1001 1001 584 Jun 12 01:39 security.txt 01:42:26 -rw-rw-r-- 1 1001 1001 204 Jun 12 01:39 version.go [Pipeline] sh 01:42:27 + '[' -e coverage.out ] 01:42:27 + chown 1001:1001 coverage.out [Pipeline] stash 01:42:27 Stashed 1 file(s) [Pipeline] sh 01:42:27 + make build 01:42:27 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:42:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:42:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:42:50 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:42:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:42:52 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:42:58 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:42:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:43:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:43:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:43:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:43:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:43:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:43:08 $ docker stop --time=1 015659a03c220f2b8051a67ae5ed5be4ea59fbd935b107f68e0ff5efd07728d3 01:43:12 $ docker rm -f --volumes 015659a03c220f2b8051a67ae5ed5be4ea59fbd935b107f68e0ff5efd07728d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:43:13 01:43:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:43:13 latest: Pulling from edgex-devops/edgex-compose 01:43:13 91d30c5bc195: Pulling fs layer 01:43:13 2e9b0aa3be6d: Pulling fs layer 01:43:13 9c61dcf015f6: Pulling fs layer 01:43:13 4698f68db338: Pulling fs layer 01:43:13 2a2f49069b9e: Pulling fs layer 01:43:13 e0025b399a48: Pulling fs layer 01:43:13 4698f68db338: Waiting 01:43:13 2a2f49069b9e: Waiting 01:43:13 e0025b399a48: Waiting 01:43:13 91d30c5bc195: Verifying Checksum 01:43:13 4698f68db338: Verifying Checksum 01:43:13 4698f68db338: Download complete 01:43:13 2e9b0aa3be6d: Verifying Checksum 01:43:13 2e9b0aa3be6d: Download complete 01:43:13 e0025b399a48: Verifying Checksum 01:43:13 e0025b399a48: Download complete 01:43:13 91d30c5bc195: Pull complete 01:43:13 2a2f49069b9e: Verifying Checksum 01:43:13 2a2f49069b9e: Download complete 01:43:13 2e9b0aa3be6d: Pull complete 01:43:14 9c61dcf015f6: Download complete 01:43:16 9c61dcf015f6: Pull complete 01:43:16 4698f68db338: Pull complete 01:43:16 2a2f49069b9e: Pull complete 01:43:16 e0025b399a48: Pull complete 01:43:16 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:43:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:16 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 01:43:16 $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:43:18 $ docker top dd13b4e761878ba6794a0d327a34e12237b5ac3dc31485913c559bc93c2f9638 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:18 + docker compose -f ./docker-compose-build.yml build --parallel 01:43:21 #1 [security-proxy-setup internal] load build definition from Dockerfile 01:43:21 #1 transferring dockerfile: 2.50kB done 01:43:21 #1 DONE 0.0s 01:43:21 01:43:21 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:43:21 #2 transferring dockerfile: 2.23kB done 01:43:21 #2 DONE 0.0s 01:43:21 01:43:21 #3 [core-keeper internal] load build definition from Dockerfile 01:43:21 #3 transferring dockerfile: 2.01kB done 01:43:21 #3 DONE 0.0s 01:43:21 01:43:21 #4 [core-command internal] load build definition from Dockerfile 01:43:21 #4 transferring dockerfile: 1.94kB done 01:43:21 #4 DONE 0.0s 01:43:21 01:43:21 #5 [security-bootstrapper internal] load build definition from Dockerfile 01:43:21 #5 transferring dockerfile: 3.02kB done 01:43:21 #5 DONE 0.0s 01:43:21 01:43:21 #6 [security-secretstore-setup internal] load build definition from Dockerfile 01:43:21 #6 transferring dockerfile: 2.49kB done 01:43:21 #6 DONE 0.0s 01:43:21 01:43:21 #7 [security-spire-agent internal] load build definition from Dockerfile 01:43:21 #7 transferring dockerfile: 1.81kB done 01:43:21 #7 DONE 0.0s 01:43:21 01:43:21 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:43:21 #8 transferring dockerfile: 1.89kB done 01:43:21 #8 DONE 0.0s 01:43:21 01:43:21 #9 [support-scheduler internal] load build definition from Dockerfile 01:43:21 #9 transferring dockerfile: 1.83kB done 01:43:21 #9 DONE 0.0s 01:43:21 01:43:21 #10 [security-proxy-auth internal] load build definition from Dockerfile 01:43:21 #10 transferring dockerfile: 2.14kB done 01:43:21 #10 DONE 0.1s 01:43:21 01:43:21 #11 [security-spire-server internal] load build definition from Dockerfile 01:43:21 #11 transferring dockerfile: 1.70kB done 01:43:21 #11 DONE 0.0s 01:43:21 01:43:21 #12 [core-metadata internal] load build definition from Dockerfile 01:43:21 #12 transferring dockerfile: 2.10kB done 01:43:21 #12 DONE 0.0s 01:43:21 01:43:21 #13 [security-spire-config internal] load build definition from Dockerfile 01:43:21 #13 transferring dockerfile: 1.69kB done 01:43:21 #13 DONE 0.0s 01:43:21 01:43:21 #14 [core-data internal] load build definition from Dockerfile 01:43:21 #14 transferring dockerfile: 2.04kB done 01:43:21 #14 DONE 0.0s 01:43:21 01:43:21 #15 [support-notifications internal] load build definition from Dockerfile 01:43:21 #15 transferring dockerfile: 2.00kB done 01:43:21 #15 DONE 0.0s 01:43:21 01:43:21 #16 [security-proxy-setup internal] load .dockerignore 01:43:21 #16 transferring context: 50B done 01:43:21 #16 DONE 0.0s 01:43:21 01:43:21 #17 [core-common-config-bootstrapper internal] load .dockerignore 01:43:21 #17 transferring context: 50B done 01:43:21 #17 DONE 0.0s 01:43:21 01:43:21 #18 [core-keeper internal] load .dockerignore 01:43:21 #18 transferring context: 50B done 01:43:21 #18 DONE 0.0s 01:43:21 01:43:21 #19 [core-command internal] load .dockerignore 01:43:21 #19 transferring context: 50B done 01:43:21 #19 DONE 0.0s 01:43:21 01:43:21 #20 [security-bootstrapper internal] load .dockerignore 01:43:21 #20 transferring context: 50B done 01:43:21 #20 DONE 0.0s 01:43:21 01:43:21 #21 [security-secretstore-setup internal] load .dockerignore 01:43:21 #21 transferring context: 50B done 01:43:21 #21 DONE 0.0s 01:43:21 01:43:21 #22 [security-spire-agent internal] load .dockerignore 01:43:21 #22 transferring context: 50B done 01:43:21 #22 DONE 0.0s 01:43:21 01:43:21 #23 [security-spiffe-token-provider internal] load .dockerignore 01:43:21 #23 transferring context: 50B done 01:43:21 #23 DONE 0.0s 01:43:21 01:43:21 #24 [support-scheduler internal] load .dockerignore 01:43:21 #24 transferring context: 50B done 01:43:21 #24 DONE 0.0s 01:43:21 01:43:21 #25 [security-spire-server internal] load .dockerignore 01:43:21 #25 transferring context: 50B done 01:43:21 #25 DONE 0.0s 01:43:21 01:43:21 #26 [core-data internal] load .dockerignore 01:43:21 #26 transferring context: 50B done 01:43:21 #26 DONE 0.1s 01:43:21 01:43:21 #27 [security-proxy-auth internal] load .dockerignore 01:43:21 #27 transferring context: 50B done 01:43:21 #27 DONE 0.0s 01:43:21 01:43:21 #28 [core-metadata internal] load .dockerignore 01:43:21 #28 transferring context: 50B done 01:43:21 #28 DONE 0.0s 01:43:21 01:43:21 #29 [security-spire-config internal] load .dockerignore 01:43:21 #29 transferring context: 50B done 01:43:21 #29 DONE 0.1s 01:43:21 01:43:21 #30 [support-notifications internal] load .dockerignore 01:43:21 #30 transferring context: 50B done 01:43:21 #30 DONE 0.1s 01:43:21 01:43:21 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:21 #31 DONE 0.0s 01:43:21 01:43:21 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:43:21 #32 DONE 0.1s 01:43:21 01:43:21 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:21 #31 DONE 0.0s 01:43:21 01:43:21 #33 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:43:21 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:43:21 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:43:21 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:43:21 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:43:21 #33 DONE 0.1s 01:43:21 01:43:21 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:43:21 #32 ... 01:43:21 01:43:21 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:21 #31 DONE 0.0s 01:43:21 01:43:21 #33 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:43:21 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:43:21 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:43:21 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:43:21 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:43:21 #33 DONE 0.1s 01:43:21 01:43:21 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 01:43:21 #32 ... 01:43:21 01:43:21 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:43:21 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:43:21 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:43:21 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:43:21 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:43:21 #33 DONE 0.1s 01:43:21 01:43:21 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:21 #31 DONE 0.0s 01:43:21 01:43:21 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 01:43:22 #32 DONE 0.3s 01:43:22 01:43:22 #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:43:22 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:43:22 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:43:22 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:43:22 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:43:22 #33 DONE 0.1s 01:43:22 01:43:22 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:43:22 #31 DONE 0.0s 01:43:22 01:43:22 #34 [support-notifications internal] load build context 01:43:22 #34 ... 01:43:22 01:43:22 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 01:43:22 #35 DONE 0.9s 01:43:22 01:43:22 #34 [support-notifications internal] load build context 01:43:25 #34 ... 01:43:25 01:43:25 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:43:25 #36 DONE 2.8s 01:43:25 01:43:25 #34 [support-notifications internal] load build context 01:43:26 #34 transferring context: 92.87MB 4.3s 01:43:30 #34 ... 01:43:30 01:43:30 #37 [core-common-config-bootstrapper internal] load build context 01:43:30 #37 ... 01:43:30 01:43:30 #34 [support-notifications internal] load build context 01:43:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3171 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:43:31 Running in /w/workspace/edgex-go/852 [Pipeline] { [Pipeline] checkout 01:43:31 #34 transferring context: 256.98MB 9.3s 01:43:31 #34 ... 01:43:31 01:43:31 #38 [security-proxy-setup internal] load build context 01:43:31 #38 ... 01:43:31 01:43:31 #39 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:43:31 #0 0.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:31 #0 0.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:31 #0 1.244 (1/2) Installing dumb-init (1.2.5-r3) 01:43:31 #0 1.530 (2/2) Installing su-exec (0.2-r3) 01:43:31 #0 1.566 Executing busybox-1.36.1-r29.trigger 01:43:31 #0 1.572 OK: 8 MiB in 16 packages 01:43:31 #39 ... 01:43:31 01:43:31 #40 [core-command internal] load build context 01:43:32 #40 ... 01:43:32 01:43:32 #41 [security-secretstore-setup internal] load build context 01:43:32 #41 ... 01:43:32 01:43:32 #42 [security-proxy-auth internal] load build context 01:43:32 #42 ... 01:43:32 01:43:32 #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:43:32 #43 ... 01:43:32 01:43:32 #44 [core-data internal] load build context 01:43:32 #44 ... 01:43:32 01:43:32 #45 [support-scheduler internal] load build context 01:43:32 #45 ... 01:43:32 01:43:32 #46 [core-metadata internal] load build context 01:43:32 #46 ... 01:43:32 01:43:32 #47 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:43:32 #47 ... 01:43:32 01:43:32 #48 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:32 #48 ... 01:43:32 01:43:32 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:43:32 #0 0.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:32 #0 0.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:32 #0 1.143 (1/4) Installing ca-certificates (20241121-r1) 01:43:32 #0 1.500 (2/4) Installing dumb-init (1.2.5-r3) 01:43:32 #0 1.510 (3/4) Installing su-exec (0.2-r3) 01:43:32 #0 1.510 (4/4) Installing yq-go (4.44.1-r2) 01:43:32 #0 1.583 Executing busybox-1.36.1-r29.trigger 01:43:32 #0 1.589 Executing ca-certificates-20241121-r1.trigger 01:43:32 #0 1.625 OK: 19 MiB in 18 packages 01:43:32 #49 ... 01:43:32 01:43:32 #50 [core-command builder 2/7] WORKDIR /edgex-go 01:43:33 #50 ... 01:43:33 01:43:33 #51 [core-keeper internal] load build context 01:43:33 #51 ... 01:43:33 01:43:33 #52 [security-spiffe-token-provider internal] load build context 01:43:33 #52 transferring context: 507.75MB 11.2s done 01:43:33 #52 ... 01:43:33 01:43:33 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:43:33 #0 6.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:33 #0 6.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:33 #0 7.136 (1/4) Installing dumb-init (1.2.5-r3) 01:43:33 #0 7.141 (2/4) Installing openssl (3.3.3-r0) 01:43:33 #0 7.157 (3/4) Installing su-exec (0.2-r3) 01:43:33 #0 7.164 (4/4) Installing yq-go (4.44.1-r2) 01:43:33 #0 7.267 Executing busybox-1.36.1-r29.trigger 01:43:33 #0 7.268 OK: 19 MiB in 18 packages 01:43:33 #53 ... 01:43:33 01:43:33 #33 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:43:33 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:43:33 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:43:33 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:43:33 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:43:33 #33 DONE 0.1s 01:43:33 01:43:33 #54 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:43:33 #54 DONE 11.5s 01:43:33 01:43:33 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:43:33 #55 ... 01:43:33 01:43:33 #56 [security-bootstrapper internal] load build context 01:43:33 #56 ... 01:43:33 01:43:33 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:43:33 #57 ... 01:43:33 01:43:33 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:43:33 #58 ... 01:43:33 01:43:33 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:33 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:34 The recommended git tool is: git 01:43:35 #59 ... 01:43:35 01:43:35 #50 [core-metadata builder 2/7] WORKDIR /edgex-go 01:43:35 #50 DONE 12.7s 01:43:35 01:43:35 #38 [security-proxy-setup internal] load build context 01:43:36 #38 transferring context: 507.75MB 14.4s done 01:43:39 using credential edgex-jenkins-ssh 01:43:39 Cloning the remote Git repository 01:43:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:43:39 > git init /w/workspace/edgex-go/852 # timeout=10 01:43:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:43:39 > git --version # timeout=10 01:43:39 > git --version # 'git version 2.25.1' 01:43:39 using GIT_SSH to set credentials SSH Credentials for GitHub 01:43:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:43:40 #38 ... 01:43:40 01:43:40 #37 [core-common-config-bootstrapper internal] load build context 01:43:40 #37 transferring context: 507.75MB 12.5s done 01:43:42 #37 ... 01:43:42 01:43:42 #34 [support-notifications internal] load build context 01:43:42 #34 transferring context: 507.75MB 12.7s done 01:43:42 #34 ... 01:43:42 01:43:42 #40 [core-command internal] load build context 01:43:42 #40 transferring context: 507.75MB 11.4s done 01:43:42 #40 ... 01:43:42 01:43:42 #41 [security-secretstore-setup internal] load build context 01:43:42 #41 transferring context: 507.75MB 11.9s done 01:43:42 #41 ... 01:43:42 01:43:42 #42 [security-proxy-auth internal] load build context 01:43:42 #42 transferring context: 507.75MB 12.0s done 01:43:42 #42 ... 01:43:42 01:43:42 #45 [support-scheduler internal] load build context 01:43:42 #45 transferring context: 507.75MB 11.6s done 01:43:43 #45 ... 01:43:43 01:43:43 #44 [core-data internal] load build context 01:43:43 #44 transferring context: 507.75MB 11.1s done 01:43:43 #44 ... 01:43:43 01:43:43 #46 [core-metadata internal] load build context 01:43:43 #46 transferring context: 507.75MB 11.5s done 01:43:43 #46 ... 01:43:43 01:43:43 #51 [core-keeper internal] load build context 01:43:43 #51 transferring context: 507.75MB 13.2s done 01:43:43 #51 ... 01:43:43 01:43:43 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:43:43 #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:43:43 #60 ... 01:43:43 01:43:43 #56 [security-bootstrapper internal] load build context 01:43:43 #56 transferring context: 507.75MB 12.2s done 01:43:43 #56 ... 01:43:43 01:43:43 #61 [security-spire-server internal] load build context 01:43:44 #61 ... 01:43:44 01:43:44 #62 [security-spire-agent internal] load build context 01:43:44 #62 ... 01:43:44 01:43:44 #63 [security-spire-config internal] load build context 01:43:44 #63 ... 01:43:44 01:43:44 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:43:45 #64 ... 01:43:45 01:43:45 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:45 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12.2s done 01:43:45 #59 DONE 12.2s 01:43:46 01:43:46 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:43:47 #65 ... 01:43:47 01:43:47 #52 [security-spiffe-token-provider internal] load build context 01:43:47 #52 DONE 25.7s 01:43:47 01:43:47 #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:43:47 #49 DONE 25.7s 01:43:47 01:43:47 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:43:47 #53 DONE 25.9s 01:43:47 01:43:47 #40 [core-command internal] load build context 01:43:47 #40 DONE 25.8s 01:43:47 01:43:47 #39 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:43:47 #39 DONE 25.8s 01:43:47 01:43:47 #44 [core-data internal] load build context 01:43:47 #44 DONE 25.6s 01:43:47 01:43:47 #46 [core-metadata internal] load build context 01:43:47 #46 DONE 25.7s 01:43:47 01:43:47 #45 [support-scheduler internal] load build context 01:43:47 #45 DONE 25.7s 01:43:47 01:43:47 #48 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:47 #48 DONE 25.9s 01:43:47 01:43:47 #41 [security-secretstore-setup internal] load build context 01:43:47 #41 DONE 25.9s 01:43:47 01:43:47 #42 [security-proxy-auth internal] load build context 01:43:47 #42 DONE 25.8s 01:43:47 01:43:47 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:43:47 #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 14.2s done 01:43:47 #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:43:47 #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:43:47 #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:43:47 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:43:47 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:43:47 #60 ... 01:43:47 01:43:47 #56 [security-bootstrapper internal] load build context 01:43:47 #56 DONE 25.9s 01:43:47 01:43:47 #34 [support-notifications internal] load build context 01:43:47 #34 DONE 25.7s 01:43:47 01:43:47 #51 [core-keeper internal] load build context 01:43:47 #51 DONE 26.0s 01:43:47 01:43:47 #37 [core-common-config-bootstrapper internal] load build context 01:43:47 #37 DONE 26.0s 01:43:47 01:43:47 #61 [security-spire-server internal] load build context 01:43:47 #61 transferring context: 23.80kB done 01:43:47 #61 DONE 14.5s 01:43:47 01:43:47 #62 [security-spire-agent internal] load build context 01:43:47 #62 transferring context: 23.33kB done 01:43:47 #62 DONE 14.5s 01:43:47 01:43:47 #63 [security-spire-config internal] load build context 01:43:47 #63 transferring context: 22.05kB done 01:43:47 #63 DONE 14.5s 01:43:47 01:43:47 #38 [security-proxy-setup internal] load build context 01:43:47 #38 DONE 26.1s 01:43:47 01:43:47 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:43:47 #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:43:47 #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:43:47 #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:43:47 #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:43:47 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 0.3s 01:43:47 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.05MB / 15.53MB 0.4s 01:43:47 #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 01:43:47 #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:43:48 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 6.29MB / 15.53MB 0.5s 01:43:48 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s 01:43:48 #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.7s done 01:43:48 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 01:43:49 #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.2s done 01:43:49 #60 ... 01:43:49 01:43:49 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:43:49 #58 26.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:49 #58 26.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:49 #58 26.85 (1/7) Installing ca-certificates (20241121-r1) 01:43:49 #58 26.86 (2/7) Installing dumb-init (1.2.5-r3) 01:43:49 #58 26.87 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:43:49 #58 26.88 (4/7) Installing libsodium (1.0.19-r0) 01:43:49 #58 26.88 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:43:49 #58 26.91 (6/7) Installing libzmq (4.3.5-r2) 01:43:49 #58 26.93 (7/7) Installing zeromq (4.3.5-r2) 01:43:49 #58 27.06 Executing busybox-1.36.1-r29.trigger 01:43:49 #58 27.06 Executing ca-certificates-20241121-r1.trigger 01:43:49 #58 27.11 OK: 12 MiB in 21 packages 01:43:49 #58 DONE 27.6s 01:43:49 01:43:49 #47 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:43:49 #47 26.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:49 #47 26.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:49 #47 27.22 (1/1) Installing dumb-init (1.2.5-r3) 01:43:49 #47 27.22 Executing busybox-1.36.1-r29.trigger 01:43:49 #47 27.23 OK: 8 MiB in 15 packages 01:43:49 #47 DONE 28.0s 01:43:49 01:43:49 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:43:49 #57 26.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:49 #57 26.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:49 #57 27.05 (1/3) Installing ca-certificates (20241121-r1) 01:43:49 #57 27.07 (2/3) Installing dumb-init (1.2.5-r3) 01:43:49 #57 27.07 (3/3) Installing tzdata (2025b-r0) 01:43:49 #57 27.25 Executing busybox-1.36.1-r29.trigger 01:43:49 #57 27.25 Executing ca-certificates-20241121-r1.trigger 01:43:49 #57 27.29 OK: 10 MiB in 17 packages 01:43:49 #57 DONE 27.8s 01:43:49 01:43:49 #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:43:49 #43 26.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:49 #43 26.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:49 #43 26.97 (1/1) Installing dumb-init (1.2.5-r3) 01:43:49 #43 26.97 Executing busybox-1.36.1-r29.trigger 01:43:49 #43 26.99 OK: 8 MiB in 15 packages 01:43:49 #43 DONE 27.7s 01:43:49 01:43:49 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:43:49 #0 2.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:49 #0 2.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:49 #0 2.420 OK: 248 MiB in 58 packages 01:43:49 #66 DONE 3.0s 01:43:49 01:43:49 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:49 #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:43:49 #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:43:49 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:43:49 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:43:49 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:43:49 #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:43:49 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s done 01:43:49 #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:43:49 #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:43:49 #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:43:49 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.6s 01:43:49 #59 ... 01:43:49 01:43:49 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:43:49 #67 DONE 3.0s 01:43:49 01:43:49 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:50 #59 ... 01:43:50 01:43:50 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:43:50 #64 4.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #64 5.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #64 5.457 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:43:50 #64 5.457 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:43:50 #64 5.457 OK: 24171 distinct packages available 01:43:50 #64 5.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #64 5.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #64 5.930 (1/4) Installing dumb-init (1.2.5-r3) 01:43:50 #64 5.937 (2/4) Installing musl-obstack (1.2.3-r2) 01:43:50 #64 5.940 (3/4) Installing libucontext (1.2-r3) 01:43:50 #64 5.947 (4/4) Installing gcompat (1.1.0-r4) 01:43:50 #64 5.953 Executing busybox-1.36.1-r29.trigger 01:43:50 #64 5.957 OK: 8 MiB in 18 packages 01:43:50 #64 DONE 6.3s 01:43:50 01:43:50 #68 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:43:50 #68 DONE 0.3s 01:43:50 01:43:50 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:50 #59 ... 01:43:50 01:43:50 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:43:50 #60 DONE 16.8s 01:43:50 01:43:50 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:43:50 #0 2.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #0 2.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #0 3.028 OK: 248 MiB in 58 packages 01:43:50 #69 DONE 3.3s 01:43:50 01:43:50 #70 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:43:50 #0 2.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #0 3.014 OK: 248 MiB in 58 packages 01:43:50 #70 DONE 3.3s 01:43:50 01:43:50 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:50 #59 ... 01:43:50 01:43:50 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:43:50 #0 2.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #0 2.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #0 3.029 OK: 248 MiB in 58 packages 01:43:50 #71 DONE 3.3s 01:43:50 01:43:50 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:43:50 #55 26.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #55 26.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #55 27.19 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:43:50 #55 27.19 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:43:50 #55 27.19 OK: 24171 distinct packages available 01:43:50 #55 27.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #55 27.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #55 27.66 (1/14) Installing ca-certificates (20241121-r1) 01:43:50 #55 27.67 (2/14) Installing brotli-libs (1.1.0-r2) 01:43:50 #55 27.69 (3/14) Installing c-ares (1.33.1-r0) 01:43:50 #55 27.69 (4/14) Installing libunistring (1.2-r0) 01:43:50 #55 27.71 (5/14) Installing libidn2 (2.3.7-r0) 01:43:50 #55 27.71 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:43:50 #55 27.72 (7/14) Installing libpsl (0.21.5-r1) 01:43:50 #55 27.72 (8/14) Installing zstd-libs (1.5.6-r0) 01:43:50 #55 27.74 (9/14) Installing libcurl (8.12.1-r0) 01:43:50 #55 27.75 (10/14) Installing curl (8.12.1-r0) 01:43:50 #55 27.76 (11/14) Installing dumb-init (1.2.5-r3) 01:43:50 #55 27.76 (12/14) Installing musl-obstack (1.2.3-r2) 01:43:50 #55 27.77 (13/14) Installing libucontext (1.2-r3) 01:43:50 #55 27.77 (14/14) Installing gcompat (1.1.0-r4) 01:43:50 #55 27.78 Executing busybox-1.36.1-r29.trigger 01:43:50 #55 27.79 Executing ca-certificates-20241121-r1.trigger 01:43:50 #55 27.87 OK: 13 MiB in 28 packages 01:43:50 #55 DONE 28.3s 01:43:50 01:43:50 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:43:50 #65 6.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #65 6.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #65 6.808 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:43:50 #65 6.808 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:43:50 #65 6.808 OK: 24171 distinct packages available 01:43:50 #65 6.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #65 6.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #65 7.308 (1/5) Installing dumb-init (1.2.5-r3) 01:43:50 #65 7.318 (2/5) Installing musl-obstack (1.2.3-r2) 01:43:50 #65 7.325 (3/5) Installing libucontext (1.2-r3) 01:43:50 #65 7.326 (4/5) Installing gcompat (1.1.0-r4) 01:43:50 #65 7.331 (5/5) Installing openssl (3.3.3-r0) 01:43:50 #65 7.342 Executing busybox-1.36.1-r29.trigger 01:43:50 #65 7.351 OK: 9 MiB in 19 packages 01:43:50 #65 DONE 7.5s 01:43:50 01:43:50 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:50 #59 ... 01:43:50 01:43:50 #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:43:50 #72 DONE 0.1s 01:43:50 01:43:50 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:43:50 #73 DONE 0.2s 01:43:50 01:43:50 #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:43:50 #74 DONE 0.2s 01:43:50 01:43:50 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:50 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.3s done 01:43:50 #59 ... 01:43:50 01:43:50 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:43:50 #0 2.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #0 2.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #0 3.041 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:43:50 #0 3.041 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:43:50 #0 3.041 OK: 24171 distinct packages available 01:43:50 #0 3.117 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:50 #0 3.196 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:50 #0 3.479 OK: 248 MiB in 58 packages 01:43:50 #75 DONE 3.7s 01:43:50 01:43:50 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:43:50 #59 DONE 16.0s 01:43:50 01:43:50 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:43:50 #76 DONE 0.1s 01:43:50 01:43:50 #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:51 #77 ... 01:43:51 01:43:51 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:43:51 #0 3.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:51 #0 3.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:51 #0 3.849 OK: 8 MiB in 16 packages 01:43:51 #78 DONE 3.9s 01:43:51 01:43:51 #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:43:52 #79 ... 01:43:52 01:43:52 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:43:52 #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:52 #0 4.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:52 #0 4.624 OK: 19 MiB in 18 packages 01:43:52 #80 DONE 4.7s 01:43:52 01:43:52 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:43:52 #0 3.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:52 #0 4.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:52 #0 4.710 OK: 19 MiB in 18 packages 01:43:52 #81 DONE 4.8s 01:43:52 01:43:52 #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:43:52 #82 DONE 0.0s 01:43:52 01:43:52 #83 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:43:52 #0 2.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.686 OK: 8 MiB in 15 packages 01:43:52 #83 DONE 2.9s 01:43:52 01:43:52 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:43:52 #0 2.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.726 OK: 10 MiB in 17 packages 01:43:52 #84 DONE 2.8s 01:43:52 01:43:52 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:43:52 #0 2.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.789 OK: 12 MiB in 21 packages 01:43:52 #85 DONE 3.0s 01:43:52 01:43:52 #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:43:52 #0 2.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:52 #0 2.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:52 #0 3.005 OK: 8 MiB in 15 packages 01:43:53 #86 DONE 3.3s 01:43:53 01:43:53 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:43:53 #0 2.955 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:53 #87 3.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:53 #87 ... 01:43:53 01:43:53 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:43:53 #0 3.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:53 #0 3.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:53 #0 3.494 OK: 8 MiB in 18 packages 01:43:53 #88 DONE 3.6s 01:43:53 01:43:53 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:43:53 #87 3.335 OK: 9 MiB in 19 packages 01:43:53 #87 DONE 3.4s 01:43:53 01:43:53 #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:43:55 #89 DONE 1.5s 01:43:55 01:43:55 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:43:55 #0 3.129 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:55 #0 3.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:55 #0 3.559 OK: 13 MiB in 28 packages 01:43:55 #90 DONE 5.0s 01:43:55 01:43:55 #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:43:55 #91 DONE 1.5s 01:43:55 01:43:55 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:43:55 #92 DONE 1.6s 01:43:55 01:43:55 #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:43:55 #93 DONE 0.1s 01:43:55 01:43:55 #94 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:43:55 #94 ... 01:43:55 01:43:55 #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:43:55 #95 DONE 0.1s 01:43:55 01:43:55 #96 [security-spire-server stage-2 6/9] COPY security.txt / 01:43:56 #96 DONE 0.7s 01:43:56 01:43:56 #97 [security-spire-config stage-2 6/10] COPY security.txt / 01:43:56 #97 DONE 0.6s 01:43:56 01:43:56 #94 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:43:56 #94 DONE 0.7s 01:43:56 01:43:56 #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:43:56 #79 DONE 4.3s 01:43:56 01:43:56 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:43:56 #98 DONE 0.1s 01:43:56 01:43:56 #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:43:56 #99 DONE 0.1s 01:43:56 01:43:56 #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:43:56 #100 DONE 0.1s 01:43:56 01:43:56 #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:43:56 #101 DONE 0.1s 01:43:56 01:43:56 #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:43:56 #102 DONE 0.1s 01:43:56 01:43:56 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 01:43:56 #103 DONE 0.1s 01:43:56 01:43:56 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:43:56 #104 DONE 0.1s 01:43:56 01:43:56 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:43:56 #105 DONE 0.1s 01:43:56 01:43:56 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:43:56 #106 DONE 0.1s 01:43:56 01:43:56 #107 [security-spire-config] exporting to image 01:43:56 #107 exporting layers 01:43:56 #107 ... 01:43:56 01:43:56 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:43:56 #108 DONE 0.1s 01:43:56 01:43:56 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:43:56 #109 DONE 0.0s 01:43:56 01:43:56 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:43:56 #110 DONE 0.0s 01:43:56 01:43:56 #107 [security-spire-server] exporting to image 01:43:57 #107 exporting layers 0.8s done 01:43:57 #107 writing image sha256:8eeaac8661065d3dc2da1ade507c59e04e3c1b15e45f5b0a6a581cbafd29a746 0.0s done 01:43:57 #107 naming to docker.io/library/security-spire-config done 01:43:57 #107 writing image sha256:56c847118a30ae491e4a078f2cdae2bb1326035ae1cd929d173c47abe4fa1f07 0.0s done 01:43:57 #107 naming to docker.io/library/security-spire-server done 01:43:57 #107 writing image sha256:8d5cb8cee0b7ce10f803356836caf13ef54790f6d60ae94b9f221657f3ab5654 01:43:57 #107 writing image sha256:8d5cb8cee0b7ce10f803356836caf13ef54790f6d60ae94b9f221657f3ab5654 done 01:43:57 #107 naming to docker.io/library/security-spire-agent done 01:43:57 #107 DONE 1.0s 01:43:57 01:43:57 #111 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:43:57 #0 3.603 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:57 #0 6.255 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:57 #0 9.583 (1/1) Installing dumb-init (1.2.5-r3) 01:43:58 #111 ... 01:43:58 01:43:58 #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:43:58 #0 2.524 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:43:58 #0 5.162 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:43:58 #0 8.453 OK: 248 MiB in 58 packages 01:43:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:43:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:43:58 Avoid second fetch 01:43:58 Checking out Revision 45e419daa151ee63a4257541cf143636bce1c2b4 (main) 01:43:58 #112 DONE 8.6s 01:43:58 01:43:58 #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:43:58 #113 DONE 0.1s 01:43:58 01:43:58 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:59 #114 ... 01:43:59 01:43:59 #111 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:43:59 #111 11.06 Executing busybox-1.36.1-r29.trigger 01:43:59 #111 11.07 OK: 8 MiB in 15 packages 01:43:59 #111 DONE 11.2s 01:43:59 01:43:59 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5178)" 01:44:00 #115 ... 01:44:00 01:44:00 #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:00 #116 ... 01:44:00 01:44:00 #117 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:00 #117 ... 01:44:00 01:44:00 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:43:58 > git config core.sparsecheckout # timeout=10 01:43:58 > git checkout -f 45e419daa151ee63a4257541cf143636bce1c2b4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:44:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:44:04 % Total % Received % Xferd Average Speed Time Time Time Current 01:44:04 Dload Upload Total Spent Left Speed 01:44:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 167k 0 --:--:-- --:--:-- --:--:-- 167k [Pipeline] sh 01:44:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:44:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:44:05 + sudo tee /etc/docker/daemon.new 01:44:05 { 01:44:05 "registry-mirrors": [ 01:44:05 "https://nexus3.edgexfoundry.org:10001" 01:44:05 ], 01:44:05 "bip": "10.250.0.254/24", 01:44:05 "hosts": [ 01:44:05 "tcp://0.0.0.0:5555", 01:44:05 "unix:///var/run/docker.sock" 01:44:05 ], 01:44:05 "mtu": 1458, 01:44:05 "selinux-enabled": true, 01:44:05 "seccomp-profile": "/etc/docker/seccomp.json" 01:44:05 } [Pipeline] sh 01:44:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:44:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:44:24 provisioning config files... 01:44:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config3237023822541105296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:44:24 ---> ****-login.sh 01:44:24 nexus3.edgexfoundry.org:10001 01:44:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:44:25 Configure a credential helper to remove this warning. See 01:44:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:44:25 01:44:25 Login Succeeded 01:44:25 nexus3.edgexfoundry.org:10002 01:44:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:44:25 Configure a credential helper to remove this warning. See 01:44:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:44:25 01:44:25 Login Succeeded 01:44:25 nexus3.edgexfoundry.org:10003 01:44:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:44:25 Configure a credential helper to remove this warning. See 01:44:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:44:25 01:44:25 Login Succeeded 01:44:25 nexus3.edgexfoundry.org:10004 01:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:44:26 Configure a credential helper to remove this warning. See 01:44:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:44:26 01:44:26 Login Succeeded 01:44:26 ****.io 01:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:44:26 Configure a credential helper to remove this warning. See 01:44:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:44:26 01:44:26 Login Succeeded 01:44:26 ---> ****-login.sh ends [Pipeline] } 01:44:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:44:26 #118 DONE 33.5s 01:44:26 01:44:26 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:26 #114 DONE 25.3s 01:44:26 01:44:26 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:26 #115 DONE 33.4s 01:44:26 01:44:26 #77 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:26 #77 DONE 33.1s 01:44:26 01:44:26 #117 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:26 #117 DONE 33.5s 01:44:26 01:44:26 #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:26 #116 DONE 33.8s 01:44:26 01:44:26 #119 [core-keeper builder 7/8] COPY . . [Pipeline] sh 01:44:27 + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] echo 01:44:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:44:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:44:27 ========================================================= 01:44:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:44:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:44:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:44:27 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:44:27 94e9d8af2201: Pulling fs layer 01:44:27 634366ca850b: Pulling fs layer 01:44:27 f66ade281fe9: Pulling fs layer 01:44:27 13fd4ce6e94e: Pulling fs layer 01:44:27 4f4fb700ef54: Pulling fs layer 01:44:27 4cccf3f17d63: Pulling fs layer 01:44:27 2d8010953d95: Pulling fs layer 01:44:27 ec743f232bc5: Pulling fs layer 01:44:27 4cccf3f17d63: Waiting 01:44:27 2d8010953d95: Waiting 01:44:27 13fd4ce6e94e: Waiting 01:44:27 4f4fb700ef54: Waiting 01:44:27 ec743f232bc5: Waiting 01:44:28 634366ca850b: Verifying Checksum 01:44:28 634366ca850b: Download complete 01:44:28 13fd4ce6e94e: Verifying Checksum 01:44:28 13fd4ce6e94e: Download complete 01:44:28 4f4fb700ef54: Verifying Checksum 01:44:28 4f4fb700ef54: Download complete 01:44:28 4cccf3f17d63: Verifying Checksum 01:44:28 4cccf3f17d63: Download complete 01:44:28 94e9d8af2201: Verifying Checksum 01:44:28 94e9d8af2201: Download complete 01:44:28 ec743f232bc5: Verifying Checksum 01:44:28 ec743f232bc5: Download complete 01:44:29 94e9d8af2201: Pull complete 01:44:29 634366ca850b: Pull complete 01:44:30 f66ade281fe9: Verifying Checksum 01:44:30 f66ade281fe9: Download complete 01:44:31 2d8010953d95: Verifying Checksum 01:44:31 2d8010953d95: Download complete 01:44:35 #119 ... 01:44:35 01:44:35 #120 [support-scheduler builder 6/7] COPY . . 01:44:35 #120 ... 01:44:35 01:44:35 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 01:44:35 #121 ... 01:44:35 01:44:35 #120 [support-scheduler builder 6/7] COPY . . 01:44:35 #120 DONE 10.6s 01:44:35 01:44:35 #122 [security-spiffe-token-provider builder 6/7] COPY . . 01:44:35 #122 DONE 10.6s 01:44:35 01:44:35 #119 [core-keeper builder 7/8] COPY . . 01:44:35 #119 DONE 10.5s 01:44:35 01:44:35 #123 [core-data builder 6/7] COPY . . 01:44:35 #123 CACHED 01:44:35 01:44:35 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:35 #124 CACHED 01:44:35 01:44:35 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 01:44:35 #125 CACHED 01:44:35 01:44:35 #126 [core-command builder 4/7] COPY go.mod vendor* ./ 01:44:35 #126 CACHED 01:44:35 01:44:35 #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:35 #127 CACHED 01:44:35 01:44:35 #128 [core-command builder 6/7] COPY . . 01:44:35 #128 CACHED 01:44:35 01:44:35 #129 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:44:35 #129 CACHED 01:44:35 01:44:35 #130 [core-metadata builder 6/7] COPY . . 01:44:35 #130 CACHED 01:44:35 01:44:35 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:35 #131 CACHED 01:44:35 01:44:35 #132 [security-proxy-auth builder 6/7] COPY . . 01:44:35 #132 CACHED 01:44:35 01:44:35 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:35 #133 CACHED 01:44:35 01:44:35 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:44:35 #134 CACHED 01:44:35 01:44:35 #135 [support-notifications builder 6/7] COPY . . 01:44:35 #135 DONE 10.6s 01:44:35 01:44:35 #136 [security-secretstore-setup builder 6/7] COPY . . 01:44:35 #136 CACHED 01:44:35 01:44:35 #137 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:44:35 #137 CACHED 01:44:35 01:44:35 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:35 #138 CACHED 01:44:35 01:44:35 #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:35 #139 CACHED 01:44:35 01:44:35 #140 [security-bootstrapper builder 6/7] COPY . . 01:44:35 #140 CACHED 01:44:35 01:44:35 #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:44:35 #141 CACHED 01:44:35 01:44:35 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 01:44:35 #121 DONE 10.6s 01:44:35 01:44:35 #142 [security-proxy-setup builder 6/7] COPY . . 01:44:35 #142 DONE 10.6s 01:44:35 01:44:35 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:44:36 #143 1.574 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:44:44 #143 ... 01:44:44 01:44:44 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:44:44 #0 1.148 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:44:44 #144 ... 01:44:44 01:44:44 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:44:44 #0 0.531 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:44:44 #145 ... 01:44:44 01:44:44 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:44:44 #0 0.843 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:44:45 #146 ... 01:44:45 01:44:45 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:44:45 #0 1.237 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:44:45 #147 ... 01:44:45 01:44:45 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:44:45 #0 0.753 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:44:45 #148 ... 01:44:45 01:44:45 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:44:45 #0 1.000 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:44:45 #149 ... 01:44:45 01:44:45 #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 01:44:45 #0 1.170 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:44:45 #150 ... 01:44:45 01:44:45 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:44:45 #0 1.368 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:44:45 #151 ... 01:44:45 01:44:45 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:44:45 #0 0.654 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:44:45 #152 ... 01:44:45 01:44:45 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:44:45 #0 1.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:44:45 #153 ... 01:44:45 01:44:45 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:44:45 #0 0.925 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:44:47 f66ade281fe9: Pull complete 01:44:47 13fd4ce6e94e: Pull complete 01:44:47 4f4fb700ef54: Pull complete 01:44:47 4cccf3f17d63: Pull complete 01:44:53 2d8010953d95: Pull complete 01:44:56 ec743f232bc5: Pull complete 01:44:56 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 01:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:44:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:44:56 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:44:56 WORKDIR /edgex 01:44:56 COPY go.mod . 01:44:56 RUN go mod downloaddocker 01:44:56 build -t ci-base-image-arm64 -f - . 01:44:57 Sending build context to Docker daemon 3.698MB 01:44:57 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:44:57 ---> 12c1d4c06be1 01:44:57 Step 2/4 : WORKDIR /edgex 01:44:59 ---> Running in e63ef368aa91 01:44:59 Removing intermediate container e63ef368aa91 01:44:59 ---> 7b4554482816 01:44:59 Step 3/4 : COPY go.mod . 01:45:00 ---> e576f7b2e1a3 01:45:00 Step 4/4 : RUN go mod download 01:45:00 ---> Running in 9f62673548f9 01:46:07 #154 ... 01:46:07 01:46:07 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:46:07 #147 DONE 86.6s 01:46:07 01:46:07 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:46:07 #148 DONE 86.6s 01:46:07 01:46:07 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:46:07 #155 DONE 0.4s 01:46:07 01:46:07 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:46:07 #156 DONE 0.4s 01:46:07 01:46:07 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:46:07 #157 DONE 0.1s 01:46:07 01:46:07 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:46:07 #158 DONE 0.3s 01:46:07 01:46:07 #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 01:46:07 #159 DONE 0.3s 01:46:07 01:46:07 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:46:07 #160 ... 01:46:07 01:46:07 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:46:07 #161 DONE 0.2s 01:46:07 01:46:07 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:46:07 #160 DONE 1.1s 01:46:07 01:46:07 #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:46:07 #162 DONE 0.2s 01:46:07 01:46:07 #163 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:46:07 #163 DONE 0.4s 01:46:07 01:46:07 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:46:07 #164 DONE 1.2s 01:46:07 01:46:07 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:46:07 #165 DONE 0.3s 01:46:07 01:46:07 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:46:07 #166 DONE 0.1s 01:46:07 01:46:07 #107 [core-common-config-bootstrapper] exporting to image 01:46:07 #107 exporting layers 01:46:07 #107 ... 01:46:07 01:46:07 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:46:07 #167 DONE 0.2s 01:46:07 01:46:07 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:46:07 #168 DONE 0.1s 01:46:07 01:46:07 #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 01:46:07 #150 ... 01:46:07 01:46:07 #107 [core-common-config-bootstrapper] exporting to image 01:46:07 #107 exporting layers 0.4s done 01:46:07 #107 writing image sha256:b9e33d419ed3555f848c345946e34f59689bf72764beb8f0425786043d2679cc 0.0s done 01:46:07 #107 naming to docker.io/library/core-common-config-bootstrapper done 01:46:07 #107 DONE 1.4s 01:46:07 01:46:07 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:46:07 #169 DONE 0.2s 01:46:07 01:46:07 #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 01:46:07 #150 ... 01:46:07 01:46:07 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:46:07 #170 DONE 0.1s 01:46:07 01:46:07 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:46:07 #171 DONE 1.2s 01:46:07 01:46:07 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:46:07 #143 ... 01:46:07 01:46:07 #107 [security-bootstrapper] exporting to image 01:46:07 #107 exporting layers 0.5s done 01:46:07 #107 writing image sha256:80bd3e60ec2ce86b22ce4cc681b44c9c7cf861c2e03376bb6beef812b05f56be done 01:46:07 #107 naming to docker.io/library/security-bootstrapper done 01:46:07 #107 DONE 2.0s 01:46:07 01:46:07 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:46:08 Removing intermediate container 9f62673548f9 01:46:08 ---> 157438a908a8 01:46:08 Successfully built 157438a908a8 01:46:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:08 + docker inspect -f . ci-base-image-arm64 01:46:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:08 prd-ubuntu20.04-docker-arm64-4c-16g-3171 does not seem to be running inside a container 01:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:46:10 $ docker top 47528a9059ff8304cb4c6b4dbb86662e51744c45c264e3e35eae69d26af5d8c6 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:11 + go version 01:46:11 go version go1.23.8 linux/arm64 [Pipeline] } 01:46:11 $ docker stop --time=1 47528a9059ff8304cb4c6b4dbb86662e51744c45c264e3e35eae69d26af5d8c6 01:46:12 $ docker rm -f --volumes 47528a9059ff8304cb4c6b4dbb86662e51744c45c264e3e35eae69d26af5d8c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:13 01:46:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:13 latest: Pulling from edgex-devops/edgex-compose-arm64 01:46:13 547446be3368: Pulling fs layer 01:46:13 d125d8839a47: Pulling fs layer 01:46:13 3e85d5ac6304: Pulling fs layer 01:46:13 c3105a71a48b: Pulling fs layer 01:46:13 0f093f025ec4: Pulling fs layer 01:46:13 c3106fc0e877: Pulling fs layer 01:46:13 c3105a71a48b: Waiting 01:46:13 0f093f025ec4: Waiting 01:46:13 c3106fc0e877: Waiting 01:46:14 547446be3368: Download complete 01:46:14 c3105a71a48b: Verifying Checksum 01:46:14 c3105a71a48b: Download complete 01:46:14 d125d8839a47: Verifying Checksum 01:46:14 d125d8839a47: Download complete 01:46:14 c3106fc0e877: Verifying Checksum 01:46:14 c3106fc0e877: Download complete 01:46:14 0f093f025ec4: Verifying Checksum 01:46:14 0f093f025ec4: Download complete 01:46:15 547446be3368: Pull complete 01:46:16 3e85d5ac6304: Verifying Checksum 01:46:16 3e85d5ac6304: Download complete 01:46:16 d125d8839a47: Pull complete 01:46:26 3e85d5ac6304: Pull complete 01:46:26 c3105a71a48b: Pull complete 01:46:27 0f093f025ec4: Pull complete 01:46:27 c3106fc0e877: Pull complete 01:46:27 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:46:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:46:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:27 prd-ubuntu20.04-docker-arm64-4c-16g-3171 does not seem to be running inside a container 01:46:27 $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:46:29 $ docker top fdc79af9ff5bdd317ce73a2b1fcc4c791309ed0f7f50cc279fdf264dea530ae3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:30 + docker compose -f ./docker-compose-build.yml build --parallel 01:46:40 #1 [core-command internal] load build definition from Dockerfile 01:46:40 #1 transferring dockerfile: 01:46:40 #1 transferring dockerfile: 1.94kB 0.0s done 01:46:40 #1 DONE 0.1s 01:46:40 01:46:40 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:46:40 #2 transferring dockerfile: 2.23kB done 01:46:40 #2 DONE 0.0s 01:46:40 01:46:40 #3 [security-secretstore-setup internal] load build definition from Dockerfile 01:46:40 #3 transferring dockerfile: 2.49kB done 01:46:40 #3 DONE 0.1s 01:46:40 01:46:40 #4 [core-data internal] load build definition from Dockerfile 01:46:40 #4 transferring dockerfile: 2.04kB done 01:46:40 #4 DONE 0.1s 01:46:40 01:46:40 #5 [core-keeper internal] load build definition from Dockerfile 01:46:40 #5 transferring dockerfile: 2.01kB 0.0s done 01:46:40 #5 DONE 0.1s 01:46:40 01:46:40 #6 [security-bootstrapper internal] load build definition from Dockerfile 01:46:40 #6 transferring dockerfile: 3.02kB 0.0s done 01:46:40 #6 DONE 0.1s 01:46:40 01:46:40 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:46:40 #7 transferring dockerfile: 1.89kB done 01:46:41 #7 DONE 0.1s 01:46:41 01:46:41 #8 [security-proxy-auth internal] load build definition from Dockerfile 01:46:41 #8 transferring dockerfile: 2.14kB done 01:46:41 #8 DONE 0.1s 01:46:41 01:46:41 #9 [support-scheduler internal] load build definition from Dockerfile 01:46:41 #9 transferring dockerfile: 1.83kB done 01:46:41 #9 DONE 0.1s 01:46:41 01:46:41 #10 [core-metadata internal] load build definition from Dockerfile 01:46:41 #10 transferring dockerfile: 2.10kB done 01:46:41 #10 DONE 0.1s 01:46:41 01:46:41 #11 [security-spire-agent internal] load build definition from Dockerfile 01:46:41 #11 transferring dockerfile: 1.81kB done 01:46:41 #11 DONE 0.1s 01:46:41 01:46:41 #12 [security-proxy-setup internal] load build definition from Dockerfile 01:46:41 #12 transferring dockerfile: 2.50kB 0.0s done 01:46:41 #12 DONE 0.1s 01:46:41 01:46:41 #13 [security-spire-server internal] load build definition from Dockerfile 01:46:41 #13 transferring dockerfile: 1.70kB 0.0s done 01:46:41 #13 DONE 0.1s 01:46:41 01:46:41 #14 [security-spire-config internal] load build definition from Dockerfile 01:46:41 #14 transferring dockerfile: 1.69kB done 01:46:41 #14 DONE 0.1s 01:46:41 01:46:41 #15 [support-notifications internal] load build definition from Dockerfile 01:46:41 #15 transferring dockerfile: 2.00kB done 01:46:41 #15 DONE 0.1s 01:46:41 01:46:41 #16 [core-command internal] load .dockerignore 01:46:41 #16 transferring context: 50B done 01:46:41 #16 DONE 0.1s 01:46:42 01:46:42 #17 [core-common-config-bootstrapper internal] load .dockerignore 01:46:42 #17 transferring context: 50B done 01:46:42 #17 DONE 0.0s 01:46:42 01:46:42 #18 [security-secretstore-setup internal] load .dockerignore 01:46:42 #18 transferring context: 50B done 01:46:42 #18 DONE 0.0s 01:46:42 01:46:42 #19 [core-data internal] load .dockerignore 01:46:42 #19 transferring context: 50B done 01:46:42 #19 DONE 0.1s 01:46:42 01:46:42 #20 [core-keeper internal] load .dockerignore 01:46:42 #20 transferring context: 50B done 01:46:42 #20 DONE 0.1s 01:46:42 01:46:42 #21 [security-bootstrapper internal] load .dockerignore 01:46:42 #21 transferring context: 50B done 01:46:42 #21 DONE 0.1s 01:46:42 01:46:42 #22 [security-spiffe-token-provider internal] load .dockerignore 01:46:42 #22 transferring context: 50B done 01:46:42 #22 DONE 0.1s 01:46:42 01:46:42 #23 [security-proxy-auth internal] load .dockerignore 01:46:42 #23 transferring context: 50B 0.0s done 01:46:42 #23 DONE 0.1s 01:46:42 01:46:42 #24 [support-scheduler internal] load .dockerignore 01:46:42 #24 transferring context: 50B done 01:46:42 #24 DONE 0.1s 01:46:42 01:46:42 #25 [core-metadata internal] load .dockerignore 01:46:42 #25 transferring context: 50B 0.0s done 01:46:42 #25 DONE 0.1s 01:46:42 01:46:42 #26 [security-proxy-setup internal] load .dockerignore 01:46:42 #26 transferring context: 50B done 01:46:42 #26 DONE 0.1s 01:46:42 01:46:42 #27 [security-spire-agent internal] load .dockerignore 01:46:42 #27 transferring context: 50B 0.0s done 01:46:42 #27 DONE 0.1s 01:46:42 01:46:42 #28 [security-spire-server internal] load .dockerignore 01:46:42 #28 transferring context: 50B done 01:46:42 #28 DONE 0.1s 01:46:42 01:46:42 #29 [security-spire-config internal] load .dockerignore 01:46:42 #29 transferring context: 50B 0.0s done 01:46:42 #29 DONE 0.1s 01:46:43 01:46:43 #30 [support-notifications internal] load .dockerignore 01:46:43 #30 transferring context: 50B done 01:46:43 #30 DONE 0.1s 01:46:43 01:46:43 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:43 #31 DONE 0.0s 01:46:43 01:46:43 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 01:46:44 #32 ... 01:46:44 01:46:44 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:44 #31 DONE 0.0s 01:46:44 01:46:44 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 01:46:44 #32 DONE 0.8s 01:46:44 01:46:44 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:44 #31 DONE 0.0s 01:46:44 01:46:44 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:44 #33 ... 01:46:44 01:46:44 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:44 #31 DONE 0.0s 01:46:44 01:46:44 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:46:44 #33 ... 01:46:44 01:46:44 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:44 #31 DONE 0.0s 01:46:44 01:46:44 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:46:44 #32 DONE 0.8s 01:46:44 01:46:44 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:46:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:46:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:46:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:46:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:46:44 #33 ... 01:46:44 01:46:44 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:44 #31 DONE 0.0s 01:46:44 01:46:44 #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:46:44 #34 ... 01:46:44 01:46:44 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 01:46:44 #32 DONE 0.9s 01:46:44 01:46:44 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:44 #31 DONE 0.0s 01:46:44 01:46:44 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:46:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:46:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:46:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:46:45 #33 DONE 1.9s 01:46:45 01:46:45 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:46:46 #35 ... 01:46:46 01:46:46 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:46:46 #31 DONE 0.0s 01:46:46 01:46:46 #36 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:46:47 #36 ... 01:46:47 01:46:47 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:47 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:46:47 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:46:47 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:46:47 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:46:47 #33 DONE 2.0s 01:46:47 01:46:47 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:46:47 #32 DONE 3.1s 01:46:47 01:46:47 #37 [core-data internal] load build context 01:46:47 #37 transferring context: 3.22MB 2.5s done 01:46:47 #37 DONE 3.3s 01:46:47 01:46:47 #38 [security-proxy-setup internal] load build context 01:46:47 #38 ... 01:46:47 01:46:47 #39 [core-command internal] load build context 01:46:47 #39 transferring context: 3.22MB 2.6s done 01:46:47 #39 DONE 3.4s 01:46:47 01:46:47 #40 [core-common-config-bootstrapper internal] load build context 01:46:47 #40 transferring context: 3.22MB 2.7s done 01:46:47 #40 DONE 3.5s 01:46:47 01:46:47 #41 [core-keeper internal] load build context 01:46:47 #41 transferring context: 3.22MB 3.5s done 01:46:48 #41 ... 01:46:48 01:46:48 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:46:48 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 01:46:48 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:46:48 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 01:46:48 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 01:46:48 #33 DONE 2.0s 01:46:48 01:46:48 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:46:48 #42 DONE 2.8s 01:46:48 01:46:48 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:46:48 #35 DONE 2.8s 01:46:48 01:46:48 #41 [core-keeper internal] load build context 01:46:48 #41 DONE 4.2s 01:46:48 01:46:48 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:48 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 01:46:48 #43 ... 01:46:48 01:46:48 #44 [security-bootstrapper internal] load build context 01:46:48 #44 transferring context: 3.22MB 3.5s done 01:46:48 #44 DONE 4.3s 01:46:48 01:46:48 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:48 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 01:46:48 #43 ... 01:46:48 01:46:48 #45 [security-proxy-auth internal] load build context 01:46:48 #45 transferring context: 3.22MB 2.9s done 01:46:48 #45 DONE 4.2s 01:46:48 01:46:48 #46 [security-secretstore-setup internal] load build context 01:46:48 #46 transferring context: 3.22MB 3.6s done 01:46:48 #46 DONE 4.6s 01:46:48 01:46:48 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:48 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:46:48 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:46:48 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:46:48 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:46:48 #43 ... 01:46:48 01:46:48 #47 [support-scheduler internal] load build context 01:46:48 #47 transferring context: 3.22MB 3.0s done 01:46:48 #47 DONE 4.3s 01:46:48 01:46:48 #48 [security-spiffe-token-provider internal] load build context 01:46:48 #48 transferring context: 3.22MB 2.3s done 01:46:48 #48 DONE 4.3s 01:46:48 01:46:48 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:48 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:46:48 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s 01:46:48 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:46:48 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s 01:46:48 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 01:46:48 #43 ... 01:46:48 01:46:48 #49 [core-metadata internal] load build context 01:46:48 #49 transferring context: 3.22MB 0.9s done 01:46:48 #49 DONE 3.8s 01:46:48 01:46:48 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:48 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.5s 01:46:49 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s 01:46:49 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done 01:46:49 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 01:46:49 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done 01:46:49 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 01:46:49 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.02MB / 33.17MB 1.0s 01:46:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 1.4s 01:46:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.9s 01:46:50 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.36MB / 33.17MB 2.3s 01:46:51 #43 ... 01:46:51 01:46:51 #50 [security-spire-agent internal] load build context 01:46:51 #50 transferring context: 23.33kB 0.3s done 01:46:51 #50 DONE 2.9s 01:46:51 01:46:51 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:51 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.05MB / 33.17MB 2.7s 01:46:51 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:46:51 #43 ... 01:46:51 01:46:51 #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:46:51 #34 DONE 8.4s 01:46:51 01:46:51 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:51 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.87MB / 33.17MB 3.2s 01:46:51 #43 ... 01:46:51 01:46:51 #51 [security-spire-config internal] load build context 01:46:51 #51 transferring context: 22.05kB 0.2s done 01:46:51 #51 DONE 3.7s 01:46:51 01:46:51 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:52 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 3.6s 01:46:52 #43 ... 01:46:52 01:46:52 #52 [security-spire-server internal] load build context 01:46:52 #52 transferring context: 23.80kB 0.2s done 01:46:52 #52 DONE 4.4s 01:46:52 01:46:52 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:52 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 4.3s 01:46:53 #43 ... 01:46:53 01:46:53 #53 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 01:46:53 #53 DONE 2.2s 01:46:53 01:46:53 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:53 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.63MB / 33.17MB 4.7s 01:46:53 #43 ... 01:46:53 01:46:53 #38 [security-proxy-setup internal] load build context 01:46:53 #38 transferring context: 3.22MB 3.9s done 01:46:53 #38 DONE 6.2s 01:46:53 01:46:53 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:53 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.21MB / 33.17MB 5.2s 01:46:54 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 01:46:54 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 5.6s 01:46:54 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.4s done 01:46:54 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 6.0s 01:46:54 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 6.3s 01:46:55 #43 ... 01:46:55 01:46:55 #54 [support-notifications internal] load build context 01:46:55 #54 transferring context: 3.22MB 5.2s done 01:46:55 #54 DONE 7.8s 01:46:55 01:46:55 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:55 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 6.9s 01:46:55 #43 ... 01:46:55 01:46:55 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:46:55 #0 9.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:55 #0 9.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:55 #55 ... 01:46:55 01:46:55 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:55 #43 ... 01:46:55 01:46:55 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:46:55 #56 ... 01:46:55 01:46:55 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:56 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.0s 01:46:56 #43 ... 01:46:56 01:46:56 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:46:56 #57 ... 01:46:56 01:46:56 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:46:56 #58 ... 01:46:56 01:46:56 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:46:56 #0 8.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:56 #0 9.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:56 #59 ... 01:46:56 01:46:56 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:57 #60 ... 01:46:57 01:46:57 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:46:57 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.4s done 01:46:57 #43 ... 01:46:57 01:46:57 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:57 #60 DONE 11.2s 01:46:57 01:46:57 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:46:57 #61 ... 01:46:57 01:46:57 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:46:57 #0 8.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:57 #0 8.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:57 #62 ... 01:46:57 01:46:57 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:46:57 #63 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 01:46:57 #63 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:46:57 #63 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:46:57 #63 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:46:57 #63 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done 01:46:57 #63 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 01:46:57 #63 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done 01:46:57 #63 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.6s done 01:46:57 #63 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:46:57 #63 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 01:46:58 #63 ... 01:46:58 01:46:58 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:46:58 #64 ... 01:46:58 01:46:58 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:46:58 #65 ... 01:46:58 01:46:58 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:46:58 #61 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:59 #61 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:01 #61 ... 01:47:01 01:47:01 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:47:01 #66 DONE 8.8s 01:47:02 01:47:02 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:02 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.1s 01:47:03 #146 ... 01:47:03 01:47:03 #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 01:47:03 #150 141.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:47:03 #43 ... 01:47:03 01:47:03 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:03 #67 ... 01:47:03 01:47:03 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:47:03 #68 ... 01:47:03 01:47:03 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:47:03 #0 7.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:03 #0 9.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:03 #69 ... 01:47:03 01:47:03 #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:47:03 #0 7.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:03 #0 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:03 #70 ... 01:47:03 01:47:03 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:03 #0 9.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:03 #71 ... 01:47:03 01:47:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:06 #43 ... 01:47:06 01:47:06 #36 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:06 #36 9.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:06 #36 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:06 #36 18.34 (1/1) Installing dumb-init (1.2.5-r3) 01:47:06 #36 18.42 Executing busybox-1.36.1-r29.trigger 01:47:06 #36 18.68 OK: 9 MiB in 15 packages 01:47:06 #36 ... 01:47:06 01:47:06 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:06 #150 ... 01:47:06 01:47:06 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:47:06 #144 DONE 151.8s 01:47:06 01:47:06 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:47:06 #153 DONE 151.8s 01:47:06 01:47:06 #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 01:47:06 #150 DONE 151.8s 01:47:06 01:47:06 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:47:06 #146 DONE 151.8s 01:47:06 01:47:06 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:47:06 #145 DONE 151.9s 01:47:06 01:47:06 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:47:06 #154 DONE 151.9s 01:47:06 01:47:06 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:47:06 #152 DONE 151.9s 01:47:06 01:47:06 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #172 ... 01:47:06 01:47:06 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:47:06 #151 DONE 151.9s 01:47:06 01:47:06 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:47:06 #143 DONE 151.9s 01:47:06 01:47:06 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:47:06 #149 DONE 152.0s 01:47:06 01:47:06 #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #173 DONE 0.3s 01:47:06 01:47:06 #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #172 DONE 0.3s 01:47:06 01:47:06 #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #174 DONE 0.3s 01:47:06 01:47:06 #175 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:47:06 #175 ... 01:47:06 01:47:06 #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #176 DONE 0.3s 01:47:06 01:47:06 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #177 DONE 0.2s 01:47:06 01:47:06 #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #178 DONE 0.2s 01:47:06 01:47:06 #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #179 DONE 0.3s 01:47:06 01:47:06 #180 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #180 DONE 0.3s 01:47:06 01:47:06 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:47:06 #181 DONE 0.1s 01:47:06 01:47:06 #182 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #182 CACHED 01:47:06 01:47:06 #183 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:47:06 #183 CACHED 01:47:06 01:47:06 #184 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:47:06 #184 CACHED 01:47:06 01:47:06 #185 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:47:06 #185 CACHED 01:47:06 01:47:06 #186 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:47:06 #186 DONE 0.1s 01:47:06 01:47:06 #187 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:47:06 #187 DONE 0.2s 01:47:06 01:47:06 #188 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:47:06 #188 DONE 0.1s 01:47:06 01:47:06 #175 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:47:06 #175 DONE 0.2s 01:47:06 01:47:06 #189 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:47:07 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.3s 01:47:07 #189 ... 01:47:07 01:47:07 #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:47:07 #190 DONE 0.4s 01:47:07 #43 ... 01:47:07 01:47:07 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:47:07 #56 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:07 #56 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:07 01:47:07 #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:47:07 #191 ... 01:47:07 01:47:07 #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:47:07 #192 DONE 0.7s 01:47:07 01:47:07 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:47:07 #193 DONE 0.7s 01:47:07 01:47:07 #194 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:47:07 #194 DONE 0.7s 01:47:07 01:47:07 #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:47:07 #195 DONE 0.7s 01:47:07 01:47:07 #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:47:07 #196 DONE 0.7s 01:47:07 01:47:07 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:47:07 #197 DONE 0.7s 01:47:07 #56 ... 01:47:07 01:47:07 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:07 01:47:07 #198 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:47:07 #198 DONE 0.7s 01:47:07 01:47:07 #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:47:07 #199 ... 01:47:07 01:47:07 #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:47:07 #191 DONE 0.9s 01:47:07 #43 ... 01:47:07 01:47:07 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:47:07 #0 7.174 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:07 #72 ... 01:47:07 01:47:07 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:47:07 #63 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.0s done 01:47:07 #63 DONE 19.7s 01:47:07 01:47:07 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:07 01:47:07 #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:47:07 #200 DONE 0.5s 01:47:07 01:47:07 #201 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:47:07 #201 ... 01:47:07 01:47:07 #189 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:47:07 #189 DONE 1.1s 01:47:07 01:47:07 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:47:07 #202 DONE 0.5s 01:47:07 01:47:07 #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:47:07 #203 DONE 0.5s 01:47:07 01:47:07 #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:47:07 #204 DONE 0.5s 01:47:07 01:47:07 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:47:07 #205 DONE 0.5s 01:47:07 01:47:07 #206 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:47:07 #206 DONE 0.5s 01:47:07 01:47:07 #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:47:07 #199 DONE 0.5s 01:47:08 01:47:08 #207 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:47:08 #207 DONE 0.5s 01:47:08 01:47:08 #201 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:47:08 #201 DONE 0.3s 01:47:08 01:47:08 #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:47:08 #208 DONE 0.2s 01:47:08 01:47:08 #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:47:08 #209 DONE 0.2s 01:47:08 01:47:08 #107 [support-notifications] exporting to image 01:47:08 #107 exporting layers 01:47:08 #107 ... 01:47:08 01:47:08 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:47:08 #210 DONE 0.2s 01:47:08 01:47:08 #211 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:47:08 #211 DONE 0.3s 01:47:08 01:47:08 #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:47:08 #212 DONE 0.3s 01:47:08 01:47:08 #107 [core-metadata] exporting to image 01:47:08 #107 ... 01:47:08 01:47:08 #213 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:47:08 #213 DONE 0.3s 01:47:08 01:47:08 #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:47:08 #214 DONE 0.3s 01:47:08 01:47:08 #107 [core-metadata] exporting to image 01:47:08 #107 exporting layers 0.4s done 01:47:08 #107 writing image sha256:847a9c01a0ddd9197acbf69ab85301c015670f2be145c2269083a8d8e709a9a7 01:47:08 #107 writing image sha256:27bdf71fede369e2915088c6d292a698ceb17767279f1a86a38e0cf01bcaa2fd 01:47:08 #107 ... 01:47:08 01:47:08 #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:47:08 #215 DONE 0.2s 01:47:08 01:47:08 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:47:08 #216 DONE 0.2s 01:47:08 01:47:08 #107 [support-scheduler] exporting to image 01:47:08 #107 exporting layers 0.5s done 01:47:08 #107 writing image sha256:847a9c01a0ddd9197acbf69ab85301c015670f2be145c2269083a8d8e709a9a7 0.2s done 01:47:08 #107 writing image sha256:27bdf71fede369e2915088c6d292a698ceb17767279f1a86a38e0cf01bcaa2fd 0.2s done 01:47:08 #107 naming to docker.io/library/support-scheduler done 01:47:08 #107 naming to docker.io/library/core-keeper 01:47:08 #43 ... 01:47:08 01:47:08 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:47:08 #58 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:08 #58 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:08 #58 ... 01:47:08 01:47:08 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:08 #107 exporting layers 0.5s done 01:47:08 #107 naming to docker.io/library/core-keeper done 01:47:08 #107 writing image sha256:b9acaa57bb5fa72b6a8fecaf5801c9e07e0acec53a551d8caf3a69a2a7d06f08 0.0s done 01:47:08 #107 naming to docker.io/library/core-command done 01:47:08 #107 writing image sha256:88867d8c79d44c94fd81d5fbea8fabe1c74b838192c00fe2c0dabdf2aa464f00 01:47:08 #107 ... 01:47:08 01:47:08 #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:47:08 #217 DONE 0.3s 01:47:08 01:47:08 #107 [core-data] exporting to image 01:47:08 #107 writing image sha256:88867d8c79d44c94fd81d5fbea8fabe1c74b838192c00fe2c0dabdf2aa464f00 0.2s done 01:47:08 #107 naming to docker.io/library/core-data done 01:47:08 #107 ... 01:47:08 01:47:08 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:08 #218 DONE 0.7s 01:47:08 01:47:08 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:47:08 #219 DONE 0.1s 01:47:08 01:47:08 #107 [security-proxy-auth] exporting to image 01:47:08 #107 writing image sha256:a3e28be127222fc9eeb3b23001d0895a67f4271eb83456f2f10c8045b19b99e8 done 01:47:08 #107 naming to docker.io/library/support-notifications done 01:47:08 #107 writing image sha256:fc6a1714fda5eec9162deed1d9ee3fbd87cfc6dc3a1870c53d51427766315f78 done 01:47:08 #107 naming to docker.io/library/security-spiffe-token-provider done 01:47:08 #107 ... 01:47:08 01:47:08 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:08 #220 DONE 0.6s 01:47:09 #43 ... 01:47:09 01:47:09 #36 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:47:09 #36 DONE 23.2s 01:47:09 01:47:09 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:09 01:47:09 #107 [security-proxy-setup] exporting to image 01:47:09 #107 exporting layers 0.4s done 01:47:09 #107 writing image sha256:40e45979629750c7da6c40a22b53bc9a07f774463dce189252baf6df5e2ed81e 0.0s done 01:47:09 #107 writing image sha256:ac6a8e861b61a59fb803f5fa8c7e95c47fd9fb781dbf4961f5a7d8aca832ba20 01:47:09 #107 naming to docker.io/library/core-metadata 01:47:09 #107 exporting layers 0.3s done 01:47:09 #107 writing image sha256:ac6a8e861b61a59fb803f5fa8c7e95c47fd9fb781dbf4961f5a7d8aca832ba20 done 01:47:09 #107 naming to docker.io/library/core-metadata done 01:47:09 #107 naming to docker.io/library/security-proxy-auth done 01:47:09 #107 writing image sha256:830936c5f5ad657eb9734429309b468043b466566370bcc19867c4c5b0bd222a done 01:47:09 #107 naming to docker.io/library/security-proxy-setup done 01:47:09 #107 DONE 3.6s 01:47:09 01:47:09 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:09 #221 DONE 0.5s 01:47:09 01:47:09 #107 [security-secretstore-setup] exporting to image 01:47:09 #107 exporting layers 0.2s done 01:47:09 #107 writing image sha256:327b4d051f1936099a5fc4f2ccf53049af91da3039335b7ae7ac993e05aa1d52 done 01:47:09 #107 naming to docker.io/library/security-secretstore-setup done 01:47:09 #107 DONE 3.7s 01:47:09 time="2025-06-12T01:43:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:47:09 time="2025-06-12T01:43:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:47:09 $ docker stop --time=1 dd13b4e761878ba6794a0d327a34e12237b5ac3dc31485913c559bc93c2f9638 01:47:09 #43 ... 01:47:09 01:47:09 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:47:09 #59 16.30 (1/4) Installing ca-certificates (20241121-r1) 01:47:09 #59 17.10 (2/4) Installing dumb-init (1.2.5-r3) 01:47:09 #59 17.14 (3/4) Installing su-exec (0.2-r3) 01:47:09 #59 17.20 (4/4) Installing yq-go (4.44.1-r2) 01:47:09 #59 18.95 Executing busybox-1.36.1-r29.trigger 01:47:09 #59 19.16 Executing ca-certificates-20241121-r1.trigger 01:47:09 #59 20.85 OK: 20 MiB in 18 packages 01:47:09 #59 DONE 23.2s 01:47:09 01:47:09 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:09 #43 ... 01:47:09 01:47:09 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:47:09 #57 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:09 #57 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:09 #57 ... 01:47:09 01:47:09 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:09 #64 11.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:09 #64 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:09 #64 ... 01:47:09 01:47:09 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:09 #55 14.47 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:47:09 #55 14.47 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:47:09 #55 14.49 OK: 24049 distinct packages available 01:47:09 #55 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:09 #55 18.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:10 #55 ... 01:47:10 01:47:10 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:10 #43 ... 01:47:10 01:47:10 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:47:10 #62 16.91 (1/4) Installing dumb-init (1.2.5-r3) 01:47:10 #62 17.02 (2/4) Installing openssl (3.3.3-r0) 01:47:10 #62 17.26 (3/4) Installing su-exec (0.2-r3) 01:47:10 #62 17.28 (4/4) Installing yq-go (4.44.1-r2) 01:47:10 #62 18.70 Executing busybox-1.36.1-r29.trigger 01:47:10 #62 18.96 OK: 20 MiB in 18 packages 01:47:10 #62 DONE 22.4s 01:47:10 01:47:10 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:10 #43 ... 01:47:10 01:47:10 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:10 #65 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:10 #65 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:10 $ docker rm -f --volumes dd13b4e761878ba6794a0d327a34e12237b5ac3dc31485913c559bc93c2f9638 [Pipeline] // withDockerContainer [Pipeline] sh 01:47:10 #65 ... 01:47:10 01:47:10 #73 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:47:11 + docker images 01:47:11 REPOSITORY TAG IMAGE ID CREATED SIZE 01:47:11 security-secretstore-setup latest 327b4d051f19 1 second ago 68.7MB 01:47:11 security-spiffe-token-provider latest fc6a1714fda5 2 seconds ago 47.7MB 01:47:11 security-proxy-auth latest ac6a8e861b61 2 seconds ago 31.8MB 01:47:11 core-metadata latest 40e459796297 2 seconds ago 33.1MB 01:47:11 security-proxy-setup latest 830936c5f5ad 2 seconds ago 38.5MB 01:47:11 support-notifications latest a3e28be12722 3 seconds ago 52.4MB 01:47:11 support-scheduler latest 847a9c01a0dd 3 seconds ago 48.8MB 01:47:11 core-data latest 88867d8c79d4 3 seconds ago 32.9MB 01:47:11 core-command latest b9acaa57bb5f 3 seconds ago 28.4MB 01:47:11 core-keeper latest 27bdf71fede3 3 seconds ago 32.5MB 01:47:11 security-bootstrapper latest 80bd3e60ec2c About a minute ago 20.4MB 01:47:11 core-common-config-bootstrapper latest b9e33d419ed3 About a minute ago 17.1MB 01:47:11 security-spire-server latest 56c847118a30 3 minutes ago 149MB 01:47:11 security-spire-agent latest 8d5cb8cee0b7 3 minutes ago 195MB 01:47:11 security-spire-config latest 8eeaac866106 3 minutes ago 149MB 01:47:11 ci-base-image-x86_64 latest 41d3be37640d 6 minutes ago 925MB 01:47:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 weeks ago 573MB 01:47:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB 01:47:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:47:11 provisioning config files... 01:47:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config13037204660267579291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:47:11 ---> ****-login.sh 01:47:11 nexus3.edgexfoundry.org:10001 01:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:11 Configure a credential helper to remove this warning. See 01:47:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:11 01:47:11 Login Succeeded 01:47:11 nexus3.edgexfoundry.org:10002 01:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:11 Configure a credential helper to remove this warning. See 01:47:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:11 01:47:11 Login Succeeded 01:47:11 nexus3.edgexfoundry.org:10003 01:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:11 Configure a credential helper to remove this warning. See 01:47:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:11 01:47:11 Login Succeeded 01:47:11 nexus3.edgexfoundry.org:10004 01:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:11 Configure a credential helper to remove this warning. See 01:47:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:11 01:47:11 Login Succeeded 01:47:11 ****.io 01:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:47:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:47:12 Configure a credential helper to remove this warning. See 01:47:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:47:12 01:47:12 Login Succeeded 01:47:12 ---> ****-login.sh ends [Pipeline] } 01:47:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:47:12 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:47:12 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:12 latest 01:47:12 4.1.0-dev.23 01:47:12 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:12 main 01:47:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:12 #73 ... 01:47:12 01:47:12 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:47:12 #0 5.012 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:12 #0 9.452 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:12 #74 ... 01:47:12 01:47:12 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:12 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.6s 01:47:12 + docker push nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:47:12 e3d878bd51eb: Preparing 01:47:12 3cf7199066fa: Preparing 01:47:12 137638198daa: Preparing 01:47:12 8b0b00907dcf: Preparing 01:47:12 80f50c0887b3: Preparing 01:47:12 e37600712a98: Preparing 01:47:12 994456c4fd7b: Preparing 01:47:12 e37600712a98: Waiting 01:47:12 994456c4fd7b: Waiting 01:47:12 80f50c0887b3: Pushed 01:47:12 137638198daa: Pushed 01:47:12 8b0b00907dcf: Pushed 01:47:12 e3d878bd51eb: Pushed 01:47:12 994456c4fd7b: Layer already exists 01:47:12 e37600712a98: Pushed 01:47:14 #43 ... 01:47:14 01:47:14 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:14 #67 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:14 #67 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:14 #67 ... 01:47:14 01:47:14 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:47:14 #68 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:14 #68 12.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:14 #68 ... 01:47:14 01:47:14 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:47:14 #56 25.43 (1/1) Installing dumb-init (1.2.5-r3) 01:47:14 #56 25.51 Executing busybox-1.36.1-r29.trigger 01:47:14 #56 25.73 OK: 9 MiB in 15 packages 01:47:14 #56 DONE 28.4s 01:47:14 01:47:14 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:14 3cf7199066fa: Pushed 01:47:14 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:15 #43 ... 01:47:15 01:47:15 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:47:15 #57 26.27 (1/2) Installing dumb-init (1.2.5-r3) 01:47:15 #57 26.32 (2/2) Installing su-exec (0.2-r3) 01:47:15 #57 26.36 Executing busybox-1.36.1-r29.trigger 01:47:15 #57 26.50 OK: 9 MiB in 16 packages 01:47:15 #57 DONE 28.6s 01:47:15 01:47:15 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:15 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:47:15 e3d878bd51eb: Preparing 01:47:15 3cf7199066fa: Preparing 01:47:15 137638198daa: Preparing 01:47:15 8b0b00907dcf: Preparing 01:47:15 80f50c0887b3: Preparing 01:47:15 e37600712a98: Preparing 01:47:15 994456c4fd7b: Preparing 01:47:15 994456c4fd7b: Waiting 01:47:15 e37600712a98: Waiting 01:47:15 137638198daa: Layer already exists 01:47:15 80f50c0887b3: Layer already exists 01:47:15 8b0b00907dcf: Layer already exists 01:47:15 e3d878bd51eb: Layer already exists 01:47:15 3cf7199066fa: Layer already exists 01:47:15 e37600712a98: Layer already exists 01:47:15 994456c4fd7b: Layer already exists 01:47:15 latest: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:15 #43 ... 01:47:15 01:47:15 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:15 #71 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:15 #71 ... 01:47:15 01:47:15 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:16 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 01:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:47:16 e3d878bd51eb: Preparing 01:47:16 3cf7199066fa: Preparing 01:47:16 137638198daa: Preparing 01:47:16 8b0b00907dcf: Preparing 01:47:16 80f50c0887b3: Preparing 01:47:16 e37600712a98: Preparing 01:47:16 994456c4fd7b: Preparing 01:47:16 994456c4fd7b: Waiting 01:47:16 e37600712a98: Waiting 01:47:16 3cf7199066fa: Layer already exists 01:47:16 e3d878bd51eb: Layer already exists 01:47:16 80f50c0887b3: Layer already exists 01:47:16 137638198daa: Layer already exists 01:47:16 8b0b00907dcf: Layer already exists 01:47:16 994456c4fd7b: Layer already exists 01:47:16 e37600712a98: Layer already exists 01:47:16 4.1.0-dev.23: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:16 + docker push nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:47:16 e3d878bd51eb: Preparing 01:47:16 3cf7199066fa: Preparing 01:47:16 137638198daa: Preparing 01:47:16 8b0b00907dcf: Preparing 01:47:16 80f50c0887b3: Preparing 01:47:16 e37600712a98: Preparing 01:47:16 994456c4fd7b: Preparing 01:47:16 994456c4fd7b: Waiting 01:47:16 e37600712a98: Waiting 01:47:16 3cf7199066fa: Layer already exists 01:47:16 e3d878bd51eb: Layer already exists 01:47:16 137638198daa: Layer already exists 01:47:16 80f50c0887b3: Layer already exists 01:47:16 8b0b00907dcf: Layer already exists 01:47:16 e37600712a98: Layer already exists 01:47:16 994456c4fd7b: Layer already exists 01:47:16 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:17 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:47:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:47:17 e3d878bd51eb: Preparing 01:47:17 3cf7199066fa: Preparing 01:47:17 137638198daa: Preparing 01:47:17 8b0b00907dcf: Preparing 01:47:17 80f50c0887b3: Preparing 01:47:17 e37600712a98: Preparing 01:47:17 994456c4fd7b: Preparing 01:47:17 994456c4fd7b: Waiting 01:47:17 8b0b00907dcf: Layer already exists 01:47:17 137638198daa: Layer already exists 01:47:17 3cf7199066fa: Layer already exists 01:47:17 e3d878bd51eb: Layer already exists 01:47:17 80f50c0887b3: Layer already exists 01:47:17 994456c4fd7b: Layer already exists 01:47:17 e37600712a98: Layer already exists 01:47:17 main: digest: sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:47:17 #43 ... 01:47:17 01:47:17 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:47:17 #58 23.76 (1/3) Installing ca-certificates (20241121-r1) 01:47:17 #58 24.66 (2/3) Installing dumb-init (1.2.5-r3) 01:47:17 #58 24.71 (3/3) Installing tzdata (2025b-r0) 01:47:17 #58 26.67 Executing busybox-1.36.1-r29.trigger 01:47:17 #58 26.85 Executing ca-certificates-20241121-r1.trigger 01:47:17 #58 28.88 OK: 11 MiB in 17 packages 01:47:17 #58 DONE 31.0s 01:47:17 01:47:17 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:47:17 #75 ... 01:47:17 01:47:17 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:47:17 #61 25.24 (1/7) Installing ca-certificates (20241121-r1) 01:47:17 #61 25.71 (2/7) Installing dumb-init (1.2.5-r3) 01:47:17 #61 25.75 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:47:17 #61 25.76 (4/7) Installing libsodium (1.0.19-r0) 01:47:17 #61 25.80 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:47:17 #61 26.15 (6/7) Installing libzmq (4.3.5-r2) 01:47:17 #61 26.32 (7/7) Installing zeromq (4.3.5-r2) 01:47:17 #61 26.44 Executing busybox-1.36.1-r29.trigger 01:47:17 #61 26.67 Executing ca-certificates-20241121-r1.trigger 01:47:17 #61 27.95 OK: 14 MiB in 21 packages 01:47:17 #61 DONE 30.0s [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:17 ===================================================== [Pipeline] echo 01:47:17 taggedImages: 01:47:17 - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:17 - nexus3.edgexfoundry.org:10004/core-command:latest 01:47:17 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 01:47:17 - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:17 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:47:17 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:47:17 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:17 latest 01:47:17 4.1.0-dev.23 01:47:17 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:17 main 01:47:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:17 01:47:17 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:17 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.0s 01:47:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:47:18 c960153a270a: Preparing 01:47:18 0e83816614a4: Preparing 01:47:18 616b93303ed6: Preparing 01:47:18 eb356c6f69ea: Preparing 01:47:18 137638198daa: Preparing 01:47:18 8b0b00907dcf: Preparing 01:47:18 80f50c0887b3: Preparing 01:47:18 e37600712a98: Preparing 01:47:18 994456c4fd7b: Preparing 01:47:18 8b0b00907dcf: Waiting 01:47:18 80f50c0887b3: Waiting 01:47:18 994456c4fd7b: Waiting 01:47:18 e37600712a98: Waiting 01:47:18 137638198daa: Layer already exists 01:47:18 8b0b00907dcf: Layer already exists 01:47:18 616b93303ed6: Pushed 01:47:18 80f50c0887b3: Layer already exists 01:47:18 e37600712a98: Layer already exists 01:47:18 0e83816614a4: Pushed 01:47:18 994456c4fd7b: Layer already exists 01:47:18 c960153a270a: Pushed 01:47:18 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.5s done 01:47:18 #43 ... 01:47:18 01:47:18 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:47:18 #71 23.43 OK: 239 MiB in 58 packages 01:47:18 #71 DONE 25.4s 01:47:18 01:47:18 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:47:18 #68 25.49 OK: 239 MiB in 58 packages 01:47:18 #68 ... 01:47:18 01:47:18 #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:47:18 #69 21.81 OK: 239 MiB in 58 packages 01:47:18 #69 DONE 25.7s 01:47:19 01:47:19 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:19 #55 30.97 (1/14) Installing ca-certificates (20241121-r1) 01:47:19 #55 31.68 (2/14) Installing brotli-libs (1.1.0-r2) 01:47:19 #55 31.86 (3/14) Installing c-ares (1.33.1-r0) 01:47:19 #55 31.99 (4/14) Installing libunistring (1.2-r0) 01:47:19 #55 32.18 (5/14) Installing libidn2 (2.3.7-r0) 01:47:19 #55 32.33 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:47:19 #55 32.47 (7/14) Installing libpsl (0.21.5-r1) 01:47:19 #55 32.55 (8/14) Installing zstd-libs (1.5.6-r0) 01:47:19 #55 32.78 (9/14) Installing libcurl (8.12.1-r0) 01:47:19 #55 32.95 (10/14) Installing curl (8.12.1-r0) 01:47:19 #55 33.00 (11/14) Installing dumb-init (1.2.5-r3) 01:47:19 #55 33.02 (12/14) Installing musl-obstack (1.2.3-r2) 01:47:19 #55 33.28 (13/14) Installing libucontext (1.2-r3) 01:47:19 #55 33.39 (14/14) Installing gcompat (1.1.0-r4) 01:47:19 #55 33.49 Executing busybox-1.36.1-r29.trigger 01:47:19 #55 ... 01:47:19 01:47:19 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:47:19 #72 11.27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:19 #72 ... 01:47:19 01:47:19 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:19 #55 33.76 Executing ca-certificates-20241121-r1.trigger 01:47:19 eb356c6f69ea: Pushed 01:47:19 #55 ... 01:47:19 01:47:19 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:47:19 #43 DONE 31.5s 01:47:19 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:19 01:47:19 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:47:19 #76 ... 01:47:19 01:47:19 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:47:19 #77 DONE 1.4s 01:47:19 01:47:19 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:47:19 #0 4.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:19 #0 6.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:20 #78 ... 01:47:20 01:47:20 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:20 #79 ... 01:47:20 01:47:20 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:47:20 #0 5.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:20 #0 7.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:47:20 c960153a270a: Preparing 01:47:20 0e83816614a4: Preparing 01:47:20 616b93303ed6: Preparing 01:47:20 eb356c6f69ea: Preparing 01:47:20 137638198daa: Preparing 01:47:20 8b0b00907dcf: Preparing 01:47:20 80f50c0887b3: Preparing 01:47:20 e37600712a98: Preparing 01:47:20 994456c4fd7b: Preparing 01:47:20 e37600712a98: Waiting 01:47:20 994456c4fd7b: Waiting 01:47:20 80f50c0887b3: Waiting 01:47:20 8b0b00907dcf: Waiting 01:47:20 616b93303ed6: Layer already exists 01:47:20 0e83816614a4: Layer already exists 01:47:20 eb356c6f69ea: Layer already exists 01:47:20 c960153a270a: Layer already exists 01:47:20 137638198daa: Layer already exists 01:47:20 80f50c0887b3: Layer already exists 01:47:20 e37600712a98: Layer already exists 01:47:20 8b0b00907dcf: Layer already exists 01:47:20 994456c4fd7b: Layer already exists 01:47:20 latest: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:20 #80 ... 01:47:20 01:47:20 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:20 #67 25.97 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:47:20 #67 25.97 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:47:20 #67 25.97 OK: 24049 distinct packages available 01:47:20 #67 27.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:20 #67 ... 01:47:20 01:47:20 #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:47:20 #76 DONE 1.8s 01:47:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:20 01:47:20 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 01:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:47:20 c960153a270a: Preparing 01:47:20 0e83816614a4: Preparing 01:47:20 616b93303ed6: Preparing 01:47:20 eb356c6f69ea: Preparing 01:47:20 137638198daa: Preparing 01:47:20 8b0b00907dcf: Preparing 01:47:20 80f50c0887b3: Preparing 01:47:20 8b0b00907dcf: Waiting 01:47:20 80f50c0887b3: Waiting 01:47:20 e37600712a98: Preparing 01:47:20 994456c4fd7b: Preparing 01:47:20 e37600712a98: Waiting 01:47:20 994456c4fd7b: Waiting 01:47:20 0e83816614a4: Layer already exists 01:47:20 c960153a270a: Layer already exists 01:47:20 137638198daa: Layer already exists 01:47:20 eb356c6f69ea: Layer already exists 01:47:20 616b93303ed6: Layer already exists 01:47:20 8b0b00907dcf: Layer already exists 01:47:20 80f50c0887b3: Layer already exists 01:47:20 994456c4fd7b: Layer already exists 01:47:20 e37600712a98: Layer already exists 01:47:20 4.1.0-dev.23: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } 01:47:20 #81 ... 01:47:20 01:47:20 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:47:20 #68 DONE 27.7s [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:21 01:47:21 #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:47:21 #82 ... 01:47:21 01:47:21 #70 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:47:21 #70 24.77 OK: 239 MiB in 58 packages 01:47:21 #70 DONE 28.8s 01:47:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:21 01:47:21 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:21 #55 35.81 OK: 15 MiB in 28 packages 01:47:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:47:21 c960153a270a: Preparing 01:47:21 0e83816614a4: Preparing 01:47:21 616b93303ed6: Preparing 01:47:21 eb356c6f69ea: Preparing 01:47:21 137638198daa: Preparing 01:47:21 8b0b00907dcf: Preparing 01:47:21 80f50c0887b3: Preparing 01:47:21 e37600712a98: Preparing 01:47:21 994456c4fd7b: Preparing 01:47:21 80f50c0887b3: Waiting 01:47:21 8b0b00907dcf: Waiting 01:47:21 994456c4fd7b: Waiting 01:47:21 e37600712a98: Waiting 01:47:21 0e83816614a4: Layer already exists 01:47:21 c960153a270a: Layer already exists 01:47:21 eb356c6f69ea: Layer already exists 01:47:21 137638198daa: Layer already exists 01:47:21 616b93303ed6: Layer already exists 01:47:21 8b0b00907dcf: Layer already exists 01:47:21 80f50c0887b3: Layer already exists 01:47:21 e37600712a98: Layer already exists 01:47:21 994456c4fd7b: Layer already exists 01:47:21 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:47:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:47:22 c960153a270a: Preparing 01:47:22 0e83816614a4: Preparing 01:47:22 616b93303ed6: Preparing 01:47:22 eb356c6f69ea: Preparing 01:47:22 137638198daa: Preparing 01:47:22 8b0b00907dcf: Preparing 01:47:22 80f50c0887b3: Preparing 01:47:22 e37600712a98: Preparing 01:47:22 994456c4fd7b: Preparing 01:47:22 8b0b00907dcf: Waiting 01:47:22 80f50c0887b3: Waiting 01:47:22 e37600712a98: Waiting 01:47:22 0e83816614a4: Layer already exists 01:47:22 137638198daa: Layer already exists 01:47:22 616b93303ed6: Layer already exists 01:47:22 c960153a270a: Layer already exists 01:47:22 eb356c6f69ea: Layer already exists 01:47:22 80f50c0887b3: Layer already exists 01:47:22 8b0b00907dcf: Layer already exists 01:47:22 e37600712a98: Layer already exists 01:47:22 994456c4fd7b: Layer already exists 01:47:22 main: digest: sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:22 ===================================================== [Pipeline] echo 01:47:22 taggedImages: 01:47:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:47:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 01:47:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:47:22 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:47:22 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:22 latest 01:47:22 4.1.0-dev.23 01:47:22 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:22 main 01:47:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 01:47:22 #55 ... 01:47:22 01:47:22 #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:47:22 #82 DONE 1.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:22 01:47:22 #83 [core-data builder 4/7] COPY go.mod vendor* ./ 01:47:22 #83 DONE 1.4s 01:47:22 01:47:22 #84 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:23 + docker push nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:47:23 9abd36fe377a: Preparing 01:47:23 c8149c34f4ff: Preparing 01:47:23 137638198daa: Preparing 01:47:23 8b0b00907dcf: Preparing 01:47:23 80f50c0887b3: Preparing 01:47:23 c6ac485f0db8: Preparing 01:47:23 994456c4fd7b: Preparing 01:47:23 c6ac485f0db8: Waiting 01:47:23 994456c4fd7b: Waiting 01:47:23 80f50c0887b3: Layer already exists 01:47:23 8b0b00907dcf: Layer already exists 01:47:23 137638198daa: Layer already exists 01:47:23 994456c4fd7b: Layer already exists 01:47:23 9abd36fe377a: Pushed 01:47:23 c6ac485f0db8: Pushed 01:47:23 #84 ... 01:47:23 01:47:23 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:47:23 #55 DONE 38.2s 01:47:23 01:47:23 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:47:23 #0 5.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:23 #0 8.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:23 #85 ... 01:47:23 01:47:23 #73 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:47:23 #73 5.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:23 #73 8.465 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:24 #73 ... 01:47:24 01:47:24 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:47:24 #86 ... 01:47:24 01:47:24 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:24 #64 26.27 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:47:24 #64 26.27 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:47:24 #64 26.27 OK: 24049 distinct packages available 01:47:24 #64 28.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:24 #64 30.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:24 #64 ... 01:47:24 01:47:24 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:47:24 #72 24.05 (1/1) Installing dumb-init (1.2.5-r3) 01:47:24 #72 26.31 Executing busybox-1.36.1-r29.trigger 01:47:24 #72 26.55 OK: 9 MiB in 15 packages 01:47:25 #72 ... 01:47:25 01:47:25 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:47:25 #0 6.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:25 #0 8.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:25 #87 ... 01:47:25 01:47:25 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:25 #67 30.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:25 c8149c34f4ff: Pushed 01:47:25 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:25 #67 ... 01:47:25 01:47:25 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:47:25 #72 DONE 28.2s 01:47:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:26 01:47:26 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:47:26 #74 24.08 OK: 239 MiB in 58 packages 01:47:26 #74 ... 01:47:26 01:47:26 #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:26 #65 28.01 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:47:26 #65 28.01 v3.20.6-202-g3f1ee15473a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:47:26 #65 28.01 OK: 24049 distinct packages available 01:47:26 #65 29.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:26 #65 32.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:26 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:47:26 9abd36fe377a: Preparing 01:47:26 c8149c34f4ff: Preparing 01:47:26 137638198daa: Preparing 01:47:26 8b0b00907dcf: Preparing 01:47:26 80f50c0887b3: Preparing 01:47:26 c6ac485f0db8: Preparing 01:47:26 994456c4fd7b: Preparing 01:47:26 c6ac485f0db8: Waiting 01:47:26 994456c4fd7b: Waiting 01:47:26 80f50c0887b3: Layer already exists 01:47:26 8b0b00907dcf: Layer already exists 01:47:26 137638198daa: Layer already exists 01:47:26 c8149c34f4ff: Layer already exists 01:47:26 9abd36fe377a: Layer already exists 01:47:26 c6ac485f0db8: Layer already exists 01:47:26 994456c4fd7b: Layer already exists 01:47:26 latest: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:26 #65 ... 01:47:26 01:47:26 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:47:26 #75 9.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:26 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 01:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:47:26 9abd36fe377a: Preparing 01:47:26 c8149c34f4ff: Preparing 01:47:26 137638198daa: Preparing 01:47:26 8b0b00907dcf: Preparing 01:47:26 80f50c0887b3: Preparing 01:47:26 c6ac485f0db8: Preparing 01:47:26 994456c4fd7b: Preparing 01:47:26 c6ac485f0db8: Waiting 01:47:26 994456c4fd7b: Waiting 01:47:26 c8149c34f4ff: Layer already exists 01:47:26 80f50c0887b3: Layer already exists 01:47:26 137638198daa: Layer already exists 01:47:26 9abd36fe377a: Layer already exists 01:47:26 8b0b00907dcf: Layer already exists 01:47:26 c6ac485f0db8: Layer already exists 01:47:26 994456c4fd7b: Layer already exists 01:47:26 4.1.0-dev.23: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 + docker push nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:47:27 9abd36fe377a: Preparing 01:47:27 c8149c34f4ff: Preparing 01:47:27 137638198daa: Preparing 01:47:27 8b0b00907dcf: Preparing 01:47:27 80f50c0887b3: Preparing 01:47:27 c6ac485f0db8: Preparing 01:47:27 994456c4fd7b: Preparing 01:47:27 c6ac485f0db8: Waiting 01:47:27 994456c4fd7b: Waiting 01:47:27 137638198daa: Layer already exists 01:47:27 80f50c0887b3: Layer already exists 01:47:27 8b0b00907dcf: Layer already exists 01:47:27 9abd36fe377a: Layer already exists 01:47:27 c8149c34f4ff: Layer already exists 01:47:27 994456c4fd7b: Layer already exists 01:47:27 c6ac485f0db8: Layer already exists 01:47:27 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:27 #75 ... 01:47:27 01:47:27 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:47:27 #0 9.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:28 #88 ... 01:47:28 01:47:28 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:47:28 #74 DONE 25.9s 01:47:28 01:47:28 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:47:28 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:47:28 9abd36fe377a: Preparing 01:47:28 c8149c34f4ff: Preparing 01:47:28 137638198daa: Preparing 01:47:28 8b0b00907dcf: Preparing 01:47:28 80f50c0887b3: Preparing 01:47:28 c6ac485f0db8: Preparing 01:47:28 994456c4fd7b: Preparing 01:47:28 c6ac485f0db8: Waiting 01:47:28 994456c4fd7b: Waiting 01:47:28 137638198daa: Layer already exists 01:47:28 c8149c34f4ff: Layer already exists 01:47:28 8b0b00907dcf: Layer already exists 01:47:28 9abd36fe377a: Layer already exists 01:47:28 80f50c0887b3: Layer already exists 01:47:28 994456c4fd7b: Layer already exists 01:47:28 c6ac485f0db8: Layer already exists 01:47:28 main: digest: sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 size: 1778 01:47:28 #89 DONE 0.5s 01:47:28 01:47:28 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:47:28 #78 17.44 OK: 20 MiB in 18 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:28 ===================================================== [Pipeline] echo 01:47:28 taggedImages: 01:47:28 - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:28 - nexus3.edgexfoundry.org:10004/core-data:latest 01:47:28 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 01:47:28 - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:28 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:47:28 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:47:28 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:28 latest 01:47:28 4.1.0-dev.23 01:47:28 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:28 main 01:47:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:28 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:28 #78 DONE 19.0s 01:47:28 01:47:28 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:47:28 #88 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:47:29 f29c9f616a72: Preparing 01:47:29 1c57c1e4a91b: Preparing 01:47:29 8b0b00907dcf: Preparing 01:47:29 3f546a895053: Preparing 01:47:29 10197c8c53dd: Preparing 01:47:29 994456c4fd7b: Preparing 01:47:29 994456c4fd7b: Waiting 01:47:29 8b0b00907dcf: Layer already exists 01:47:29 10197c8c53dd: Pushed 01:47:29 3f546a895053: Pushed 01:47:29 994456c4fd7b: Layer already exists 01:47:29 f29c9f616a72: Pushed 01:47:30 #88 ... 01:47:30 01:47:30 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:47:30 #80 19.13 OK: 20 MiB in 18 packages 01:47:30 #80 DONE 20.3s 01:47:30 01:47:30 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:30 #64 42.39 (1/4) Installing dumb-init (1.2.5-r3) 01:47:30 #64 42.43 (2/4) Installing musl-obstack (1.2.3-r2) 01:47:30 #64 42.45 (3/4) Installing libucontext (1.2-r3) 01:47:30 #64 42.47 (4/4) Installing gcompat (1.1.0-r4) 01:47:30 #64 ... 01:47:30 01:47:30 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:47:30 #90 DONE 0.2s 01:47:30 01:47:30 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:30 #64 42.58 Executing busybox-1.36.1-r29.trigger 01:47:31 #64 42.83 OK: 9 MiB in 18 packages 01:47:31 #64 ... 01:47:31 01:47:31 #73 [core-command stage-1 3/8] RUN apk --no-cache upgrade 01:47:31 #73 20.40 OK: 9 MiB in 15 packages 01:47:31 #73 DONE 23.0s 01:47:31 01:47:31 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:47:31 #67 38.02 OK: 239 MiB in 58 packages 01:47:31 1c57c1e4a91b: Pushed 01:47:31 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest 01:47:32 #67 DONE 38.8s 01:47:32 01:47:32 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:47:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:47:32 f29c9f616a72: Preparing 01:47:32 1c57c1e4a91b: Preparing 01:47:32 8b0b00907dcf: Preparing 01:47:32 3f546a895053: Preparing 01:47:32 10197c8c53dd: Preparing 01:47:32 994456c4fd7b: Preparing 01:47:32 994456c4fd7b: Waiting 01:47:32 8b0b00907dcf: Layer already exists 01:47:32 3f546a895053: Layer already exists 01:47:32 10197c8c53dd: Layer already exists 01:47:32 f29c9f616a72: Layer already exists 01:47:32 1c57c1e4a91b: Layer already exists 01:47:32 994456c4fd7b: Layer already exists 01:47:32 latest: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:32 #91 ... 01:47:32 01:47:32 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:32 #92 ... 01:47:32 01:47:32 #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:47:32 #65 41.59 (1/5) Installing dumb-init (1.2.5-r3) 01:47:32 #65 41.62 (2/5) Installing musl-obstack (1.2.3-r2) 01:47:32 #65 41.64 (3/5) Installing libucontext (1.2-r3) 01:47:32 #65 41.65 (4/5) Installing gcompat (1.1.0-r4) 01:47:32 #65 41.69 (5/5) Installing openssl (3.3.3-r0) 01:47:32 #65 41.81 Executing busybox-1.36.1-r29.trigger 01:47:32 #65 41.93 OK: 10 MiB in 19 packages 01:47:32 #65 DONE 44.4s 01:47:32 01:47:32 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:47:32 #91 DONE 0.6s 01:47:32 01:47:32 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:47:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 01:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:47:33 f29c9f616a72: Preparing 01:47:33 1c57c1e4a91b: Preparing 01:47:33 8b0b00907dcf: Preparing 01:47:33 3f546a895053: Preparing 01:47:33 10197c8c53dd: Preparing 01:47:33 994456c4fd7b: Preparing 01:47:33 994456c4fd7b: Waiting 01:47:33 10197c8c53dd: Layer already exists 01:47:33 f29c9f616a72: Layer already exists 01:47:33 1c57c1e4a91b: Layer already exists 01:47:33 3f546a895053: Layer already exists 01:47:33 8b0b00907dcf: Layer already exists 01:47:33 994456c4fd7b: Layer already exists 01:47:33 4.1.0-dev.23: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:33 #93 ... 01:47:33 01:47:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:33 #64 DONE 45.1s 01:47:33 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:33 01:47:33 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:47:33 #87 18.34 OK: 9 MiB in 16 packages 01:47:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:47:33 f29c9f616a72: Preparing 01:47:33 1c57c1e4a91b: Preparing 01:47:33 8b0b00907dcf: Preparing 01:47:33 3f546a895053: Preparing 01:47:33 10197c8c53dd: Preparing 01:47:33 994456c4fd7b: Preparing 01:47:33 994456c4fd7b: Waiting 01:47:33 3f546a895053: Layer already exists 01:47:33 8b0b00907dcf: Layer already exists 01:47:33 10197c8c53dd: Layer already exists 01:47:33 f29c9f616a72: Layer already exists 01:47:33 1c57c1e4a91b: Layer already exists 01:47:33 994456c4fd7b: Layer already exists 01:47:33 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:34 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:47:34 f29c9f616a72: Preparing 01:47:34 1c57c1e4a91b: Preparing 01:47:34 8b0b00907dcf: Preparing 01:47:34 3f546a895053: Preparing 01:47:34 10197c8c53dd: Preparing 01:47:34 994456c4fd7b: Preparing 01:47:34 994456c4fd7b: Waiting 01:47:34 10197c8c53dd: Layer already exists 01:47:34 3f546a895053: Layer already exists 01:47:34 8b0b00907dcf: Layer already exists 01:47:34 1c57c1e4a91b: Layer already exists 01:47:34 f29c9f616a72: Layer already exists 01:47:34 994456c4fd7b: Layer already exists 01:47:34 main: digest: sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:34 ===================================================== [Pipeline] echo 01:47:34 taggedImages: 01:47:34 - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:34 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:47:34 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 01:47:34 - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:34 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:47:34 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:47:34 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:34 latest 01:47:34 4.1.0-dev.23 01:47:34 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:34 main 01:47:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:47:35 0418f7bbd076: Preparing 01:47:35 a4b352f45c7a: Preparing 01:47:35 a45a03146a6e: Preparing 01:47:35 137638198daa: Preparing 01:47:35 8b0b00907dcf: Preparing 01:47:35 80f50c0887b3: Preparing 01:47:35 e37600712a98: Preparing 01:47:35 994456c4fd7b: Preparing 01:47:35 80f50c0887b3: Waiting 01:47:35 e37600712a98: Waiting 01:47:35 994456c4fd7b: Waiting 01:47:35 8b0b00907dcf: Layer already exists 01:47:35 137638198daa: Layer already exists 01:47:35 e37600712a98: Layer already exists 01:47:35 80f50c0887b3: Layer already exists 01:47:35 994456c4fd7b: Layer already exists 01:47:35 a4b352f45c7a: Pushed 01:47:35 0418f7bbd076: Pushed 01:47:35 #87 ... 01:47:35 01:47:35 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:47:35 #85 19.24 OK: 9 MiB in 15 packages 01:47:35 #85 DONE 21.5s 01:47:35 01:47:35 #87 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:47:35 #87 DONE 20.5s 01:47:35 01:47:35 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:47:37 #94 ... 01:47:37 01:47:37 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:47:37 #88 18.39 OK: 14 MiB in 21 packages 01:47:37 #88 DONE 19.3s 01:47:37 01:47:37 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:47:37 #93 4.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:37 a45a03146a6e: Pushed 01:47:37 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:47:38 0418f7bbd076: Preparing 01:47:38 a4b352f45c7a: Preparing 01:47:38 a45a03146a6e: Preparing 01:47:38 137638198daa: Preparing 01:47:38 8b0b00907dcf: Preparing 01:47:38 80f50c0887b3: Preparing 01:47:38 e37600712a98: Preparing 01:47:38 994456c4fd7b: Preparing 01:47:38 80f50c0887b3: Waiting 01:47:38 e37600712a98: Waiting 01:47:38 994456c4fd7b: Waiting 01:47:38 137638198daa: Layer already exists 01:47:38 a4b352f45c7a: Layer already exists 01:47:38 8b0b00907dcf: Layer already exists 01:47:38 0418f7bbd076: Layer already exists 01:47:38 a45a03146a6e: Layer already exists 01:47:38 994456c4fd7b: Layer already exists 01:47:38 80f50c0887b3: Layer already exists 01:47:38 e37600712a98: Layer already exists 01:47:38 latest: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:38 #93 ... 01:47:38 01:47:38 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:38 #95 ... 01:47:38 01:47:38 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:47:38 #0 4.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:38 #96 ... 01:47:38 01:47:38 #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:47:38 #75 11.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:38 #75 20.13 OK: 11 MiB in 17 packages 01:47:38 #75 DONE 21.0s 01:47:38 01:47:38 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:47:38 #94 DONE 3.0s 01:47:38 01:47:38 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:47:38 #93 6.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 01:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:47:39 0418f7bbd076: Preparing 01:47:39 a4b352f45c7a: Preparing 01:47:39 a45a03146a6e: Preparing 01:47:39 137638198daa: Preparing 01:47:39 8b0b00907dcf: Preparing 01:47:39 80f50c0887b3: Preparing 01:47:39 e37600712a98: Preparing 01:47:39 994456c4fd7b: Preparing 01:47:39 994456c4fd7b: Waiting 01:47:39 e37600712a98: Waiting 01:47:39 0418f7bbd076: Layer already exists 01:47:39 a45a03146a6e: Layer already exists 01:47:39 a4b352f45c7a: Layer already exists 01:47:39 137638198daa: Layer already exists 01:47:39 8b0b00907dcf: Layer already exists 01:47:39 994456c4fd7b: Layer already exists 01:47:39 80f50c0887b3: Layer already exists 01:47:39 e37600712a98: Layer already exists 01:47:39 4.1.0-dev.23: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv 01:47:39 #93 ... 01:47:39 01:47:39 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:47:39 #97 DONE 0.2s 01:47:39 01:47:39 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:47:39 #96 5.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:39 #96 ... 01:47:39 01:47:39 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:47:39 #86 5.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:47:39 #86 7.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:47:39 #86 14.75 OK: 15 MiB in 28 packages 01:47:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:39 #86 DONE 15.8s 01:47:39 01:47:39 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:47:39 0418f7bbd076: Preparing 01:47:39 a4b352f45c7a: Preparing 01:47:39 a45a03146a6e: Preparing 01:47:39 137638198daa: Preparing 01:47:39 8b0b00907dcf: Preparing 01:47:39 80f50c0887b3: Preparing 01:47:39 e37600712a98: Preparing 01:47:39 994456c4fd7b: Preparing 01:47:39 80f50c0887b3: Waiting 01:47:39 e37600712a98: Waiting 01:47:39 994456c4fd7b: Waiting 01:47:39 8b0b00907dcf: Layer already exists 01:47:39 a45a03146a6e: Layer already exists 01:47:39 0418f7bbd076: Layer already exists 01:47:39 137638198daa: Layer already exists 01:47:39 a4b352f45c7a: Layer already exists 01:47:39 e37600712a98: Layer already exists 01:47:39 80f50c0887b3: Layer already exists 01:47:39 994456c4fd7b: Layer already exists 01:47:39 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:47:40 0418f7bbd076: Preparing 01:47:40 a4b352f45c7a: Preparing 01:47:40 a45a03146a6e: Preparing 01:47:40 137638198daa: Preparing 01:47:40 8b0b00907dcf: Preparing 01:47:40 80f50c0887b3: Preparing 01:47:40 e37600712a98: Preparing 01:47:40 994456c4fd7b: Preparing 01:47:40 e37600712a98: Waiting 01:47:40 994456c4fd7b: Waiting 01:47:40 80f50c0887b3: Waiting 01:47:40 a45a03146a6e: Layer already exists 01:47:40 0418f7bbd076: Layer already exists 01:47:40 137638198daa: Layer already exists 01:47:40 8b0b00907dcf: Layer already exists 01:47:40 a4b352f45c7a: Layer already exists 01:47:40 80f50c0887b3: Layer already exists 01:47:40 e37600712a98: Layer already exists 01:47:40 994456c4fd7b: Layer already exists 01:47:40 main: digest: sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:40 ===================================================== [Pipeline] echo 01:47:40 taggedImages: 01:47:40 - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:40 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:47:40 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 01:47:40 - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:40 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:47:40 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:47:40 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:40 latest 01:47:40 4.1.0-dev.23 01:47:40 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:40 main 01:47:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:47:41 e2db3f4d6fe9: Preparing 01:47:41 fb63b8dac695: Preparing 01:47:41 e8405b0fa08d: Preparing 01:47:41 f7e2c0ad61ba: Preparing 01:47:41 43fb570da37e: Preparing 01:47:41 4a22110d5ac7: Preparing 01:47:41 5a2b78571867: Preparing 01:47:41 137638198daa: Preparing 01:47:41 8b0b00907dcf: Preparing 01:47:41 e3400792eb3d: Preparing 01:47:41 02a3449c06a1: Preparing 01:47:41 5f70bf18a086: Preparing 01:47:41 512b919f0a4e: Preparing 01:47:41 f3c8f4042513: Preparing 01:47:41 6820b3bd0f75: Preparing 01:47:41 994456c4fd7b: Preparing 01:47:41 4a22110d5ac7: Waiting 01:47:41 e3400792eb3d: Waiting 01:47:41 02a3449c06a1: Waiting 01:47:41 8b0b00907dcf: Waiting 01:47:41 5f70bf18a086: Waiting 01:47:41 5a2b78571867: Waiting 01:47:41 512b919f0a4e: Waiting 01:47:41 994456c4fd7b: Waiting 01:47:41 6820b3bd0f75: Waiting 01:47:41 f3c8f4042513: Waiting 01:47:41 137638198daa: Waiting 01:47:41 f7e2c0ad61ba: Pushed 01:47:41 fb63b8dac695: Pushed 01:47:41 e8405b0fa08d: Pushed 01:47:41 43fb570da37e: Pushed 01:47:41 e2db3f4d6fe9: Pushed 01:47:41 8b0b00907dcf: Layer already exists 01:47:41 137638198daa: Layer already exists 01:47:41 5f70bf18a086: Layer already exists 01:47:41 4a22110d5ac7: Pushed 01:47:41 e3400792eb3d: Pushed 01:47:41 02a3449c06a1: Pushed 01:47:41 994456c4fd7b: Layer already exists 01:47:41 512b919f0a4e: Pushed 01:47:41 f3c8f4042513: Pushed 01:47:41 6820b3bd0f75: Pushed 01:47:42 #98 ... 01:47:42 01:47:42 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:47:42 #96 8.752 OK: 9 MiB in 18 packages 01:47:42 #96 DONE 9.3s 01:47:42 01:47:42 #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:47:42 #93 9.631 OK: 10 MiB in 19 packages 01:47:42 5a2b78571867: Pushed 01:47:42 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 #93 DONE 10.6s 01:47:43 01:47:43 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:47:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:47:43 e2db3f4d6fe9: Preparing 01:47:43 fb63b8dac695: Preparing 01:47:43 e8405b0fa08d: Preparing 01:47:43 f7e2c0ad61ba: Preparing 01:47:43 43fb570da37e: Preparing 01:47:43 4a22110d5ac7: Preparing 01:47:43 5a2b78571867: Preparing 01:47:43 137638198daa: Preparing 01:47:43 8b0b00907dcf: Preparing 01:47:43 e3400792eb3d: Preparing 01:47:43 02a3449c06a1: Preparing 01:47:43 5f70bf18a086: Preparing 01:47:43 512b919f0a4e: Preparing 01:47:43 f3c8f4042513: Preparing 01:47:43 6820b3bd0f75: Preparing 01:47:43 994456c4fd7b: Preparing 01:47:43 4a22110d5ac7: Waiting 01:47:43 5a2b78571867: Waiting 01:47:43 137638198daa: Waiting 01:47:43 8b0b00907dcf: Waiting 01:47:43 e3400792eb3d: Waiting 01:47:43 02a3449c06a1: Waiting 01:47:43 5f70bf18a086: Waiting 01:47:43 512b919f0a4e: Waiting 01:47:43 f3c8f4042513: Waiting 01:47:43 6820b3bd0f75: Waiting 01:47:43 994456c4fd7b: Waiting 01:47:43 f7e2c0ad61ba: Layer already exists 01:47:43 e8405b0fa08d: Layer already exists 01:47:43 e2db3f4d6fe9: Layer already exists 01:47:43 43fb570da37e: Layer already exists 01:47:43 fb63b8dac695: Layer already exists 01:47:43 5a2b78571867: Layer already exists 01:47:43 8b0b00907dcf: Layer already exists 01:47:43 4a22110d5ac7: Layer already exists 01:47:43 137638198daa: Layer already exists 01:47:43 e3400792eb3d: Layer already exists 01:47:43 02a3449c06a1: Layer already exists 01:47:43 512b919f0a4e: Layer already exists 01:47:43 f3c8f4042513: Layer already exists 01:47:43 6820b3bd0f75: Layer already exists 01:47:43 5f70bf18a086: Layer already exists 01:47:43 994456c4fd7b: Layer already exists 01:47:43 latest: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 01:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:47:44 e2db3f4d6fe9: Preparing 01:47:44 fb63b8dac695: Preparing 01:47:44 e8405b0fa08d: Preparing 01:47:44 f7e2c0ad61ba: Preparing 01:47:44 43fb570da37e: Preparing 01:47:44 4a22110d5ac7: Preparing 01:47:44 5a2b78571867: Preparing 01:47:44 137638198daa: Preparing 01:47:44 8b0b00907dcf: Preparing 01:47:44 e3400792eb3d: Preparing 01:47:44 02a3449c06a1: Preparing 01:47:44 5f70bf18a086: Preparing 01:47:44 512b919f0a4e: Preparing 01:47:44 f3c8f4042513: Preparing 01:47:44 6820b3bd0f75: Preparing 01:47:44 994456c4fd7b: Preparing 01:47:44 5a2b78571867: Waiting 01:47:44 e3400792eb3d: Waiting 01:47:44 512b919f0a4e: Waiting 01:47:44 137638198daa: Waiting 01:47:44 02a3449c06a1: Waiting 01:47:44 f3c8f4042513: Waiting 01:47:44 8b0b00907dcf: Waiting 01:47:44 5f70bf18a086: Waiting 01:47:44 6820b3bd0f75: Waiting 01:47:44 994456c4fd7b: Waiting 01:47:44 f7e2c0ad61ba: Layer already exists 01:47:44 e2db3f4d6fe9: Layer already exists 01:47:44 e8405b0fa08d: Layer already exists 01:47:44 fb63b8dac695: Layer already exists 01:47:44 43fb570da37e: Layer already exists 01:47:44 8b0b00907dcf: Layer already exists 01:47:44 4a22110d5ac7: Layer already exists 01:47:44 5a2b78571867: Layer already exists 01:47:44 137638198daa: Layer already exists 01:47:44 e3400792eb3d: Layer already exists 01:47:44 02a3449c06a1: Layer already exists 01:47:44 512b919f0a4e: Layer already exists 01:47:44 5f70bf18a086: Layer already exists 01:47:44 f3c8f4042513: Layer already exists 01:47:44 6820b3bd0f75: Layer already exists 01:47:44 994456c4fd7b: Layer already exists 01:47:44 4.1.0-dev.23: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 #99 ... 01:47:44 01:47:44 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:47:44 #100 DONE 2.0s 01:47:44 01:47:44 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:47:44 #101 DONE 1.4s 01:47:44 01:47:44 #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:47:44 #102 DONE 0.2s 01:47:44 01:47:44 #103 [security-spire-config stage-2 6/10] COPY security.txt / 01:47:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:47:44 e2db3f4d6fe9: Preparing 01:47:44 fb63b8dac695: Preparing 01:47:44 e8405b0fa08d: Preparing 01:47:44 f7e2c0ad61ba: Preparing 01:47:44 43fb570da37e: Preparing 01:47:44 4a22110d5ac7: Preparing 01:47:44 5a2b78571867: Preparing 01:47:44 137638198daa: Preparing 01:47:44 8b0b00907dcf: Preparing 01:47:44 e3400792eb3d: Preparing 01:47:44 02a3449c06a1: Preparing 01:47:44 5f70bf18a086: Preparing 01:47:44 512b919f0a4e: Preparing 01:47:44 f3c8f4042513: Preparing 01:47:44 6820b3bd0f75: Preparing 01:47:44 994456c4fd7b: Preparing 01:47:44 8b0b00907dcf: Waiting 01:47:44 e3400792eb3d: Waiting 01:47:44 4a22110d5ac7: Waiting 01:47:44 02a3449c06a1: Waiting 01:47:44 137638198daa: Waiting 01:47:44 5a2b78571867: Waiting 01:47:44 5f70bf18a086: Waiting 01:47:44 994456c4fd7b: Waiting 01:47:44 512b919f0a4e: Waiting 01:47:44 f3c8f4042513: Waiting 01:47:44 6820b3bd0f75: Waiting 01:47:44 e8405b0fa08d: Layer already exists 01:47:44 f7e2c0ad61ba: Layer already exists 01:47:44 e2db3f4d6fe9: Layer already exists 01:47:44 43fb570da37e: Layer already exists 01:47:44 fb63b8dac695: Layer already exists 01:47:44 5a2b78571867: Layer already exists 01:47:44 4a22110d5ac7: Layer already exists 01:47:44 137638198daa: Layer already exists 01:47:44 e3400792eb3d: Layer already exists 01:47:44 8b0b00907dcf: Layer already exists 01:47:44 02a3449c06a1: Layer already exists 01:47:44 512b919f0a4e: Layer already exists 01:47:44 6820b3bd0f75: Layer already exists 01:47:44 5f70bf18a086: Layer already exists 01:47:44 f3c8f4042513: Layer already exists 01:47:44 994456c4fd7b: Layer already exists 01:47:44 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 #103 DONE 0.3s 01:47:44 01:47:44 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:47:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:45 #104 ... 01:47:45 01:47:45 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:47:45 #99 DONE 2.0s 01:47:45 01:47:45 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:47:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:47:45 e2db3f4d6fe9: Preparing 01:47:45 fb63b8dac695: Preparing 01:47:45 e8405b0fa08d: Preparing 01:47:45 f7e2c0ad61ba: Preparing 01:47:45 43fb570da37e: Preparing 01:47:45 4a22110d5ac7: Preparing 01:47:45 5a2b78571867: Preparing 01:47:45 137638198daa: Preparing 01:47:45 8b0b00907dcf: Preparing 01:47:45 e3400792eb3d: Preparing 01:47:45 02a3449c06a1: Preparing 01:47:45 5f70bf18a086: Preparing 01:47:45 512b919f0a4e: Preparing 01:47:45 f3c8f4042513: Preparing 01:47:45 6820b3bd0f75: Preparing 01:47:45 994456c4fd7b: Preparing 01:47:45 4a22110d5ac7: Waiting 01:47:45 f3c8f4042513: Waiting 01:47:45 512b919f0a4e: Waiting 01:47:45 8b0b00907dcf: Waiting 01:47:45 6820b3bd0f75: Waiting 01:47:45 994456c4fd7b: Waiting 01:47:45 5a2b78571867: Waiting 01:47:45 137638198daa: Waiting 01:47:45 e8405b0fa08d: Layer already exists 01:47:45 e2db3f4d6fe9: Layer already exists 01:47:45 43fb570da37e: Layer already exists 01:47:45 fb63b8dac695: Layer already exists 01:47:45 f7e2c0ad61ba: Layer already exists 01:47:45 5a2b78571867: Layer already exists 01:47:45 8b0b00907dcf: Layer already exists 01:47:45 4a22110d5ac7: Layer already exists 01:47:45 e3400792eb3d: Layer already exists 01:47:45 137638198daa: Layer already exists 01:47:45 02a3449c06a1: Layer already exists 01:47:45 5f70bf18a086: Layer already exists 01:47:45 512b919f0a4e: Layer already exists 01:47:45 f3c8f4042513: Layer already exists 01:47:45 994456c4fd7b: Layer already exists 01:47:45 6820b3bd0f75: Layer already exists 01:47:45 main: digest: sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 01:47:45 #105 DONE 0.4s 01:47:45 01:47:45 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:47:45 #106 DONE 0.4s 01:47:45 01:47:45 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [Pipeline] echo 01:47:45 ===================================================== [Pipeline] echo 01:47:45 taggedImages: 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:47:45 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:47:45 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:45 latest 01:47:45 4.1.0-dev.23 01:47:45 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:45 main 01:47:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:45 #107 DONE 0.3s 01:47:45 01:47:45 #108 [security-spire-server stage-2 6/9] COPY security.txt / 01:47:45 #108 DONE 0.2s 01:47:45 01:47:45 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:47:45 #109 DONE 0.2s 01:47:45 01:47:45 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:47:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:46 #110 DONE 0.3s 01:47:46 01:47:46 #111 [security-spire-config] exporting to image 01:47:46 #111 exporting layers 01:47:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:47:46 0c2c9d408410: Preparing 01:47:46 14388f47d6e3: Preparing 01:47:46 3d11ef232800: Preparing 01:47:46 274554c5a329: Preparing 01:47:46 137638198daa: Preparing 01:47:46 8b0b00907dcf: Preparing 01:47:46 80f50c0887b3: Preparing 01:47:46 e37600712a98: Preparing 01:47:46 994456c4fd7b: Preparing 01:47:46 e37600712a98: Waiting 01:47:46 8b0b00907dcf: Waiting 01:47:46 80f50c0887b3: Waiting 01:47:46 994456c4fd7b: Waiting 01:47:46 137638198daa: Layer already exists 01:47:46 8b0b00907dcf: Layer already exists 01:47:46 80f50c0887b3: Layer already exists 01:47:46 e37600712a98: Layer already exists 01:47:46 0c2c9d408410: Pushed 01:47:46 994456c4fd7b: Layer already exists 01:47:46 14388f47d6e3: Pushed 01:47:46 3d11ef232800: Pushed 01:47:46 #111 ... 01:47:46 01:47:46 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:47:46 #112 DONE 0.2s 01:47:46 01:47:46 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:47:46 #113 DONE 0.3s 01:47:46 01:47:46 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:47 #81 ... 01:47:47 01:47:47 #111 [security-spire-server] exporting to image 01:47:47 #111 ... 01:47:47 01:47:47 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:47:47 #104 DONE 2.6s 01:47:47 01:47:47 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:47:47 #114 DONE 0.2s 01:47:47 01:47:47 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 01:47:47 #115 DONE 0.2s 01:47:47 01:47:47 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:47 #98 ... 01:47:47 01:47:47 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:47:47 #116 DONE 0.2s 01:47:47 01:47:47 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:47:48 #117 DONE 0.2s 01:47:48 01:47:48 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:48 #81 ... 01:47:48 01:47:48 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:47:48 #118 DONE 0.2s 01:47:48 01:47:48 #111 [security-spire-agent] exporting to image 01:47:48 274554c5a329: Pushed 01:47:48 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:49 #111 exporting layers 3.2s done 01:47:49 #111 writing image sha256:ba6118675dbc99a91995c0991831e0157dd59cc928454cd1a1804f20151e418c 0.0s done 01:47:49 #111 naming to docker.io/library/security-spire-config-arm64 0.0s done 01:47:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:47:49 0c2c9d408410: Preparing 01:47:49 14388f47d6e3: Preparing 01:47:49 3d11ef232800: Preparing 01:47:49 274554c5a329: Preparing 01:47:49 137638198daa: Preparing 01:47:49 8b0b00907dcf: Preparing 01:47:49 80f50c0887b3: Preparing 01:47:49 e37600712a98: Preparing 01:47:49 994456c4fd7b: Preparing 01:47:49 80f50c0887b3: Waiting 01:47:49 8b0b00907dcf: Waiting 01:47:49 e37600712a98: Waiting 01:47:49 994456c4fd7b: Waiting 01:47:49 137638198daa: Layer already exists 01:47:49 3d11ef232800: Layer already exists 01:47:49 274554c5a329: Layer already exists 01:47:49 0c2c9d408410: Layer already exists 01:47:49 14388f47d6e3: Layer already exists 01:47:49 994456c4fd7b: Layer already exists 01:47:49 80f50c0887b3: Layer already exists 01:47:49 e37600712a98: Layer already exists 01:47:49 8b0b00907dcf: Layer already exists 01:47:49 latest: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:49 #111 exporting layers 3.0s done 01:47:49 #111 writing image sha256:da089cedb82816242027f7616d7da5d628cc592527c8d26d5def84e5827c4e30 done 01:47:49 #111 naming to docker.io/library/security-spire-server-arm64 done 01:47:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 01:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:47:50 0c2c9d408410: Preparing 01:47:50 14388f47d6e3: Preparing 01:47:50 3d11ef232800: Preparing 01:47:50 274554c5a329: Preparing 01:47:50 137638198daa: Preparing 01:47:50 8b0b00907dcf: Preparing 01:47:50 80f50c0887b3: Preparing 01:47:50 e37600712a98: Preparing 01:47:50 994456c4fd7b: Preparing 01:47:50 80f50c0887b3: Waiting 01:47:50 e37600712a98: Waiting 01:47:50 8b0b00907dcf: Waiting 01:47:50 994456c4fd7b: Waiting 01:47:50 137638198daa: Layer already exists 01:47:50 3d11ef232800: Layer already exists 01:47:50 14388f47d6e3: Layer already exists 01:47:50 0c2c9d408410: Layer already exists 01:47:50 274554c5a329: Layer already exists 01:47:50 80f50c0887b3: Layer already exists 01:47:50 8b0b00907dcf: Layer already exists 01:47:50 e37600712a98: Layer already exists 01:47:50 994456c4fd7b: Layer already exists 01:47:50 4.1.0-dev.23: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:50 #111 exporting layers 2.0s done 01:47:50 #111 writing image sha256:3c57bcb53c65bc50eb53f1ab7e734a988390dccdbe1605a86f156562131af1a7 done 01:47:50 #111 naming to docker.io/library/security-spire-agent-arm64 done 01:47:50 #111 DONE 4.3s 01:47:50 01:47:50 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:47:50 0c2c9d408410: Preparing 01:47:50 14388f47d6e3: Preparing 01:47:50 3d11ef232800: Preparing 01:47:50 274554c5a329: Preparing 01:47:50 137638198daa: Preparing 01:47:50 8b0b00907dcf: Preparing 01:47:50 80f50c0887b3: Preparing 01:47:50 e37600712a98: Preparing 01:47:50 994456c4fd7b: Preparing 01:47:50 8b0b00907dcf: Waiting 01:47:50 e37600712a98: Waiting 01:47:50 994456c4fd7b: Waiting 01:47:50 80f50c0887b3: Waiting 01:47:50 137638198daa: Layer already exists 01:47:50 0c2c9d408410: Layer already exists 01:47:50 274554c5a329: Layer already exists 01:47:50 3d11ef232800: Layer already exists 01:47:50 14388f47d6e3: Layer already exists 01:47:50 80f50c0887b3: Layer already exists 01:47:50 8b0b00907dcf: Layer already exists 01:47:50 994456c4fd7b: Layer already exists 01:47:50 e37600712a98: Layer already exists 01:47:50 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:47:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:47:51 0c2c9d408410: Preparing 01:47:51 14388f47d6e3: Preparing 01:47:51 3d11ef232800: Preparing 01:47:51 274554c5a329: Preparing 01:47:51 137638198daa: Preparing 01:47:51 8b0b00907dcf: Preparing 01:47:51 80f50c0887b3: Preparing 01:47:51 e37600712a98: Preparing 01:47:51 994456c4fd7b: Preparing 01:47:51 8b0b00907dcf: Waiting 01:47:51 80f50c0887b3: Waiting 01:47:51 e37600712a98: Waiting 01:47:51 994456c4fd7b: Waiting 01:47:51 3d11ef232800: Layer already exists 01:47:51 137638198daa: Layer already exists 01:47:51 14388f47d6e3: Layer already exists 01:47:51 274554c5a329: Layer already exists 01:47:51 0c2c9d408410: Layer already exists 01:47:51 8b0b00907dcf: Layer already exists 01:47:51 994456c4fd7b: Layer already exists 01:47:51 e37600712a98: Layer already exists 01:47:51 80f50c0887b3: Layer already exists 01:47:51 main: digest: sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:51 ===================================================== [Pipeline] echo 01:47:51 taggedImages: 01:47:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:47:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 01:47:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:47:51 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:47:51 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:51 latest 01:47:51 4.1.0-dev.23 01:47:51 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:51 main 01:47:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:47:52 975d805b0a6f: Preparing 01:47:52 6232ed8c80f6: Preparing 01:47:52 ce6f5fbeb348: Preparing 01:47:52 90dc75dc837a: Preparing 01:47:52 6a118c7c1757: Preparing 01:47:52 137638198daa: Preparing 01:47:52 8b0b00907dcf: Preparing 01:47:52 4521317855d4: Preparing 01:47:52 299587456d7d: Preparing 01:47:52 b3fea1c95380: Preparing 01:47:52 994456c4fd7b: Preparing 01:47:52 299587456d7d: Waiting 01:47:52 137638198daa: Waiting 01:47:52 8b0b00907dcf: Waiting 01:47:52 4521317855d4: Waiting 01:47:52 994456c4fd7b: Waiting 01:47:52 90dc75dc837a: Pushed 01:47:52 6a118c7c1757: Pushed 01:47:52 975d805b0a6f: Pushed 01:47:52 6232ed8c80f6: Pushed 01:47:52 137638198daa: Layer already exists 01:47:52 8b0b00907dcf: Layer already exists 01:47:52 994456c4fd7b: Layer already exists 01:47:52 299587456d7d: Pushed 01:47:52 4521317855d4: Pushed 01:47:53 b3fea1c95380: Pushed 01:47:54 ce6f5fbeb348: Pushed 01:47:54 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:47:55 975d805b0a6f: Preparing 01:47:55 6232ed8c80f6: Preparing 01:47:55 ce6f5fbeb348: Preparing 01:47:55 90dc75dc837a: Preparing 01:47:55 6a118c7c1757: Preparing 01:47:55 137638198daa: Preparing 01:47:55 8b0b00907dcf: Preparing 01:47:55 4521317855d4: Preparing 01:47:55 299587456d7d: Preparing 01:47:55 b3fea1c95380: Preparing 01:47:55 994456c4fd7b: Preparing 01:47:55 137638198daa: Waiting 01:47:55 4521317855d4: Waiting 01:47:55 299587456d7d: Waiting 01:47:55 8b0b00907dcf: Waiting 01:47:55 b3fea1c95380: Waiting 01:47:55 994456c4fd7b: Waiting 01:47:55 6a118c7c1757: Layer already exists 01:47:55 ce6f5fbeb348: Layer already exists 01:47:55 90dc75dc837a: Layer already exists 01:47:55 6232ed8c80f6: Layer already exists 01:47:55 975d805b0a6f: Layer already exists 01:47:55 137638198daa: Layer already exists 01:47:55 4521317855d4: Layer already exists 01:47:55 8b0b00907dcf: Layer already exists 01:47:55 299587456d7d: Layer already exists 01:47:55 b3fea1c95380: Layer already exists 01:47:55 994456c4fd7b: Layer already exists 01:47:55 latest: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 01:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:47:55 975d805b0a6f: Preparing 01:47:55 6232ed8c80f6: Preparing 01:47:55 ce6f5fbeb348: Preparing 01:47:55 90dc75dc837a: Preparing 01:47:55 6a118c7c1757: Preparing 01:47:55 137638198daa: Preparing 01:47:55 8b0b00907dcf: Preparing 01:47:55 4521317855d4: Preparing 01:47:55 299587456d7d: Preparing 01:47:55 b3fea1c95380: Preparing 01:47:55 994456c4fd7b: Preparing 01:47:55 299587456d7d: Waiting 01:47:55 b3fea1c95380: Waiting 01:47:55 137638198daa: Waiting 01:47:55 994456c4fd7b: Waiting 01:47:55 4521317855d4: Waiting 01:47:55 8b0b00907dcf: Waiting 01:47:55 ce6f5fbeb348: Layer already exists 01:47:55 975d805b0a6f: Layer already exists 01:47:55 6232ed8c80f6: Layer already exists 01:47:55 90dc75dc837a: Layer already exists 01:47:55 6a118c7c1757: Layer already exists 01:47:55 8b0b00907dcf: Layer already exists 01:47:55 137638198daa: Layer already exists 01:47:55 4521317855d4: Layer already exists 01:47:55 b3fea1c95380: Layer already exists 01:47:55 299587456d7d: Layer already exists 01:47:55 994456c4fd7b: Layer already exists 01:47:55 4.1.0-dev.23: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:47:56 975d805b0a6f: Preparing 01:47:56 6232ed8c80f6: Preparing 01:47:56 ce6f5fbeb348: Preparing 01:47:56 90dc75dc837a: Preparing 01:47:56 6a118c7c1757: Preparing 01:47:56 137638198daa: Preparing 01:47:56 8b0b00907dcf: Preparing 01:47:56 4521317855d4: Preparing 01:47:56 299587456d7d: Preparing 01:47:56 b3fea1c95380: Preparing 01:47:56 994456c4fd7b: Preparing 01:47:56 8b0b00907dcf: Waiting 01:47:56 4521317855d4: Waiting 01:47:56 299587456d7d: Waiting 01:47:56 b3fea1c95380: Waiting 01:47:56 994456c4fd7b: Waiting 01:47:56 137638198daa: Waiting 01:47:56 975d805b0a6f: Layer already exists 01:47:56 6232ed8c80f6: Layer already exists 01:47:56 90dc75dc837a: Layer already exists 01:47:56 ce6f5fbeb348: Layer already exists 01:47:56 6a118c7c1757: Layer already exists 01:47:56 137638198daa: Layer already exists 01:47:56 299587456d7d: Layer already exists 01:47:56 4521317855d4: Layer already exists 01:47:56 8b0b00907dcf: Layer already exists 01:47:56 b3fea1c95380: Layer already exists 01:47:56 994456c4fd7b: Layer already exists 01:47:56 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:47:57 975d805b0a6f: Preparing 01:47:57 6232ed8c80f6: Preparing 01:47:57 ce6f5fbeb348: Preparing 01:47:57 90dc75dc837a: Preparing 01:47:57 6a118c7c1757: Preparing 01:47:57 137638198daa: Preparing 01:47:57 8b0b00907dcf: Preparing 01:47:57 4521317855d4: Preparing 01:47:57 299587456d7d: Preparing 01:47:57 b3fea1c95380: Preparing 01:47:57 994456c4fd7b: Preparing 01:47:57 137638198daa: Waiting 01:47:57 8b0b00907dcf: Waiting 01:47:57 4521317855d4: Waiting 01:47:57 299587456d7d: Waiting 01:47:57 b3fea1c95380: Waiting 01:47:57 994456c4fd7b: Waiting 01:47:57 ce6f5fbeb348: Layer already exists 01:47:57 6a118c7c1757: Layer already exists 01:47:57 90dc75dc837a: Layer already exists 01:47:57 6232ed8c80f6: Layer already exists 01:47:57 975d805b0a6f: Layer already exists 01:47:57 137638198daa: Layer already exists 01:47:57 4521317855d4: Layer already exists 01:47:57 299587456d7d: Layer already exists 01:47:57 b3fea1c95380: Layer already exists 01:47:57 8b0b00907dcf: Layer already exists 01:47:57 994456c4fd7b: Layer already exists 01:47:57 main: digest: sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:47:57 ===================================================== [Pipeline] echo 01:47:57 taggedImages: 01:47:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:47:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 01:47:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:47:57 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:47:57 45e419daa151ee63a4257541cf143636bce1c2b4 01:47:57 latest 01:47:57 4.1.0-dev.23 01:47:57 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:47:57 main 01:47:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:47:57 5b743a149e51: Preparing 01:47:57 47e961abd1d5: Preparing 01:47:57 c88da5c8983c: Preparing 01:47:57 bcbcac502e46: Preparing 01:47:57 413768796399: Preparing 01:47:57 72ca02aed37c: Preparing 01:47:57 a88f2d43e0ff: Preparing 01:47:57 137638198daa: Preparing 01:47:57 8b0b00907dcf: Preparing 01:47:57 ad3ccab59889: Preparing 01:47:57 8f69c293da30: Preparing 01:47:57 994456c4fd7b: Preparing 01:47:57 137638198daa: Waiting 01:47:57 8b0b00907dcf: Waiting 01:47:57 72ca02aed37c: Waiting 01:47:57 a88f2d43e0ff: Waiting 01:47:57 ad3ccab59889: Waiting 01:47:57 8f69c293da30: Waiting 01:47:57 994456c4fd7b: Waiting 01:47:57 413768796399: Pushed 01:47:57 47e961abd1d5: Pushed 01:47:57 5b743a149e51: Pushed 01:47:57 137638198daa: Layer already exists 01:47:57 8b0b00907dcf: Layer already exists 01:47:57 72ca02aed37c: Pushed 01:47:57 a88f2d43e0ff: Pushed 01:47:57 994456c4fd7b: Layer already exists 01:47:58 ad3ccab59889: Pushed 01:47:59 8f69c293da30: Pushed 01:47:59 bcbcac502e46: Pushed 01:48:00 c88da5c8983c: Pushed 01:48:00 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:01 5b743a149e51: Preparing 01:48:01 47e961abd1d5: Preparing 01:48:01 c88da5c8983c: Preparing 01:48:01 bcbcac502e46: Preparing 01:48:01 413768796399: Preparing 01:48:01 72ca02aed37c: Preparing 01:48:01 a88f2d43e0ff: Preparing 01:48:01 137638198daa: Preparing 01:48:01 8b0b00907dcf: Preparing 01:48:01 ad3ccab59889: Preparing 01:48:01 8f69c293da30: Preparing 01:48:01 994456c4fd7b: Preparing 01:48:01 137638198daa: Waiting 01:48:01 8b0b00907dcf: Waiting 01:48:01 ad3ccab59889: Waiting 01:48:01 8f69c293da30: Waiting 01:48:01 72ca02aed37c: Waiting 01:48:01 a88f2d43e0ff: Waiting 01:48:01 c88da5c8983c: Layer already exists 01:48:01 47e961abd1d5: Layer already exists 01:48:01 bcbcac502e46: Layer already exists 01:48:01 5b743a149e51: Layer already exists 01:48:01 413768796399: Layer already exists 01:48:01 a88f2d43e0ff: Layer already exists 01:48:01 137638198daa: Layer already exists 01:48:01 72ca02aed37c: Layer already exists 01:48:01 ad3ccab59889: Layer already exists 01:48:01 8b0b00907dcf: Layer already exists 01:48:01 8f69c293da30: Layer already exists 01:48:01 994456c4fd7b: Layer already exists 01:48:01 latest: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 01:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:01 5b743a149e51: Preparing 01:48:01 47e961abd1d5: Preparing 01:48:01 c88da5c8983c: Preparing 01:48:01 bcbcac502e46: Preparing 01:48:01 413768796399: Preparing 01:48:01 72ca02aed37c: Preparing 01:48:01 a88f2d43e0ff: Preparing 01:48:01 137638198daa: Preparing 01:48:01 8b0b00907dcf: Preparing 01:48:01 ad3ccab59889: Preparing 01:48:01 8f69c293da30: Preparing 01:48:01 994456c4fd7b: Preparing 01:48:01 72ca02aed37c: Waiting 01:48:01 a88f2d43e0ff: Waiting 01:48:01 137638198daa: Waiting 01:48:01 8b0b00907dcf: Waiting 01:48:01 ad3ccab59889: Waiting 01:48:01 8f69c293da30: Waiting 01:48:01 994456c4fd7b: Waiting 01:48:01 5b743a149e51: Layer already exists 01:48:01 413768796399: Layer already exists 01:48:01 bcbcac502e46: Layer already exists 01:48:01 47e961abd1d5: Layer already exists 01:48:01 c88da5c8983c: Layer already exists 01:48:01 a88f2d43e0ff: Layer already exists 01:48:01 72ca02aed37c: Layer already exists 01:48:01 ad3ccab59889: Layer already exists 01:48:01 137638198daa: Layer already exists 01:48:01 8b0b00907dcf: Layer already exists 01:48:01 8f69c293da30: Layer already exists 01:48:01 994456c4fd7b: Layer already exists 01:48:01 4.1.0-dev.23: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:02 5b743a149e51: Preparing 01:48:02 47e961abd1d5: Preparing 01:48:02 c88da5c8983c: Preparing 01:48:02 bcbcac502e46: Preparing 01:48:02 413768796399: Preparing 01:48:02 72ca02aed37c: Preparing 01:48:02 a88f2d43e0ff: Preparing 01:48:02 137638198daa: Preparing 01:48:02 8b0b00907dcf: Preparing 01:48:02 ad3ccab59889: Preparing 01:48:02 8f69c293da30: Preparing 01:48:02 994456c4fd7b: Preparing 01:48:02 a88f2d43e0ff: Waiting 01:48:02 137638198daa: Waiting 01:48:02 8b0b00907dcf: Waiting 01:48:02 ad3ccab59889: Waiting 01:48:02 8f69c293da30: Waiting 01:48:02 994456c4fd7b: Waiting 01:48:02 72ca02aed37c: Waiting 01:48:02 47e961abd1d5: Layer already exists 01:48:02 c88da5c8983c: Layer already exists 01:48:02 bcbcac502e46: Layer already exists 01:48:02 413768796399: Layer already exists 01:48:02 5b743a149e51: Layer already exists 01:48:02 ad3ccab59889: Layer already exists 01:48:02 a88f2d43e0ff: Layer already exists 01:48:02 8b0b00907dcf: Layer already exists 01:48:02 72ca02aed37c: Layer already exists 01:48:02 137638198daa: Layer already exists 01:48:02 8f69c293da30: Layer already exists 01:48:02 994456c4fd7b: Layer already exists 01:48:02 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:02 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:03 5b743a149e51: Preparing 01:48:03 47e961abd1d5: Preparing 01:48:03 c88da5c8983c: Preparing 01:48:03 bcbcac502e46: Preparing 01:48:03 413768796399: Preparing 01:48:03 72ca02aed37c: Preparing 01:48:03 a88f2d43e0ff: Preparing 01:48:03 137638198daa: Preparing 01:48:03 8b0b00907dcf: Preparing 01:48:03 137638198daa: Waiting 01:48:03 a88f2d43e0ff: Waiting 01:48:03 8b0b00907dcf: Waiting 01:48:03 ad3ccab59889: Preparing 01:48:03 8f69c293da30: Preparing 01:48:03 994456c4fd7b: Preparing 01:48:03 ad3ccab59889: Waiting 01:48:03 994456c4fd7b: Waiting 01:48:03 8f69c293da30: Waiting 01:48:03 72ca02aed37c: Waiting 01:48:03 c88da5c8983c: Layer already exists 01:48:03 47e961abd1d5: Layer already exists 01:48:03 5b743a149e51: Layer already exists 01:48:03 413768796399: Layer already exists 01:48:03 bcbcac502e46: Layer already exists 01:48:03 72ca02aed37c: Layer already exists 01:48:03 a88f2d43e0ff: Layer already exists 01:48:03 8b0b00907dcf: Layer already exists 01:48:03 137638198daa: Layer already exists 01:48:03 ad3ccab59889: Layer already exists 01:48:03 8f69c293da30: Layer already exists 01:48:03 994456c4fd7b: Layer already exists 01:48:03 main: digest: sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:03 ===================================================== [Pipeline] echo 01:48:03 taggedImages: 01:48:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:48:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 01:48:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:03 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:48:03 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:48:03 45e419daa151ee63a4257541cf143636bce1c2b4 01:48:03 latest 01:48:03 4.1.0-dev.23 01:48:03 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:03 main 01:48:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:48:04 59e281a82e5d: Preparing 01:48:04 b90c964037d0: Preparing 01:48:04 137638198daa: Preparing 01:48:04 8b0b00907dcf: Preparing 01:48:04 105887b13df6: Preparing 01:48:04 e62c6e28fa52: Preparing 01:48:04 994456c4fd7b: Preparing 01:48:04 e62c6e28fa52: Waiting 01:48:04 8b0b00907dcf: Layer already exists 01:48:04 137638198daa: Layer already exists 01:48:04 994456c4fd7b: Layer already exists 01:48:04 105887b13df6: Pushed 01:48:04 59e281a82e5d: Pushed 01:48:05 e62c6e28fa52: Pushed 01:48:06 b90c964037d0: Pushed 01:48:07 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:07 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:48:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:48:07 59e281a82e5d: Preparing 01:48:07 b90c964037d0: Preparing 01:48:07 137638198daa: Preparing 01:48:07 8b0b00907dcf: Preparing 01:48:07 105887b13df6: Preparing 01:48:07 e62c6e28fa52: Preparing 01:48:07 994456c4fd7b: Preparing 01:48:07 e62c6e28fa52: Waiting 01:48:07 994456c4fd7b: Waiting 01:48:07 137638198daa: Layer already exists 01:48:07 8b0b00907dcf: Layer already exists 01:48:07 59e281a82e5d: Layer already exists 01:48:07 b90c964037d0: Layer already exists 01:48:07 105887b13df6: Layer already exists 01:48:07 e62c6e28fa52: Layer already exists 01:48:07 994456c4fd7b: Layer already exists 01:48:07 latest: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:08 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:08 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 01:48:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:48:08 59e281a82e5d: Preparing 01:48:08 b90c964037d0: Preparing 01:48:08 137638198daa: Preparing 01:48:08 8b0b00907dcf: Preparing 01:48:08 105887b13df6: Preparing 01:48:08 e62c6e28fa52: Preparing 01:48:08 994456c4fd7b: Preparing 01:48:08 e62c6e28fa52: Waiting 01:48:08 994456c4fd7b: Waiting 01:48:08 137638198daa: Layer already exists 01:48:08 105887b13df6: Layer already exists 01:48:08 59e281a82e5d: Layer already exists 01:48:08 8b0b00907dcf: Layer already exists 01:48:08 b90c964037d0: Layer already exists 01:48:08 994456c4fd7b: Layer already exists 01:48:08 e62c6e28fa52: Layer already exists 01:48:08 4.1.0-dev.23: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:08 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:48:09 59e281a82e5d: Preparing 01:48:09 b90c964037d0: Preparing 01:48:09 137638198daa: Preparing 01:48:09 8b0b00907dcf: Preparing 01:48:09 105887b13df6: Preparing 01:48:09 e62c6e28fa52: Preparing 01:48:09 994456c4fd7b: Preparing 01:48:09 994456c4fd7b: Waiting 01:48:09 e62c6e28fa52: Waiting 01:48:09 137638198daa: Layer already exists 01:48:09 105887b13df6: Layer already exists 01:48:09 b90c964037d0: Layer already exists 01:48:09 59e281a82e5d: Layer already exists 01:48:09 8b0b00907dcf: Layer already exists 01:48:09 e62c6e28fa52: Layer already exists 01:48:09 994456c4fd7b: Layer already exists 01:48:09 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:09 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:48:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:48:09 59e281a82e5d: Preparing 01:48:09 b90c964037d0: Preparing 01:48:09 137638198daa: Preparing 01:48:09 8b0b00907dcf: Preparing 01:48:09 105887b13df6: Preparing 01:48:09 e62c6e28fa52: Preparing 01:48:09 994456c4fd7b: Preparing 01:48:09 e62c6e28fa52: Waiting 01:48:09 994456c4fd7b: Waiting 01:48:09 137638198daa: Layer already exists 01:48:09 105887b13df6: Layer already exists 01:48:09 b90c964037d0: Layer already exists 01:48:09 8b0b00907dcf: Layer already exists 01:48:09 59e281a82e5d: Layer already exists 01:48:09 994456c4fd7b: Layer already exists 01:48:09 e62c6e28fa52: Layer already exists 01:48:09 main: digest: sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:09 ===================================================== [Pipeline] echo 01:48:09 taggedImages: 01:48:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:48:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 01:48:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:09 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:48:09 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:48:09 45e419daa151ee63a4257541cf143636bce1c2b4 01:48:09 latest 01:48:09 4.1.0-dev.23 01:48:09 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:09 main 01:48:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:48:10 4293f37670d9: Preparing 01:48:10 5a13e118902c: Preparing 01:48:10 4ee5ec8042a3: Preparing 01:48:10 137638198daa: Preparing 01:48:10 8b0b00907dcf: Preparing 01:48:10 804705559385: Preparing 01:48:10 13fae727ca7e: Preparing 01:48:10 08c12e7c0ad3: Preparing 01:48:10 c61320204d68: Preparing 01:48:10 994456c4fd7b: Preparing 01:48:10 13fae727ca7e: Waiting 01:48:10 08c12e7c0ad3: Waiting 01:48:10 c61320204d68: Waiting 01:48:10 994456c4fd7b: Waiting 01:48:10 804705559385: Waiting 01:48:10 137638198daa: Layer already exists 01:48:10 8b0b00907dcf: Layer already exists 01:48:10 4ee5ec8042a3: Pushed 01:48:10 4293f37670d9: Pushed 01:48:10 5a13e118902c: Pushed 01:48:10 994456c4fd7b: Layer already exists 01:48:10 08c12e7c0ad3: Pushed 01:48:11 c61320204d68: Pushed 01:48:15 13fae727ca7e: Pushed 01:48:21 804705559385: Pushed 01:48:21 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:48:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:48:22 4293f37670d9: Preparing 01:48:22 5a13e118902c: Preparing 01:48:22 4ee5ec8042a3: Preparing 01:48:22 137638198daa: Preparing 01:48:22 8b0b00907dcf: Preparing 01:48:22 804705559385: Preparing 01:48:22 13fae727ca7e: Preparing 01:48:22 08c12e7c0ad3: Preparing 01:48:22 c61320204d68: Preparing 01:48:22 994456c4fd7b: Preparing 01:48:22 13fae727ca7e: Waiting 01:48:22 08c12e7c0ad3: Waiting 01:48:22 994456c4fd7b: Waiting 01:48:22 c61320204d68: Waiting 01:48:22 4ee5ec8042a3: Layer already exists 01:48:22 137638198daa: Layer already exists 01:48:22 8b0b00907dcf: Layer already exists 01:48:22 5a13e118902c: Layer already exists 01:48:22 4293f37670d9: Layer already exists 01:48:22 804705559385: Layer already exists 01:48:22 c61320204d68: Layer already exists 01:48:22 994456c4fd7b: Layer already exists 01:48:22 08c12e7c0ad3: Layer already exists 01:48:22 13fae727ca7e: Layer already exists 01:48:22 latest: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 01:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:48:23 4293f37670d9: Preparing 01:48:23 5a13e118902c: Preparing 01:48:23 4ee5ec8042a3: Preparing 01:48:23 137638198daa: Preparing 01:48:23 8b0b00907dcf: Preparing 01:48:23 804705559385: Preparing 01:48:23 13fae727ca7e: Preparing 01:48:23 08c12e7c0ad3: Preparing 01:48:23 c61320204d68: Preparing 01:48:23 994456c4fd7b: Preparing 01:48:23 08c12e7c0ad3: Waiting 01:48:23 c61320204d68: Waiting 01:48:23 804705559385: Waiting 01:48:23 994456c4fd7b: Waiting 01:48:23 13fae727ca7e: Waiting 01:48:23 4ee5ec8042a3: Layer already exists 01:48:23 5a13e118902c: Layer already exists 01:48:23 8b0b00907dcf: Layer already exists 01:48:23 4293f37670d9: Layer already exists 01:48:23 137638198daa: Layer already exists 01:48:23 08c12e7c0ad3: Layer already exists 01:48:23 13fae727ca7e: Layer already exists 01:48:23 c61320204d68: Layer already exists 01:48:23 804705559385: Layer already exists 01:48:23 994456c4fd7b: Layer already exists 01:48:23 4.1.0-dev.23: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:48:23 4293f37670d9: Preparing 01:48:23 5a13e118902c: Preparing 01:48:23 4ee5ec8042a3: Preparing 01:48:23 137638198daa: Preparing 01:48:23 8b0b00907dcf: Preparing 01:48:23 804705559385: Preparing 01:48:23 13fae727ca7e: Preparing 01:48:23 08c12e7c0ad3: Preparing 01:48:23 c61320204d68: Preparing 01:48:23 994456c4fd7b: Preparing 01:48:23 08c12e7c0ad3: Waiting 01:48:23 804705559385: Waiting 01:48:23 13fae727ca7e: Waiting 01:48:23 c61320204d68: Waiting 01:48:23 994456c4fd7b: Waiting 01:48:23 137638198daa: Layer already exists 01:48:23 5a13e118902c: Layer already exists 01:48:23 8b0b00907dcf: Layer already exists 01:48:23 4293f37670d9: Layer already exists 01:48:23 4ee5ec8042a3: Layer already exists 01:48:23 13fae727ca7e: Layer already exists 01:48:23 804705559385: Layer already exists 01:48:23 08c12e7c0ad3: Layer already exists 01:48:23 c61320204d68: Layer already exists 01:48:23 994456c4fd7b: Layer already exists 01:48:23 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:48:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:48:24 4293f37670d9: Preparing 01:48:24 5a13e118902c: Preparing 01:48:24 4ee5ec8042a3: Preparing 01:48:24 137638198daa: Preparing 01:48:24 8b0b00907dcf: Preparing 01:48:24 804705559385: Preparing 01:48:24 13fae727ca7e: Preparing 01:48:24 08c12e7c0ad3: Preparing 01:48:24 c61320204d68: Preparing 01:48:24 994456c4fd7b: Preparing 01:48:24 13fae727ca7e: Waiting 01:48:24 994456c4fd7b: Waiting 01:48:24 08c12e7c0ad3: Waiting 01:48:24 804705559385: Waiting 01:48:24 c61320204d68: Waiting 01:48:24 137638198daa: Layer already exists 01:48:24 4293f37670d9: Layer already exists 01:48:24 5a13e118902c: Layer already exists 01:48:24 8b0b00907dcf: Layer already exists 01:48:24 4ee5ec8042a3: Layer already exists 01:48:24 13fae727ca7e: Layer already exists 01:48:24 804705559385: Layer already exists 01:48:24 08c12e7c0ad3: Layer already exists 01:48:24 994456c4fd7b: Layer already exists 01:48:24 c61320204d68: Layer already exists 01:48:24 main: digest: sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:24 ===================================================== [Pipeline] echo 01:48:24 taggedImages: 01:48:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:48:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 01:48:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:24 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:48:24 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:48:24 45e419daa151ee63a4257541cf143636bce1c2b4 01:48:24 latest 01:48:24 4.1.0-dev.23 01:48:24 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:24 main 01:48:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:48:25 29bcded5c56e: Preparing 01:48:25 ff619a3daffa: Preparing 01:48:25 df13cad75856: Preparing 01:48:25 137638198daa: Preparing 01:48:25 8b0b00907dcf: Preparing 01:48:25 92be1bf77df1: Preparing 01:48:25 50e7fecc972c: Preparing 01:48:25 aaca5841df70: Preparing 01:48:25 994456c4fd7b: Preparing 01:48:25 994456c4fd7b: Waiting 01:48:25 50e7fecc972c: Waiting 01:48:25 aaca5841df70: Waiting 01:48:25 92be1bf77df1: Waiting 01:48:25 137638198daa: Layer already exists 01:48:25 8b0b00907dcf: Layer already exists 01:48:25 ff619a3daffa: Pushed 01:48:25 df13cad75856: Pushed 01:48:25 29bcded5c56e: Pushed 01:48:25 50e7fecc972c: Pushed 01:48:25 994456c4fd7b: Layer already exists 01:48:25 aaca5841df70: Pushed 01:48:37 92be1bf77df1: Pushed 01:48:37 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:48:38 29bcded5c56e: Preparing 01:48:38 ff619a3daffa: Preparing 01:48:38 df13cad75856: Preparing 01:48:38 137638198daa: Preparing 01:48:38 8b0b00907dcf: Preparing 01:48:38 92be1bf77df1: Preparing 01:48:38 50e7fecc972c: Preparing 01:48:38 aaca5841df70: Preparing 01:48:38 994456c4fd7b: Preparing 01:48:38 92be1bf77df1: Waiting 01:48:38 aaca5841df70: Waiting 01:48:38 50e7fecc972c: Waiting 01:48:38 994456c4fd7b: Waiting 01:48:38 ff619a3daffa: Layer already exists 01:48:38 8b0b00907dcf: Layer already exists 01:48:38 137638198daa: Layer already exists 01:48:38 df13cad75856: Layer already exists 01:48:38 29bcded5c56e: Layer already exists 01:48:38 50e7fecc972c: Layer already exists 01:48:38 aaca5841df70: Layer already exists 01:48:38 994456c4fd7b: Layer already exists 01:48:38 92be1bf77df1: Layer already exists 01:48:38 latest: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 01:48:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:48:39 29bcded5c56e: Preparing 01:48:39 ff619a3daffa: Preparing 01:48:39 df13cad75856: Preparing 01:48:39 137638198daa: Preparing 01:48:39 8b0b00907dcf: Preparing 01:48:39 92be1bf77df1: Preparing 01:48:39 50e7fecc972c: Preparing 01:48:39 aaca5841df70: Preparing 01:48:39 994456c4fd7b: Preparing 01:48:39 92be1bf77df1: Waiting 01:48:39 aaca5841df70: Waiting 01:48:39 50e7fecc972c: Waiting 01:48:39 994456c4fd7b: Waiting 01:48:39 29bcded5c56e: Layer already exists 01:48:39 ff619a3daffa: Layer already exists 01:48:39 8b0b00907dcf: Layer already exists 01:48:39 137638198daa: Layer already exists 01:48:39 92be1bf77df1: Layer already exists 01:48:39 aaca5841df70: Layer already exists 01:48:39 50e7fecc972c: Layer already exists 01:48:39 994456c4fd7b: Layer already exists 01:48:39 df13cad75856: Layer already exists 01:48:39 4.1.0-dev.23: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:48:39 29bcded5c56e: Preparing 01:48:39 ff619a3daffa: Preparing 01:48:39 df13cad75856: Preparing 01:48:39 137638198daa: Preparing 01:48:39 8b0b00907dcf: Preparing 01:48:39 92be1bf77df1: Preparing 01:48:39 50e7fecc972c: Preparing 01:48:39 aaca5841df70: Preparing 01:48:39 994456c4fd7b: Preparing 01:48:39 92be1bf77df1: Waiting 01:48:39 50e7fecc972c: Waiting 01:48:39 aaca5841df70: Waiting 01:48:39 994456c4fd7b: Waiting 01:48:39 29bcded5c56e: Layer already exists 01:48:39 137638198daa: Layer already exists 01:48:39 ff619a3daffa: Layer already exists 01:48:39 df13cad75856: Layer already exists 01:48:39 8b0b00907dcf: Layer already exists 01:48:39 92be1bf77df1: Layer already exists 01:48:39 50e7fecc972c: Layer already exists 01:48:39 aaca5841df70: Layer already exists 01:48:39 994456c4fd7b: Layer already exists 01:48:39 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:48:40 29bcded5c56e: Preparing 01:48:40 ff619a3daffa: Preparing 01:48:40 df13cad75856: Preparing 01:48:40 137638198daa: Preparing 01:48:40 8b0b00907dcf: Preparing 01:48:40 92be1bf77df1: Preparing 01:48:40 50e7fecc972c: Preparing 01:48:40 aaca5841df70: Preparing 01:48:40 994456c4fd7b: Preparing 01:48:40 92be1bf77df1: Waiting 01:48:40 994456c4fd7b: Waiting 01:48:40 50e7fecc972c: Waiting 01:48:40 aaca5841df70: Waiting 01:48:40 29bcded5c56e: Layer already exists 01:48:40 137638198daa: Layer already exists 01:48:40 ff619a3daffa: Layer already exists 01:48:40 8b0b00907dcf: Layer already exists 01:48:40 92be1bf77df1: Layer already exists 01:48:40 aaca5841df70: Layer already exists 01:48:40 50e7fecc972c: Layer already exists 01:48:40 994456c4fd7b: Layer already exists 01:48:40 df13cad75856: Layer already exists 01:48:40 main: digest: sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:40 ===================================================== [Pipeline] echo 01:48:40 taggedImages: 01:48:40 - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:40 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:48:40 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 01:48:40 - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:40 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:48:40 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:48:40 45e419daa151ee63a4257541cf143636bce1c2b4 01:48:40 latest 01:48:40 4.1.0-dev.23 01:48:40 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:40 main 01:48:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:48:41 4293f37670d9: Preparing 01:48:41 b1a90a023435: Preparing 01:48:41 b9705e11c202: Preparing 01:48:41 137638198daa: Preparing 01:48:41 8b0b00907dcf: Preparing 01:48:41 92be1bf77df1: Preparing 01:48:41 08c12e7c0ad3: Preparing 01:48:41 c61320204d68: Preparing 01:48:41 994456c4fd7b: Preparing 01:48:41 994456c4fd7b: Waiting 01:48:41 92be1bf77df1: Waiting 01:48:41 08c12e7c0ad3: Waiting 01:48:41 8b0b00907dcf: Layer already exists 01:48:41 4293f37670d9: Layer already exists 01:48:41 137638198daa: Layer already exists 01:48:41 92be1bf77df1: Layer already exists 01:48:41 c61320204d68: Layer already exists 01:48:41 08c12e7c0ad3: Layer already exists 01:48:41 994456c4fd7b: Layer already exists 01:48:41 b1a90a023435: Pushed 01:48:41 b9705e11c202: Pushed 01:48:41 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:48:42 4293f37670d9: Preparing 01:48:42 b1a90a023435: Preparing 01:48:42 b9705e11c202: Preparing 01:48:42 137638198daa: Preparing 01:48:42 8b0b00907dcf: Preparing 01:48:42 92be1bf77df1: Preparing 01:48:42 08c12e7c0ad3: Preparing 01:48:42 c61320204d68: Preparing 01:48:42 994456c4fd7b: Preparing 01:48:42 08c12e7c0ad3: Waiting 01:48:42 c61320204d68: Waiting 01:48:42 994456c4fd7b: Waiting 01:48:42 92be1bf77df1: Waiting 01:48:42 b1a90a023435: Layer already exists 01:48:42 4293f37670d9: Layer already exists 01:48:42 137638198daa: Layer already exists 01:48:42 8b0b00907dcf: Layer already exists 01:48:42 b9705e11c202: Layer already exists 01:48:42 c61320204d68: Layer already exists 01:48:42 08c12e7c0ad3: Layer already exists 01:48:42 92be1bf77df1: Layer already exists 01:48:42 994456c4fd7b: Layer already exists 01:48:42 latest: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 01:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:48:42 4293f37670d9: Preparing 01:48:42 b1a90a023435: Preparing 01:48:42 b9705e11c202: Preparing 01:48:42 137638198daa: Preparing 01:48:42 8b0b00907dcf: Preparing 01:48:42 92be1bf77df1: Preparing 01:48:42 08c12e7c0ad3: Preparing 01:48:42 c61320204d68: Preparing 01:48:42 994456c4fd7b: Preparing 01:48:42 92be1bf77df1: Waiting 01:48:42 08c12e7c0ad3: Waiting 01:48:42 c61320204d68: Waiting 01:48:42 994456c4fd7b: Waiting 01:48:42 8b0b00907dcf: Layer already exists 01:48:42 b9705e11c202: Layer already exists 01:48:42 b1a90a023435: Layer already exists 01:48:42 137638198daa: Layer already exists 01:48:42 4293f37670d9: Layer already exists 01:48:42 994456c4fd7b: Layer already exists 01:48:42 08c12e7c0ad3: Layer already exists 01:48:42 92be1bf77df1: Layer already exists 01:48:42 c61320204d68: Layer already exists 01:48:42 4.1.0-dev.23: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:48:43 4293f37670d9: Preparing 01:48:43 b1a90a023435: Preparing 01:48:43 b9705e11c202: Preparing 01:48:43 137638198daa: Preparing 01:48:43 8b0b00907dcf: Preparing 01:48:43 92be1bf77df1: Preparing 01:48:43 08c12e7c0ad3: Preparing 01:48:43 c61320204d68: Preparing 01:48:43 994456c4fd7b: Preparing 01:48:43 92be1bf77df1: Waiting 01:48:43 08c12e7c0ad3: Waiting 01:48:43 c61320204d68: Waiting 01:48:43 994456c4fd7b: Waiting 01:48:43 b1a90a023435: Layer already exists 01:48:43 4293f37670d9: Layer already exists 01:48:43 137638198daa: Layer already exists 01:48:43 8b0b00907dcf: Layer already exists 01:48:43 b9705e11c202: Layer already exists 01:48:43 994456c4fd7b: Layer already exists 01:48:43 c61320204d68: Layer already exists 01:48:43 08c12e7c0ad3: Layer already exists 01:48:43 92be1bf77df1: Layer already exists 01:48:43 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:48:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:48:44 4293f37670d9: Preparing 01:48:44 b1a90a023435: Preparing 01:48:44 b9705e11c202: Preparing 01:48:44 137638198daa: Preparing 01:48:44 8b0b00907dcf: Preparing 01:48:44 92be1bf77df1: Preparing 01:48:44 08c12e7c0ad3: Preparing 01:48:44 c61320204d68: Preparing 01:48:44 994456c4fd7b: Preparing 01:48:44 92be1bf77df1: Waiting 01:48:44 08c12e7c0ad3: Waiting 01:48:44 c61320204d68: Waiting 01:48:44 994456c4fd7b: Waiting 01:48:44 137638198daa: Layer already exists 01:48:44 b9705e11c202: Layer already exists 01:48:44 4293f37670d9: Layer already exists 01:48:44 b1a90a023435: Layer already exists 01:48:44 8b0b00907dcf: Layer already exists 01:48:44 92be1bf77df1: Layer already exists 01:48:44 c61320204d68: Layer already exists 01:48:44 994456c4fd7b: Layer already exists 01:48:44 08c12e7c0ad3: Layer already exists 01:48:44 main: digest: sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:44 ===================================================== [Pipeline] echo 01:48:44 taggedImages: 01:48:44 - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:44 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:48:44 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 01:48:44 - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:44 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:48:44 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:48:44 45e419daa151ee63a4257541cf143636bce1c2b4 01:48:44 latest 01:48:44 4.1.0-dev.23 01:48:44 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:44 main 01:48:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:48:44 356fb0a51088: Preparing 01:48:44 d0d7a0119d18: Preparing 01:48:44 137638198daa: Preparing 01:48:44 8b0b00907dcf: Preparing 01:48:44 75cf622ab024: Preparing 01:48:44 4dc8622461f3: Preparing 01:48:44 994456c4fd7b: Preparing 01:48:44 4dc8622461f3: Waiting 01:48:44 994456c4fd7b: Waiting 01:48:44 8b0b00907dcf: Layer already exists 01:48:44 137638198daa: Layer already exists 01:48:44 994456c4fd7b: Layer already exists 01:48:44 75cf622ab024: Pushed 01:48:44 356fb0a51088: Pushed 01:48:45 4dc8622461f3: Pushed 01:48:48 d0d7a0119d18: Pushed 01:48:48 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:48:49 356fb0a51088: Preparing 01:48:49 d0d7a0119d18: Preparing 01:48:49 137638198daa: Preparing 01:48:49 8b0b00907dcf: Preparing 01:48:49 75cf622ab024: Preparing 01:48:49 4dc8622461f3: Preparing 01:48:49 994456c4fd7b: Preparing 01:48:49 4dc8622461f3: Waiting 01:48:49 994456c4fd7b: Waiting 01:48:49 75cf622ab024: Layer already exists 01:48:49 356fb0a51088: Layer already exists 01:48:49 137638198daa: Layer already exists 01:48:49 8b0b00907dcf: Layer already exists 01:48:49 d0d7a0119d18: Layer already exists 01:48:49 994456c4fd7b: Layer already exists 01:48:49 4dc8622461f3: Layer already exists 01:48:49 latest: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 01:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:48:50 356fb0a51088: Preparing 01:48:50 d0d7a0119d18: Preparing 01:48:50 137638198daa: Preparing 01:48:50 8b0b00907dcf: Preparing 01:48:50 75cf622ab024: Preparing 01:48:50 4dc8622461f3: Preparing 01:48:50 994456c4fd7b: Preparing 01:48:50 4dc8622461f3: Waiting 01:48:50 994456c4fd7b: Waiting 01:48:50 356fb0a51088: Layer already exists 01:48:50 8b0b00907dcf: Layer already exists 01:48:50 75cf622ab024: Layer already exists 01:48:50 d0d7a0119d18: Layer already exists 01:48:50 137638198daa: Layer already exists 01:48:50 4dc8622461f3: Layer already exists 01:48:50 994456c4fd7b: Layer already exists 01:48:50 4.1.0-dev.23: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:48:50 356fb0a51088: Preparing 01:48:50 d0d7a0119d18: Preparing 01:48:50 137638198daa: Preparing 01:48:50 8b0b00907dcf: Preparing 01:48:50 75cf622ab024: Preparing 01:48:50 4dc8622461f3: Preparing 01:48:50 994456c4fd7b: Preparing 01:48:50 994456c4fd7b: Waiting 01:48:50 4dc8622461f3: Waiting 01:48:50 75cf622ab024: Layer already exists 01:48:50 8b0b00907dcf: Layer already exists 01:48:50 137638198daa: Layer already exists 01:48:50 d0d7a0119d18: Layer already exists 01:48:50 356fb0a51088: Layer already exists 01:48:50 994456c4fd7b: Layer already exists 01:48:50 4dc8622461f3: Layer already exists 01:48:50 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:48:51 356fb0a51088: Preparing 01:48:51 d0d7a0119d18: Preparing 01:48:51 137638198daa: Preparing 01:48:51 8b0b00907dcf: Preparing 01:48:51 75cf622ab024: Preparing 01:48:51 4dc8622461f3: Preparing 01:48:51 994456c4fd7b: Preparing 01:48:51 994456c4fd7b: Waiting 01:48:51 4dc8622461f3: Waiting 01:48:51 356fb0a51088: Layer already exists 01:48:51 8b0b00907dcf: Layer already exists 01:48:51 75cf622ab024: Layer already exists 01:48:51 d0d7a0119d18: Layer already exists 01:48:51 137638198daa: Layer already exists 01:48:51 994456c4fd7b: Layer already exists 01:48:51 4dc8622461f3: Layer already exists 01:48:51 main: digest: sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:51 ===================================================== [Pipeline] echo 01:48:51 taggedImages: 01:48:51 - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:51 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:48:51 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 01:48:51 - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:51 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:48:51 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:48:51 45e419daa151ee63a4257541cf143636bce1c2b4 01:48:51 latest 01:48:51 4.1.0-dev.23 01:48:51 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:51 main 01:48:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:51 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:48:52 103c0d0a809e: Preparing 01:48:52 10025fb88f7b: Preparing 01:48:52 137638198daa: Preparing 01:48:52 8b0b00907dcf: Preparing 01:48:52 ee4ac04c9c75: Preparing 01:48:52 10e37fc054b1: Preparing 01:48:52 994456c4fd7b: Preparing 01:48:52 10e37fc054b1: Waiting 01:48:52 994456c4fd7b: Waiting 01:48:52 137638198daa: Layer already exists 01:48:52 8b0b00907dcf: Layer already exists 01:48:52 994456c4fd7b: Layer already exists 01:48:52 103c0d0a809e: Pushed 01:48:52 ee4ac04c9c75: Pushed 01:48:52 10e37fc054b1: Pushed 01:48:55 10025fb88f7b: Pushed 01:48:56 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:48:56 103c0d0a809e: Preparing 01:48:56 10025fb88f7b: Preparing 01:48:56 137638198daa: Preparing 01:48:56 8b0b00907dcf: Preparing 01:48:56 ee4ac04c9c75: Preparing 01:48:56 10e37fc054b1: Preparing 01:48:56 994456c4fd7b: Preparing 01:48:56 10e37fc054b1: Waiting 01:48:56 994456c4fd7b: Waiting 01:48:56 137638198daa: Layer already exists 01:48:56 10025fb88f7b: Layer already exists 01:48:56 8b0b00907dcf: Layer already exists 01:48:56 ee4ac04c9c75: Layer already exists 01:48:56 103c0d0a809e: Layer already exists 01:48:56 10e37fc054b1: Layer already exists 01:48:56 994456c4fd7b: Layer already exists 01:48:56 latest: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 01:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:48:57 103c0d0a809e: Preparing 01:48:57 10025fb88f7b: Preparing 01:48:57 137638198daa: Preparing 01:48:57 8b0b00907dcf: Preparing 01:48:57 ee4ac04c9c75: Preparing 01:48:57 10e37fc054b1: Preparing 01:48:57 994456c4fd7b: Preparing 01:48:57 10e37fc054b1: Waiting 01:48:57 994456c4fd7b: Waiting 01:48:57 10025fb88f7b: Layer already exists 01:48:57 8b0b00907dcf: Layer already exists 01:48:57 103c0d0a809e: Layer already exists 01:48:57 ee4ac04c9c75: Layer already exists 01:48:57 137638198daa: Layer already exists 01:48:57 10e37fc054b1: Layer already exists 01:48:57 994456c4fd7b: Layer already exists 01:48:57 4.1.0-dev.23: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:48:57 103c0d0a809e: Preparing 01:48:57 10025fb88f7b: Preparing 01:48:57 137638198daa: Preparing 01:48:57 8b0b00907dcf: Preparing 01:48:57 ee4ac04c9c75: Preparing 01:48:57 10e37fc054b1: Preparing 01:48:57 994456c4fd7b: Preparing 01:48:57 10e37fc054b1: Waiting 01:48:57 994456c4fd7b: Waiting 01:48:57 8b0b00907dcf: Layer already exists 01:48:57 10025fb88f7b: Layer already exists 01:48:57 ee4ac04c9c75: Layer already exists 01:48:57 137638198daa: Layer already exists 01:48:57 103c0d0a809e: Layer already exists 01:48:57 10e37fc054b1: Layer already exists 01:48:57 994456c4fd7b: Layer already exists 01:48:57 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:48:58 103c0d0a809e: Preparing 01:48:58 10025fb88f7b: Preparing 01:48:58 137638198daa: Preparing 01:48:58 8b0b00907dcf: Preparing 01:48:58 ee4ac04c9c75: Preparing 01:48:58 10e37fc054b1: Preparing 01:48:58 994456c4fd7b: Preparing 01:48:58 10e37fc054b1: Waiting 01:48:58 103c0d0a809e: Layer already exists 01:48:58 10025fb88f7b: Layer already exists 01:48:58 8b0b00907dcf: Layer already exists 01:48:58 137638198daa: Layer already exists 01:48:58 ee4ac04c9c75: Layer already exists 01:48:58 994456c4fd7b: Layer already exists 01:48:58 10e37fc054b1: Layer already exists 01:48:58 main: digest: sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:58 ===================================================== [Pipeline] echo 01:48:58 taggedImages: 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:48:58 ========================================================= 01:48:58 [edgeXBuildMultiArch] RAW Config: 01:48:58 images: 01:48:58 - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/core-command:latest 01:48:58 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-command:main 01:48:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:48:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:48:58 - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/core-data:latest 01:48:58 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-data:main 01:48:58 - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:48:58 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:48:58 - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:48:58 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:48:58 - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:48:58 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:48:58 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:48:58 settingsFile: 01:48:58 edgex-go-settings 01:48:58 ========================================================= [Pipeline] node 01:49:12 #92 DONE 107.8s 01:49:12 01:49:12 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #95 DONE 101.9s 01:49:12 01:49:12 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #98 DONE 97.7s 01:49:12 01:49:12 #81 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #81 DONE 109.7s 01:49:12 01:49:12 #119 [security-spiffe-token-provider builder 6/7] COPY . . 01:49:12 #119 ... 01:49:12 01:49:12 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #79 DONE 110.4s 01:49:12 01:49:12 #84 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #84 DONE 107.9s 01:49:12 01:49:12 #120 [core-data builder 6/7] COPY . . 01:49:12 #120 ... 01:49:12 01:49:12 #121 [support-notifications builder 6/7] COPY . . 01:49:12 #121 DONE 2.2s 01:49:12 01:49:12 #122 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #122 CACHED 01:49:12 01:49:12 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:49:12 #123 CACHED 01:49:12 01:49:12 #124 [security-proxy-setup builder 6/7] COPY . . 01:49:12 #124 CACHED 01:49:12 01:49:12 #119 [security-spiffe-token-provider builder 6/7] COPY . . 01:49:12 #119 DONE 2.2s 01:49:12 01:49:12 #125 [core-keeper builder 7/8] COPY . . 01:49:12 #125 DONE 2.3s 01:49:12 01:49:12 #126 [support-scheduler builder 6/7] COPY . . 01:49:12 #126 DONE 2.2s 01:49:12 01:49:12 #127 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #127 CACHED 01:49:12 01:49:12 #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:49:12 #128 CACHED 01:49:12 01:49:12 #129 [security-bootstrapper builder 6/7] COPY . . 01:49:12 #129 CACHED 01:49:12 01:49:12 #130 [security-secretstore-setup builder 6/7] COPY . . 01:49:12 #130 DONE 2.3s 01:49:12 01:49:12 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:49:12 #131 ... 01:49:12 01:49:12 #132 [core-metadata builder 6/7] COPY . . 01:49:12 #132 CACHED 01:49:12 01:49:12 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:49:12 #133 CACHED 01:49:12 01:49:12 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #134 CACHED 01:49:12 01:49:12 #135 [security-proxy-auth builder 6/7] COPY . . 01:49:12 #135 CACHED 01:49:12 01:49:12 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:49:12 #136 CACHED 01:49:12 01:49:12 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #137 CACHED 01:49:12 01:49:12 #120 [core-data builder 6/7] COPY . . 01:49:12 #120 DONE 2.2s 01:49:12 01:49:12 #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #138 CACHED 01:49:12 01:49:12 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:49:12 #139 CACHED 01:49:12 01:49:12 #140 [core-common-config-bootstrapper builder 6/7] COPY . . 01:49:12 #140 CACHED 01:49:12 01:49:12 #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:12 #141 CACHED 01:49:12 01:49:12 #142 [core-command builder 4/7] COPY go.mod vendor* ./ 01:49:12 #142 CACHED 01:49:12 01:49:12 #143 [core-command builder 6/7] COPY . . 01:49:12 #143 CACHED 01:49:13 01:49:13 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:49:13 Still waiting to schedule task 01:49:13 ‘prd-centos7-docker-4c-2g-3172’ is offline 01:49:18 #144 ... 01:49:18 01:49:18 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:49:18 #0 5.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:49:18 #145 ... 01:49:18 01:49:18 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:49:18 #0 5.805 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:49:18 #146 ... 01:49:18 01:49:18 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:49:18 #0 6.286 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:49:19 #147 ... 01:49:19 01:49:19 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:49:19 #131 6.511 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:49:22 #131 ... 01:49:22 01:49:22 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:49:22 #0 4.762 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:49:22 #148 ... 01:49:22 01:49:22 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:49:22 #0 6.630 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:49:22 #149 ... 01:49:22 01:49:22 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:49:22 #0 6.465 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:49:23 #150 ... 01:49:23 01:49:23 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:49:23 #0 6.269 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:49:23 #151 ... 01:49:23 01:49:23 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:49:23 #0 6.226 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:49:23 #152 ... 01:49:23 01:49:23 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:49:23 #0 4.419 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:49:23 #153 ... 01:49:23 01:49:23 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:49:23 #0 5.943 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:49:23 #154 ... 01:49:23 01:49:23 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:49:23 #144 6.606 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:50:29 Running on prd-centos7-docker-4c-2g-3174 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:29 provisioning config files... 01:50:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4367812126802407289tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:30 ---> ****-login.sh 01:50:30 nexus3.edgexfoundry.org:10001 01:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:30 Configure a credential helper to remove this warning. See 01:50:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:30 01:50:30 Login Succeeded 01:50:30 nexus3.edgexfoundry.org:10002 01:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:30 Configure a credential helper to remove this warning. See 01:50:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:30 01:50:30 Login Succeeded 01:50:30 nexus3.edgexfoundry.org:10003 01:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:30 Configure a credential helper to remove this warning. See 01:50:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:30 01:50:30 Login Succeeded 01:50:30 nexus3.edgexfoundry.org:10004 01:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:30 Configure a credential helper to remove this warning. See 01:50:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:30 01:50:30 Login Succeeded 01:50:30 ****.io 01:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:30 Configure a credential helper to remove this warning. See 01:50:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:30 01:50:30 Login Succeeded 01:50:30 ---> ****-login.sh ends [Pipeline] } 01:50:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:50:31 + docker buildx ls 01:50:31 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:50:31 default * docker 01:50:31 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:50:31 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:50:31 edgex-builder [Pipeline] sh 01:50:32 + docker buildx inspect --bootstrap 01:50:32 #1 [internal] booting buildkit 01:50:32 #1 pulling image moby/buildkit:buildx-stable-1 01:50:36 #1 pulling image moby/buildkit:buildx-stable-1 3.5s done 01:50:36 #1 creating container buildx_buildkit_edgex-builder0 01:50:37 #1 creating container buildx_buildkit_edgex-builder0 2.3s done 01:50:37 #1 DONE 5.8s 01:50:38 Name: edgex-builder 01:50:38 Driver: docker-container 01:50:38 01:50:38 Nodes: 01:50:38 Name: edgex-builder0 01:50:38 Endpoint: unix:///var/run/docker.sock 01:50:38 Status: running 01:50:38 Buildkit: v0.22.0 01:50:38 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:50:38 + docker buildx ls 01:50:38 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:50:38 edgex-builder * docker-container 01:50:38 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:50:38 default docker 01:50:38 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:50:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4' 01:50:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:50:38 #1 [internal] load build definition from Dockerfile 01:50:38 #1 transferring dockerfile: 197B done 01:50:38 #1 DONE 0.0s 01:50:38 01:50:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:38 #2 DONE 0.1s 01:50:38 01:50:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:38 #3 DONE 0.1s 01:50:38 01:50:38 #4 [internal] load .dockerignore 01:50:38 #4 transferring context: 2B done 01:50:38 #4 DONE 0.0s 01:50:38 01:50:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:38 #5 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:38 #5 DONE 0.0s 01:50:38 01:50:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:38 #6 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:39 #6 DONE 0.1s 01:50:39 01:50:39 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:50:39 #7 DONE 0.0s 01:50:39 01:50:39 #8 exporting to image 01:50:39 #8 exporting layers done 01:50:39 #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 0.0s done 01:50:39 #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba 0.0s done 01:50:39 #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done 01:50:39 #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done 01:50:39 #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.0s done 01:50:39 #8 pushing layers 0.1s done 01:50:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 01:50:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done 01:50:39 #8 DONE 0.2s 01:50:39 01:50:39 1 warning found (use --debug to expand): 01:50:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:50:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:50:39 #1 [internal] load build definition from Dockerfile 01:50:39 #1 transferring dockerfile: 163B done 01:50:39 #1 DONE 0.0s 01:50:39 01:50:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:50:39 #2 DONE 0.0s 01:50:39 01:50:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:50:39 #3 DONE 0.0s 01:50:39 01:50:39 #4 [internal] load .dockerignore 01:50:39 #4 transferring context: 2B done 01:50:39 #4 DONE 0.0s 01:50:40 01:50:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:40 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:40 #5 CACHED 01:50:40 01:50:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:40 #6 CACHED 01:50:40 01:50:40 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:50:40 #7 DONE 0.0s 01:50:40 01:50:40 #8 exporting to image 01:50:40 #8 exporting layers done 01:50:40 #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done 01:50:40 #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done 01:50:40 #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done 01:50:40 #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done 01:50:40 #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done 01:50:40 #8 pushing layers 0.0s done 01:50:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 01:50:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done 01:50:40 #8 DONE 0.1s 01:50:40 01:50:40 1 warning found (use --debug to expand): 01:50:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 --push - 01:50:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23' 01:50:40 #1 [internal] load build definition from Dockerfile 01:50:40 #1 transferring dockerfile: 169B done 01:50:40 #1 DONE 0.0s 01:50:40 01:50:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 01:50:40 #2 DONE 0.0s 01:50:40 01:50:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23 01:50:40 #3 DONE 0.0s 01:50:40 01:50:40 #4 [internal] load .dockerignore 01:50:40 #4 transferring context: 2B done 01:50:40 #4 DONE 0.0s 01:50:40 01:50:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:40 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:40 #5 DONE 0.0s 01:50:40 01:50:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:40 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:40 #6 CACHED 01:50:40 01:50:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:40 #5 CACHED 01:50:40 01:50:40 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:50:40 #7 DONE 0.0s 01:50:40 01:50:40 #8 exporting to image 01:50:40 #8 exporting layers done 01:50:40 #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done 01:50:40 #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done 01:50:40 #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done 01:50:40 #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done 01:50:40 #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done 01:50:40 #8 pushing layers 0.0s done 01:50:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.23@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done 01:50:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:40 #8 DONE 0.1s 01:50:40 01:50:40 1 warning found (use --debug to expand): 01:50:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:50:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:50:40 #1 [internal] load build definition from Dockerfile 01:50:40 #1 transferring dockerfile: 210B done 01:50:40 #1 DONE 0.0s 01:50:40 01:50:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:40 #2 DONE 0.0s 01:50:40 01:50:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:40 #3 DONE 0.0s 01:50:40 01:50:40 #4 [internal] load .dockerignore 01:50:40 #4 transferring context: 2B done 01:50:40 #4 DONE 0.0s 01:50:41 01:50:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:41 #5 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:41 #5 CACHED 01:50:41 01:50:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:41 #6 resolve nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:41 #6 CACHED 01:50:41 01:50:41 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:50:41 #7 DONE 0.0s 01:50:41 01:50:41 #8 exporting to image 01:50:41 #8 exporting layers done 01:50:41 #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done 01:50:41 #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done 01:50:41 #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done 01:50:41 #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done 01:50:41 #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done 01:50:41 #8 pushing layers 0.0s done 01:50:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done 01:50:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:41 #8 DONE 0.1s 01:50:41 01:50:41 1 warning found (use --debug to expand): 01:50:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:50:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:50:41 #1 [internal] load build definition from Dockerfile 01:50:41 #1 transferring dockerfile: 161B done 01:50:41 #1 DONE 0.0s 01:50:41 01:50:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:50:41 #2 DONE 0.0s 01:50:41 01:50:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:50:41 #3 DONE 0.0s 01:50:41 01:50:41 #4 [internal] load .dockerignore 01:50:41 #4 transferring context: 2B done 01:50:41 #4 DONE 0.0s 01:50:41 01:50:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:41 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:41 #5 DONE 0.0s 01:50:41 01:50:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:41 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 0.0s done 01:50:41 #6 CACHED 01:50:41 01:50:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3bbae92be803a0a7aff6d4596fd22a6e3c7b1fb7d9c99950f6e56aef8edf2333 01:50:41 #5 CACHED 01:50:41 01:50:41 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:50:41 #7 DONE 0.0s 01:50:41 01:50:41 #8 exporting to image 01:50:41 #8 exporting layers done 01:50:41 #8 exporting manifest sha256:61c0613d03cfbf044e444b8ce85f7a2520d428f43dfbd2c418605d3ffea1daa7 done 01:50:41 #8 exporting config sha256:9554846a4859f5f392585ea86fb28c04f4ef8f65687084b8b609bc24b2f0a8ba done 01:50:41 #8 exporting manifest sha256:8f5e4699a866b8b101cacdc69759596f3b202304018bc04d200fba982d9e86f5 done 01:50:41 #8 exporting config sha256:7825b04bc44a9db49ce5b032930ec2cbe7a45aedbb94d9d814a9b520e5b741a0 done 01:50:41 #8 exporting manifest list sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e done 01:50:41 #8 pushing layers 0.0s done 01:50:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:714ee4d03239a8db20a2d7da4b52c1356f7937cd1701460b4c0a0069336b792e 0.1s done 01:50:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:41 #8 DONE 0.1s 01:50:41 01:50:41 1 warning found (use --debug to expand): 01:50:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:50:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4' 01:50:41 #1 [internal] load build definition from Dockerfile 01:50:41 #1 transferring dockerfile: 216B done 01:50:41 #1 DONE 0.0s 01:50:41 01:50:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:41 #2 DONE 0.0s 01:50:41 01:50:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:41 #3 DONE 0.1s 01:50:41 01:50:41 #4 [internal] load .dockerignore 01:50:42 #4 transferring context: 2B done 01:50:42 #4 DONE 0.0s 01:50:42 01:50:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:42 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:42 #5 DONE 0.0s 01:50:42 01:50:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:42 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:42 #6 DONE 0.6s 01:50:42 01:50:42 #7 exporting to image 01:50:42 #7 exporting layers done 01:50:42 #7 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 0.1s done 01:50:42 #7 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba 0.0s done 01:50:42 #7 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 0.0s done 01:50:42 #7 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 01:50:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:43 #7 ... 01:50:43 01:50:43 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:43 #8 DONE 0.0s 01:50:43 01:50:43 #7 exporting to image 01:50:43 #7 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done 01:50:43 #7 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.0s done 01:50:43 #7 pushing layers 0.1s done 01:50:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 01:50:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done 01:50:43 #7 DONE 0.3s 01:50:43 01:50:43 1 warning found (use --debug to expand): 01:50:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:50:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:50:43 #1 [internal] load build definition from Dockerfile 01:50:43 #1 transferring dockerfile: 182B done 01:50:43 #1 DONE 0.0s 01:50:43 01:50:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:50:43 #2 DONE 0.0s 01:50:43 01:50:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:50:43 #3 DONE 0.0s 01:50:43 01:50:43 #4 [internal] load .dockerignore 01:50:43 #4 transferring context: 2B done 01:50:43 #4 DONE 0.0s 01:50:43 01:50:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:43 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:43 #5 CACHED 01:50:43 01:50:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:43 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:43 #6 CACHED 01:50:43 01:50:43 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:43 #7 DONE 0.0s 01:50:43 01:50:43 #8 exporting to image 01:50:43 #8 exporting layers done 01:50:43 #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done 01:50:43 #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done 01:50:43 #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done 01:50:43 #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done 01:50:43 #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done 01:50:43 #8 pushing layers 0.0s done 01:50:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 01:50:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done 01:50:43 #8 DONE 0.1s 01:50:43 01:50:43 1 warning found (use --debug to expand): 01:50:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23' 01:50:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 --push - 01:50:44 #1 [internal] load build definition from Dockerfile 01:50:44 #1 transferring dockerfile: 188B done 01:50:44 #1 DONE 0.0s 01:50:44 01:50:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 01:50:44 #2 DONE 0.0s 01:50:44 01:50:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23 01:50:44 #3 DONE 0.0s 01:50:44 01:50:44 #4 [internal] load .dockerignore 01:50:44 #4 transferring context: 2B done 01:50:44 #4 DONE 0.0s 01:50:44 01:50:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:44 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:44 #5 CACHED 01:50:44 01:50:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:44 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:44 #6 CACHED 01:50:44 01:50:44 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:44 #7 DONE 0.0s 01:50:44 01:50:44 #8 exporting to image 01:50:44 #8 exporting layers done 01:50:44 #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done 01:50:44 #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done 01:50:44 #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done 01:50:44 #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done 01:50:44 #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done 01:50:44 #8 pushing layers 0.0s done 01:50:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 01:50:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.23@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done 01:50:44 #8 DONE 0.1s 01:50:44 01:50:44 1 warning found (use --debug to expand): 01:50:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:50:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:50:44 #1 [internal] load build definition from Dockerfile 01:50:44 #1 transferring dockerfile: 229B done 01:50:44 #1 DONE 0.0s 01:50:44 01:50:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:44 #2 DONE 0.0s 01:50:44 01:50:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:44 #3 DONE 0.0s 01:50:44 01:50:44 #4 [internal] load .dockerignore 01:50:44 #4 transferring context: 2B done 01:50:44 #4 DONE 0.0s 01:50:44 01:50:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:44 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:44 #5 DONE 0.0s 01:50:44 01:50:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:44 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:44 #6 CACHED 01:50:44 01:50:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:44 #5 CACHED 01:50:44 01:50:44 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:44 #7 DONE 0.0s 01:50:44 01:50:44 #8 exporting to image 01:50:44 #8 exporting layers done 01:50:44 #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done 01:50:44 #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done 01:50:44 #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done 01:50:44 #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done 01:50:44 #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done 01:50:44 #8 pushing layers 0.0s done 01:50:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done 01:50:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:44 #8 DONE 0.1s 01:50:44 01:50:44 1 warning found (use --debug to expand): 01:50:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:50:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:50:45 #1 [internal] load build definition from Dockerfile 01:50:45 #1 transferring dockerfile: 180B done 01:50:45 #1 DONE 0.0s 01:50:45 01:50:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:50:45 #2 DONE 0.0s 01:50:45 01:50:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:50:45 #3 DONE 0.0s 01:50:45 01:50:45 #4 [internal] load .dockerignore 01:50:45 #4 transferring context: 2B done 01:50:45 #4 DONE 0.0s 01:50:45 01:50:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:45 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:45 #5 CACHED 01:50:45 01:50:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 01:50:45 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:286e00a54fcbd4e622fe8d6c250814730edc79738cbfa71ec1018c7d8fe338e3 0.0s done 01:50:45 #6 CACHED 01:50:45 01:50:45 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:45 #7 DONE 0.0s 01:50:45 01:50:45 #8 exporting to image 01:50:45 #8 exporting layers done 01:50:45 #8 exporting manifest sha256:dab4d0db6723898baabea165696853188ed52bc6d08fad7811f24e8f0cf69266 done 01:50:45 #8 exporting config sha256:2a4629e6b4f30be0cde1676635eea22dd7edb96a3bacb088974d87d55dd7f8ba done 01:50:45 #8 exporting manifest sha256:e37315e5e9ec16ce2795708288fcf7713623780d5537e89b3acff9221a6f36b6 done 01:50:45 #8 exporting config sha256:d628478e287c68eabee3ee860bfc5646fb47a2b5c67a0b41a8bd730caa667745 done 01:50:45 #8 exporting manifest list sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 done 01:50:45 #8 pushing layers 0.0s done 01:50:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:803e87f6d489537d129ffbc53f080d7b0ebff0608cd820e430837a8116957877 0.1s done 01:50:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:45 #8 DONE 0.1s 01:50:45 01:50:45 1 warning found (use --debug to expand): 01:50:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4' 01:50:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:50:46 #1 [internal] load build definition from Dockerfile 01:50:46 #1 transferring dockerfile: 194B done 01:50:46 #1 DONE 0.0s 01:50:46 01:50:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:46 #2 DONE 0.0s 01:50:46 01:50:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:46 #3 DONE 0.1s 01:50:46 01:50:46 #4 [internal] load .dockerignore 01:50:46 #4 transferring context: 01:50:46 #4 transferring context: 2B done 01:50:46 #4 DONE 0.0s 01:50:46 01:50:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:46 #5 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:46 #5 DONE 0.0s 01:50:46 01:50:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:46 #6 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:46 #6 DONE 0.1s 01:50:46 01:50:46 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:50:46 #7 DONE 0.0s 01:50:46 01:50:46 #8 exporting to image 01:50:46 #8 exporting layers done 01:50:46 #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done 01:50:46 #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done 01:50:46 #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 0.0s done 01:50:46 #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done 01:50:46 #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done 01:50:46 #8 pushing layers 0.1s done 01:50:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 01:50:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done 01:50:46 #8 DONE 0.2s 01:50:46 01:50:46 1 warning found (use --debug to expand): 01:50:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:50:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:50:46 #1 [internal] load build definition from Dockerfile 01:50:46 #1 transferring dockerfile: 160B done 01:50:46 #1 DONE 0.0s 01:50:46 01:50:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:50:46 #2 DONE 0.0s 01:50:46 01:50:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:50:46 #3 DONE 0.0s 01:50:46 01:50:46 #4 [internal] load .dockerignore 01:50:46 #4 transferring context: 2B done 01:50:46 #4 DONE 0.0s 01:50:46 01:50:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:46 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:46 #5 CACHED 01:50:46 01:50:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:46 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:46 #6 CACHED 01:50:46 01:50:46 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:50:46 #7 DONE 0.0s 01:50:46 01:50:46 #8 exporting to image 01:50:46 #8 exporting layers done 01:50:46 #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done 01:50:46 #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done 01:50:46 #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 done 01:50:46 #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done 01:50:46 #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done 01:50:46 #8 pushing layers 0.0s done 01:50:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done 01:50:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:46 #8 DONE 0.1s 01:50:46 01:50:46 1 warning found (use --debug to expand): 01:50:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23' 01:50:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 --push - 01:50:47 #1 [internal] load build definition from Dockerfile 01:50:47 #1 transferring dockerfile: 166B done 01:50:47 #1 DONE 0.0s 01:50:47 01:50:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 01:50:47 #2 DONE 0.0s 01:50:47 01:50:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23 01:50:47 #3 DONE 0.0s 01:50:47 01:50:47 #4 [internal] load .dockerignore 01:50:47 #4 transferring context: 2B done 01:50:47 #4 DONE 0.0s 01:50:47 01:50:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:47 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:47 #5 CACHED 01:50:47 01:50:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:47 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:47 #6 CACHED 01:50:47 01:50:47 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:50:47 #7 DONE 0.0s 01:50:47 01:50:47 #8 exporting to image 01:50:47 #8 exporting layers done 01:50:47 #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done 01:50:47 #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done 01:50:47 #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 done 01:50:47 #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done 01:50:47 #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done 01:50:47 #8 pushing layers 0.0s done 01:50:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.23@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done 01:50:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:47 #8 DONE 0.1s 01:50:47 01:50:47 1 warning found (use --debug to expand): 01:50:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:50:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:50:47 #1 [internal] load build definition from Dockerfile 01:50:47 #1 transferring dockerfile: 207B done 01:50:47 #1 DONE 0.0s 01:50:47 01:50:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:47 #2 DONE 0.0s 01:50:47 01:50:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:47 #3 DONE 0.0s 01:50:47 01:50:47 #4 [internal] load .dockerignore 01:50:47 #4 transferring context: 2B done 01:50:47 #4 DONE 0.0s 01:50:47 01:50:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:47 #5 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:47 #5 CACHED 01:50:47 01:50:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:47 #6 resolve nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:47 #6 CACHED 01:50:47 01:50:47 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:50:47 #7 DONE 0.0s 01:50:47 01:50:47 #8 exporting to image 01:50:47 #8 exporting layers done 01:50:47 #8 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done 01:50:47 #8 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done 01:50:47 #8 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 done 01:50:47 #8 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 done 01:50:47 #8 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 done 01:50:47 #8 pushing layers 0.0s done 01:50:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done 01:50:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:47 #8 DONE 0.1s 01:50:47 01:50:47 1 warning found (use --debug to expand): 01:50:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:50:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:50:48 #1 [internal] load build definition from Dockerfile 01:50:48 #1 transferring dockerfile: 01:50:49 #1 transferring dockerfile: 158B done 01:50:49 #1 DONE 0.2s 01:50:49 01:50:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:50:49 #2 DONE 0.1s 01:50:49 01:50:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:50:49 #3 DONE 0.1s 01:50:49 01:50:49 #4 [internal] load .dockerignore 01:50:49 #4 transferring context: 2B done 01:50:49 #4 DONE 0.1s 01:50:49 01:50:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:49 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.0s done 01:50:49 #5 CACHED 01:50:49 01:50:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 01:50:49 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:5a2cc490bb55800b2d6e4fe151e2dcc98b68ca74e90e8ce78e35aea636115272 0.1s done 01:50:49 #6 CACHED 01:50:49 01:50:49 #7 exporting to image 01:50:49 #7 exporting layers done 01:50:49 #7 exporting manifest sha256:2769a46682b543f0b4bed8911e4043832998e0e74ed6e8bfe5df359300fc16d8 done 01:50:49 #7 exporting config sha256:e18c79576b1e610f6a4646c1fb8cdc81c7da9c45795c5a97c243104a94860c05 done 01:50:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:49 #7 ... 01:50:49 01:50:49 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:50:49 #8 DONE 0.0s 01:50:49 01:50:49 #7 exporting to image 01:50:49 #7 exporting manifest sha256:8ed389dea5bad047a19a9df00596121a2d77478d3b05dcbc67370a2a2bf4c495 0.0s done 01:50:49 #7 exporting config sha256:ee7bd15cf13505e5f290bef9e55db3dd9b724c98a82343b4c134fb01e27b1b08 0.0s done 01:50:49 #7 exporting manifest list sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.0s done 01:50:49 #7 pushing layers 0.0s done 01:50:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 01:50:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:5300b0f0b392f325906a6f444505b859f469095bfa3b0b7cd651c03ad6573797 0.1s done 01:50:49 #7 DONE 0.2s 01:50:49 01:50:49 1 warning found (use --debug to expand): 01:50:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4' 01:50:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:50:50 #1 [internal] load build definition from Dockerfile 01:50:50 #1 transferring dockerfile: 01:50:50 #1 transferring dockerfile: 196B done 01:50:50 #1 DONE 0.1s 01:50:50 01:50:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:50 #2 DONE 0.2s 01:50:50 01:50:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:50 #3 DONE 0.2s 01:50:50 01:50:50 #4 [internal] load .dockerignore 01:50:50 #4 transferring context: 2B done 01:50:50 #4 DONE 0.1s 01:50:50 01:50:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:50 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:50 #5 DONE 0.0s 01:50:50 01:50:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:50 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:51 #6 DONE 0.4s 01:50:51 01:50:51 #7 exporting to image 01:50:51 #7 exporting layers done 01:50:51 #7 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b 0.1s done 01:50:51 #7 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 0.0s done 01:50:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:51 #7 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 0.0s done 01:50:51 #7 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 01:50:51 #7 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 0.1s done 01:50:51 #7 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done 01:50:51 #7 pushing layers 01:50:51 #7 ... 01:50:51 01:50:51 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:51 #8 DONE 0.0s 01:50:51 01:50:51 #7 exporting to image 01:50:51 #7 pushing layers 0.1s done 01:50:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 01:50:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done 01:50:51 #7 DONE 0.5s 01:50:51 01:50:51 1 warning found (use --debug to expand): 01:50:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:50:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:50:52 #1 [internal] load build definition from Dockerfile 01:50:52 #1 transferring dockerfile: 162B done 01:50:52 #1 DONE 0.0s 01:50:52 01:50:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:50:52 #2 DONE 0.0s 01:50:52 01:50:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:50:52 #3 DONE 0.0s 01:50:52 01:50:52 #4 [internal] load .dockerignore 01:50:52 #4 transferring context: 2B done 01:50:52 #4 DONE 0.0s 01:50:52 01:50:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:52 #5 CACHED 01:50:52 01:50:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:52 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:52 #6 CACHED 01:50:52 01:50:52 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:52 #7 DONE 0.0s 01:50:52 01:50:52 #8 exporting to image 01:50:52 #8 exporting layers done 01:50:52 #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done 01:50:52 #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done 01:50:52 #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done 01:50:52 #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done 01:50:52 #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done 01:50:52 #8 pushing layers 0.0s done 01:50:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 01:50:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done 01:50:52 #8 DONE 0.1s 01:50:52 01:50:52 1 warning found (use --debug to expand): 01:50:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23' 01:50:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 --push - 01:50:52 #1 [internal] load build definition from Dockerfile 01:50:52 #1 transferring dockerfile: 168B done 01:50:52 #1 DONE 0.0s 01:50:52 01:50:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 01:50:52 #2 DONE 0.0s 01:50:52 01:50:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23 01:50:52 #3 DONE 0.0s 01:50:52 01:50:52 #4 [internal] load .dockerignore 01:50:52 #4 transferring context: 2B done 01:50:52 #4 DONE 0.0s 01:50:52 01:50:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:52 #5 CACHED 01:50:52 01:50:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:52 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:52 #6 CACHED 01:50:52 01:50:52 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:52 #7 DONE 0.0s 01:50:52 01:50:52 #8 exporting to image 01:50:52 #8 exporting layers done 01:50:52 #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done 01:50:52 #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done 01:50:52 #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done 01:50:52 #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done 01:50:52 #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done 01:50:52 #8 pushing layers 0.0s done 01:50:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.23@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done 01:50:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:52 #8 DONE 0.1s 01:50:52 01:50:52 1 warning found (use --debug to expand): 01:50:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:50:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:50:53 #1 [internal] load build definition from Dockerfile 01:50:53 #1 transferring dockerfile: 209B done 01:50:53 #1 DONE 0.0s 01:50:53 01:50:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:53 #2 DONE 0.0s 01:50:53 01:50:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:53 #3 DONE 0.0s 01:50:53 01:50:53 #4 [internal] load .dockerignore 01:50:53 #4 transferring context: 2B done 01:50:53 #4 DONE 0.0s 01:50:53 01:50:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 done 01:50:53 #5 DONE 0.0s 01:50:53 01:50:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:53 #6 CACHED 01:50:53 01:50:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:53 #5 CACHED 01:50:53 01:50:53 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:53 #7 DONE 0.0s 01:50:53 01:50:53 #8 exporting to image 01:50:53 #8 exporting layers done 01:50:53 #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done 01:50:53 #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done 01:50:53 #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done 01:50:53 #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done 01:50:53 #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done 01:50:53 #8 pushing layers 0.0s done 01:50:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done 01:50:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:53 #8 DONE 0.1s 01:50:53 01:50:53 1 warning found (use --debug to expand): 01:50:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:50:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:50:53 #1 [internal] load build definition from Dockerfile 01:50:53 #1 transferring dockerfile: 160B done 01:50:53 #1 DONE 0.0s 01:50:53 01:50:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:50:53 #2 DONE 0.0s 01:50:53 01:50:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:50:53 #3 DONE 0.0s 01:50:53 01:50:53 #4 [internal] load .dockerignore 01:50:53 #4 transferring context: 2B done 01:50:53 #4 DONE 0.0s 01:50:53 01:50:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:53 #5 DONE 0.0s 01:50:53 01:50:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 0.0s done 01:50:53 #6 CACHED 01:50:53 01:50:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0c899e9e4973351139cba1f452621e563bf5a39d4439cd979c1b3c0cae5fc328 01:50:53 #5 CACHED 01:50:53 01:50:53 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:53 #7 DONE 0.0s 01:50:53 01:50:53 #8 exporting to image 01:50:53 #8 exporting layers done 01:50:53 #8 exporting manifest sha256:c117db01e34304d95a1b9806fb480c3810994cab4b0b7583b0e5ff7429f68d7b done 01:50:53 #8 exporting config sha256:3f41aa606e83514161a0cd46ea0dff2464ef3dd69db5fd9ef876574f58f33228 done 01:50:53 #8 exporting manifest sha256:09725ab67be2ee01afadf1cbca788a628859b6a991c38d75be76720d1750fa53 done 01:50:53 #8 exporting config sha256:bd00929f113005f6e664901d6839d25cf8e00f0b96f9efb0fac154b478d04324 done 01:50:53 #8 exporting manifest list sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 done 01:50:53 #8 pushing layers 0.0s done 01:50:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:e74da3fa8e4bc0b18f5e124cb804ca107568790a35c02457e8d2f1f92e2206a9 0.1s done 01:50:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:53 #8 DONE 0.1s 01:50:53 01:50:53 1 warning found (use --debug to expand): 01:50:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4' 01:50:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:50:54 #1 [internal] load build definition from Dockerfile 01:50:54 #1 transferring dockerfile: 198B done 01:50:54 #1 DONE 0.0s 01:50:54 01:50:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:54 #2 DONE 0.0s 01:50:54 01:50:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:54 #3 DONE 0.0s 01:50:54 01:50:54 #4 [internal] load .dockerignore 01:50:54 #4 transferring context: 2B done 01:50:54 #4 DONE 0.0s 01:50:54 01:50:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:54 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:54 #5 ... 01:50:54 01:50:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:54 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:54 #6 DONE 0.1s 01:50:54 01:50:54 #7 exporting to image 01:50:54 #7 exporting layers done 01:50:54 #7 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e 0.0s done 01:50:54 #7 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 01:50:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:54 #7 ... 01:50:54 01:50:54 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:50:54 #8 DONE 0.0s 01:50:54 01:50:54 #7 exporting to image 01:50:54 #7 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done 01:50:54 #7 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done 01:50:54 #7 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done 01:50:54 #7 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.0s done 01:50:54 #7 pushing layers 0.1s done 01:50:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 01:50:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done 01:50:54 #7 DONE 0.2s 01:50:54 01:50:54 1 warning found (use --debug to expand): 01:50:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:50:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:50:55 #1 [internal] load build definition from Dockerfile 01:50:55 #1 transferring dockerfile: 164B done 01:50:55 #1 DONE 0.0s 01:50:55 01:50:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:50:55 #2 DONE 0.0s 01:50:55 01:50:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:50:55 #3 DONE 0.0s 01:50:55 01:50:55 #4 [internal] load .dockerignore 01:50:55 #4 transferring context: 2B done 01:50:55 #4 DONE 0.0s 01:50:55 01:50:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:55 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:55 #5 DONE 0.0s 01:50:55 01:50:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:55 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:55 #6 CACHED 01:50:55 01:50:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:55 #5 CACHED 01:50:55 01:50:55 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:50:55 #7 DONE 0.0s 01:50:55 01:50:55 #8 exporting to image 01:50:55 #8 exporting layers done 01:50:55 #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done 01:50:55 #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done 01:50:55 #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done 01:50:55 #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done 01:50:55 #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done 01:50:55 #8 pushing layers 0.0s done 01:50:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done 01:50:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:55 #8 DONE 0.1s 01:50:55 01:50:55 1 warning found (use --debug to expand): 01:50:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 --push - 01:50:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23' 01:50:55 #1 [internal] load build definition from Dockerfile 01:50:55 #1 transferring dockerfile: 170B done 01:50:55 #1 DONE 0.0s 01:50:55 01:50:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 01:50:55 #2 DONE 0.0s 01:50:55 01:50:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23 01:50:55 #3 DONE 0.0s 01:50:55 01:50:55 #4 [internal] load .dockerignore 01:50:55 #4 transferring context: 2B done 01:50:55 #4 DONE 0.0s 01:50:55 01:50:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:55 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:55 #5 DONE 0.0s 01:50:55 01:50:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:55 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:55 #6 CACHED 01:50:55 01:50:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:55 #5 CACHED 01:50:55 01:50:55 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:50:55 #7 DONE 0.0s 01:50:55 01:50:55 #8 exporting to image 01:50:55 #8 exporting layers done 01:50:55 #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done 01:50:55 #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done 01:50:55 #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done 01:50:55 #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done 01:50:55 #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done 01:50:55 #8 pushing layers 0.0s done 01:50:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.23@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done 01:50:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:55 #8 DONE 0.1s 01:50:55 01:50:55 1 warning found (use --debug to expand): 01:50:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:50:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:50:56 #1 [internal] load build definition from Dockerfile 01:50:56 #1 transferring dockerfile: 211B done 01:50:56 #1 DONE 0.0s 01:50:56 01:50:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:56 #2 DONE 0.0s 01:50:56 01:50:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:56 #3 DONE 0.0s 01:50:56 01:50:56 #4 [internal] load .dockerignore 01:50:56 #4 transferring context: 2B done 01:50:56 #4 DONE 0.0s 01:50:56 01:50:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:56 #5 CACHED 01:50:56 01:50:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:56 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:56 #6 CACHED 01:50:56 01:50:56 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:50:56 #7 DONE 0.0s 01:50:56 01:50:56 #8 exporting to image 01:50:56 #8 exporting layers done 01:50:56 #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done 01:50:56 #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done 01:50:56 #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done 01:50:56 #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done 01:50:56 #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done 01:50:56 #8 pushing layers 0.0s done 01:50:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done 01:50:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:56 #8 DONE 0.1s 01:50:56 01:50:56 1 warning found (use --debug to expand): 01:50:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:50:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:50:56 #1 [internal] load build definition from Dockerfile 01:50:56 #1 transferring dockerfile: 162B done 01:50:56 #1 DONE 0.0s 01:50:56 01:50:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:50:56 #2 DONE 0.0s 01:50:56 01:50:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:50:56 #3 DONE 0.0s 01:50:56 01:50:56 #4 [internal] load .dockerignore 01:50:56 #4 transferring context: 2B done 01:50:56 #4 DONE 0.0s 01:50:56 01:50:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:56 #5 DONE 0.0s 01:50:56 01:50:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:56 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 0.0s done 01:50:56 #6 CACHED 01:50:56 01:50:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:94f0ce5e015a9c965bf699bcfc7ab3c7e879547e7a17937ae7fb20ab00205e5e 01:50:56 #5 CACHED 01:50:56 01:50:56 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:50:56 #7 DONE 0.0s 01:50:56 01:50:56 #8 exporting to image 01:50:56 #8 exporting layers done 01:50:56 #8 exporting manifest sha256:2ea8344fc387124412d43f15bf29030f7ca25ebca9b29fc0df3db4a5ab91a41e done 01:50:56 #8 exporting config sha256:0d9f7c64d3eb3a3f499bc82814f90a708e9569eaac93661d2c91be58491225d9 done 01:50:56 #8 exporting manifest sha256:02f61df6d12c721222927d50af25305dd198879ba71caeeed233dbbe45c3447d done 01:50:56 #8 exporting config sha256:192a9bb6b9c2088bb6dac083a55a337793271cee0d1a8f4a03a4fc4ba2455816 done 01:50:56 #8 exporting manifest list sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 done 01:50:56 #8 pushing layers 0.0s done 01:50:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:285300982a8c4dec70136acb2107f63b091b10033fdf0dab0df67b9b66f24386 0.1s done 01:50:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:56 #8 DONE 0.1s 01:50:56 01:50:56 1 warning found (use --debug to expand): 01:50:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4' 01:50:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:50:57 #1 [internal] load build definition from Dockerfile 01:50:57 #1 transferring dockerfile: 206B done 01:50:57 #1 DONE 0.0s 01:50:57 01:50:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:57 #2 DONE 0.0s 01:50:57 01:50:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4 01:50:57 #3 DONE 0.1s 01:50:57 01:50:57 #4 [internal] load .dockerignore 01:50:57 #4 transferring context: 2B done 01:50:57 #4 DONE 0.0s 01:50:57 01:50:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:57 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:57 #5 DONE 0.0s 01:50:57 01:50:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:57 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:57 #6 DONE 0.2s 01:50:57 01:50:57 #7 exporting to image 01:50:57 #7 exporting layers done 01:50:57 #7 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 0.0s done 01:50:57 #7 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done 01:50:57 #7 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab 0.0s done 01:50:57 #7 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab 01:50:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:57 #7 ... 01:50:57 01:50:57 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:57 #8 DONE 0.0s 01:50:57 01:50:57 #7 exporting to image 01:50:57 #7 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done 01:50:57 #7 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done 01:50:57 #7 pushing layers 0.1s done 01:50:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 01:50:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done 01:50:58 #7 DONE 0.2s 01:50:58 01:50:58 1 warning found (use --debug to expand): 01:50:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:50:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:50:58 #1 [internal] load build definition from Dockerfile 01:50:58 #1 transferring dockerfile: 172B done 01:50:58 #1 DONE 0.0s 01:50:58 01:50:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:50:58 #2 DONE 0.0s 01:50:58 01:50:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:50:58 #3 DONE 0.0s 01:50:58 01:50:58 #4 [internal] load .dockerignore 01:50:58 #4 transferring context: 2B done 01:50:58 #4 DONE 0.0s 01:50:58 01:50:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:58 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:58 #5 CACHED 01:50:58 01:50:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:58 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:58 #6 CACHED 01:50:58 01:50:58 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:58 #7 DONE 0.0s 01:50:58 01:50:58 #8 exporting to image 01:50:58 #8 exporting layers done 01:50:58 #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done 01:50:58 #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done 01:50:58 #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done 01:50:58 #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done 01:50:58 #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done 01:50:58 #8 pushing layers 0.0s done 01:50:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done 01:50:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:58 #8 DONE 0.1s 01:50:58 01:50:58 1 warning found (use --debug to expand): 01:50:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23' 01:50:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 --push - 01:50:58 #1 [internal] load build definition from Dockerfile 01:50:58 #1 transferring dockerfile: 178B done 01:50:58 #1 DONE 0.0s 01:50:58 01:50:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 01:50:58 #2 DONE 0.0s 01:50:58 01:50:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23 01:50:58 #3 DONE 0.0s 01:50:58 01:50:58 #4 [internal] load .dockerignore 01:50:58 #4 transferring context: 2B done 01:50:58 #4 DONE 0.0s 01:50:58 01:50:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:58 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:58 #5 DONE 0.0s 01:50:58 01:50:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:59 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:59 #6 CACHED 01:50:59 01:50:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:59 #5 CACHED 01:50:59 01:50:59 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:59 #7 DONE 0.0s 01:50:59 01:50:59 #8 exporting to image 01:50:59 #8 exporting layers done 01:50:59 #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done 01:50:59 #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done 01:50:59 #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done 01:50:59 #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done 01:50:59 #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done 01:50:59 #8 pushing layers 0.0s done 01:50:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.23@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done 01:50:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:59 #8 DONE 0.1s 01:50:59 01:50:59 1 warning found (use --debug to expand): 01:50:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:50:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:50:59 #1 [internal] load build definition from Dockerfile 01:50:59 #1 transferring dockerfile: 219B done 01:50:59 #1 DONE 0.0s 01:50:59 01:50:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:59 #2 DONE 0.0s 01:50:59 01:50:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:50:59 #3 DONE 0.0s 01:50:59 01:50:59 #4 [internal] load .dockerignore 01:50:59 #4 transferring context: 2B done 01:50:59 #4 DONE 0.0s 01:50:59 01:50:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:59 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:59 #5 CACHED 01:50:59 01:50:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:50:59 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:50:59 #6 CACHED 01:50:59 01:50:59 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:50:59 #7 DONE 0.0s 01:50:59 01:50:59 #8 exporting to image 01:50:59 #8 exporting layers done 01:50:59 #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done 01:50:59 #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done 01:50:59 #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done 01:50:59 #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done 01:50:59 #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done 01:50:59 #8 pushing layers 0.0s done 01:50:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done 01:50:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:50:59 #8 DONE 0.1s 01:50:59 01:50:59 1 warning found (use --debug to expand): 01:50:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:50:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:50:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:50:59 #1 [internal] load build definition from Dockerfile 01:50:59 #1 transferring dockerfile: 170B done 01:50:59 #1 DONE 0.0s 01:50:59 01:50:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:50:59 #2 DONE 0.0s 01:50:59 01:50:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:50:59 #3 DONE 0.0s 01:50:59 01:50:59 #4 [internal] load .dockerignore 01:50:59 #4 transferring context: 2B done 01:50:59 #4 DONE 0.0s 01:51:00 01:51:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:51:00 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:51:00 #5 CACHED 01:51:00 01:51:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 01:51:00 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9d5bea476a75333a0895c8d209be88dddddb428f046a7c8f755a7345a9552d1e 0.0s done 01:51:00 #6 CACHED 01:51:00 01:51:00 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:00 #7 DONE 0.0s 01:51:00 01:51:00 #8 exporting to image 01:51:00 #8 exporting layers done 01:51:00 #8 exporting manifest sha256:47ca9b35753fea4a5f82ecd0122cdccfedb299d8ec4a82e334e37bc54f5b54a4 done 01:51:00 #8 exporting config sha256:f5e81c80d5cc5662fdeefbc3a1e50fb7f0113dfee349b49ced25d828a6786f49 done 01:51:00 #8 exporting manifest sha256:8388aecc147df28a04aa269c27eb15cee1d55ab0e4bf59f47d23c432066251ab done 01:51:00 #8 exporting config sha256:16f3ee4ce0b3b9d7b0f0793c86ef47b4f393c6376f9b23412e55f2dfcbb885ab done 01:51:00 #8 exporting manifest list sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c done 01:51:00 #8 pushing layers 0.0s done 01:51:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:5cba9c484f873f7967b6231d2a562bdc807cd9425e105050b62a1fb58e73641c 0.1s done 01:51:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:00 #8 DONE 0.1s 01:51:00 01:51:00 1 warning found (use --debug to expand): 01:51:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:00 #1 [internal] load build definition from Dockerfile 01:51:00 #1 transferring dockerfile: 204B done 01:51:00 #1 DONE 0.0s 01:51:00 01:51:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:00 #2 DONE 0.0s 01:51:00 01:51:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:00 #3 DONE 0.0s 01:51:00 01:51:00 #4 [internal] load .dockerignore 01:51:00 #4 transferring context: 2B done 01:51:00 #4 DONE 0.0s 01:51:00 01:51:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:00 #5 ... 01:51:00 01:51:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:00 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:00 #6 DONE 0.1s 01:51:00 01:51:00 #7 exporting to image 01:51:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:00 #7 ... 01:51:00 01:51:00 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:00 #8 DONE 0.0s 01:51:00 01:51:00 #7 exporting to image 01:51:00 #7 exporting layers done 01:51:00 #7 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done 01:51:00 #7 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done 01:51:00 #7 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 0.0s done 01:51:00 #7 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done 01:51:00 #7 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done 01:51:00 #7 pushing layers 0.1s done 01:51:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 01:51:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done 01:51:01 #7 DONE 0.3s 01:51:01 01:51:01 1 warning found (use --debug to expand): 01:51:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:51:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:51:01 #1 [internal] load build definition from Dockerfile 01:51:01 #1 transferring dockerfile: 170B done 01:51:01 #1 DONE 0.0s 01:51:01 01:51:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:51:01 #2 DONE 0.0s 01:51:01 01:51:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:51:01 #3 DONE 0.0s 01:51:01 01:51:01 #4 [internal] load .dockerignore 01:51:01 #4 transferring context: 2B done 01:51:01 #4 DONE 0.0s 01:51:01 01:51:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:01 #5 CACHED 01:51:01 01:51:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:01 #6 CACHED 01:51:01 01:51:01 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:01 #7 DONE 0.0s 01:51:01 01:51:01 #8 exporting to image 01:51:01 #8 exporting layers done 01:51:01 #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done 01:51:01 #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done 01:51:01 #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done 01:51:01 #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done 01:51:01 #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done 01:51:01 #8 pushing layers 0.0s done 01:51:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done 01:51:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:01 #8 DONE 0.1s 01:51:01 01:51:01 1 warning found (use --debug to expand): 01:51:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23' 01:51:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 --push - 01:51:01 #1 [internal] load build definition from Dockerfile 01:51:01 #1 transferring dockerfile: 176B done 01:51:01 #1 DONE 0.0s 01:51:01 01:51:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 01:51:01 #2 DONE 0.0s 01:51:01 01:51:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23 01:51:01 #3 DONE 0.0s 01:51:01 01:51:01 #4 [internal] load .dockerignore 01:51:01 #4 transferring context: 2B done 01:51:01 #4 DONE 0.0s 01:51:01 01:51:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:01 #5 DONE 0.0s 01:51:01 01:51:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:02 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:02 #6 CACHED 01:51:02 01:51:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:02 #5 CACHED 01:51:02 01:51:02 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:02 #7 DONE 0.0s 01:51:02 01:51:02 #8 exporting to image 01:51:02 #8 exporting layers done 01:51:02 #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done 01:51:02 #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done 01:51:02 #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done 01:51:02 #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done 01:51:02 #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done 01:51:02 #8 pushing layers 0.0s done 01:51:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.23@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done 01:51:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:02 #8 DONE 0.1s 01:51:02 01:51:02 1 warning found (use --debug to expand): 01:51:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:02 #1 [internal] load build definition from Dockerfile 01:51:02 #1 transferring dockerfile: 217B done 01:51:02 #1 DONE 0.0s 01:51:02 01:51:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:02 #2 DONE 0.0s 01:51:02 01:51:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:02 #3 DONE 0.0s 01:51:02 01:51:02 #4 [internal] load .dockerignore 01:51:02 #4 transferring context: 2B done 01:51:02 #4 DONE 0.0s 01:51:02 01:51:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:02 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:02 #5 DONE 0.0s 01:51:02 01:51:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:02 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:02 #6 CACHED 01:51:02 01:51:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:02 #5 CACHED 01:51:02 01:51:02 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:02 #7 DONE 0.0s 01:51:02 01:51:02 #8 exporting to image 01:51:02 #8 exporting layers done 01:51:02 #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done 01:51:02 #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done 01:51:02 #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done 01:51:02 #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done 01:51:02 #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done 01:51:02 #8 pushing layers 0.0s done 01:51:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done 01:51:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:02 #8 DONE 0.1s 01:51:02 01:51:02 1 warning found (use --debug to expand): 01:51:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:51:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:51:03 #1 [internal] load build definition from Dockerfile 01:51:03 #1 transferring dockerfile: 168B done 01:51:03 #1 DONE 0.0s 01:51:03 01:51:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:51:03 #2 DONE 0.0s 01:51:03 01:51:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:51:03 #3 DONE 0.0s 01:51:03 01:51:03 #4 [internal] load .dockerignore 01:51:03 #4 transferring context: 2B done 01:51:03 #4 DONE 0.0s 01:51:03 01:51:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:03 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:03 #5 CACHED 01:51:03 01:51:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 01:51:03 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:e000cd25455f966a6347e19a7f1b26fc53de02e6b3583b23e46585f5e50eec00 0.0s done 01:51:03 #6 CACHED 01:51:03 01:51:03 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:03 #7 DONE 0.0s 01:51:03 01:51:03 #8 exporting to image 01:51:03 #8 exporting layers done 01:51:03 #8 exporting manifest sha256:f2d7876c62f45d8d80f589ae2d40760d282c818eeb62ac7b75afd8c5ce588b81 done 01:51:03 #8 exporting config sha256:a061d245ec77f11471cd300088fe1c8ebe3febbe56a43ef929bade1a6f16fb30 done 01:51:03 #8 exporting manifest sha256:ae07e3d78091c2aeb78c3624252d219924a96ed82fdf0eebeecc59e2b25cf6d5 done 01:51:03 #8 exporting config sha256:e1cb2f5cef8b387d3ec53fc1cd8224164b7ee63d3bb95cc71c1c61847fba78ee done 01:51:03 #8 exporting manifest list sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e done 01:51:03 #8 pushing layers 0.0s done 01:51:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2c4341eb31ff39444d185502cae063c8195a7ea741bc92bc0e1e562a546dc22e 0.1s done 01:51:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:03 #8 DONE 0.1s 01:51:03 01:51:03 1 warning found (use --debug to expand): 01:51:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:03 #1 [internal] load build definition from Dockerfile 01:51:03 #1 transferring dockerfile: 205B done 01:51:03 #1 DONE 0.0s 01:51:03 01:51:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:03 #2 DONE 0.0s 01:51:03 01:51:03 #3 [internal] load .dockerignore 01:51:03 #3 transferring context: 2B done 01:51:03 #3 DONE 0.0s 01:51:03 01:51:03 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:03 #4 DONE 0.1s 01:51:03 01:51:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:03 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:03 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:03 #5 DONE 0.0s 01:51:03 01:51:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:03 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:03 #6 DONE 0.1s 01:51:04 01:51:04 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:04 #7 DONE 0.0s 01:51:04 01:51:04 #8 exporting to image 01:51:04 #8 exporting layers done 01:51:04 #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 0.0s done 01:51:04 #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done 01:51:04 #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 0.0s done 01:51:04 #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done 01:51:04 #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done 01:51:04 #8 pushing layers 01:51:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:04 #8 pushing layers 0.1s done 01:51:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done 01:51:04 #8 DONE 0.2s 01:51:04 01:51:04 1 warning found (use --debug to expand): 01:51:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:51:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:51:04 #1 [internal] load build definition from Dockerfile 01:51:04 #1 transferring dockerfile: 171B done 01:51:04 #1 DONE 0.0s 01:51:04 01:51:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:51:04 #2 DONE 0.0s 01:51:04 01:51:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:51:04 #3 DONE 0.0s 01:51:04 01:51:04 #4 [internal] load .dockerignore 01:51:04 #4 transferring context: 2B done 01:51:04 #4 DONE 0.0s 01:51:04 01:51:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:04 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:04 #5 CACHED 01:51:04 01:51:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:04 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:04 #6 CACHED 01:51:04 01:51:04 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:04 #7 DONE 0.0s 01:51:04 01:51:04 #8 exporting to image 01:51:04 #8 exporting layers done 01:51:04 #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done 01:51:04 #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done 01:51:04 #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done 01:51:04 #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done 01:51:04 #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done 01:51:04 #8 pushing layers 0.0s done 01:51:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done 01:51:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:04 #8 DONE 0.1s 01:51:04 01:51:04 1 warning found (use --debug to expand): 01:51:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 --push - 01:51:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23' 01:51:05 #1 [internal] load build definition from Dockerfile 01:51:05 #1 transferring dockerfile: 177B done 01:51:05 #1 DONE 0.0s 01:51:05 01:51:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 01:51:05 #2 DONE 0.0s 01:51:05 01:51:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23 01:51:05 #3 DONE 0.0s 01:51:05 01:51:05 #4 [internal] load .dockerignore 01:51:05 #4 transferring context: 2B done 01:51:05 #4 DONE 0.0s 01:51:05 01:51:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:05 #5 CACHED 01:51:05 01:51:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:05 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:05 #6 CACHED 01:51:05 01:51:05 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:05 #7 DONE 0.0s 01:51:05 01:51:05 #8 exporting to image 01:51:05 #8 exporting layers done 01:51:05 #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done 01:51:05 #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done 01:51:05 #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done 01:51:05 #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done 01:51:05 #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done 01:51:05 #8 pushing layers 0.0s done 01:51:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.23@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done 01:51:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:05 #8 DONE 0.1s 01:51:05 01:51:05 1 warning found (use --debug to expand): 01:51:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:05 #1 [internal] load build definition from Dockerfile 01:51:05 #1 transferring dockerfile: 218B done 01:51:05 #1 DONE 0.0s 01:51:05 01:51:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:05 #2 DONE 0.0s 01:51:05 01:51:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:05 #3 DONE 0.0s 01:51:05 01:51:05 #4 [internal] load .dockerignore 01:51:05 #4 transferring context: 2B done 01:51:05 #4 DONE 0.0s 01:51:05 01:51:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:05 #5 CACHED 01:51:05 01:51:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:05 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:05 #6 CACHED 01:51:05 01:51:05 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:05 #7 DONE 0.0s 01:51:05 01:51:05 #8 exporting to image 01:51:05 #8 exporting layers done 01:51:05 #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done 01:51:05 #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done 01:51:05 #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done 01:51:05 #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done 01:51:05 #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done 01:51:05 #8 pushing layers 0.0s done 01:51:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done 01:51:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:05 #8 DONE 0.1s 01:51:05 01:51:05 1 warning found (use --debug to expand): 01:51:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:51:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:51:06 #1 [internal] load build definition from Dockerfile 01:51:06 #1 transferring dockerfile: 169B done 01:51:06 #1 DONE 0.0s 01:51:06 01:51:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:51:06 #2 DONE 0.0s 01:51:06 01:51:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:51:06 #3 DONE 0.0s 01:51:06 01:51:06 #4 [internal] load .dockerignore 01:51:06 #4 transferring context: 2B done 01:51:06 #4 DONE 0.0s 01:51:06 01:51:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:06 #5 DONE 0.0s 01:51:06 01:51:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 0.0s done 01:51:06 #6 CACHED 01:51:06 01:51:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe6f913bcef89063bb5848a58c4fc37b4dfc61685c9b3772ffc1c60ac30af90b 01:51:06 #5 CACHED 01:51:06 01:51:06 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:06 #7 DONE 0.0s 01:51:06 01:51:06 #8 exporting to image 01:51:06 #8 exporting layers done 01:51:06 #8 exporting manifest sha256:7607a2cafe68641702503de1cdad61ee2508e0b2bdc8355fea7e4297b54cf022 done 01:51:06 #8 exporting config sha256:6af7ac7fbe91d0435da19f0877df456414ab56e19a197b8aca7dab71c480d7a3 done 01:51:06 #8 exporting manifest sha256:8a3ba2073e160f2ba4165f702a955fcbaaf75d9e950f2d9e6a522670533a4999 done 01:51:06 #8 exporting config sha256:7e13d1971bd1a7ba321ff982c2729705a1ec392e86e043531b1e68c52d395c7d done 01:51:06 #8 exporting manifest list sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 done 01:51:06 #8 pushing layers 0.0s done 01:51:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:06fc0e4b9ae2596f53901782ca596d55ae30464ecea34c538a703e0c652cc042 0.1s done 01:51:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:06 #8 DONE 0.1s 01:51:06 01:51:06 1 warning found (use --debug to expand): 01:51:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:06 #1 [internal] load build definition from Dockerfile 01:51:06 #1 transferring dockerfile: 211B done 01:51:06 #1 DONE 0.0s 01:51:06 01:51:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:06 #2 DONE 0.1s 01:51:06 01:51:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:06 #3 DONE 0.1s 01:51:06 01:51:06 #4 [internal] load .dockerignore 01:51:06 #4 transferring context: 2B done 01:51:06 #4 DONE 0.0s 01:51:06 01:51:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:06 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:06 #5 ... 01:51:06 01:51:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:06 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:06 #6 DONE 0.2s 01:51:06 01:51:06 #7 exporting to image 01:51:06 #7 exporting layers done 01:51:06 #7 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done 01:51:06 #7 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done 01:51:06 #7 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 0.0s done 01:51:06 #7 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe 01:51:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:07 #7 ... 01:51:07 01:51:07 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:07 #8 DONE 0.0s 01:51:07 01:51:07 #7 exporting to image 01:51:07 #7 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done 01:51:07 #7 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.0s done 01:51:07 #7 pushing layers 0.1s done 01:51:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 01:51:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done 01:51:07 #7 DONE 0.2s 01:51:07 01:51:07 1 warning found (use --debug to expand): 01:51:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:51:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:51:08 #1 [internal] load build definition from Dockerfile 01:51:08 #1 transferring dockerfile: 177B done 01:51:08 #1 DONE 0.0s 01:51:08 01:51:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:51:08 #2 DONE 0.0s 01:51:08 01:51:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:51:08 #3 DONE 0.0s 01:51:08 01:51:08 #4 [internal] load .dockerignore 01:51:08 #4 transferring context: 2B done 01:51:08 #4 DONE 0.0s 01:51:08 01:51:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:08 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 done 01:51:08 #5 DONE 0.0s 01:51:08 01:51:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:08 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:08 #6 CACHED 01:51:08 01:51:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:08 #5 CACHED 01:51:08 01:51:08 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:08 #7 DONE 0.0s 01:51:08 01:51:08 #8 exporting to image 01:51:08 #8 exporting layers done 01:51:08 #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done 01:51:08 #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done 01:51:08 #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done 01:51:08 #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done 01:51:08 #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done 01:51:08 #8 pushing layers 0.0s done 01:51:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done 01:51:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:08 #8 DONE 0.1s 01:51:08 01:51:08 1 warning found (use --debug to expand): 01:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23' 01:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 --push - 01:51:08 #1 [internal] load build definition from Dockerfile 01:51:08 #1 transferring dockerfile: 183B done 01:51:08 #1 DONE 0.0s 01:51:08 01:51:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 01:51:08 #2 DONE 0.0s 01:51:08 01:51:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23 01:51:08 #3 DONE 0.0s 01:51:08 01:51:08 #4 [internal] load .dockerignore 01:51:08 #4 transferring context: 2B done 01:51:08 #4 DONE 0.0s 01:51:08 01:51:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:08 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 done 01:51:08 #5 DONE 0.0s 01:51:08 01:51:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:08 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:08 #6 CACHED 01:51:08 01:51:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:08 #5 CACHED 01:51:08 01:51:08 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:08 #7 DONE 0.0s 01:51:08 01:51:08 #8 exporting to image 01:51:08 #8 exporting layers done 01:51:08 #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done 01:51:08 #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done 01:51:08 #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done 01:51:08 #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done 01:51:08 #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done 01:51:08 #8 pushing layers 0.0s done 01:51:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.23@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done 01:51:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:08 #8 DONE 0.1s 01:51:08 01:51:08 1 warning found (use --debug to expand): 01:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:09 #1 [internal] load build definition from Dockerfile 01:51:09 #1 transferring dockerfile: 224B done 01:51:09 #1 DONE 0.0s 01:51:09 01:51:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:09 #2 DONE 0.0s 01:51:09 01:51:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:09 #3 DONE 0.0s 01:51:09 01:51:09 #4 [internal] load .dockerignore 01:51:09 #4 transferring context: 2B done 01:51:09 #4 DONE 0.0s 01:51:09 01:51:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:09 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:09 #5 CACHED 01:51:09 01:51:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:09 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:09 #6 CACHED 01:51:09 01:51:09 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:09 #7 DONE 0.0s 01:51:09 01:51:09 #8 exporting to image 01:51:09 #8 exporting layers done 01:51:09 #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done 01:51:09 #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done 01:51:09 #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done 01:51:09 #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done 01:51:09 #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done 01:51:09 #8 pushing layers 0.0s done 01:51:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done 01:51:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:09 #8 DONE 0.1s 01:51:09 01:51:09 1 warning found (use --debug to expand): 01:51:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:51:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:51:09 #1 [internal] load build definition from Dockerfile 01:51:09 #1 transferring dockerfile: 175B done 01:51:09 #1 DONE 0.0s 01:51:09 01:51:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:51:09 #2 DONE 0.0s 01:51:09 01:51:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:51:09 #3 DONE 0.0s 01:51:09 01:51:09 #4 [internal] load .dockerignore 01:51:09 #4 transferring context: 2B done 01:51:09 #4 DONE 0.0s 01:51:09 01:51:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:09 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:09 #5 CACHED 01:51:09 01:51:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 01:51:09 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5dfda46ffd92d9698e8a851a1ecd881e70616c9bc9db3870002824f9ba20cc31 0.0s done 01:51:09 #6 CACHED 01:51:09 01:51:09 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:09 #7 DONE 0.0s 01:51:09 01:51:09 #8 exporting to image 01:51:09 #8 exporting layers done 01:51:09 #8 exporting manifest sha256:d81c4f15685dc0649bd43c6307577c67118669bf2c6bd1610fc0ae6f8e68ded5 done 01:51:09 #8 exporting config sha256:280b3b2f7db4ad50be5ae062ad8ab5ccfb95e4311af4fd4aa7ccd0217993f26e done 01:51:09 #8 exporting manifest sha256:44701d99cdd795783fd132899807631853741674fa0aa0dadb6850e6c7e81964 done 01:51:09 #8 exporting config sha256:cd1ce311885b48d7b9034349b0b5b7c82b12317b9df701e08f7f10eb4d0c7afe done 01:51:09 #8 exporting manifest list sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 done 01:51:09 #8 pushing layers 0.0s done 01:51:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 01:51:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:cf12bc54a697ece4decf3d08b0d57b709a12d5f252f1ec2acf151e0e200e5b55 0.1s done 01:51:09 #8 DONE 0.1s 01:51:09 01:51:09 1 warning found (use --debug to expand): 01:51:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:10 #1 [internal] load build definition from Dockerfile 01:51:10 #1 transferring dockerfile: 215B done 01:51:10 #1 DONE 0.0s 01:51:10 01:51:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:10 #2 DONE 0.0s 01:51:10 01:51:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:10 #3 DONE 0.1s 01:51:10 01:51:10 #4 [internal] load .dockerignore 01:51:10 #4 transferring context: 2B done 01:51:10 #4 DONE 0.0s 01:51:10 01:51:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:10 #5 DONE 0.0s 01:51:10 01:51:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:10 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:10 #6 DONE 0.1s 01:51:10 01:51:10 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:10 #7 DONE 0.0s 01:51:10 01:51:10 #8 exporting to image 01:51:10 #8 exporting layers done 01:51:10 #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 0.0s done 01:51:10 #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 0.0s done 01:51:10 #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done 01:51:10 #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f 0.0s done 01:51:10 #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.0s done 01:51:10 #8 pushing layers 01:51:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:10 #8 pushing layers 0.1s done 01:51:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done 01:51:10 #8 DONE 0.2s 01:51:10 01:51:10 1 warning found (use --debug to expand): 01:51:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:51:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:51:10 #1 [internal] load build definition from Dockerfile 01:51:10 #1 transferring dockerfile: 181B done 01:51:10 #1 DONE 0.0s 01:51:10 01:51:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:51:10 #2 DONE 0.0s 01:51:10 01:51:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:51:10 #3 DONE 0.0s 01:51:10 01:51:10 #4 [internal] load .dockerignore 01:51:10 #4 transferring context: 2B done 01:51:10 #4 DONE 0.0s 01:51:10 01:51:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:10 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:10 #5 DONE 0.0s 01:51:10 01:51:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:11 #6 CACHED 01:51:11 01:51:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:11 #5 CACHED 01:51:11 01:51:11 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:11 #7 DONE 0.0s 01:51:11 01:51:11 #8 exporting to image 01:51:11 #8 exporting layers done 01:51:11 #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done 01:51:11 #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done 01:51:11 #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done 01:51:11 #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done 01:51:11 #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done 01:51:11 #8 pushing layers 0.0s done 01:51:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done 01:51:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:11 #8 DONE 0.1s 01:51:11 01:51:11 1 warning found (use --debug to expand): 01:51:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 --push - 01:51:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23' 01:51:11 #1 [internal] load build definition from Dockerfile 01:51:11 #1 transferring dockerfile: 187B done 01:51:11 #1 DONE 0.0s 01:51:11 01:51:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 01:51:11 #2 DONE 0.0s 01:51:11 01:51:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23 01:51:11 #3 DONE 0.0s 01:51:11 01:51:11 #4 [internal] load .dockerignore 01:51:11 #4 transferring context: 2B done 01:51:11 #4 DONE 0.0s 01:51:11 01:51:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:11 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:11 #5 DONE 0.0s 01:51:11 01:51:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:11 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:11 #6 CACHED 01:51:11 01:51:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:11 #5 CACHED 01:51:11 01:51:11 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:11 #7 DONE 0.0s 01:51:11 01:51:11 #8 exporting to image 01:51:11 #8 exporting layers done 01:51:11 #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done 01:51:11 #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done 01:51:11 #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done 01:51:11 #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done 01:51:11 #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done 01:51:11 #8 pushing layers 0.0s done 01:51:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.23@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done 01:51:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:11 #8 DONE 0.1s 01:51:11 01:51:11 1 warning found (use --debug to expand): 01:51:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:12 #1 [internal] load build definition from Dockerfile 01:51:12 #1 transferring dockerfile: 228B done 01:51:12 #1 DONE 0.0s 01:51:12 01:51:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:12 #2 DONE 0.0s 01:51:12 01:51:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:12 #3 DONE 0.0s 01:51:12 01:51:12 #4 [internal] load .dockerignore 01:51:12 #4 transferring context: 2B done 01:51:12 #4 DONE 0.0s 01:51:12 01:51:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:12 #5 CACHED 01:51:12 01:51:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:12 #6 CACHED 01:51:12 01:51:12 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:12 #7 DONE 0.0s 01:51:12 01:51:12 #8 exporting to image 01:51:12 #8 exporting layers done 01:51:12 #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done 01:51:12 #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done 01:51:12 #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done 01:51:12 #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done 01:51:12 #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done 01:51:12 #8 pushing layers 0.0s done 01:51:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done 01:51:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:12 #8 DONE 0.1s 01:51:12 01:51:12 1 warning found (use --debug to expand): 01:51:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:51:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:51:12 #1 [internal] load build definition from Dockerfile 01:51:12 #1 transferring dockerfile: 179B done 01:51:12 #1 DONE 0.0s 01:51:12 01:51:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:51:12 #2 DONE 0.0s 01:51:12 01:51:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:51:12 #3 DONE 0.0s 01:51:12 01:51:12 #4 [internal] load .dockerignore 01:51:12 #4 transferring context: 2B done 01:51:12 #4 DONE 0.0s 01:51:12 01:51:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:12 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:12 #5 CACHED 01:51:12 01:51:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 01:51:12 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:dbf63db0713d0b9589411c75f3a58b2ed5d4cc91088cab548ef7bcac9fd62170 0.0s done 01:51:12 #6 CACHED 01:51:12 01:51:12 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:12 #7 DONE 0.0s 01:51:12 01:51:12 #8 exporting to image 01:51:12 #8 exporting layers done 01:51:12 #8 exporting manifest sha256:b2ef7f1a34ceb0c84de7add2871b0f12196dfec7093dcb31cb726f65341ef165 done 01:51:12 #8 exporting config sha256:add58ce069e5b3a628160bd2fca51eaee1ddca7e51db114aadf9063046cc4a72 done 01:51:12 #8 exporting manifest sha256:3fdba89f2e53bc97b9cbff2fc0448c57f3c9b1cccd37f0158de4caab57718e9a done 01:51:12 #8 exporting config sha256:76632d864e1eec20cf5b396dc48a7663326214def7a17b70d9649455f047d05f done 01:51:12 #8 exporting manifest list sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 done 01:51:12 #8 pushing layers 0.0s done 01:51:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:537e5dac1d8450e56d783f832784981f0df551700742e3cd5285ffbf781d1060 0.1s done 01:51:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:12 #8 DONE 0.1s 01:51:12 01:51:12 1 warning found (use --debug to expand): 01:51:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:13 #1 [internal] load build definition from Dockerfile 01:51:13 #1 transferring dockerfile: 205B done 01:51:13 #1 DONE 0.0s 01:51:13 01:51:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:13 #2 DONE 0.0s 01:51:13 01:51:13 #3 [internal] load .dockerignore 01:51:13 #3 transferring context: 2B done 01:51:13 #3 DONE 0.0s 01:51:13 01:51:13 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:13 #4 DONE 0.1s 01:51:13 01:51:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:13 #5 DONE 0.0s 01:51:13 01:51:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:13 #6 DONE 0.1s 01:51:13 01:51:13 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:13 #7 DONE 0.0s 01:51:13 01:51:13 #8 exporting to image 01:51:13 #8 exporting layers done 01:51:13 #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done 01:51:13 #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done 01:51:13 #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done 01:51:13 #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done 01:51:13 #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done 01:51:13 #8 pushing layers 0.1s done 01:51:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 01:51:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done 01:51:13 #8 DONE 0.2s 01:51:13 01:51:13 1 warning found (use --debug to expand): 01:51:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:51:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:51:13 #1 [internal] load build definition from Dockerfile 01:51:14 #1 transferring dockerfile: 171B done 01:51:14 #1 DONE 0.0s 01:51:14 01:51:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:51:14 #2 DONE 0.0s 01:51:14 01:51:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:51:14 #3 DONE 0.0s 01:51:14 01:51:14 #4 [internal] load .dockerignore 01:51:14 #4 transferring context: 2B done 01:51:14 #4 DONE 0.0s 01:51:14 01:51:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:14 #5 CACHED 01:51:14 01:51:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:14 #6 CACHED 01:51:14 01:51:14 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:14 #7 DONE 0.0s 01:51:14 01:51:14 #8 exporting to image 01:51:14 #8 exporting layers done 01:51:14 #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done 01:51:14 #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done 01:51:14 #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done 01:51:14 #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done 01:51:14 #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done 01:51:14 #8 pushing layers 0.0s done 01:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 01:51:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done 01:51:14 #8 DONE 0.2s 01:51:14 01:51:14 1 warning found (use --debug to expand): 01:51:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23' 01:51:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 --push - 01:51:14 #1 [internal] load build definition from Dockerfile 01:51:14 #1 transferring dockerfile: 177B done 01:51:14 #1 DONE 0.0s 01:51:14 01:51:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 01:51:14 #2 DONE 0.0s 01:51:14 01:51:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23 01:51:14 #3 DONE 0.0s 01:51:14 01:51:14 #4 [internal] load .dockerignore 01:51:14 #4 transferring context: 2B done 01:51:14 #4 DONE 0.0s 01:51:14 01:51:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 done 01:51:14 #5 CACHED 01:51:14 01:51:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 done 01:51:14 #6 DONE 0.0s 01:51:14 01:51:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:14 #6 CACHED 01:51:14 01:51:14 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:14 #7 DONE 0.0s 01:51:14 01:51:14 #8 exporting to image 01:51:14 #8 exporting layers done 01:51:14 #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done 01:51:14 #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done 01:51:14 #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done 01:51:14 #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done 01:51:14 #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done 01:51:14 #8 pushing layers 0.0s done 01:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.23@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done 01:51:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:14 #8 DONE 0.1s 01:51:14 01:51:14 1 warning found (use --debug to expand): 01:51:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:14 #1 [internal] load build definition from Dockerfile 01:51:14 #1 transferring dockerfile: 218B done 01:51:14 #1 DONE 0.0s 01:51:14 01:51:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:14 #2 DONE 0.0s 01:51:14 01:51:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:14 #3 DONE 0.0s 01:51:14 01:51:14 #4 [internal] load .dockerignore 01:51:14 #4 transferring context: 2B done 01:51:14 #4 DONE 0.0s 01:51:14 01:51:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:14 #5 DONE 0.0s 01:51:14 01:51:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:15 #6 CACHED 01:51:15 01:51:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:15 #5 CACHED 01:51:15 01:51:15 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:15 #7 DONE 0.0s 01:51:15 01:51:15 #8 exporting to image 01:51:15 #8 exporting layers done 01:51:15 #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done 01:51:15 #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done 01:51:15 #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done 01:51:15 #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done 01:51:15 #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done 01:51:15 #8 pushing layers 0.0s done 01:51:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done 01:51:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:15 #8 DONE 0.1s 01:51:15 01:51:15 1 warning found (use --debug to expand): 01:51:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:51:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:51:15 #1 [internal] load build definition from Dockerfile 01:51:15 #1 transferring dockerfile: 169B done 01:51:15 #1 DONE 0.0s 01:51:15 01:51:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:51:15 #2 DONE 0.0s 01:51:15 01:51:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:51:15 #3 DONE 0.0s 01:51:15 01:51:15 #4 [internal] load .dockerignore 01:51:15 #4 transferring context: 2B done 01:51:15 #4 DONE 0.0s 01:51:15 01:51:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:15 #5 CACHED 01:51:15 01:51:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 01:51:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:78228207f747a4828664e4e7013611bce53810c9d0465240cecf46ff2c4e9656 0.0s done 01:51:15 #6 CACHED 01:51:15 01:51:15 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:15 #7 DONE 0.0s 01:51:15 01:51:15 #8 exporting to image 01:51:15 #8 exporting layers done 01:51:15 #8 exporting manifest sha256:45e9e7d3f8daa8a2f07c17a7baaaeeaf277ca44f50430c93731c91261fb1a647 done 01:51:15 #8 exporting config sha256:3bc1476efd222e48e1dd95ac028b926c5e7acf40336fb2b5c456fc1f73d0a794 done 01:51:15 #8 exporting manifest sha256:ace792a56e169046b2f3c3a7bbff55bf5a53e5d051f9c42a93e8a16e70805dd3 done 01:51:15 #8 exporting config sha256:ba7ce31b4e42c7b5ab39b95dccd62bdbe090e8e3fa9dfdf6d8972127cc577a53 done 01:51:15 #8 exporting manifest list sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de done 01:51:15 #8 pushing layers 0.0s done 01:51:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:34e7e89c4f072ef6df851780f1fa97d0c0414546fa07657a5a1ccc96d1bfb9de 0.1s done 01:51:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:15 #8 DONE 0.1s 01:51:15 01:51:15 1 warning found (use --debug to expand): 01:51:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:16 #1 [internal] load build definition from Dockerfile 01:51:16 #1 transferring dockerfile: 206B done 01:51:16 #1 DONE 0.0s 01:51:16 01:51:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:16 #2 DONE 0.0s 01:51:16 01:51:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:16 #3 DONE 0.0s 01:51:16 01:51:16 #4 [internal] load .dockerignore 01:51:16 #4 transferring context: 2B done 01:51:16 #4 DONE 0.0s 01:51:16 01:51:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:16 #5 ... 01:51:16 01:51:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 done 01:51:16 #6 DONE 0.1s 01:51:16 01:51:16 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:16 #7 DONE 0.0s 01:51:16 01:51:16 #8 exporting to image 01:51:16 #8 exporting layers done 01:51:16 #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a 0.0s done 01:51:16 #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done 01:51:16 #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done 01:51:16 #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done 01:51:16 #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done 01:51:16 #8 pushing layers 01:51:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:16 #8 pushing layers 0.1s done 01:51:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done 01:51:16 #8 DONE 0.2s 01:51:16 01:51:16 1 warning found (use --debug to expand): 01:51:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:51:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:51:16 #1 [internal] load build definition from Dockerfile 01:51:16 #1 transferring dockerfile: 172B done 01:51:16 #1 DONE 0.0s 01:51:16 01:51:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:51:16 #2 DONE 0.0s 01:51:16 01:51:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:51:16 #3 DONE 0.0s 01:51:16 01:51:16 #4 [internal] load .dockerignore 01:51:16 #4 transferring context: 2B done 01:51:16 #4 DONE 0.0s 01:51:16 01:51:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:16 #5 DONE 0.0s 01:51:16 01:51:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:17 #6 CACHED 01:51:17 01:51:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:17 #5 CACHED 01:51:17 01:51:17 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:17 #7 DONE 0.0s 01:51:17 01:51:17 #8 exporting to image 01:51:17 #8 exporting layers done 01:51:17 #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a done 01:51:17 #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done 01:51:17 #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done 01:51:17 #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done 01:51:17 #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done 01:51:17 #8 pushing layers 0.0s done 01:51:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done 01:51:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:17 #8 DONE 0.1s 01:51:17 01:51:17 1 warning found (use --debug to expand): 01:51:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 --push - 01:51:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23' 01:51:17 #1 [internal] load build definition from Dockerfile 01:51:17 #1 transferring dockerfile: 178B done 01:51:17 #1 DONE 0.0s 01:51:17 01:51:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 01:51:17 #2 DONE 0.0s 01:51:17 01:51:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23 01:51:17 #3 DONE 0.0s 01:51:17 01:51:17 #4 [internal] load .dockerignore 01:51:17 #4 transferring context: 2B done 01:51:17 #4 DONE 0.0s 01:51:17 01:51:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:17 #5 DONE 0.0s 01:51:17 01:51:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:17 #6 CACHED 01:51:17 01:51:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:17 #5 CACHED 01:51:17 01:51:17 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:17 #7 DONE 0.0s 01:51:17 01:51:17 #8 exporting to image 01:51:17 #8 exporting layers done 01:51:17 #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a 0.0s done 01:51:17 #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done 01:51:17 #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done 01:51:17 #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done 01:51:17 #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done 01:51:17 #8 pushing layers 0.0s done 01:51:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 01:51:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.23@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done 01:51:17 #8 DONE 0.1s 01:51:17 01:51:17 1 warning found (use --debug to expand): 01:51:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:18 #1 [internal] load build definition from Dockerfile 01:51:18 #1 transferring dockerfile: 219B done 01:51:18 #1 DONE 0.0s 01:51:18 01:51:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:18 #2 DONE 0.0s 01:51:18 01:51:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:18 #3 DONE 0.0s 01:51:18 01:51:18 #4 [internal] load .dockerignore 01:51:18 #4 transferring context: 2B done 01:51:18 #4 DONE 0.0s 01:51:18 01:51:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:18 #5 CACHED 01:51:18 01:51:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:18 #6 CACHED 01:51:18 01:51:18 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:18 #7 DONE 0.0s 01:51:18 01:51:18 #8 exporting to image 01:51:18 #8 exporting layers done 01:51:18 #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a done 01:51:18 #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done 01:51:18 #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done 01:51:18 #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done 01:51:18 #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done 01:51:18 #8 pushing layers 0.0s done 01:51:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done 01:51:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:18 #8 DONE 0.1s 01:51:18 01:51:18 1 warning found (use --debug to expand): 01:51:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:51:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:51:18 #1 [internal] load build definition from Dockerfile 01:51:18 #1 transferring dockerfile: 170B done 01:51:18 #1 DONE 0.0s 01:51:18 01:51:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:51:18 #2 DONE 0.0s 01:51:18 01:51:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:51:18 #3 DONE 0.0s 01:51:18 01:51:18 #4 [internal] load .dockerignore 01:51:18 #4 transferring context: 2B done 01:51:18 #4 DONE 0.0s 01:51:18 01:51:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:18 #5 CACHED 01:51:18 01:51:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 01:51:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:767272cd6ca65c106bd6c34f8a4e83cd6ccdf086097865b251af8984e3321900 0.0s done 01:51:18 #6 CACHED 01:51:18 01:51:18 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:18 #7 DONE 0.0s 01:51:18 01:51:18 #8 exporting to image 01:51:18 #8 exporting layers done 01:51:18 #8 exporting manifest sha256:fba3d3232d644b0d4110bdb3e37cee71085cbd7d57913a2dae1f83a5dfbd139a done 01:51:18 #8 exporting config sha256:1315075bc01a7cdab3b786ee9966de3d51bc451bcc52b2ad480a61afe9305f81 done 01:51:18 #8 exporting manifest sha256:f0ad554d9582de1d59b2b47749063ee7a11941d356d1a8a404cc685ca8b82740 done 01:51:18 #8 exporting config sha256:ebcd66e1e5133b694eef4cedaba7444496ad2f23f46b120121f2b1871dff7780 done 01:51:18 #8 exporting manifest list sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 done 01:51:18 #8 pushing layers 0.0s done 01:51:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 01:51:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:517316c191f2ed7a1f21bd36075f73dd28150989a4f9731d88eb6b72d08b6f95 0.1s done 01:51:19 #8 DONE 0.2s 01:51:19 01:51:19 1 warning found (use --debug to expand): 01:51:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:19 #1 [internal] load build definition from Dockerfile 01:51:19 #1 transferring dockerfile: 206B done 01:51:19 #1 DONE 0.0s 01:51:19 01:51:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:19 #2 DONE 0.0s 01:51:19 01:51:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:19 #3 DONE 0.0s 01:51:19 01:51:19 #4 [internal] load .dockerignore 01:51:19 #4 transferring context: 2B done 01:51:19 #4 DONE 0.0s 01:51:20 01:51:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:20 #5 ... 01:51:20 01:51:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:20 #6 DONE 0.1s 01:51:20 01:51:20 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:20 #7 DONE 0.0s 01:51:20 01:51:20 #8 exporting to image 01:51:20 #8 exporting layers done 01:51:20 #8 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done 01:51:20 #8 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c 0.0s done 01:51:20 #8 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab 0.0s done 01:51:20 #8 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 0.0s done 01:51:20 #8 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done 01:51:20 #8 pushing layers 01:51:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:20 #8 pushing layers 0.1s done 01:51:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done 01:51:20 #8 DONE 0.2s 01:51:21 01:51:21 1 warning found (use --debug to expand): 01:51:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:51:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:51:21 #1 [internal] load build definition from Dockerfile 01:51:21 #1 transferring dockerfile: 172B done 01:51:21 #1 DONE 0.0s 01:51:21 01:51:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:51:21 #2 DONE 0.0s 01:51:21 01:51:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:51:21 #3 DONE 0.0s 01:51:21 01:51:21 #4 [internal] load .dockerignore 01:51:21 #4 transferring context: 2B done 01:51:21 #4 DONE 0.0s 01:51:21 01:51:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:21 #5 DONE 0.0s 01:51:21 01:51:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:21 #6 CACHED 01:51:21 01:51:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:21 #5 CACHED 01:51:21 01:51:21 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:21 #7 DONE 0.0s 01:51:21 01:51:21 #8 exporting to image 01:51:21 #8 exporting layers done 01:51:21 #8 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done 01:51:21 #8 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done 01:51:21 #8 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done 01:51:21 #8 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 done 01:51:21 #8 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done 01:51:21 #8 pushing layers 0.0s done 01:51:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done 01:51:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:21 #8 DONE 0.1s 01:51:21 01:51:21 1 warning found (use --debug to expand): 01:51:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23' 01:51:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 --push - 01:51:22 #1 [internal] load build definition from Dockerfile 01:51:22 #1 transferring dockerfile: 178B done 01:51:22 #1 DONE 0.0s 01:51:22 01:51:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 01:51:22 #2 DONE 0.0s 01:51:22 01:51:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23 01:51:22 #3 DONE 0.0s 01:51:22 01:51:22 #4 [internal] load .dockerignore 01:51:22 #4 transferring context: 2B done 01:51:22 #4 DONE 0.0s 01:51:22 01:51:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:22 #5 CACHED 01:51:22 01:51:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:22 #6 CACHED 01:51:22 01:51:22 #7 exporting to image 01:51:22 #7 exporting layers 01:51:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:22 #7 exporting layers done 01:51:22 #7 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done 01:51:22 #7 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done 01:51:22 #7 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done 01:51:22 #7 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 done 01:51:22 #7 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done 01:51:22 #7 pushing layers 0.0s done 01:51:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.23@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done 01:51:22 #7 DONE 0.1s 01:51:22 01:51:22 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:22 #8 DONE 0.0s 01:51:22 01:51:22 1 warning found (use --debug to expand): 01:51:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:23 #1 [internal] load build definition from Dockerfile 01:51:23 #1 transferring dockerfile: 219B done 01:51:23 #1 DONE 0.0s 01:51:23 01:51:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:23 #2 DONE 0.0s 01:51:23 01:51:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:23 #3 DONE 0.0s 01:51:23 01:51:23 #4 [internal] load .dockerignore 01:51:23 #4 transferring context: 2B done 01:51:23 #4 DONE 0.0s 01:51:23 01:51:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:23 #5 CACHED 01:51:23 01:51:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 done 01:51:23 #6 CACHED 01:51:23 01:51:23 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:23 #7 DONE 0.0s 01:51:23 01:51:23 #8 exporting to image 01:51:23 #8 exporting layers done 01:51:23 #8 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done 01:51:23 #8 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done 01:51:23 #8 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done 01:51:23 #8 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 done 01:51:23 #8 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 done 01:51:23 #8 pushing layers 0.0s done 01:51:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done 01:51:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:23 #8 DONE 0.1s 01:51:23 01:51:23 1 warning found (use --debug to expand): 01:51:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:51:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:51:24 #1 [internal] load build definition from Dockerfile 01:51:24 #1 transferring dockerfile: 170B done 01:51:24 #1 DONE 0.0s 01:51:24 01:51:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:51:24 #2 DONE 0.0s 01:51:24 01:51:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:51:24 #3 DONE 0.0s 01:51:24 01:51:24 #4 [internal] load .dockerignore 01:51:24 #4 transferring context: 2B done 01:51:24 #4 DONE 0.0s 01:51:24 01:51:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.0s done 01:51:24 #5 DONE 0.1s 01:51:24 01:51:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 0.1s done 01:51:24 #6 CACHED 01:51:24 01:51:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0ba100a5348b0960a9990f4c9415d3d6316f4c2831afd1eae6eb41df1827f041 01:51:24 #5 CACHED 01:51:24 01:51:24 #7 exporting to image 01:51:24 #7 exporting layers done 01:51:24 #7 exporting manifest sha256:3b394577c45aa3497539977a73d9e6c69267757fd9407c72de95710d966281f6 done 01:51:24 #7 exporting config sha256:c067bc04b0a7615058ec4f0b7b51465c9c8c69e48b90af79b11ba6d59055886c done 01:51:24 #7 exporting manifest sha256:0acf810497d4c589e095b7a79233e728457ad5dea367c6e65442472c70bd4cab done 01:51:24 #7 exporting config sha256:1227dd47df159e9ea12e21ffccebeb1f9c0cde9aceaaf06321ac4545dd27a456 0.0s done 01:51:24 #7 exporting manifest list sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.0s done 01:51:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:24 #7 pushing layers 0.0s done 01:51:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d66528aa23dcfe1179d853ec8d83bcd1a0dd68a0928f1f3c3a9a61e9e2fd9fd1 0.1s done 01:51:24 #7 DONE 0.2s 01:51:24 01:51:24 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:24 #8 DONE 0.0s 01:51:24 01:51:24 1 warning found (use --debug to expand): 01:51:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:25 #1 [internal] load build definition from Dockerfile 01:51:27 #1 transferring dockerfile: 206B done 01:51:27 #1 DONE 2.1s 01:51:27 01:51:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:27 #2 DONE 0.3s 01:51:27 01:51:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:27 #3 DONE 0.3s 01:51:27 01:51:27 #4 [internal] load .dockerignore 01:51:27 #4 transferring context: 2B done 01:51:27 #4 DONE 0.0s 01:51:27 01:51:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:27 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:27 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:27 #5 DONE 0.0s 01:51:27 01:51:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:27 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:27 #6 DONE 0.1s 01:51:27 01:51:27 #7 exporting to image 01:51:27 #7 exporting layers done 01:51:27 #7 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b 0.0s done 01:51:27 #7 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf 01:51:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:27 #7 ... 01:51:27 01:51:27 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:27 #8 DONE 0.0s 01:51:27 01:51:27 #7 exporting to image 01:51:27 #7 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done 01:51:27 #7 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done 01:51:27 #7 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done 01:51:27 #7 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done 01:51:27 #7 pushing layers 0.1s done 01:51:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 01:51:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done 01:51:27 #7 DONE 0.3s 01:51:27 01:51:27 1 warning found (use --debug to expand): 01:51:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:51:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:51:28 #1 [internal] load build definition from Dockerfile 01:51:28 #1 transferring dockerfile: 172B done 01:51:28 #1 DONE 0.0s 01:51:28 01:51:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:51:28 #2 DONE 0.0s 01:51:28 01:51:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:51:28 #3 DONE 0.0s 01:51:28 01:51:28 #4 [internal] load .dockerignore 01:51:28 #4 transferring context: 2B done 01:51:28 #4 DONE 0.0s 01:51:28 01:51:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:28 #5 DONE 0.0s 01:51:28 01:51:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:28 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:28 #6 CACHED 01:51:28 01:51:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:28 #5 CACHED 01:51:28 01:51:28 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:28 #7 DONE 0.0s 01:51:28 01:51:28 #8 exporting to image 01:51:28 #8 exporting layers done 01:51:28 #8 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done 01:51:28 #8 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done 01:51:28 #8 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done 01:51:28 #8 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done 01:51:28 #8 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done 01:51:28 #8 pushing layers 0.0s done 01:51:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done 01:51:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:28 #8 DONE 0.1s 01:51:28 01:51:28 1 warning found (use --debug to expand): 01:51:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23' 01:51:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 --push - 01:51:28 #1 [internal] load build definition from Dockerfile 01:51:28 #1 transferring dockerfile: 178B done 01:51:28 #1 DONE 0.0s 01:51:28 01:51:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 01:51:28 #2 DONE 0.0s 01:51:28 01:51:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23 01:51:28 #3 DONE 0.0s 01:51:28 01:51:28 #4 [internal] load .dockerignore 01:51:28 #4 transferring context: 2B done 01:51:28 #4 DONE 0.0s 01:51:28 01:51:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:28 #5 CACHED 01:51:28 01:51:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:29 #6 CACHED 01:51:29 01:51:29 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:29 #7 DONE 0.0s 01:51:29 01:51:29 #8 exporting to image 01:51:29 #8 exporting layers done 01:51:29 #8 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done 01:51:29 #8 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done 01:51:29 #8 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done 01:51:29 #8 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done 01:51:29 #8 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done 01:51:29 #8 pushing layers 0.0s done 01:51:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.23@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done 01:51:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:29 #8 DONE 0.1s 01:51:29 01:51:29 1 warning found (use --debug to expand): 01:51:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:29 #1 [internal] load build definition from Dockerfile 01:51:29 #1 transferring dockerfile: 219B done 01:51:29 #1 DONE 0.0s 01:51:29 01:51:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:29 #2 DONE 0.0s 01:51:29 01:51:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:29 #3 DONE 0.0s 01:51:29 01:51:29 #4 [internal] load .dockerignore 01:51:29 #4 transferring context: 2B done 01:51:29 #4 DONE 0.0s 01:51:29 01:51:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:29 #5 CACHED 01:51:29 01:51:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:29 #6 CACHED 01:51:29 01:51:29 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:29 #7 DONE 0.0s 01:51:29 01:51:29 #8 exporting to image 01:51:29 #8 exporting layers done 01:51:29 #8 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done 01:51:29 #8 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done 01:51:29 #8 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done 01:51:29 #8 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done 01:51:29 #8 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done 01:51:29 #8 pushing layers 0.0s done 01:51:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done 01:51:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:29 #8 DONE 0.1s 01:51:29 01:51:29 1 warning found (use --debug to expand): 01:51:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:51:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:51:29 #1 [internal] load build definition from Dockerfile 01:51:29 #1 transferring dockerfile: 170B done 01:51:29 #1 DONE 0.0s 01:51:29 01:51:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:51:29 #2 DONE 0.0s 01:51:29 01:51:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:51:29 #3 DONE 0.0s 01:51:29 01:51:29 #4 [internal] load .dockerignore 01:51:29 #4 transferring context: 2B done 01:51:29 #4 DONE 0.0s 01:51:29 01:51:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:29 #5 CACHED 01:51:29 01:51:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 01:51:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bb41e2adb837a8ba52cfeade9a7be04e646c650eb4c128cf88c43c7969e7ffaf 0.0s done 01:51:29 #6 CACHED 01:51:29 01:51:29 #7 exporting to image 01:51:29 #7 exporting layers done 01:51:29 #7 exporting manifest sha256:0d18eba26c71b95e7e0afd3ad552ab877507a7230d4cd69ad443ba4cf69a909b done 01:51:29 #7 exporting config sha256:e4342661b7550f1cade8ffc1bc9b6094936ea880790025cb755c8440a3ad1fdf done 01:51:29 #7 exporting manifest sha256:1805c184163008adfafa311f03730aca3a72b91d01e65bcbac909b044448549d done 01:51:29 #7 exporting config sha256:e72b8dede934339f65ba65889f507dd5281f8de61513f9e7dadc5f4306077609 done 01:51:29 #7 exporting manifest list sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa done 01:51:29 #7 pushing layers 0.0s done 01:51:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 01:51:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:09e3df8d3969f66b2efe563beb515e12ded03bcd8be246f492943d620ac321fa 0.1s done 01:51:30 #7 DONE 0.1s 01:51:30 01:51:30 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:30 #8 DONE 0.0s 01:51:30 01:51:30 1 warning found (use --debug to expand): 01:51:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 --push - 01:51:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4' 01:51:30 #1 [internal] load build definition from Dockerfile 01:51:30 #1 transferring dockerfile: 202B done 01:51:30 #1 DONE 0.0s 01:51:30 01:51:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:30 #2 DONE 0.0s 01:51:30 01:51:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4 01:51:30 #3 DONE 0.1s 01:51:30 01:51:30 #4 [internal] load .dockerignore 01:51:30 #4 transferring context: 2B done 01:51:30 #4 DONE 0.0s 01:51:30 01:51:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:30 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:30 #5 DONE 0.0s 01:51:30 01:51:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:30 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done 01:51:30 #6 DONE 0.0s 01:51:30 01:51:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:30 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:30 #5 DONE 0.1s 01:51:30 01:51:30 #7 exporting to image 01:51:30 #7 exporting layers done 01:51:30 #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 0.0s done 01:51:30 #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done 01:51:30 #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done 01:51:30 #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done 01:51:30 #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 01:51:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:30 #7 ... 01:51:30 01:51:30 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:30 #8 DONE 0.0s 01:51:30 01:51:30 #7 exporting to image 01:51:30 #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done 01:51:30 #7 pushing layers 0.1s done 01:51:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 01:51:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done 01:51:30 #7 DONE 0.2s 01:51:30 01:51:30 1 warning found (use --debug to expand): 01:51:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:51:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:51:31 #1 [internal] load build definition from Dockerfile 01:51:31 #1 transferring dockerfile: 168B done 01:51:31 #1 DONE 0.0s 01:51:31 01:51:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:51:31 #2 DONE 0.0s 01:51:31 01:51:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:51:31 #3 DONE 0.0s 01:51:31 01:51:31 #4 [internal] load .dockerignore 01:51:31 #4 transferring context: 2B done 01:51:31 #4 DONE 0.0s 01:51:31 01:51:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:31 #5 DONE 0.0s 01:51:31 01:51:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:31 #6 CACHED 01:51:31 01:51:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:31 #5 CACHED 01:51:31 01:51:31 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:31 #7 DONE 0.0s 01:51:31 01:51:31 #8 exporting to image 01:51:31 #8 exporting layers done 01:51:31 #8 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done 01:51:31 #8 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done 01:51:31 #8 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done 01:51:31 #8 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done 01:51:31 #8 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done 01:51:31 #8 pushing layers 0.0s done 01:51:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done 01:51:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:31 #8 DONE 0.1s 01:51:31 01:51:31 1 warning found (use --debug to expand): 01:51:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23' 01:51:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 --push - 01:51:31 #1 [internal] load build definition from Dockerfile 01:51:31 #1 transferring dockerfile: 174B done 01:51:31 #1 DONE 0.0s 01:51:31 01:51:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 01:51:31 #2 DONE 0.0s 01:51:31 01:51:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23 01:51:31 #3 DONE 0.0s 01:51:31 01:51:31 #4 [internal] load .dockerignore 01:51:31 #4 transferring context: 2B done 01:51:31 #4 DONE 0.0s 01:51:31 01:51:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done 01:51:31 #5 CACHED 01:51:31 01:51:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done 01:51:31 #6 CACHED 01:51:31 01:51:31 #7 exporting to image 01:51:31 #7 exporting layers done 01:51:31 #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 01:51:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:32 #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done 01:51:32 #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done 01:51:32 #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done 01:51:32 #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done 01:51:32 #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done 01:51:32 #7 pushing layers 0.0s done 01:51:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.23@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done 01:51:32 #7 DONE 0.1s 01:51:32 01:51:32 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:32 #8 DONE 0.0s 01:51:32 01:51:32 1 warning found (use --debug to expand): 01:51:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23' 01:51:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 --push - 01:51:32 #1 [internal] load build definition from Dockerfile 01:51:32 #1 transferring dockerfile: 215B done 01:51:32 #1 DONE 0.0s 01:51:32 01:51:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:32 #2 DONE 0.0s 01:51:32 01:51:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 01:51:32 #3 DONE 0.0s 01:51:32 01:51:32 #4 [internal] load .dockerignore 01:51:32 #4 transferring context: 2B done 01:51:32 #4 DONE 0.0s 01:51:32 01:51:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:32 #5 CACHED 01:51:32 01:51:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:32 #6 CACHED 01:51:32 01:51:32 #7 exporting to image 01:51:32 #7 exporting layers done 01:51:32 #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done 01:51:32 #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done 01:51:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:32 #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done 01:51:32 #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done 01:51:32 #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done 01:51:32 #7 pushing layers 0.0s done 01:51:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done 01:51:32 #7 DONE 0.1s 01:51:32 01:51:32 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:32 #8 DONE 0.0s 01:51:32 01:51:32 1 warning found (use --debug to expand): 01:51:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:51:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:51:32 #1 [internal] load build definition from Dockerfile 01:51:32 #1 transferring dockerfile: 166B done 01:51:32 #1 DONE 0.0s 01:51:32 01:51:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:51:32 #2 DONE 0.0s 01:51:32 01:51:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:51:32 #3 DONE 0.0s 01:51:32 01:51:32 #4 [internal] load .dockerignore 01:51:32 #4 transferring context: 2B done 01:51:32 #4 DONE 0.0s 01:51:32 01:51:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 done 01:51:32 #5 CACHED 01:51:32 01:51:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 01:51:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f90f0bfd0c14977745e58fadc3ab2697e90a2c101f1a0f8957b1ce3b93cee9e6 0.0s done 01:51:32 #6 CACHED 01:51:32 01:51:32 #7 exporting to image 01:51:32 #7 exporting layers done 01:51:32 #7 exporting manifest sha256:62b3b88cb2f39be658075e73312317068b334724d06b751bb36f7314fa4d7d39 done 01:51:32 #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 01:51:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:33 #7 exporting config sha256:009332f8360f505bf33c268fa77efeded88ecd159a2c14c60c293205b22b10a6 done 01:51:33 #7 exporting manifest sha256:d49be3a074ee526a60a67a30b8f27e3c03b8986c239e717b4c9b072101812f4f done 01:51:33 #7 exporting config sha256:fcc0213ce3b3b5006dc0bad4d30b624471ce7c28eaa057dc4c071eefcac0dbd7 done 01:51:33 #7 exporting manifest list sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e done 01:51:33 #7 pushing layers 0.0s done 01:51:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6ae2161be35ed60b3430aa49c752b67c43a31ff1a3e7ee5d28857b390ad8e10e 0.1s done 01:51:33 #7 DONE 0.1s 01:51:33 01:51:33 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:33 #8 DONE 0.0s 01:51:33 01:51:33 1 warning found (use --debug to expand): 01:51:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:51:33 + '[' -d /w/workspace/edgex-go/852/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:51:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:51:34 ---> package-listing.sh 01:51:34 ++ facter osfamily 01:51:34 ++ tr '[:upper:]' '[:lower:]' 01:51:34 + OS_FAMILY=redhat 01:51:34 + workspace=/w/workspace/edgex-go/852 01:51:34 + START_PACKAGES=/tmp/packages_start.txt 01:51:34 + END_PACKAGES=/tmp/packages_end.txt 01:51:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:51:34 + PACKAGES=/tmp/packages_start.txt 01:51:34 + '[' /w/workspace/edgex-go/852 ']' 01:51:34 + PACKAGES=/tmp/packages_end.txt 01:51:34 + case "${OS_FAMILY}" in 01:51:34 + sort 01:51:34 + rpm -qa 01:51:35 + '[' -f /tmp/packages_start.txt ']' 01:51:35 + '[' -f /tmp/packages_end.txt ']' 01:51:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:51:35 + '[' /w/workspace/edgex-go/852 ']' 01:51:35 + mkdir -p /w/workspace/edgex-go/852/archives/ 01:51:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/852/archives/ [Pipeline] echo 01:51:35 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/852/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:51:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:51:36 01:51:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:51:36 latest: Pulling from edgex-lftools-log-publisher 01:51:36 5eb5b503b376: Pulling fs layer 01:51:36 5c69ac0246d0: Pulling fs layer 01:51:36 ec43610c2a17: Pulling fs layer 01:51:36 3a2ae6a8a46f: Pulling fs layer 01:51:36 33b1e0a273af: Pulling fs layer 01:51:36 5d3b04190fa2: Pulling fs layer 01:51:36 2f39f015ded8: Pulling fs layer 01:51:36 33b1e0a273af: Waiting 01:51:36 5d3b04190fa2: Waiting 01:51:36 2f39f015ded8: Waiting 01:51:36 3a2ae6a8a46f: Waiting 01:51:36 5c69ac0246d0: Verifying Checksum 01:51:36 5c69ac0246d0: Download complete 01:51:36 3a2ae6a8a46f: Verifying Checksum 01:51:36 3a2ae6a8a46f: Download complete 01:51:36 33b1e0a273af: Verifying Checksum 01:51:36 33b1e0a273af: Download complete 01:51:36 ec43610c2a17: Verifying Checksum 01:51:36 ec43610c2a17: Download complete 01:51:36 5d3b04190fa2: Verifying Checksum 01:51:36 5d3b04190fa2: Download complete 01:51:36 5eb5b503b376: Verifying Checksum 01:51:36 5eb5b503b376: Download complete 01:51:37 2f39f015ded8: Verifying Checksum 01:51:37 2f39f015ded8: Download complete 01:51:38 5eb5b503b376: Pull complete 01:51:38 5c69ac0246d0: Pull complete 01:51:38 ec43610c2a17: Pull complete 01:51:38 3a2ae6a8a46f: Pull complete 01:51:39 33b1e0a273af: Pull complete 01:51:39 5d3b04190fa2: Pull complete 01:51:43 2f39f015ded8: Pull complete 01:51:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:51:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:51:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:44 prd-centos7-docker-4c-2g-3174 does not seem to be running inside a container 01:51:44 $ 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/852/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 01:51:49 $ docker top 2d2f9b2e7fa162daf5460a9dc16b08c0046c8e5449537ca30c0a10a4a91d6219 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:49 + touch /tmp/pre-build-complete [Pipeline] sh 01:51:50 + mkdir -p /var/log/sysstat [Pipeline] sh 01:51:50 + ls /var/log/sa-host 01:51:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:50 provisioning config files... 01:51:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5842951057180636987tmp [Pipeline] { [Pipeline] echo 01:51:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:51:50 ---> create-netrc.sh [Pipeline] } 01:51:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:51:51 ---> python-tools-install.sh [Pipeline] echo 01:51:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:51:51 ---> sudo-logs.sh 01:51:51 Archiving 'sudo' log.. 01:51:51 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:51:51 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:51:51 $ docker stop --time=1 2d2f9b2e7fa162daf5460a9dc16b08c0046c8e5449537ca30c0a10a4a91d6219 01:51:52 $ docker rm -f --volumes 2d2f9b2e7fa162daf5460a9dc16b08c0046c8e5449537ca30c0a10a4a91d6219 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:51:52 [WS-CLEANUP] Deleting project workspace... 01:51:52 [WS-CLEANUP] Deferred wipeout is used... 01:51:52 [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] } 02:08:46 #144 ... 02:08:46 02:08:46 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:08:46 #149 DONE 1159.4s 02:08:46 02:08:46 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:08:46 #151 ... 02:08:46 02:08:46 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:08:46 #155 DONE 0.2s 02:08:46 02:08:46 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:08:46 #156 DONE 0.1s 02:08:46 02:08:46 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:08:46 #131 ... 02:08:46 02:08:46 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:08:46 #157 DONE 0.3s 02:08:46 02:08:46 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:08:46 #147 ... 02:08:46 02:08:46 #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 02:08:46 #158 DONE 0.1s 02:08:46 02:08:46 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:08:46 #159 DONE 0.2s 02:08:46 02:08:46 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:08:46 #160 DONE 2.0s 02:08:46 02:08:46 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:08:46 #153 ... 02:08:46 02:08:46 #111 [core-common-config-bootstrapper] exporting to image 02:08:46 #111 exporting layers 02:08:46 #111 exporting layers 0.7s done 02:08:46 #111 writing image sha256:b42a11f4b5842e3e3d244cbbd2f6e02722c1322b79146ba4f578e441ebe82a78 02:08:46 #111 writing image sha256:b42a11f4b5842e3e3d244cbbd2f6e02722c1322b79146ba4f578e441ebe82a78 done 02:08:46 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:08:46 #111 DONE 5.0s 02:08:46 02:08:46 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:08:48 #144 ... 02:08:48 02:08:48 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:08:48 #154 DONE 1175.9s 02:08:48 02:08:48 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:08:48 #161 DONE 0.3s 02:08:48 02:08:48 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:08:51 #162 DONE 2.2s 02:08:51 02:08:51 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:08:51 #163 DONE 0.3s 02:08:51 02:08:51 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:08:51 #164 DONE 0.2s 02:08:51 02:08:51 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:08:52 #165 DONE 0.3s 02:08:52 02:08:52 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:08:52 #166 DONE 0.1s 02:08:52 02:08:52 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:08:52 #144 ... 02:08:52 02:08:52 #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/ 02:08:52 #167 DONE 0.1s 02:08:52 02:08:52 #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/ 02:08:52 #168 DONE 0.2s 02:08:52 02:08:52 #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/ 02:08:52 #169 DONE 0.2s 02:08:52 02:08:52 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:08:52 #170 DONE 0.2s 02:08:52 02:08:52 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:08:52 #148 ... 02:08:52 02:08:52 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:08:55 #171 DONE 2.2s 02:08:55 02:08:55 #111 [security-bootstrapper] exporting to image 02:08:55 #111 exporting layers 02:08:56 #111 exporting layers 0.9s done 02:08:56 #111 writing image sha256:4f10bb917c53fca73ed74aad46fe4adae8abb862d63fea381f3d8698cd3a342d 0.0s done 02:08:56 #111 naming to docker.io/library/security-bootstrapper-arm64 done 02:08:56 #111 DONE 6.0s 02:08:56 02:08:56 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:03 #144 ... 02:24:03 02:24:03 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:24:03 #150 DONE 2080.6s 02:24:03 02:24:03 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:24:03 #151 ... 02:24:03 02:24:03 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:24:03 #172 DONE 0.1s 02:24:03 02:24:03 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:24:03 #173 DONE 0.1s 02:24:03 02:24:03 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:24:03 #151 ... 02:24:03 02:24:03 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:24:03 #174 DONE 0.4s 02:24:03 02:24:03 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:03 #144 ... 02:24:03 02:24:03 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:24:03 #175 DONE 0.1s 02:24:03 02:24:03 #111 [core-command] exporting to image 02:24:03 #111 exporting layers 02:24:03 #111 exporting layers 1.0s done 02:24:03 #111 writing image sha256:eecb1d6c04a4e8b26da3f6b21acd9dbadc6fb4a5268b76d6f9092053d32bd3ec done 02:24:03 #111 naming to docker.io/library/core-command-arm64 done 02:24:03 #111 DONE 6.9s 02:24:03 02:24:03 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:24:21 #146 ... 02:24:21 02:24:21 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:24:21 #145 2108.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:24:32 #145 ... 02:24:32 02:24:32 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:24:32 #151 DONE 2119.3s 02:24:32 02:24:32 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:32 #144 ... 02:24:32 02:24:32 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:24:32 #176 DONE 0.3s 02:24:32 02:24:32 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:24:33 #177 DONE 0.4s 02:24:33 02:24:33 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:24:33 #178 DONE 0.1s 02:24:33 02:24:33 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:33 #144 ... 02:24:33 02:24:33 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:24:33 #179 DONE 0.2s 02:24:33 02:24:33 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:24:33 #180 DONE 0.3s 02:24:33 02:24:33 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:24:34 #181 DONE 0.2s 02:24:34 02:24:34 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:24:34 #147 ... 02:24:34 02:24:34 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:24:35 #182 DONE 2.1s 02:24:35 02:24:35 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:24:36 #144 ... 02:24:36 02:24:36 #111 [security-proxy-setup] exporting to image 02:24:36 #111 exporting layers 02:24:37 #111 exporting layers 0.9s done 02:24:37 #111 writing image sha256:428bd673e99dced78030c3c7b8b38da68eefe299eed8935aaf70ad050c9a4019 done 02:24:37 #111 naming to docker.io/library/security-proxy-setup-arm64 done 02:24:37 #111 DONE 7.9s 02:24:37 02:24:37 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:24:59 #153 ... 02:24:59 02:24:59 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:24:59 #145 DONE 2143.4s 02:24:59 02:24:59 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:24:59 #131 ... 02:24:59 02:24:59 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:24:59 #183 DONE 0.3s 02:24:59 02:24:59 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:24:59 #184 DONE 0.2s 02:24:59 02:24:59 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:24:59 #148 ... 02:24:59 02:24:59 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:24:59 #185 DONE 0.1s 02:24:59 02:24:59 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:24:59 #186 DONE 0.2s 02:24:59 02:24:59 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:24:59 #187 DONE 0.1s 02:24:59 02:24:59 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:24:59 #146 ... 02:24:59 02:24:59 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:24:59 #188 DONE 0.3s 02:24:59 02:24:59 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:24:59 #147 ... 02:24:59 02:24:59 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:24:59 #189 DONE 0.5s 02:24:59 02:24:59 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:24:59 #190 DONE 0.1s 02:24:59 02:24:59 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:24:59 #131 ... 02:24:59 02:24:59 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:25:00 #191 DONE 2.1s 02:25:00 02:25:00 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:25:00 #148 ... 02:25:00 02:25:00 #111 [security-secretstore-setup] exporting to image 02:25:00 #111 exporting layers 02:25:02 #111 exporting layers 1.4s done 02:25:02 #111 writing image sha256:c0b4ecf225cab4e4dd1fe29272b28ad0dacb67935f059260befafd8fd6a6f28e done 02:25:02 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 02:25:02 #111 DONE 9.4s 02:25:02 02:25:02 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:26:09 #144 ... 02:26:09 02:26:09 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:26:09 #152 DONE 2214.2s 02:26:09 02:26:09 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:09 #131 ... 02:26:09 02:26:09 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:26:09 #192 DONE 0.2s 02:26:09 02:26:09 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:09 #131 ... 02:26:09 02:26:09 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:26:09 #193 DONE 0.2s 02:26:09 02:26:09 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:26:09 #194 DONE 0.4s 02:26:09 02:26:09 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:26:09 #195 DONE 0.1s 02:26:09 02:26:09 #111 [security-spiffe-token-provider] exporting to image 02:26:09 #111 exporting layers 02:26:09 #111 exporting layers 1.0s done 02:26:09 #111 writing image sha256:4ef5b27ee9a0efb12d0ebb58f2a1fda71fc0ec5c975217bcc46f095e92582041 done 02:26:09 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done 02:26:09 #111 DONE 10.3s 02:26:09 02:26:09 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:26:42 #144 DONE 2246.4s 02:26:42 02:26:42 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:42 #146 ... 02:26:42 02:26:42 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:26:42 #196 DONE 0.1s 02:26:42 02:26:42 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:26:42 #197 DONE 0.1s 02:26:42 02:26:42 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:26:42 #198 DONE 0.3s 02:26:42 02:26:42 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:26:42 #199 DONE 0.1s 02:26:42 02:26:42 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:26:42 #200 DONE 0.1s 02:26:42 02:26:42 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:26:42 #201 DONE 2.0s 02:26:42 02:26:42 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:42 #131 ... 02:26:42 02:26:42 #111 [security-proxy-auth] exporting to image 02:26:42 #111 exporting layers 02:26:43 #111 exporting layers 0.7s done 02:26:43 #111 writing image sha256:78ad541534b70ae2faeedbd178a05cbb8b8420078534051470539b465e76b65b done 02:26:43 #111 naming to docker.io/library/security-proxy-auth-arm64 done 02:26:43 #111 DONE 11.0s 02:26:43 02:26:43 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:45 #146 ... 02:26:45 02:26:45 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:26:45 #148 DONE 2252.5s 02:26:45 02:26:45 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:46 #146 ... 02:26:46 02:26:46 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:26:46 #202 DONE 0.2s 02:26:46 02:26:46 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:26:46 #203 DONE 0.4s 02:26:46 02:26:46 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:26:46 #204 DONE 0.1s 02:26:46 02:26:46 #111 [core-keeper] exporting to image 02:26:47 #111 exporting layers 0.6s done 02:26:47 #111 writing image sha256:5236a535b3b23828adca9af6394eb0b669b541d9be880ac8c41f9fdbf272809d 0.0s done 02:26:47 #111 naming to docker.io/library/core-keeper-arm64 0.0s done 02:26:47 #111 DONE 11.6s 02:26:47 02:26:47 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:47 #146 ... 02:26:47 02:26:47 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:26:47 #147 DONE 2254.7s 02:26:47 02:26:47 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:26:47 #153 ... 02:26:47 02:26:47 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:26:48 #205 DONE 0.3s 02:26:48 02:26:48 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:26:48 #153 ... 02:26:48 02:26:48 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:26:48 #206 DONE 0.2s 02:26:48 02:26:48 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:26:48 #207 DONE 0.4s 02:26:48 02:26:48 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:48 #146 ... 02:26:48 02:26:48 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:26:48 #208 DONE 0.2s 02:26:48 02:26:48 #111 [core-data] exporting to image 02:26:49 #111 exporting layers 0.5s done 02:26:49 #111 writing image sha256:408a23478028d99c424c515d3b59f6c9ad87b9254d156f4228bb8c7a42fcb6c5 done 02:26:49 #111 naming to docker.io/library/core-data-arm64 done 02:26:49 #111 DONE 12.2s 02:26:49 02:26:49 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:54 #131 ... 02:26:54 02:26:54 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:54 #146 DONE 2261.2s 02:26:54 02:26:54 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:54 #131 ... 02:26:54 02:26:54 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:26:54 #209 DONE 0.2s 02:26:54 02:26:54 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:26:54 #210 DONE 0.2s 02:26:54 02:26:54 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:55 #131 ... 02:26:55 02:26:55 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:26:55 #211 DONE 0.4s 02:26:55 02:26:55 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:26:55 #131 ... 02:26:55 02:26:55 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:26:55 #212 DONE 0.2s 02:26:55 02:26:55 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:26:55 #213 DONE 0.1s 02:26:55 02:26:55 #111 [core-metadata] exporting to image 02:26:55 #111 exporting layers 02:26:56 #111 exporting layers 0.5s done 02:26:56 #111 writing image sha256:8d00e43e197fb4a8fd5f07dc8be056414492783ad6a2278623e5d85f54a6a7a2 done 02:26:56 #111 naming to docker.io/library/core-metadata-arm64 done 02:26:56 #111 DONE 12.7s 02:26:56 02:26:56 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:27:28 #131 DONE 2290.9s 02:27:28 02:27:28 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:27:28 #153 ... 02:27:28 02:27:28 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:27:28 #214 DONE 0.1s 02:27:28 02:27:28 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:27:28 #215 DONE 0.1s 02:27:28 02:27:28 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:27:28 #153 ... 02:27:28 02:27:28 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:27:28 #216 DONE 0.5s 02:27:28 02:27:28 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:27:28 #153 ... 02:27:28 02:27:28 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:27:28 #217 DONE 0.2s 02:27:28 02:27:28 #111 [support-scheduler] exporting to image 02:27:28 #111 exporting layers 02:27:28 #111 exporting layers 1.0s done 02:27:28 #111 writing image sha256:28ded62b055a698f5de3503a06c3a049368bf925e599cd1784d7f574982a2b3e done 02:27:28 #111 naming to docker.io/library/support-scheduler-arm64 done 02:27:28 #111 DONE 13.7s 02:27:28 02:27:28 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:27:29 #153 DONE 2296.7s 02:27:29 02:27:29 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:27:29 #218 DONE 0.1s 02:27:29 02:27:29 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:27:29 #219 DONE 0.1s 02:27:29 02:27:29 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:27:30 #220 DONE 0.5s 02:27:30 02:27:30 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:27:30 #221 DONE 0.1s 02:27:30 02:27:30 #111 [support-notifications] exporting to image 02:27:31 #111 exporting layers 0.6s done 02:27:31 #111 writing image sha256:307bbc716da31ca747378d300076b8ba4a8adb8a5841f8d27d1c9d5a51b1a369 done 02:27:31 #111 naming to docker.io/library/support-notifications-arm64 done 02:27:31 #111 DONE 14.3s 02:27:31 time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:27:31 time="2025-06-12T01:46:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:27:31 $ docker stop --time=1 fdc79af9ff5bdd317ce73a2b1fcc4c791309ed0f7f50cc279fdf264dea530ae3 02:27:32 $ docker rm -f --volumes fdc79af9ff5bdd317ce73a2b1fcc4c791309ed0f7f50cc279fdf264dea530ae3 [Pipeline] // withDockerContainer [Pipeline] sh 02:27:33 + docker images 02:27:33 REPOSITORY TAG IMAGE ID CREATED SIZE 02:27:33 support-notifications-arm64 latest 307bbc716da3 3 seconds ago 52.8MB 02:27:33 support-scheduler-arm64 latest 28ded62b055a 9 seconds ago 48.9MB 02:27:33 core-metadata-arm64 latest 8d00e43e197f 38 seconds ago 33.5MB 02:27:33 core-data-arm64 latest 408a23478028 45 seconds ago 33.3MB 02:27:33 core-keeper-arm64 latest 5236a535b3b2 47 seconds ago 33MB 02:27:33 security-proxy-auth-arm64 latest 78ad541534b7 51 seconds ago 32.2MB 02:27:33 security-spiffe-token-provider-arm64 latest 4ef5b27ee9a0 About a minute ago 48.6MB 02:27:33 security-secretstore-setup-arm64 latest c0b4ecf225ca 2 minutes ago 68.2MB 02:27:33 security-proxy-setup-arm64 latest 428bd673e99d 2 minutes ago 38.9MB 02:27:33 core-command-arm64 latest eecb1d6c04a4 3 minutes ago 28.9MB 02:27:33 security-bootstrapper-arm64 latest 4f10bb917c53 18 minutes ago 21.1MB 02:27:33 core-common-config-bootstrapper-arm64 latest b42a11f4b584 18 minutes ago 18MB 02:27:33 security-spire-agent-arm64 latest 3c57bcb53c65 39 minutes ago 187MB 02:27:33 security-spire-server-arm64 latest da089cedb828 39 minutes ago 144MB 02:27:33 security-spire-config-arm64 latest ba6118675dbc 39 minutes ago 143MB 02:27:33 ci-base-image-arm64 latest 157438a908a8 41 minutes ago 910MB 02:27:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 2 months ago 560MB 02:27:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:27:33 provisioning config files... 02:27:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/852@tmp/config17617492702110633222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:27:33 ---> ****-login.sh 02:27:33 nexus3.edgexfoundry.org:10001 02:27:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:34 Configure a credential helper to remove this warning. See 02:27:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:34 02:27:34 Login Succeeded 02:27:34 nexus3.edgexfoundry.org:10002 02:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:34 Configure a credential helper to remove this warning. See 02:27:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:34 02:27:34 Login Succeeded 02:27:34 nexus3.edgexfoundry.org:10003 02:27:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:34 Configure a credential helper to remove this warning. See 02:27:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:34 02:27:34 Login Succeeded 02:27:34 nexus3.edgexfoundry.org:10004 02:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:35 Configure a credential helper to remove this warning. See 02:27:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:35 02:27:35 Login Succeeded 02:27:35 ****.io 02:27:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:27:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:27:35 Configure a credential helper to remove this warning. See 02:27:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:27:35 02:27:35 Login Succeeded 02:27:35 ---> ****-login.sh ends [Pipeline] } 02:27:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:27:35 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:27:35 45e419daa151ee63a4257541cf143636bce1c2b4 02:27:35 latest 02:27:35 4.1.0-dev.23 02:27:35 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:35 main 02:27:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:27:36 686897e96b94: Preparing 02:27:36 75dbfb41cec9: Preparing 02:27:36 68321efe01af: Preparing 02:27:36 0a19b58d453a: Preparing 02:27:36 881efced6ed8: Preparing 02:27:36 ce4f8178dd88: Preparing 02:27:36 dd9c8f8612c8: Preparing 02:27:36 ce4f8178dd88: Waiting 02:27:36 dd9c8f8612c8: Waiting 02:27:36 881efced6ed8: Pushed 02:27:36 0a19b58d453a: Pushed 02:27:36 68321efe01af: Pushed 02:27:36 686897e96b94: Pushed 02:27:36 dd9c8f8612c8: Layer already exists 02:27:37 ce4f8178dd88: Pushed 02:27:41 75dbfb41cec9: Pushed 02:27:41 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:27:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:27:42 686897e96b94: Preparing 02:27:42 75dbfb41cec9: Preparing 02:27:42 68321efe01af: Preparing 02:27:42 0a19b58d453a: Preparing 02:27:42 881efced6ed8: Preparing 02:27:42 ce4f8178dd88: Preparing 02:27:42 dd9c8f8612c8: Preparing 02:27:42 ce4f8178dd88: Waiting 02:27:42 dd9c8f8612c8: Waiting 02:27:42 68321efe01af: Layer already exists 02:27:42 686897e96b94: Layer already exists 02:27:42 0a19b58d453a: Layer already exists 02:27:42 75dbfb41cec9: Layer already exists 02:27:42 881efced6ed8: Layer already exists 02:27:42 dd9c8f8612c8: Layer already exists 02:27:42 ce4f8178dd88: Layer already exists 02:27:42 latest: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 02:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:27:43 686897e96b94: Preparing 02:27:43 75dbfb41cec9: Preparing 02:27:43 68321efe01af: Preparing 02:27:43 0a19b58d453a: Preparing 02:27:43 881efced6ed8: Preparing 02:27:43 ce4f8178dd88: Preparing 02:27:43 dd9c8f8612c8: Preparing 02:27:43 ce4f8178dd88: Waiting 02:27:43 dd9c8f8612c8: Waiting 02:27:43 68321efe01af: Layer already exists 02:27:43 75dbfb41cec9: Layer already exists 02:27:43 881efced6ed8: Layer already exists 02:27:43 686897e96b94: Layer already exists 02:27:43 0a19b58d453a: Layer already exists 02:27:43 ce4f8178dd88: Layer already exists 02:27:43 dd9c8f8612c8: Layer already exists 02:27:43 4.1.0-dev.23: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:27:44 686897e96b94: Preparing 02:27:44 75dbfb41cec9: Preparing 02:27:44 68321efe01af: Preparing 02:27:44 0a19b58d453a: Preparing 02:27:44 881efced6ed8: Preparing 02:27:44 ce4f8178dd88: Preparing 02:27:44 dd9c8f8612c8: Preparing 02:27:44 ce4f8178dd88: Waiting 02:27:44 dd9c8f8612c8: Waiting 02:27:44 75dbfb41cec9: Layer already exists 02:27:44 686897e96b94: Layer already exists 02:27:44 0a19b58d453a: Layer already exists 02:27:44 68321efe01af: Layer already exists 02:27:44 881efced6ed8: Layer already exists 02:27:44 dd9c8f8612c8: Layer already exists 02:27:44 ce4f8178dd88: Layer already exists 02:27:44 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:27:44 686897e96b94: Preparing 02:27:44 75dbfb41cec9: Preparing 02:27:44 68321efe01af: Preparing 02:27:44 0a19b58d453a: Preparing 02:27:44 881efced6ed8: Preparing 02:27:44 ce4f8178dd88: Preparing 02:27:44 dd9c8f8612c8: Preparing 02:27:44 ce4f8178dd88: Waiting 02:27:44 dd9c8f8612c8: Waiting 02:27:44 0a19b58d453a: Layer already exists 02:27:44 881efced6ed8: Layer already exists 02:27:44 75dbfb41cec9: Layer already exists 02:27:44 68321efe01af: Layer already exists 02:27:44 686897e96b94: Layer already exists 02:27:44 ce4f8178dd88: Layer already exists 02:27:44 dd9c8f8612c8: Layer already exists 02:27:45 main: digest: sha256:a8916fe343ec186eaf57d2ca795bd9b069748b5c665b6782ea682473cce730d8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:45 ===================================================== [Pipeline] echo 02:27:45 taggedImages: 02:27:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:27:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:27:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 02:27:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:45 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:27:45 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:27:45 45e419daa151ee63a4257541cf143636bce1c2b4 02:27:45 latest 02:27:45 4.1.0-dev.23 02:27:45 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:45 main 02:27:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:45 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:27:46 282d701aa595: Preparing 02:27:46 4d8940e82bd5: Preparing 02:27:46 cd63328d7acd: Preparing 02:27:46 65dc5febb1c2: Preparing 02:27:46 68321efe01af: Preparing 02:27:46 0a19b58d453a: Preparing 02:27:46 881efced6ed8: Preparing 02:27:46 ce4f8178dd88: Preparing 02:27:46 dd9c8f8612c8: Preparing 02:27:46 881efced6ed8: Waiting 02:27:46 ce4f8178dd88: Waiting 02:27:46 0a19b58d453a: Waiting 02:27:46 dd9c8f8612c8: Waiting 02:27:46 68321efe01af: Layer already exists 02:27:46 0a19b58d453a: Layer already exists 02:27:46 4d8940e82bd5: Pushed 02:27:46 cd63328d7acd: Pushed 02:27:46 881efced6ed8: Layer already exists 02:27:46 282d701aa595: Pushed 02:27:46 ce4f8178dd88: Layer already exists 02:27:46 dd9c8f8612c8: Layer already exists 02:27:48 65dc5febb1c2: Pushed 02:27:48 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:49 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:27:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:27:49 282d701aa595: Preparing 02:27:49 4d8940e82bd5: Preparing 02:27:49 cd63328d7acd: Preparing 02:27:49 65dc5febb1c2: Preparing 02:27:49 68321efe01af: Preparing 02:27:49 0a19b58d453a: Preparing 02:27:49 881efced6ed8: Preparing 02:27:49 ce4f8178dd88: Preparing 02:27:49 dd9c8f8612c8: Preparing 02:27:49 0a19b58d453a: Waiting 02:27:49 881efced6ed8: Waiting 02:27:49 ce4f8178dd88: Waiting 02:27:49 dd9c8f8612c8: Waiting 02:27:49 282d701aa595: Layer already exists 02:27:49 4d8940e82bd5: Layer already exists 02:27:49 68321efe01af: Layer already exists 02:27:49 cd63328d7acd: Layer already exists 02:27:49 65dc5febb1c2: Layer already exists 02:27:49 0a19b58d453a: Layer already exists 02:27:49 881efced6ed8: Layer already exists 02:27:49 ce4f8178dd88: Layer already exists 02:27:49 dd9c8f8612c8: Layer already exists 02:27:50 latest: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:50 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 02:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:27:50 282d701aa595: Preparing 02:27:50 4d8940e82bd5: Preparing 02:27:50 cd63328d7acd: Preparing 02:27:50 65dc5febb1c2: Preparing 02:27:50 68321efe01af: Preparing 02:27:50 0a19b58d453a: Preparing 02:27:50 881efced6ed8: Preparing 02:27:50 ce4f8178dd88: Preparing 02:27:50 dd9c8f8612c8: Preparing 02:27:50 881efced6ed8: Waiting 02:27:50 ce4f8178dd88: Waiting 02:27:50 dd9c8f8612c8: Waiting 02:27:50 0a19b58d453a: Waiting 02:27:50 282d701aa595: Layer already exists 02:27:50 68321efe01af: Layer already exists 02:27:50 cd63328d7acd: Layer already exists 02:27:50 4d8940e82bd5: Layer already exists 02:27:50 65dc5febb1c2: Layer already exists 02:27:50 ce4f8178dd88: Layer already exists 02:27:50 0a19b58d453a: Layer already exists 02:27:50 dd9c8f8612c8: Layer already exists 02:27:50 881efced6ed8: Layer already exists 02:27:50 4.1.0-dev.23: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:51 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:27:51 282d701aa595: Preparing 02:27:51 4d8940e82bd5: Preparing 02:27:51 cd63328d7acd: Preparing 02:27:51 65dc5febb1c2: Preparing 02:27:51 68321efe01af: Preparing 02:27:51 0a19b58d453a: Preparing 02:27:51 881efced6ed8: Preparing 02:27:51 ce4f8178dd88: Preparing 02:27:51 dd9c8f8612c8: Preparing 02:27:51 881efced6ed8: Waiting 02:27:51 ce4f8178dd88: Waiting 02:27:51 dd9c8f8612c8: Waiting 02:27:51 0a19b58d453a: Waiting 02:27:51 68321efe01af: Layer already exists 02:27:51 282d701aa595: Layer already exists 02:27:51 4d8940e82bd5: Layer already exists 02:27:51 65dc5febb1c2: Layer already exists 02:27:51 cd63328d7acd: Layer already exists 02:27:51 881efced6ed8: Layer already exists 02:27:51 0a19b58d453a: Layer already exists 02:27:51 dd9c8f8612c8: Layer already exists 02:27:51 ce4f8178dd88: Layer already exists 02:27:51 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:52 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:27:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:27:52 282d701aa595: Preparing 02:27:52 4d8940e82bd5: Preparing 02:27:52 cd63328d7acd: Preparing 02:27:52 65dc5febb1c2: Preparing 02:27:52 68321efe01af: Preparing 02:27:52 0a19b58d453a: Preparing 02:27:52 881efced6ed8: Preparing 02:27:52 ce4f8178dd88: Preparing 02:27:52 dd9c8f8612c8: Preparing 02:27:52 881efced6ed8: Waiting 02:27:52 ce4f8178dd88: Waiting 02:27:52 dd9c8f8612c8: Waiting 02:27:52 0a19b58d453a: Waiting 02:27:52 cd63328d7acd: Layer already exists 02:27:52 65dc5febb1c2: Layer already exists 02:27:52 68321efe01af: Layer already exists 02:27:52 282d701aa595: Layer already exists 02:27:52 4d8940e82bd5: Layer already exists 02:27:52 881efced6ed8: Layer already exists 02:27:52 0a19b58d453a: Layer already exists 02:27:52 ce4f8178dd88: Layer already exists 02:27:52 dd9c8f8612c8: Layer already exists 02:27:52 main: digest: sha256:4db5007ac16d153fc8f4e199cc6eccf812085a61869b1ca0259109729f7d03e2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:27:52 ===================================================== [Pipeline] echo 02:27:52 taggedImages: 02:27:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:27:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:27:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 02:27:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:27:52 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:27:52 45e419daa151ee63a4257541cf143636bce1c2b4 02:27:52 latest 02:27:52 4.1.0-dev.23 02:27:52 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:27:52 main 02:27:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:53 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:27:53 9df487f25d88: Preparing 02:27:53 6333806a9ca5: Preparing 02:27:53 68321efe01af: Preparing 02:27:53 0a19b58d453a: Preparing 02:27:53 07f8f5aba353: Preparing 02:27:53 3d75604a102b: Preparing 02:27:53 dd9c8f8612c8: Preparing 02:27:53 3d75604a102b: Waiting 02:27:53 dd9c8f8612c8: Waiting 02:27:53 68321efe01af: Layer already exists 02:27:53 0a19b58d453a: Layer already exists 02:27:53 dd9c8f8612c8: Layer already exists 02:27:53 07f8f5aba353: Pushed 02:27:53 9df487f25d88: Pushed 02:27:53 3d75604a102b: Pushed 02:27:59 6333806a9ca5: Pushed 02:27:59 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:00 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:28:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:28:00 9df487f25d88: Preparing 02:28:00 6333806a9ca5: Preparing 02:28:00 68321efe01af: Preparing 02:28:00 0a19b58d453a: Preparing 02:28:00 07f8f5aba353: Preparing 02:28:00 3d75604a102b: Preparing 02:28:00 dd9c8f8612c8: Preparing 02:28:00 3d75604a102b: Waiting 02:28:00 dd9c8f8612c8: Waiting 02:28:00 0a19b58d453a: Layer already exists 02:28:00 6333806a9ca5: Layer already exists 02:28:00 9df487f25d88: Layer already exists 02:28:00 68321efe01af: Layer already exists 02:28:00 07f8f5aba353: Layer already exists 02:28:00 dd9c8f8612c8: Layer already exists 02:28:00 3d75604a102b: Layer already exists 02:28:00 latest: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 02:28:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:28:01 9df487f25d88: Preparing 02:28:01 6333806a9ca5: Preparing 02:28:01 68321efe01af: Preparing 02:28:01 0a19b58d453a: Preparing 02:28:01 07f8f5aba353: Preparing 02:28:01 3d75604a102b: Preparing 02:28:01 dd9c8f8612c8: Preparing 02:28:01 3d75604a102b: Waiting 02:28:01 dd9c8f8612c8: Waiting 02:28:01 6333806a9ca5: Layer already exists 02:28:01 07f8f5aba353: Layer already exists 02:28:01 68321efe01af: Layer already exists 02:28:01 9df487f25d88: Layer already exists 02:28:01 dd9c8f8612c8: Layer already exists 02:28:01 3d75604a102b: Layer already exists 02:28:01 0a19b58d453a: Layer already exists 02:28:01 4.1.0-dev.23: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:28:02 9df487f25d88: Preparing 02:28:02 6333806a9ca5: Preparing 02:28:02 68321efe01af: Preparing 02:28:02 0a19b58d453a: Preparing 02:28:02 07f8f5aba353: Preparing 02:28:02 3d75604a102b: Preparing 02:28:02 dd9c8f8612c8: Preparing 02:28:02 3d75604a102b: Waiting 02:28:02 dd9c8f8612c8: Waiting 02:28:02 0a19b58d453a: Layer already exists 02:28:02 68321efe01af: Layer already exists 02:28:02 6333806a9ca5: Layer already exists 02:28:02 9df487f25d88: Layer already exists 02:28:02 07f8f5aba353: Layer already exists 02:28:02 3d75604a102b: Layer already exists 02:28:02 dd9c8f8612c8: Layer already exists 02:28:02 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:02 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:28:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:28:03 9df487f25d88: Preparing 02:28:03 6333806a9ca5: Preparing 02:28:03 68321efe01af: Preparing 02:28:03 0a19b58d453a: Preparing 02:28:03 07f8f5aba353: Preparing 02:28:03 3d75604a102b: Preparing 02:28:03 dd9c8f8612c8: Preparing 02:28:03 3d75604a102b: Waiting 02:28:03 dd9c8f8612c8: Waiting 02:28:03 9df487f25d88: Layer already exists 02:28:03 6333806a9ca5: Layer already exists 02:28:03 07f8f5aba353: Layer already exists 02:28:03 0a19b58d453a: Layer already exists 02:28:03 68321efe01af: Layer already exists 02:28:03 dd9c8f8612c8: Layer already exists 02:28:03 3d75604a102b: Layer already exists 02:28:03 main: digest: sha256:1fe10f450b23d32668c1b023ffb4c4ae2c0eb3d902da665e1cb5247dfff87a59 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:03 ===================================================== [Pipeline] echo 02:28:03 taggedImages: 02:28:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:28:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 02:28:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:28:03 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:28:03 45e419daa151ee63a4257541cf143636bce1c2b4 02:28:03 latest 02:28:03 4.1.0-dev.23 02:28:03 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:03 main 02:28:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:03 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:28:04 a0af315505e2: Preparing 02:28:04 35ea1c722880: Preparing 02:28:04 0a19b58d453a: Preparing 02:28:04 1fbe58065fb5: Preparing 02:28:04 5da82808536e: Preparing 02:28:04 dd9c8f8612c8: Preparing 02:28:04 dd9c8f8612c8: Waiting 02:28:04 0a19b58d453a: Layer already exists 02:28:04 dd9c8f8612c8: Layer already exists 02:28:04 5da82808536e: Pushed 02:28:04 1fbe58065fb5: Pushed 02:28:04 a0af315505e2: Pushed 02:28:09 35ea1c722880: Pushed 02:28:09 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:10 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:28:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:28:10 a0af315505e2: Preparing 02:28:10 35ea1c722880: Preparing 02:28:10 0a19b58d453a: Preparing 02:28:10 1fbe58065fb5: Preparing 02:28:10 5da82808536e: Preparing 02:28:10 dd9c8f8612c8: Preparing 02:28:10 dd9c8f8612c8: Waiting 02:28:10 5da82808536e: Layer already exists 02:28:10 0a19b58d453a: Layer already exists 02:28:10 35ea1c722880: Layer already exists 02:28:10 1fbe58065fb5: Layer already exists 02:28:10 a0af315505e2: Layer already exists 02:28:10 dd9c8f8612c8: Layer already exists 02:28:10 latest: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:11 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 02:28:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:28:11 a0af315505e2: Preparing 02:28:11 35ea1c722880: Preparing 02:28:11 0a19b58d453a: Preparing 02:28:11 1fbe58065fb5: Preparing 02:28:11 5da82808536e: Preparing 02:28:11 dd9c8f8612c8: Preparing 02:28:11 dd9c8f8612c8: Waiting 02:28:11 a0af315505e2: Layer already exists 02:28:11 35ea1c722880: Layer already exists 02:28:11 5da82808536e: Layer already exists 02:28:11 0a19b58d453a: Layer already exists 02:28:11 1fbe58065fb5: Layer already exists 02:28:11 dd9c8f8612c8: Layer already exists 02:28:11 4.1.0-dev.23: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:12 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:28:12 a0af315505e2: Preparing 02:28:12 35ea1c722880: Preparing 02:28:12 0a19b58d453a: Preparing 02:28:12 1fbe58065fb5: Preparing 02:28:12 5da82808536e: Preparing 02:28:12 dd9c8f8612c8: Preparing 02:28:12 dd9c8f8612c8: Waiting 02:28:12 1fbe58065fb5: Layer already exists 02:28:12 35ea1c722880: Layer already exists 02:28:12 a0af315505e2: Layer already exists 02:28:12 5da82808536e: Layer already exists 02:28:12 0a19b58d453a: Layer already exists 02:28:12 dd9c8f8612c8: Layer already exists 02:28:12 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:13 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:28:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:28:13 a0af315505e2: Preparing 02:28:13 35ea1c722880: Preparing 02:28:13 0a19b58d453a: Preparing 02:28:13 1fbe58065fb5: Preparing 02:28:13 5da82808536e: Preparing 02:28:13 dd9c8f8612c8: Preparing 02:28:13 dd9c8f8612c8: Waiting 02:28:13 5da82808536e: Layer already exists 02:28:13 35ea1c722880: Layer already exists 02:28:13 a0af315505e2: Layer already exists 02:28:13 1fbe58065fb5: Layer already exists 02:28:13 0a19b58d453a: Layer already exists 02:28:13 dd9c8f8612c8: Layer already exists 02:28:13 main: digest: sha256:3e366da0a2ef619a4d902850d1aeb7933b9e9c9f75158ed761534b7af8118b70 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:13 ===================================================== [Pipeline] echo 02:28:13 taggedImages: 02:28:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:28:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 02:28:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:13 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:28:13 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:28:13 45e419daa151ee63a4257541cf143636bce1c2b4 02:28:13 latest 02:28:13 4.1.0-dev.23 02:28:13 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:13 main 02:28:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:28:14 55024c909ae3: Preparing 02:28:14 f677e6edcf7b: Preparing 02:28:14 7a5f1a9f1a31: Preparing 02:28:14 68321efe01af: Preparing 02:28:14 0a19b58d453a: Preparing 02:28:14 881efced6ed8: Preparing 02:28:14 ce4f8178dd88: Preparing 02:28:14 881efced6ed8: Waiting 02:28:14 dd9c8f8612c8: Preparing 02:28:14 ce4f8178dd88: Waiting 02:28:14 dd9c8f8612c8: Waiting 02:28:14 0a19b58d453a: Layer already exists 02:28:14 68321efe01af: Layer already exists 02:28:14 881efced6ed8: Layer already exists 02:28:14 ce4f8178dd88: Layer already exists 02:28:14 dd9c8f8612c8: Layer already exists 02:28:14 f677e6edcf7b: Pushed 02:28:14 55024c909ae3: Pushed 02:28:20 7a5f1a9f1a31: Pushed 02:28:20 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:28:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:28:20 55024c909ae3: Preparing 02:28:20 f677e6edcf7b: Preparing 02:28:20 7a5f1a9f1a31: Preparing 02:28:20 68321efe01af: Preparing 02:28:20 0a19b58d453a: Preparing 02:28:20 881efced6ed8: Preparing 02:28:20 ce4f8178dd88: Preparing 02:28:20 dd9c8f8612c8: Preparing 02:28:20 ce4f8178dd88: Waiting 02:28:20 dd9c8f8612c8: Waiting 02:28:20 881efced6ed8: Waiting 02:28:20 68321efe01af: Layer already exists 02:28:20 f677e6edcf7b: Layer already exists 02:28:20 7a5f1a9f1a31: Layer already exists 02:28:20 0a19b58d453a: Layer already exists 02:28:20 55024c909ae3: Layer already exists 02:28:20 dd9c8f8612c8: Layer already exists 02:28:20 ce4f8178dd88: Layer already exists 02:28:20 881efced6ed8: Layer already exists 02:28:20 latest: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 02:28:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:28:21 55024c909ae3: Preparing 02:28:21 f677e6edcf7b: Preparing 02:28:21 7a5f1a9f1a31: Preparing 02:28:21 68321efe01af: Preparing 02:28:21 0a19b58d453a: Preparing 02:28:21 881efced6ed8: Preparing 02:28:21 ce4f8178dd88: Preparing 02:28:21 881efced6ed8: Waiting 02:28:21 dd9c8f8612c8: Preparing 02:28:21 ce4f8178dd88: Waiting 02:28:21 dd9c8f8612c8: Waiting 02:28:21 0a19b58d453a: Layer already exists 02:28:21 55024c909ae3: Layer already exists 02:28:21 68321efe01af: Layer already exists 02:28:21 7a5f1a9f1a31: Layer already exists 02:28:21 f677e6edcf7b: Layer already exists 02:28:21 ce4f8178dd88: Layer already exists 02:28:21 dd9c8f8612c8: Layer already exists 02:28:21 881efced6ed8: Layer already exists 02:28:22 4.1.0-dev.23: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:28:22 55024c909ae3: Preparing 02:28:22 f677e6edcf7b: Preparing 02:28:22 7a5f1a9f1a31: Preparing 02:28:22 68321efe01af: Preparing 02:28:22 0a19b58d453a: Preparing 02:28:22 881efced6ed8: Preparing 02:28:22 ce4f8178dd88: Preparing 02:28:22 dd9c8f8612c8: Preparing 02:28:22 dd9c8f8612c8: Waiting 02:28:22 ce4f8178dd88: Waiting 02:28:22 68321efe01af: Layer already exists 02:28:22 55024c909ae3: Layer already exists 02:28:22 f677e6edcf7b: Layer already exists 02:28:22 0a19b58d453a: Layer already exists 02:28:22 7a5f1a9f1a31: Layer already exists 02:28:22 881efced6ed8: Layer already exists 02:28:22 ce4f8178dd88: Layer already exists 02:28:22 dd9c8f8612c8: Layer already exists 02:28:23 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:28:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:28:26 55024c909ae3: Preparing 02:28:26 f677e6edcf7b: Preparing 02:28:26 7a5f1a9f1a31: Preparing 02:28:26 68321efe01af: Preparing 02:28:26 0a19b58d453a: Preparing 02:28:26 881efced6ed8: Preparing 02:28:26 ce4f8178dd88: Preparing 02:28:26 881efced6ed8: Waiting 02:28:26 ce4f8178dd88: Waiting 02:28:26 dd9c8f8612c8: Preparing 02:28:26 dd9c8f8612c8: Waiting 02:28:26 0a19b58d453a: Layer already exists 02:28:26 f677e6edcf7b: Layer already exists 02:28:26 68321efe01af: Layer already exists 02:28:26 55024c909ae3: Layer already exists 02:28:26 7a5f1a9f1a31: Layer already exists 02:28:26 dd9c8f8612c8: Layer already exists 02:28:26 ce4f8178dd88: Layer already exists 02:28:26 881efced6ed8: Layer already exists 02:28:26 main: digest: sha256:593e40ab96753a48537cf371bd1eea06c1fc6bda37f436f6dde5e31f64ac1ece size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:26 ===================================================== [Pipeline] echo 02:28:26 taggedImages: 02:28:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:28:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 02:28:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:26 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:28:26 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:28:26 45e419daa151ee63a4257541cf143636bce1c2b4 02:28:26 latest 02:28:26 4.1.0-dev.23 02:28:26 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:26 main 02:28:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:28:30 878075385109: Preparing 02:28:30 91077d183b7f: Preparing 02:28:30 eedf9ee58861: Preparing 02:28:30 feba192ba24d: Preparing 02:28:30 55bf8f18e86e: Preparing 02:28:30 c5975555e955: Preparing 02:28:30 35992758fd72: Preparing 02:28:30 68321efe01af: Preparing 02:28:30 0a19b58d453a: Preparing 02:28:30 cd0fe962b094: Preparing 02:28:30 2c63fa76b720: Preparing 02:28:30 5f70bf18a086: Preparing 02:28:30 55305c0f1eff: Preparing 02:28:30 7ce8961736bd: Preparing 02:28:30 a8b17b461cf9: Preparing 02:28:30 dd9c8f8612c8: Preparing 02:28:30 7ce8961736bd: Waiting 02:28:30 a8b17b461cf9: Waiting 02:28:30 dd9c8f8612c8: Waiting 02:28:30 c5975555e955: Waiting 02:28:30 35992758fd72: Waiting 02:28:30 cd0fe962b094: Waiting 02:28:30 2c63fa76b720: Waiting 02:28:30 5f70bf18a086: Waiting 02:28:30 55305c0f1eff: Waiting 02:28:30 68321efe01af: Waiting 02:28:30 0a19b58d453a: Waiting 02:28:30 feba192ba24d: Pushed 02:28:30 eedf9ee58861: Pushed 02:28:30 91077d183b7f: Pushed 02:28:30 55bf8f18e86e: Pushed 02:28:30 878075385109: Pushed 02:28:30 68321efe01af: Layer already exists 02:28:30 0a19b58d453a: Layer already exists 02:28:30 5f70bf18a086: Layer already exists 02:28:30 c5975555e955: Pushed 02:28:30 2c63fa76b720: Pushed 02:28:30 cd0fe962b094: Pushed 02:28:30 dd9c8f8612c8: Layer already exists 02:28:30 55305c0f1eff: Pushed 02:28:30 7ce8961736bd: Pushed 02:28:30 a8b17b461cf9: Pushed 02:28:33 35992758fd72: Pushed 02:28:33 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:33 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:28:34 878075385109: Preparing 02:28:34 91077d183b7f: Preparing 02:28:34 eedf9ee58861: Preparing 02:28:34 feba192ba24d: Preparing 02:28:34 55bf8f18e86e: Preparing 02:28:34 c5975555e955: Preparing 02:28:34 35992758fd72: Preparing 02:28:34 68321efe01af: Preparing 02:28:34 0a19b58d453a: Preparing 02:28:34 cd0fe962b094: Preparing 02:28:34 2c63fa76b720: Preparing 02:28:34 5f70bf18a086: Preparing 02:28:34 55305c0f1eff: Preparing 02:28:34 7ce8961736bd: Preparing 02:28:34 a8b17b461cf9: Preparing 02:28:34 dd9c8f8612c8: Preparing 02:28:34 c5975555e955: Waiting 02:28:34 2c63fa76b720: Waiting 02:28:34 35992758fd72: Waiting 02:28:34 68321efe01af: Waiting 02:28:34 0a19b58d453a: Waiting 02:28:34 cd0fe962b094: Waiting 02:28:34 7ce8961736bd: Waiting 02:28:34 a8b17b461cf9: Waiting 02:28:34 55305c0f1eff: Waiting 02:28:34 5f70bf18a086: Waiting 02:28:34 feba192ba24d: Layer already exists 02:28:34 55bf8f18e86e: Layer already exists 02:28:34 eedf9ee58861: Layer already exists 02:28:34 91077d183b7f: Layer already exists 02:28:34 878075385109: Layer already exists 02:28:34 c5975555e955: Layer already exists 02:28:34 35992758fd72: Layer already exists 02:28:34 68321efe01af: Layer already exists 02:28:34 cd0fe962b094: Layer already exists 02:28:34 0a19b58d453a: Layer already exists 02:28:34 2c63fa76b720: Layer already exists 02:28:34 55305c0f1eff: Layer already exists 02:28:34 5f70bf18a086: Layer already exists 02:28:34 7ce8961736bd: Layer already exists 02:28:34 a8b17b461cf9: Layer already exists 02:28:34 dd9c8f8612c8: Layer already exists 02:28:34 latest: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 02:28:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:28:35 878075385109: Preparing 02:28:35 91077d183b7f: Preparing 02:28:35 eedf9ee58861: Preparing 02:28:35 feba192ba24d: Preparing 02:28:35 55bf8f18e86e: Preparing 02:28:35 c5975555e955: Preparing 02:28:35 35992758fd72: Preparing 02:28:35 c5975555e955: Waiting 02:28:35 35992758fd72: Waiting 02:28:35 68321efe01af: Preparing 02:28:35 0a19b58d453a: Preparing 02:28:35 68321efe01af: Waiting 02:28:35 cd0fe962b094: Preparing 02:28:35 2c63fa76b720: Preparing 02:28:35 5f70bf18a086: Preparing 02:28:35 0a19b58d453a: Waiting 02:28:35 55305c0f1eff: Preparing 02:28:35 cd0fe962b094: Waiting 02:28:35 7ce8961736bd: Preparing 02:28:35 2c63fa76b720: Waiting 02:28:35 a8b17b461cf9: Preparing 02:28:35 5f70bf18a086: Waiting 02:28:35 55305c0f1eff: Waiting 02:28:35 7ce8961736bd: Waiting 02:28:35 dd9c8f8612c8: Preparing 02:28:35 a8b17b461cf9: Waiting 02:28:35 dd9c8f8612c8: Waiting 02:28:35 91077d183b7f: Layer already exists 02:28:35 55bf8f18e86e: Layer already exists 02:28:35 eedf9ee58861: Layer already exists 02:28:35 878075385109: Layer already exists 02:28:35 feba192ba24d: Layer already exists 02:28:35 0a19b58d453a: Layer already exists 02:28:35 35992758fd72: Layer already exists 02:28:35 68321efe01af: Layer already exists 02:28:35 cd0fe962b094: Layer already exists 02:28:35 c5975555e955: Layer already exists 02:28:35 5f70bf18a086: Layer already exists 02:28:35 7ce8961736bd: Layer already exists 02:28:35 55305c0f1eff: Layer already exists 02:28:35 2c63fa76b720: Layer already exists 02:28:35 a8b17b461cf9: Layer already exists 02:28:35 dd9c8f8612c8: Layer already exists 02:28:35 4.1.0-dev.23: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:35 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:28:36 878075385109: Preparing 02:28:36 91077d183b7f: Preparing 02:28:36 eedf9ee58861: Preparing 02:28:36 feba192ba24d: Preparing 02:28:36 55bf8f18e86e: Preparing 02:28:36 c5975555e955: Preparing 02:28:36 35992758fd72: Preparing 02:28:36 68321efe01af: Preparing 02:28:36 0a19b58d453a: Preparing 02:28:36 cd0fe962b094: Preparing 02:28:36 2c63fa76b720: Preparing 02:28:36 5f70bf18a086: Preparing 02:28:36 55305c0f1eff: Preparing 02:28:36 7ce8961736bd: Preparing 02:28:36 a8b17b461cf9: Preparing 02:28:36 dd9c8f8612c8: Preparing 02:28:36 0a19b58d453a: Waiting 02:28:36 cd0fe962b094: Waiting 02:28:36 2c63fa76b720: Waiting 02:28:36 5f70bf18a086: Waiting 02:28:36 55305c0f1eff: Waiting 02:28:36 7ce8961736bd: Waiting 02:28:36 a8b17b461cf9: Waiting 02:28:36 dd9c8f8612c8: Waiting 02:28:36 35992758fd72: Waiting 02:28:36 c5975555e955: Waiting 02:28:36 68321efe01af: Waiting 02:28:36 eedf9ee58861: Layer already exists 02:28:36 878075385109: Layer already exists 02:28:36 55bf8f18e86e: Layer already exists 02:28:36 feba192ba24d: Layer already exists 02:28:36 91077d183b7f: Layer already exists 02:28:36 68321efe01af: Layer already exists 02:28:36 0a19b58d453a: Layer already exists 02:28:36 35992758fd72: Layer already exists 02:28:36 c5975555e955: Layer already exists 02:28:36 2c63fa76b720: Layer already exists 02:28:36 55305c0f1eff: Layer already exists 02:28:36 5f70bf18a086: Layer already exists 02:28:36 cd0fe962b094: Layer already exists 02:28:36 7ce8961736bd: Layer already exists 02:28:36 a8b17b461cf9: Layer already exists 02:28:36 dd9c8f8612c8: Layer already exists 02:28:36 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:36 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:28:37 878075385109: Preparing 02:28:37 91077d183b7f: Preparing 02:28:37 eedf9ee58861: Preparing 02:28:37 feba192ba24d: Preparing 02:28:37 55bf8f18e86e: Preparing 02:28:37 c5975555e955: Preparing 02:28:37 35992758fd72: Preparing 02:28:37 c5975555e955: Waiting 02:28:37 68321efe01af: Preparing 02:28:37 0a19b58d453a: Preparing 02:28:37 cd0fe962b094: Preparing 02:28:37 35992758fd72: Waiting 02:28:37 2c63fa76b720: Preparing 02:28:37 5f70bf18a086: Preparing 02:28:37 55305c0f1eff: Preparing 02:28:37 7ce8961736bd: Preparing 02:28:37 a8b17b461cf9: Preparing 02:28:37 dd9c8f8612c8: Preparing 02:28:37 0a19b58d453a: Waiting 02:28:37 cd0fe962b094: Waiting 02:28:37 2c63fa76b720: Waiting 02:28:37 5f70bf18a086: Waiting 02:28:37 55305c0f1eff: Waiting 02:28:37 7ce8961736bd: Waiting 02:28:37 a8b17b461cf9: Waiting 02:28:37 dd9c8f8612c8: Waiting 02:28:37 68321efe01af: Waiting 02:28:37 eedf9ee58861: Layer already exists 02:28:37 878075385109: Layer already exists 02:28:37 91077d183b7f: Layer already exists 02:28:37 feba192ba24d: Layer already exists 02:28:37 55bf8f18e86e: Layer already exists 02:28:37 0a19b58d453a: Layer already exists 02:28:37 68321efe01af: Layer already exists 02:28:37 c5975555e955: Layer already exists 02:28:37 cd0fe962b094: Layer already exists 02:28:37 35992758fd72: Layer already exists 02:28:37 7ce8961736bd: Layer already exists 02:28:37 2c63fa76b720: Layer already exists 02:28:37 a8b17b461cf9: Layer already exists 02:28:37 55305c0f1eff: Layer already exists 02:28:37 5f70bf18a086: Layer already exists 02:28:37 dd9c8f8612c8: Layer already exists 02:28:37 main: digest: sha256:22e1185f7921dfaacd71b64b35b08d52c230e9f1f1f26b3e4d7d35eaf32f87a3 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:37 ===================================================== [Pipeline] echo 02:28:37 taggedImages: 02:28:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:28:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 02:28:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:28:37 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:28:37 45e419daa151ee63a4257541cf143636bce1c2b4 02:28:37 latest 02:28:37 4.1.0-dev.23 02:28:37 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:37 main 02:28:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:37 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:28:38 be77fa1162e9: Preparing 02:28:38 d75159666155: Preparing 02:28:38 f19cfff8813b: Preparing 02:28:38 2fe20f764aa8: Preparing 02:28:38 68321efe01af: Preparing 02:28:38 0a19b58d453a: Preparing 02:28:38 881efced6ed8: Preparing 02:28:38 ce4f8178dd88: Preparing 02:28:38 dd9c8f8612c8: Preparing 02:28:38 ce4f8178dd88: Waiting 02:28:38 dd9c8f8612c8: Waiting 02:28:38 0a19b58d453a: Waiting 02:28:38 881efced6ed8: Waiting 02:28:38 68321efe01af: Layer already exists 02:28:38 0a19b58d453a: Layer already exists 02:28:38 881efced6ed8: Layer already exists 02:28:38 f19cfff8813b: Pushed 02:28:38 d75159666155: Pushed 02:28:38 be77fa1162e9: Pushed 02:28:38 dd9c8f8612c8: Layer already exists 02:28:38 ce4f8178dd88: Layer already exists 02:28:43 2fe20f764aa8: Pushed 02:28:43 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:44 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:28:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:28:44 be77fa1162e9: Preparing 02:28:44 d75159666155: Preparing 02:28:44 f19cfff8813b: Preparing 02:28:44 2fe20f764aa8: Preparing 02:28:44 68321efe01af: Preparing 02:28:44 0a19b58d453a: Preparing 02:28:44 881efced6ed8: Preparing 02:28:44 ce4f8178dd88: Preparing 02:28:44 0a19b58d453a: Waiting 02:28:44 dd9c8f8612c8: Preparing 02:28:44 881efced6ed8: Waiting 02:28:44 ce4f8178dd88: Waiting 02:28:44 dd9c8f8612c8: Waiting 02:28:44 68321efe01af: Layer already exists 02:28:44 f19cfff8813b: Layer already exists 02:28:44 be77fa1162e9: Layer already exists 02:28:44 d75159666155: Layer already exists 02:28:44 2fe20f764aa8: Layer already exists 02:28:44 ce4f8178dd88: Layer already exists 02:28:44 dd9c8f8612c8: Layer already exists 02:28:44 0a19b58d453a: Layer already exists 02:28:44 881efced6ed8: Layer already exists 02:28:44 latest: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:45 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 02:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:28:45 be77fa1162e9: Preparing 02:28:45 d75159666155: Preparing 02:28:45 f19cfff8813b: Preparing 02:28:45 2fe20f764aa8: Preparing 02:28:45 68321efe01af: Preparing 02:28:45 0a19b58d453a: Preparing 02:28:45 881efced6ed8: Preparing 02:28:45 ce4f8178dd88: Preparing 02:28:45 dd9c8f8612c8: Preparing 02:28:45 0a19b58d453a: Waiting 02:28:45 881efced6ed8: Waiting 02:28:45 dd9c8f8612c8: Waiting 02:28:45 ce4f8178dd88: Waiting 02:28:45 be77fa1162e9: Layer already exists 02:28:45 68321efe01af: Layer already exists 02:28:45 d75159666155: Layer already exists 02:28:45 2fe20f764aa8: Layer already exists 02:28:45 f19cfff8813b: Layer already exists 02:28:45 ce4f8178dd88: Layer already exists 02:28:45 0a19b58d453a: Layer already exists 02:28:45 dd9c8f8612c8: Layer already exists 02:28:45 881efced6ed8: Layer already exists 02:28:45 4.1.0-dev.23: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:28:47 be77fa1162e9: Preparing 02:28:47 d75159666155: Preparing 02:28:47 f19cfff8813b: Preparing 02:28:47 2fe20f764aa8: Preparing 02:28:47 68321efe01af: Preparing 02:28:47 0a19b58d453a: Preparing 02:28:47 881efced6ed8: Preparing 02:28:47 ce4f8178dd88: Preparing 02:28:47 dd9c8f8612c8: Preparing 02:28:47 0a19b58d453a: Waiting 02:28:47 881efced6ed8: Waiting 02:28:47 dd9c8f8612c8: Waiting 02:28:47 ce4f8178dd88: Waiting 02:28:47 d75159666155: Layer already exists 02:28:47 be77fa1162e9: Layer already exists 02:28:47 f19cfff8813b: Layer already exists 02:28:47 2fe20f764aa8: Layer already exists 02:28:47 68321efe01af: Layer already exists 02:28:47 0a19b58d453a: Layer already exists 02:28:47 881efced6ed8: Layer already exists 02:28:47 ce4f8178dd88: Layer already exists 02:28:47 dd9c8f8612c8: Layer already exists 02:28:47 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:47 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:28:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:28:47 be77fa1162e9: Preparing 02:28:47 d75159666155: Preparing 02:28:47 f19cfff8813b: Preparing 02:28:47 2fe20f764aa8: Preparing 02:28:47 68321efe01af: Preparing 02:28:47 0a19b58d453a: Preparing 02:28:47 881efced6ed8: Preparing 02:28:47 ce4f8178dd88: Preparing 02:28:47 dd9c8f8612c8: Preparing 02:28:47 881efced6ed8: Waiting 02:28:47 ce4f8178dd88: Waiting 02:28:47 dd9c8f8612c8: Waiting 02:28:47 0a19b58d453a: Waiting 02:28:47 be77fa1162e9: Layer already exists 02:28:47 f19cfff8813b: Layer already exists 02:28:47 d75159666155: Layer already exists 02:28:47 68321efe01af: Layer already exists 02:28:47 2fe20f764aa8: Layer already exists 02:28:47 ce4f8178dd88: Layer already exists 02:28:47 dd9c8f8612c8: Layer already exists 02:28:47 881efced6ed8: Layer already exists 02:28:47 0a19b58d453a: Layer already exists 02:28:48 main: digest: sha256:1edcb84d20a40f37e61652732ef2fb763e1dd7e4eaa1bcda8a5c6b5383a107ab size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:48 ===================================================== [Pipeline] echo 02:28:48 taggedImages: 02:28:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:28:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 02:28:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:28:48 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:28:48 45e419daa151ee63a4257541cf143636bce1c2b4 02:28:48 latest 02:28:48 4.1.0-dev.23 02:28:48 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:48 main 02:28:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:28:49 d13c8a7086f5: Preparing 02:28:49 f7f69bf8b466: Preparing 02:28:49 3fdb306c7991: Preparing 02:28:49 e8701b6edc8b: Preparing 02:28:49 367eea1da896: Preparing 02:28:49 68321efe01af: Preparing 02:28:49 0a19b58d453a: Preparing 02:28:49 51dc82721319: Preparing 02:28:49 0b60a3313b20: Preparing 02:28:49 db187e77d7d7: Preparing 02:28:49 dd9c8f8612c8: Preparing 02:28:49 68321efe01af: Waiting 02:28:49 0a19b58d453a: Waiting 02:28:49 51dc82721319: Waiting 02:28:49 0b60a3313b20: Waiting 02:28:49 db187e77d7d7: Waiting 02:28:49 dd9c8f8612c8: Waiting 02:28:49 367eea1da896: Pushed 02:28:49 e8701b6edc8b: Pushed 02:28:49 f7f69bf8b466: Pushed 02:28:49 d13c8a7086f5: Pushed 02:28:49 68321efe01af: Layer already exists 02:28:49 0a19b58d453a: Layer already exists 02:28:49 dd9c8f8612c8: Layer already exists 02:28:49 0b60a3313b20: Pushed 02:28:49 51dc82721319: Pushed 02:28:52 db187e77d7d7: Pushed 02:28:53 3fdb306c7991: Pushed 02:28:53 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:28:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:28:54 d13c8a7086f5: Preparing 02:28:54 f7f69bf8b466: Preparing 02:28:54 3fdb306c7991: Preparing 02:28:54 e8701b6edc8b: Preparing 02:28:54 367eea1da896: Preparing 02:28:54 68321efe01af: Preparing 02:28:54 0a19b58d453a: Preparing 02:28:54 68321efe01af: Waiting 02:28:54 51dc82721319: Preparing 02:28:54 0a19b58d453a: Waiting 02:28:54 0b60a3313b20: Preparing 02:28:54 db187e77d7d7: Preparing 02:28:54 dd9c8f8612c8: Preparing 02:28:54 0b60a3313b20: Waiting 02:28:54 db187e77d7d7: Waiting 02:28:54 dd9c8f8612c8: Waiting 02:28:54 51dc82721319: Waiting 02:28:54 3fdb306c7991: Layer already exists 02:28:54 f7f69bf8b466: Layer already exists 02:28:54 367eea1da896: Layer already exists 02:28:54 d13c8a7086f5: Layer already exists 02:28:54 e8701b6edc8b: Layer already exists 02:28:54 51dc82721319: Layer already exists 02:28:54 68321efe01af: Layer already exists 02:28:54 db187e77d7d7: Layer already exists 02:28:54 0a19b58d453a: Layer already exists 02:28:54 0b60a3313b20: Layer already exists 02:28:54 dd9c8f8612c8: Layer already exists 02:28:54 latest: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:55 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 02:28:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:28:55 d13c8a7086f5: Preparing 02:28:55 f7f69bf8b466: Preparing 02:28:55 3fdb306c7991: Preparing 02:28:55 e8701b6edc8b: Preparing 02:28:55 367eea1da896: Preparing 02:28:55 68321efe01af: Preparing 02:28:55 0a19b58d453a: Preparing 02:28:55 51dc82721319: Preparing 02:28:55 0b60a3313b20: Preparing 02:28:55 db187e77d7d7: Preparing 02:28:55 dd9c8f8612c8: Preparing 02:28:55 51dc82721319: Waiting 02:28:55 0b60a3313b20: Waiting 02:28:55 db187e77d7d7: Waiting 02:28:55 dd9c8f8612c8: Waiting 02:28:55 68321efe01af: Waiting 02:28:55 3fdb306c7991: Layer already exists 02:28:55 d13c8a7086f5: Layer already exists 02:28:55 e8701b6edc8b: Layer already exists 02:28:55 367eea1da896: Layer already exists 02:28:55 f7f69bf8b466: Layer already exists 02:28:55 0b60a3313b20: Layer already exists 02:28:55 0a19b58d453a: Layer already exists 02:28:55 68321efe01af: Layer already exists 02:28:55 51dc82721319: Layer already exists 02:28:55 db187e77d7d7: Layer already exists 02:28:55 dd9c8f8612c8: Layer already exists 02:28:55 4.1.0-dev.23: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:56 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:28:56 d13c8a7086f5: Preparing 02:28:56 f7f69bf8b466: Preparing 02:28:56 3fdb306c7991: Preparing 02:28:56 e8701b6edc8b: Preparing 02:28:56 367eea1da896: Preparing 02:28:56 68321efe01af: Preparing 02:28:56 0a19b58d453a: Preparing 02:28:56 51dc82721319: Preparing 02:28:56 0b60a3313b20: Preparing 02:28:56 db187e77d7d7: Preparing 02:28:56 dd9c8f8612c8: Preparing 02:28:56 51dc82721319: Waiting 02:28:56 0b60a3313b20: Waiting 02:28:56 db187e77d7d7: Waiting 02:28:56 dd9c8f8612c8: Waiting 02:28:56 68321efe01af: Waiting 02:28:56 0a19b58d453a: Waiting 02:28:56 367eea1da896: Layer already exists 02:28:56 d13c8a7086f5: Layer already exists 02:28:56 e8701b6edc8b: Layer already exists 02:28:56 f7f69bf8b466: Layer already exists 02:28:56 3fdb306c7991: Layer already exists 02:28:56 db187e77d7d7: Layer already exists 02:28:56 51dc82721319: Layer already exists 02:28:56 0a19b58d453a: Layer already exists 02:28:56 68321efe01af: Layer already exists 02:28:56 0b60a3313b20: Layer already exists 02:28:56 dd9c8f8612c8: Layer already exists 02:28:56 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:28:57 d13c8a7086f5: Preparing 02:28:57 f7f69bf8b466: Preparing 02:28:57 3fdb306c7991: Preparing 02:28:57 e8701b6edc8b: Preparing 02:28:57 367eea1da896: Preparing 02:28:57 68321efe01af: Preparing 02:28:57 0a19b58d453a: Preparing 02:28:57 68321efe01af: Waiting 02:28:57 51dc82721319: Preparing 02:28:57 0a19b58d453a: Waiting 02:28:57 0b60a3313b20: Preparing 02:28:57 db187e77d7d7: Preparing 02:28:57 0b60a3313b20: Waiting 02:28:57 dd9c8f8612c8: Preparing 02:28:57 db187e77d7d7: Waiting 02:28:57 dd9c8f8612c8: Waiting 02:28:57 367eea1da896: Layer already exists 02:28:57 f7f69bf8b466: Layer already exists 02:28:57 d13c8a7086f5: Layer already exists 02:28:57 e8701b6edc8b: Layer already exists 02:28:57 3fdb306c7991: Layer already exists 02:28:57 68321efe01af: Layer already exists 02:28:57 0a19b58d453a: Layer already exists 02:28:57 51dc82721319: Layer already exists 02:28:57 db187e77d7d7: Layer already exists 02:28:57 0b60a3313b20: Layer already exists 02:28:57 dd9c8f8612c8: Layer already exists 02:28:57 main: digest: sha256:c122e9e8156751dc9d7dc8173638d50d959e427fcca429ab9f578dd415617748 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:57 ===================================================== [Pipeline] echo 02:28:57 taggedImages: 02:28:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:28:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 02:28:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:57 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:28:57 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:28:57 45e419daa151ee63a4257541cf143636bce1c2b4 02:28:57 latest 02:28:57 4.1.0-dev.23 02:28:57 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:28:57 main 02:28:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:58 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:28:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:28:58 431e08b77f39: Preparing 02:28:58 64d2911c7f99: Preparing 02:28:58 9004a3620ec5: Preparing 02:28:58 94ad789f274d: Preparing 02:28:58 f03cad6ccc63: Preparing 02:28:58 c249a505434f: Preparing 02:28:58 a829cf73e408: Preparing 02:28:58 68321efe01af: Preparing 02:28:58 0a19b58d453a: Preparing 02:28:58 e1351824445e: Preparing 02:28:58 dc6e925be0f7: Preparing 02:28:58 dd9c8f8612c8: Preparing 02:28:58 c249a505434f: Waiting 02:28:58 a829cf73e408: Waiting 02:28:58 0a19b58d453a: Waiting 02:28:58 68321efe01af: Waiting 02:28:58 e1351824445e: Waiting 02:28:58 dc6e925be0f7: Waiting 02:28:58 64d2911c7f99: Pushed 02:28:58 f03cad6ccc63: Pushed 02:28:58 431e08b77f39: Pushed 02:28:58 68321efe01af: Layer already exists 02:28:58 c249a505434f: Pushed 02:28:58 0a19b58d453a: Layer already exists 02:28:59 a829cf73e408: Pushed 02:28:59 dd9c8f8612c8: Layer already exists 02:28:59 e1351824445e: Pushed 02:29:01 dc6e925be0f7: Pushed 02:29:03 94ad789f274d: Pushed 02:29:05 9004a3620ec5: Pushed 02:29:05 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:29:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:29:06 431e08b77f39: Preparing 02:29:06 64d2911c7f99: Preparing 02:29:06 9004a3620ec5: Preparing 02:29:06 94ad789f274d: Preparing 02:29:06 f03cad6ccc63: Preparing 02:29:06 c249a505434f: Preparing 02:29:06 a829cf73e408: Preparing 02:29:06 68321efe01af: Preparing 02:29:06 0a19b58d453a: Preparing 02:29:06 e1351824445e: Preparing 02:29:06 dc6e925be0f7: Preparing 02:29:06 dd9c8f8612c8: Preparing 02:29:06 68321efe01af: Waiting 02:29:06 0a19b58d453a: Waiting 02:29:06 e1351824445e: Waiting 02:29:06 dc6e925be0f7: Waiting 02:29:06 dd9c8f8612c8: Waiting 02:29:06 c249a505434f: Waiting 02:29:06 a829cf73e408: Waiting 02:29:06 9004a3620ec5: Layer already exists 02:29:06 431e08b77f39: Layer already exists 02:29:06 f03cad6ccc63: Layer already exists 02:29:06 64d2911c7f99: Layer already exists 02:29:06 94ad789f274d: Layer already exists 02:29:06 c249a505434f: Layer already exists 02:29:06 68321efe01af: Layer already exists 02:29:06 0a19b58d453a: Layer already exists 02:29:06 e1351824445e: Layer already exists 02:29:06 a829cf73e408: Layer already exists 02:29:06 dd9c8f8612c8: Layer already exists 02:29:06 dc6e925be0f7: Layer already exists 02:29:06 latest: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:06 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 02:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:29:07 431e08b77f39: Preparing 02:29:07 64d2911c7f99: Preparing 02:29:07 9004a3620ec5: Preparing 02:29:07 94ad789f274d: Preparing 02:29:07 f03cad6ccc63: Preparing 02:29:07 c249a505434f: Preparing 02:29:07 a829cf73e408: Preparing 02:29:07 68321efe01af: Preparing 02:29:07 0a19b58d453a: Preparing 02:29:07 e1351824445e: Preparing 02:29:07 dc6e925be0f7: Preparing 02:29:07 dd9c8f8612c8: Preparing 02:29:07 c249a505434f: Waiting 02:29:07 a829cf73e408: Waiting 02:29:07 68321efe01af: Waiting 02:29:07 0a19b58d453a: Waiting 02:29:07 e1351824445e: Waiting 02:29:07 dc6e925be0f7: Waiting 02:29:07 dd9c8f8612c8: Waiting 02:29:07 f03cad6ccc63: Layer already exists 02:29:07 94ad789f274d: Layer already exists 02:29:07 9004a3620ec5: Layer already exists 02:29:07 431e08b77f39: Layer already exists 02:29:07 64d2911c7f99: Layer already exists 02:29:07 a829cf73e408: Layer already exists 02:29:07 e1351824445e: Layer already exists 02:29:07 c249a505434f: Layer already exists 02:29:07 68321efe01af: Layer already exists 02:29:07 0a19b58d453a: Layer already exists 02:29:07 dd9c8f8612c8: Layer already exists 02:29:07 dc6e925be0f7: Layer already exists 02:29:07 4.1.0-dev.23: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:29:08 431e08b77f39: Preparing 02:29:08 64d2911c7f99: Preparing 02:29:08 9004a3620ec5: Preparing 02:29:08 94ad789f274d: Preparing 02:29:08 f03cad6ccc63: Preparing 02:29:08 c249a505434f: Preparing 02:29:08 a829cf73e408: Preparing 02:29:08 68321efe01af: Preparing 02:29:08 0a19b58d453a: Preparing 02:29:08 e1351824445e: Preparing 02:29:08 dc6e925be0f7: Preparing 02:29:08 dd9c8f8612c8: Preparing 02:29:08 c249a505434f: Waiting 02:29:08 0a19b58d453a: Waiting 02:29:08 e1351824445e: Waiting 02:29:08 68321efe01af: Waiting 02:29:08 dc6e925be0f7: Waiting 02:29:08 dd9c8f8612c8: Waiting 02:29:08 64d2911c7f99: Layer already exists 02:29:08 94ad789f274d: Layer already exists 02:29:08 9004a3620ec5: Layer already exists 02:29:08 f03cad6ccc63: Layer already exists 02:29:08 431e08b77f39: Layer already exists 02:29:08 68321efe01af: Layer already exists 02:29:08 c249a505434f: Layer already exists 02:29:08 a829cf73e408: Layer already exists 02:29:08 0a19b58d453a: Layer already exists 02:29:08 e1351824445e: Layer already exists 02:29:08 dc6e925be0f7: Layer already exists 02:29:08 dd9c8f8612c8: Layer already exists 02:29:08 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:08 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:29:09 431e08b77f39: Preparing 02:29:09 64d2911c7f99: Preparing 02:29:09 9004a3620ec5: Preparing 02:29:09 94ad789f274d: Preparing 02:29:09 f03cad6ccc63: Preparing 02:29:09 c249a505434f: Preparing 02:29:09 a829cf73e408: Preparing 02:29:09 c249a505434f: Waiting 02:29:09 68321efe01af: Preparing 02:29:09 a829cf73e408: Waiting 02:29:09 0a19b58d453a: Preparing 02:29:09 68321efe01af: Waiting 02:29:09 e1351824445e: Preparing 02:29:09 0a19b58d453a: Waiting 02:29:09 dc6e925be0f7: Preparing 02:29:09 dd9c8f8612c8: Preparing 02:29:09 e1351824445e: Waiting 02:29:09 dc6e925be0f7: Waiting 02:29:09 dd9c8f8612c8: Waiting 02:29:09 94ad789f274d: Layer already exists 02:29:09 f03cad6ccc63: Layer already exists 02:29:09 9004a3620ec5: Layer already exists 02:29:09 431e08b77f39: Layer already exists 02:29:09 64d2911c7f99: Layer already exists 02:29:09 a829cf73e408: Layer already exists 02:29:09 c249a505434f: Layer already exists 02:29:09 68321efe01af: Layer already exists 02:29:09 0a19b58d453a: Layer already exists 02:29:09 e1351824445e: Layer already exists 02:29:09 dc6e925be0f7: Layer already exists 02:29:09 dd9c8f8612c8: Layer already exists 02:29:09 main: digest: sha256:ac1d3e154cf954143bdae1f3f080371f47a1aae0dd7a70231bd2fc200ebe8f6d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:09 ===================================================== [Pipeline] echo 02:29:09 taggedImages: 02:29:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:29:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:29:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 02:29:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:09 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:29:09 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:29:09 45e419daa151ee63a4257541cf143636bce1c2b4 02:29:09 latest 02:29:09 4.1.0-dev.23 02:29:09 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:09 main 02:29:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:09 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:29:10 f7440c5f5a60: Preparing 02:29:10 c0d62126acf6: Preparing 02:29:10 68321efe01af: Preparing 02:29:10 0a19b58d453a: Preparing 02:29:10 87877beac8e0: Preparing 02:29:10 745bca760c14: Preparing 02:29:10 dd9c8f8612c8: Preparing 02:29:10 745bca760c14: Waiting 02:29:10 dd9c8f8612c8: Waiting 02:29:10 68321efe01af: Layer already exists 02:29:10 0a19b58d453a: Layer already exists 02:29:10 dd9c8f8612c8: Layer already exists 02:29:10 87877beac8e0: Pushed 02:29:10 f7440c5f5a60: Pushed 02:29:12 745bca760c14: Pushed 02:29:17 c0d62126acf6: Pushed 02:29:17 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:29:18 f7440c5f5a60: Preparing 02:29:18 c0d62126acf6: Preparing 02:29:18 68321efe01af: Preparing 02:29:18 0a19b58d453a: Preparing 02:29:18 87877beac8e0: Preparing 02:29:18 745bca760c14: Preparing 02:29:18 dd9c8f8612c8: Preparing 02:29:18 dd9c8f8612c8: Waiting 02:29:18 745bca760c14: Waiting 02:29:18 68321efe01af: Layer already exists 02:29:18 0a19b58d453a: Layer already exists 02:29:18 c0d62126acf6: Layer already exists 02:29:18 87877beac8e0: Layer already exists 02:29:18 f7440c5f5a60: Layer already exists 02:29:18 745bca760c14: Layer already exists 02:29:18 dd9c8f8612c8: Layer already exists 02:29:18 latest: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 02:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:29:19 f7440c5f5a60: Preparing 02:29:19 c0d62126acf6: Preparing 02:29:19 68321efe01af: Preparing 02:29:19 0a19b58d453a: Preparing 02:29:19 87877beac8e0: Preparing 02:29:19 745bca760c14: Preparing 02:29:19 dd9c8f8612c8: Preparing 02:29:19 745bca760c14: Waiting 02:29:19 dd9c8f8612c8: Waiting 02:29:19 87877beac8e0: Layer already exists 02:29:19 c0d62126acf6: Layer already exists 02:29:19 0a19b58d453a: Layer already exists 02:29:19 68321efe01af: Layer already exists 02:29:19 f7440c5f5a60: Layer already exists 02:29:19 dd9c8f8612c8: Layer already exists 02:29:19 745bca760c14: Layer already exists 02:29:19 4.1.0-dev.23: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:29:20 f7440c5f5a60: Preparing 02:29:20 c0d62126acf6: Preparing 02:29:20 68321efe01af: Preparing 02:29:20 0a19b58d453a: Preparing 02:29:20 87877beac8e0: Preparing 02:29:20 745bca760c14: Preparing 02:29:20 dd9c8f8612c8: Preparing 02:29:20 745bca760c14: Waiting 02:29:20 dd9c8f8612c8: Waiting 02:29:20 c0d62126acf6: Layer already exists 02:29:20 87877beac8e0: Layer already exists 02:29:20 f7440c5f5a60: Layer already exists 02:29:20 0a19b58d453a: Layer already exists 02:29:20 68321efe01af: Layer already exists 02:29:20 745bca760c14: Layer already exists 02:29:20 dd9c8f8612c8: Layer already exists 02:29:20 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:29:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:29:21 f7440c5f5a60: Preparing 02:29:21 c0d62126acf6: Preparing 02:29:21 68321efe01af: Preparing 02:29:21 0a19b58d453a: Preparing 02:29:21 87877beac8e0: Preparing 02:29:21 745bca760c14: Preparing 02:29:21 dd9c8f8612c8: Preparing 02:29:21 745bca760c14: Waiting 02:29:21 dd9c8f8612c8: Waiting 02:29:21 0a19b58d453a: Layer already exists 02:29:21 f7440c5f5a60: Layer already exists 02:29:21 68321efe01af: Layer already exists 02:29:21 c0d62126acf6: Layer already exists 02:29:21 87877beac8e0: Layer already exists 02:29:21 745bca760c14: Layer already exists 02:29:21 dd9c8f8612c8: Layer already exists 02:29:21 main: digest: sha256:b58962097153e48ac213b124e33a6940067a7d57c0e54e1c6c5e5a9b2e829c8f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:22 ===================================================== [Pipeline] echo 02:29:22 taggedImages: 02:29:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:29:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:29:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 02:29:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:29:22 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:29:22 45e419daa151ee63a4257541cf143636bce1c2b4 02:29:22 latest 02:29:22 4.1.0-dev.23 02:29:22 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:22 main 02:29:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:22 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:29:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:29:22 bba77d7ed90d: Preparing 02:29:22 024c3ebfa756: Preparing 02:29:22 ef0cf34ce36e: Preparing 02:29:22 68321efe01af: Preparing 02:29:22 0a19b58d453a: Preparing 02:29:22 c539f72a912b: Preparing 02:29:22 cbbd4deec740: Preparing 02:29:22 599029db9254: Preparing 02:29:22 d4e30c88fff5: Preparing 02:29:22 dd9c8f8612c8: Preparing 02:29:22 599029db9254: Waiting 02:29:22 d4e30c88fff5: Waiting 02:29:22 dd9c8f8612c8: Waiting 02:29:22 c539f72a912b: Waiting 02:29:22 cbbd4deec740: Waiting 02:29:22 68321efe01af: Layer already exists 02:29:23 0a19b58d453a: Layer already exists 02:29:23 ef0cf34ce36e: Pushed 02:29:23 024c3ebfa756: Pushed 02:29:23 bba77d7ed90d: Pushed 02:29:23 dd9c8f8612c8: Layer already exists 02:29:23 599029db9254: Pushed 02:29:24 d4e30c88fff5: Pushed 02:29:34 cbbd4deec740: Pushed 02:29:49 c539f72a912b: Pushed 02:29:49 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:29:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:29:49 bba77d7ed90d: Preparing 02:29:49 024c3ebfa756: Preparing 02:29:49 ef0cf34ce36e: Preparing 02:29:49 68321efe01af: Preparing 02:29:49 0a19b58d453a: Preparing 02:29:49 c539f72a912b: Preparing 02:29:49 c539f72a912b: Waiting 02:29:49 cbbd4deec740: Preparing 02:29:49 599029db9254: Preparing 02:29:49 d4e30c88fff5: Preparing 02:29:49 dd9c8f8612c8: Preparing 02:29:49 cbbd4deec740: Waiting 02:29:49 599029db9254: Waiting 02:29:49 d4e30c88fff5: Waiting 02:29:49 dd9c8f8612c8: Waiting 02:29:49 ef0cf34ce36e: Layer already exists 02:29:49 68321efe01af: Layer already exists 02:29:49 024c3ebfa756: Layer already exists 02:29:49 bba77d7ed90d: Layer already exists 02:29:49 0a19b58d453a: Layer already exists 02:29:49 c539f72a912b: Layer already exists 02:29:49 cbbd4deec740: Layer already exists 02:29:49 599029db9254: Layer already exists 02:29:49 d4e30c88fff5: Layer already exists 02:29:49 dd9c8f8612c8: Layer already exists 02:29:50 latest: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 02:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:29:50 bba77d7ed90d: Preparing 02:29:50 024c3ebfa756: Preparing 02:29:50 ef0cf34ce36e: Preparing 02:29:50 68321efe01af: Preparing 02:29:50 0a19b58d453a: Preparing 02:29:50 c539f72a912b: Preparing 02:29:50 cbbd4deec740: Preparing 02:29:50 c539f72a912b: Waiting 02:29:50 599029db9254: Preparing 02:29:50 cbbd4deec740: Waiting 02:29:50 d4e30c88fff5: Preparing 02:29:50 599029db9254: Waiting 02:29:50 d4e30c88fff5: Waiting 02:29:50 dd9c8f8612c8: Preparing 02:29:50 dd9c8f8612c8: Waiting 02:29:50 ef0cf34ce36e: Layer already exists 02:29:50 0a19b58d453a: Layer already exists 02:29:50 68321efe01af: Layer already exists 02:29:50 bba77d7ed90d: Layer already exists 02:29:50 024c3ebfa756: Layer already exists 02:29:50 cbbd4deec740: Layer already exists 02:29:50 d4e30c88fff5: Layer already exists 02:29:50 599029db9254: Layer already exists 02:29:50 c539f72a912b: Layer already exists 02:29:50 dd9c8f8612c8: Layer already exists 02:29:51 4.1.0-dev.23: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:51 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:29:51 bba77d7ed90d: Preparing 02:29:51 024c3ebfa756: Preparing 02:29:51 ef0cf34ce36e: Preparing 02:29:51 68321efe01af: Preparing 02:29:51 0a19b58d453a: Preparing 02:29:51 c539f72a912b: Preparing 02:29:51 cbbd4deec740: Preparing 02:29:51 599029db9254: Preparing 02:29:51 d4e30c88fff5: Preparing 02:29:51 dd9c8f8612c8: Preparing 02:29:51 c539f72a912b: Waiting 02:29:51 cbbd4deec740: Waiting 02:29:51 599029db9254: Waiting 02:29:51 d4e30c88fff5: Waiting 02:29:51 dd9c8f8612c8: Waiting 02:29:51 68321efe01af: Layer already exists 02:29:51 0a19b58d453a: Layer already exists 02:29:51 ef0cf34ce36e: Layer already exists 02:29:51 024c3ebfa756: Layer already exists 02:29:51 bba77d7ed90d: Layer already exists 02:29:51 c539f72a912b: Layer already exists 02:29:51 cbbd4deec740: Layer already exists 02:29:51 d4e30c88fff5: Layer already exists 02:29:51 599029db9254: Layer already exists 02:29:51 dd9c8f8612c8: Layer already exists 02:29:51 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:52 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:29:52 bba77d7ed90d: Preparing 02:29:52 024c3ebfa756: Preparing 02:29:52 ef0cf34ce36e: Preparing 02:29:52 68321efe01af: Preparing 02:29:52 0a19b58d453a: Preparing 02:29:52 c539f72a912b: Preparing 02:29:52 cbbd4deec740: Preparing 02:29:52 599029db9254: Preparing 02:29:52 d4e30c88fff5: Preparing 02:29:52 dd9c8f8612c8: Preparing 02:29:52 cbbd4deec740: Waiting 02:29:52 599029db9254: Waiting 02:29:52 d4e30c88fff5: Waiting 02:29:52 c539f72a912b: Waiting 02:29:52 dd9c8f8612c8: Waiting 02:29:52 68321efe01af: Layer already exists 02:29:52 bba77d7ed90d: Layer already exists 02:29:52 0a19b58d453a: Layer already exists 02:29:52 ef0cf34ce36e: Layer already exists 02:29:52 024c3ebfa756: Layer already exists 02:29:52 d4e30c88fff5: Layer already exists 02:29:52 599029db9254: Layer already exists 02:29:52 c539f72a912b: Layer already exists 02:29:52 cbbd4deec740: Layer already exists 02:29:52 dd9c8f8612c8: Layer already exists 02:29:52 main: digest: sha256:8775460d20e9748d2a1bbe5c8b4a20566eb6675db485e83061b63b50b53ecf94 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:53 ===================================================== [Pipeline] echo 02:29:53 taggedImages: 02:29:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:29:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:29:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 02:29:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:53 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:29:53 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:29:53 45e419daa151ee63a4257541cf143636bce1c2b4 02:29:53 latest 02:29:53 4.1.0-dev.23 02:29:53 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:29:53 main 02:29:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:53 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:29:53 aa494e56767c: Preparing 02:29:53 ed495ba9f540: Preparing 02:29:53 f298ceeabb51: Preparing 02:29:53 68321efe01af: Preparing 02:29:53 0a19b58d453a: Preparing 02:29:53 e5d8cb8e3f4a: Preparing 02:29:53 15afc6744d8c: Preparing 02:29:53 1e0beed56245: Preparing 02:29:53 dd9c8f8612c8: Preparing 02:29:53 e5d8cb8e3f4a: Waiting 02:29:53 15afc6744d8c: Waiting 02:29:53 dd9c8f8612c8: Waiting 02:29:53 1e0beed56245: Waiting 02:29:53 68321efe01af: Layer already exists 02:29:54 0a19b58d453a: Layer already exists 02:29:54 f298ceeabb51: Pushed 02:29:54 ed495ba9f540: Pushed 02:29:54 aa494e56767c: Pushed 02:29:54 dd9c8f8612c8: Layer already exists 02:29:54 15afc6744d8c: Pushed 02:29:54 1e0beed56245: Pushed 02:30:21 e5d8cb8e3f4a: Pushed 02:30:21 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:21 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:30:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:30:22 aa494e56767c: Preparing 02:30:22 ed495ba9f540: Preparing 02:30:22 f298ceeabb51: Preparing 02:30:22 68321efe01af: Preparing 02:30:22 0a19b58d453a: Preparing 02:30:22 e5d8cb8e3f4a: Preparing 02:30:22 15afc6744d8c: Preparing 02:30:22 1e0beed56245: Preparing 02:30:22 dd9c8f8612c8: Preparing 02:30:22 e5d8cb8e3f4a: Waiting 02:30:22 15afc6744d8c: Waiting 02:30:22 1e0beed56245: Waiting 02:30:22 dd9c8f8612c8: Waiting 02:30:22 68321efe01af: Layer already exists 02:30:22 0a19b58d453a: Layer already exists 02:30:22 aa494e56767c: Layer already exists 02:30:22 ed495ba9f540: Layer already exists 02:30:22 f298ceeabb51: Layer already exists 02:30:22 e5d8cb8e3f4a: Layer already exists 02:30:22 15afc6744d8c: Layer already exists 02:30:22 dd9c8f8612c8: Layer already exists 02:30:22 1e0beed56245: Layer already exists 02:30:22 latest: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:22 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 02:30:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:30:22 aa494e56767c: Preparing 02:30:22 ed495ba9f540: Preparing 02:30:22 f298ceeabb51: Preparing 02:30:22 68321efe01af: Preparing 02:30:22 0a19b58d453a: Preparing 02:30:22 e5d8cb8e3f4a: Preparing 02:30:22 15afc6744d8c: Preparing 02:30:22 1e0beed56245: Preparing 02:30:22 dd9c8f8612c8: Preparing 02:30:22 15afc6744d8c: Waiting 02:30:22 e5d8cb8e3f4a: Waiting 02:30:22 1e0beed56245: Waiting 02:30:22 dd9c8f8612c8: Waiting 02:30:22 0a19b58d453a: Layer already exists 02:30:22 f298ceeabb51: Layer already exists 02:30:22 aa494e56767c: Layer already exists 02:30:22 68321efe01af: Layer already exists 02:30:22 ed495ba9f540: Layer already exists 02:30:22 15afc6744d8c: Layer already exists 02:30:22 e5d8cb8e3f4a: Layer already exists 02:30:22 dd9c8f8612c8: Layer already exists 02:30:22 1e0beed56245: Layer already exists 02:30:23 4.1.0-dev.23: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:23 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:30:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:30:23 aa494e56767c: Preparing 02:30:23 ed495ba9f540: Preparing 02:30:23 f298ceeabb51: Preparing 02:30:23 68321efe01af: Preparing 02:30:23 0a19b58d453a: Preparing 02:30:23 e5d8cb8e3f4a: Preparing 02:30:23 15afc6744d8c: Preparing 02:30:23 1e0beed56245: Preparing 02:30:23 dd9c8f8612c8: Preparing 02:30:23 15afc6744d8c: Waiting 02:30:23 1e0beed56245: Waiting 02:30:23 dd9c8f8612c8: Waiting 02:30:23 e5d8cb8e3f4a: Waiting 02:30:23 aa494e56767c: Layer already exists 02:30:23 0a19b58d453a: Layer already exists 02:30:23 ed495ba9f540: Layer already exists 02:30:23 f298ceeabb51: Layer already exists 02:30:23 1e0beed56245: Layer already exists 02:30:23 68321efe01af: Layer already exists 02:30:23 15afc6744d8c: Layer already exists 02:30:23 e5d8cb8e3f4a: Layer already exists 02:30:23 dd9c8f8612c8: Layer already exists 02:30:24 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:24 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:30:24 aa494e56767c: Preparing 02:30:24 ed495ba9f540: Preparing 02:30:24 f298ceeabb51: Preparing 02:30:24 68321efe01af: Preparing 02:30:24 0a19b58d453a: Preparing 02:30:24 e5d8cb8e3f4a: Preparing 02:30:24 15afc6744d8c: Preparing 02:30:24 1e0beed56245: Preparing 02:30:24 dd9c8f8612c8: Preparing 02:30:24 e5d8cb8e3f4a: Waiting 02:30:24 15afc6744d8c: Waiting 02:30:24 1e0beed56245: Waiting 02:30:24 dd9c8f8612c8: Waiting 02:30:24 f298ceeabb51: Layer already exists 02:30:24 aa494e56767c: Layer already exists 02:30:24 0a19b58d453a: Layer already exists 02:30:24 68321efe01af: Layer already exists 02:30:24 ed495ba9f540: Layer already exists 02:30:24 1e0beed56245: Layer already exists 02:30:24 e5d8cb8e3f4a: Layer already exists 02:30:24 dd9c8f8612c8: Layer already exists 02:30:24 15afc6744d8c: Layer already exists 02:30:24 main: digest: sha256:dff8c2e70c81b690a7bab213a2537629a0f46038690893ebfc241ef413b7342e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:30:25 ===================================================== [Pipeline] echo 02:30:25 taggedImages: 02:30:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:30:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:30:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 02:30:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:30:25 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:30:25 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:30:25 45e419daa151ee63a4257541cf143636bce1c2b4 02:30:25 latest 02:30:25 4.1.0-dev.23 02:30:25 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:30:25 main 02:30:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:30:25 18302a1ea8c7: Preparing 02:30:25 786f13eee7f8: Preparing 02:30:25 dd8aa84c1743: Preparing 02:30:25 68321efe01af: Preparing 02:30:25 0a19b58d453a: Preparing 02:30:25 6bd1aa2b99e8: Preparing 02:30:25 599029db9254: Preparing 02:30:25 d4e30c88fff5: Preparing 02:30:25 dd9c8f8612c8: Preparing 02:30:25 599029db9254: Waiting 02:30:25 d4e30c88fff5: Waiting 02:30:25 dd9c8f8612c8: Waiting 02:30:25 6bd1aa2b99e8: Waiting 02:30:25 0a19b58d453a: Layer already exists 02:30:25 68321efe01af: Layer already exists 02:30:26 599029db9254: Layer already exists 02:30:26 dd8aa84c1743: Pushed 02:30:26 d4e30c88fff5: Layer already exists 02:30:26 786f13eee7f8: Pushed 02:30:26 18302a1ea8c7: Pushed 02:30:26 dd9c8f8612c8: Layer already exists 02:30:52 6bd1aa2b99e8: Pushed 02:30:52 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:30:53 18302a1ea8c7: Preparing 02:30:53 786f13eee7f8: Preparing 02:30:53 dd8aa84c1743: Preparing 02:30:53 68321efe01af: Preparing 02:30:53 0a19b58d453a: Preparing 02:30:53 6bd1aa2b99e8: Preparing 02:30:53 599029db9254: Preparing 02:30:53 d4e30c88fff5: Preparing 02:30:53 dd9c8f8612c8: Preparing 02:30:53 599029db9254: Waiting 02:30:53 d4e30c88fff5: Waiting 02:30:53 dd9c8f8612c8: Waiting 02:30:53 18302a1ea8c7: Layer already exists 02:30:53 786f13eee7f8: Layer already exists 02:30:53 dd8aa84c1743: Layer already exists 02:30:53 0a19b58d453a: Layer already exists 02:30:53 68321efe01af: Layer already exists 02:30:53 d4e30c88fff5: Layer already exists 02:30:53 dd9c8f8612c8: Layer already exists 02:30:53 6bd1aa2b99e8: Layer already exists 02:30:53 599029db9254: Layer already exists 02:30:53 latest: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 02:30:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:30:54 18302a1ea8c7: Preparing 02:30:54 786f13eee7f8: Preparing 02:30:54 dd8aa84c1743: Preparing 02:30:54 68321efe01af: Preparing 02:30:54 0a19b58d453a: Preparing 02:30:54 6bd1aa2b99e8: Preparing 02:30:54 599029db9254: Preparing 02:30:54 d4e30c88fff5: Preparing 02:30:54 dd9c8f8612c8: Preparing 02:30:54 6bd1aa2b99e8: Waiting 02:30:54 599029db9254: Waiting 02:30:54 d4e30c88fff5: Waiting 02:30:54 dd9c8f8612c8: Waiting 02:30:54 786f13eee7f8: Layer already exists 02:30:54 68321efe01af: Layer already exists 02:30:54 0a19b58d453a: Layer already exists 02:30:54 18302a1ea8c7: Layer already exists 02:30:54 dd8aa84c1743: Layer already exists 02:30:54 599029db9254: Layer already exists 02:30:54 d4e30c88fff5: Layer already exists 02:30:54 6bd1aa2b99e8: Layer already exists 02:30:54 dd9c8f8612c8: Layer already exists 02:30:54 4.1.0-dev.23: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:55 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:30:55 18302a1ea8c7: Preparing 02:30:55 786f13eee7f8: Preparing 02:30:55 dd8aa84c1743: Preparing 02:30:55 68321efe01af: Preparing 02:30:55 0a19b58d453a: Preparing 02:30:55 6bd1aa2b99e8: Preparing 02:30:55 599029db9254: Preparing 02:30:55 d4e30c88fff5: Preparing 02:30:55 dd9c8f8612c8: Preparing 02:30:55 6bd1aa2b99e8: Waiting 02:30:55 599029db9254: Waiting 02:30:55 d4e30c88fff5: Waiting 02:30:55 dd9c8f8612c8: Waiting 02:30:55 68321efe01af: Layer already exists 02:30:55 18302a1ea8c7: Layer already exists 02:30:55 0a19b58d453a: Layer already exists 02:30:55 786f13eee7f8: Layer already exists 02:30:55 dd8aa84c1743: Layer already exists 02:30:55 d4e30c88fff5: Layer already exists 02:30:55 dd9c8f8612c8: Layer already exists 02:30:55 6bd1aa2b99e8: Layer already exists 02:30:55 599029db9254: Layer already exists 02:30:55 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:56 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:30:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:30:56 18302a1ea8c7: Preparing 02:30:56 786f13eee7f8: Preparing 02:30:56 dd8aa84c1743: Preparing 02:30:56 68321efe01af: Preparing 02:30:56 0a19b58d453a: Preparing 02:30:56 6bd1aa2b99e8: Preparing 02:30:56 599029db9254: Preparing 02:30:56 d4e30c88fff5: Preparing 02:30:56 dd9c8f8612c8: Preparing 02:30:56 599029db9254: Waiting 02:30:56 d4e30c88fff5: Waiting 02:30:56 6bd1aa2b99e8: Waiting 02:30:56 dd9c8f8612c8: Waiting 02:30:56 0a19b58d453a: Layer already exists 02:30:56 18302a1ea8c7: Layer already exists 02:30:56 786f13eee7f8: Layer already exists 02:30:56 68321efe01af: Layer already exists 02:30:56 599029db9254: Layer already exists 02:30:56 d4e30c88fff5: Layer already exists 02:30:56 6bd1aa2b99e8: Layer already exists 02:30:56 dd8aa84c1743: Layer already exists 02:30:56 dd9c8f8612c8: Layer already exists 02:30:56 main: digest: sha256:f690655434bbac4f289476f7211e5663677fe10f16622a00f8c19d47ccc9934d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:30:56 ===================================================== [Pipeline] echo 02:30:56 taggedImages: 02:30:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:30:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:30:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 02:30:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:30:56 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:30:56 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:30:56 45e419daa151ee63a4257541cf143636bce1c2b4 02:30:56 latest 02:30:56 4.1.0-dev.23 02:30:56 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:30:56 main 02:30:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:30:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:30:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:30:57 4587b2f56548: Preparing 02:30:57 aca23f5a6ee8: Preparing 02:30:57 68321efe01af: Preparing 02:30:57 0a19b58d453a: Preparing 02:30:57 5137b0665e15: Preparing 02:30:57 a375c250a73e: Preparing 02:30:57 dd9c8f8612c8: Preparing 02:30:57 a375c250a73e: Waiting 02:30:57 dd9c8f8612c8: Waiting 02:30:57 0a19b58d453a: Layer already exists 02:30:57 68321efe01af: Layer already exists 02:30:57 dd9c8f8612c8: Layer already exists 02:30:57 4587b2f56548: Pushed 02:30:57 5137b0665e15: Pushed 02:30:58 a375c250a73e: Pushed 02:31:05 aca23f5a6ee8: Pushed 02:31:05 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:31:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:31:06 4587b2f56548: Preparing 02:31:06 aca23f5a6ee8: Preparing 02:31:06 68321efe01af: Preparing 02:31:06 0a19b58d453a: Preparing 02:31:06 5137b0665e15: Preparing 02:31:06 a375c250a73e: Preparing 02:31:06 dd9c8f8612c8: Preparing 02:31:06 a375c250a73e: Waiting 02:31:06 dd9c8f8612c8: Waiting 02:31:06 aca23f5a6ee8: Layer already exists 02:31:06 68321efe01af: Layer already exists 02:31:06 0a19b58d453a: Layer already exists 02:31:06 5137b0665e15: Layer already exists 02:31:06 4587b2f56548: Layer already exists 02:31:06 a375c250a73e: Layer already exists 02:31:06 dd9c8f8612c8: Layer already exists 02:31:06 latest: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 02:31:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:31:07 4587b2f56548: Preparing 02:31:07 aca23f5a6ee8: Preparing 02:31:07 68321efe01af: Preparing 02:31:07 0a19b58d453a: Preparing 02:31:07 5137b0665e15: Preparing 02:31:07 a375c250a73e: Preparing 02:31:07 dd9c8f8612c8: Preparing 02:31:07 a375c250a73e: Waiting 02:31:07 dd9c8f8612c8: Waiting 02:31:07 4587b2f56548: Layer already exists 02:31:07 0a19b58d453a: Layer already exists 02:31:07 aca23f5a6ee8: Layer already exists 02:31:07 68321efe01af: Layer already exists 02:31:07 5137b0665e15: Layer already exists 02:31:07 a375c250a73e: Layer already exists 02:31:07 dd9c8f8612c8: Layer already exists 02:31:07 4.1.0-dev.23: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:31:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:31:08 4587b2f56548: Preparing 02:31:08 aca23f5a6ee8: Preparing 02:31:08 68321efe01af: Preparing 02:31:08 0a19b58d453a: Preparing 02:31:08 5137b0665e15: Preparing 02:31:08 a375c250a73e: Preparing 02:31:08 dd9c8f8612c8: Preparing 02:31:08 a375c250a73e: Waiting 02:31:08 dd9c8f8612c8: Waiting 02:31:08 68321efe01af: Layer already exists 02:31:08 4587b2f56548: Layer already exists 02:31:08 aca23f5a6ee8: Layer already exists 02:31:08 0a19b58d453a: Layer already exists 02:31:08 5137b0665e15: Layer already exists 02:31:08 a375c250a73e: Layer already exists 02:31:08 dd9c8f8612c8: Layer already exists 02:31:08 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:09 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:31:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:31:09 4587b2f56548: Preparing 02:31:09 aca23f5a6ee8: Preparing 02:31:09 68321efe01af: Preparing 02:31:09 0a19b58d453a: Preparing 02:31:09 5137b0665e15: Preparing 02:31:09 a375c250a73e: Preparing 02:31:09 dd9c8f8612c8: Preparing 02:31:09 a375c250a73e: Waiting 02:31:09 dd9c8f8612c8: Waiting 02:31:09 5137b0665e15: Layer already exists 02:31:09 4587b2f56548: Layer already exists 02:31:09 68321efe01af: Layer already exists 02:31:09 0a19b58d453a: Layer already exists 02:31:09 aca23f5a6ee8: Layer already exists 02:31:09 a375c250a73e: Layer already exists 02:31:09 dd9c8f8612c8: Layer already exists 02:31:09 main: digest: sha256:6a9ace65407e9d708eb71a9df3c6c05cfc32a54f24c81144926d1c4175e0ed4f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:31:09 ===================================================== [Pipeline] echo 02:31:09 taggedImages: 02:31:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:31:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:31:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 02:31:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:31:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:31:09 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:31:09 45e419daa151ee63a4257541cf143636bce1c2b4 02:31:09 latest 02:31:09 4.1.0-dev.23 02:31:09 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:31:09 main 02:31:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:31:10 abaaeda06702: Preparing 02:31:10 8a86212d378d: Preparing 02:31:10 68321efe01af: Preparing 02:31:10 0a19b58d453a: Preparing 02:31:10 8f8abd32f714: Preparing 02:31:10 33775a2fadb3: Preparing 02:31:10 dd9c8f8612c8: Preparing 02:31:10 33775a2fadb3: Waiting 02:31:10 dd9c8f8612c8: Waiting 02:31:10 0a19b58d453a: Layer already exists 02:31:10 68321efe01af: Layer already exists 02:31:10 dd9c8f8612c8: Layer already exists 02:31:10 8f8abd32f714: Pushed 02:31:10 abaaeda06702: Pushed 02:31:11 33775a2fadb3: Pushed 02:31:19 8a86212d378d: Pushed 02:31:19 45e419daa151ee63a4257541cf143636bce1c2b4: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:31:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:31:20 abaaeda06702: Preparing 02:31:20 8a86212d378d: Preparing 02:31:20 68321efe01af: Preparing 02:31:20 0a19b58d453a: Preparing 02:31:20 8f8abd32f714: Preparing 02:31:20 33775a2fadb3: Preparing 02:31:20 dd9c8f8612c8: Preparing 02:31:20 33775a2fadb3: Waiting 02:31:20 dd9c8f8612c8: Waiting 02:31:20 8f8abd32f714: Layer already exists 02:31:20 0a19b58d453a: Layer already exists 02:31:20 abaaeda06702: Layer already exists 02:31:20 68321efe01af: Layer already exists 02:31:20 8a86212d378d: Layer already exists 02:31:20 dd9c8f8612c8: Layer already exists 02:31:20 33775a2fadb3: Layer already exists 02:31:20 latest: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 02:31:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:31:21 abaaeda06702: Preparing 02:31:21 8a86212d378d: Preparing 02:31:21 68321efe01af: Preparing 02:31:21 0a19b58d453a: Preparing 02:31:21 8f8abd32f714: Preparing 02:31:21 33775a2fadb3: Preparing 02:31:21 dd9c8f8612c8: Preparing 02:31:21 33775a2fadb3: Waiting 02:31:21 dd9c8f8612c8: Waiting 02:31:21 68321efe01af: Layer already exists 02:31:21 8a86212d378d: Layer already exists 02:31:21 8f8abd32f714: Layer already exists 02:31:21 abaaeda06702: Layer already exists 02:31:21 0a19b58d453a: Layer already exists 02:31:21 dd9c8f8612c8: Layer already exists 02:31:21 33775a2fadb3: Layer already exists 02:31:21 4.1.0-dev.23: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:31:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:31:22 abaaeda06702: Preparing 02:31:22 8a86212d378d: Preparing 02:31:22 68321efe01af: Preparing 02:31:22 0a19b58d453a: Preparing 02:31:22 8f8abd32f714: Preparing 02:31:22 33775a2fadb3: Preparing 02:31:22 dd9c8f8612c8: Preparing 02:31:22 dd9c8f8612c8: Waiting 02:31:22 33775a2fadb3: Waiting 02:31:22 68321efe01af: Layer already exists 02:31:22 8a86212d378d: Layer already exists 02:31:22 abaaeda06702: Layer already exists 02:31:22 0a19b58d453a: Layer already exists 02:31:22 8f8abd32f714: Layer already exists 02:31:22 dd9c8f8612c8: Layer already exists 02:31:22 33775a2fadb3: Layer already exists 02:31:22 45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:31:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:31:23 abaaeda06702: Preparing 02:31:23 8a86212d378d: Preparing 02:31:23 68321efe01af: Preparing 02:31:23 0a19b58d453a: Preparing 02:31:23 8f8abd32f714: Preparing 02:31:23 33775a2fadb3: Preparing 02:31:23 dd9c8f8612c8: Preparing 02:31:23 33775a2fadb3: Waiting 02:31:23 dd9c8f8612c8: Waiting 02:31:23 abaaeda06702: Layer already exists 02:31:23 0a19b58d453a: Layer already exists 02:31:23 68321efe01af: Layer already exists 02:31:23 8a86212d378d: Layer already exists 02:31:23 8f8abd32f714: Layer already exists 02:31:23 33775a2fadb3: Layer already exists 02:31:23 dd9c8f8612c8: Layer already exists 02:31:23 main: digest: sha256:4949e263ec67516f92c98b97a6d18cad23a928ace8eab866200937700b66d8b3 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:31:23 ===================================================== [Pipeline] echo 02:31:23 taggedImages: 02:31:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 02:31:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:31:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 02:31:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 02:31:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:23 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:45e419daa151ee63a4257541cf143636bce1c2b4-4.1.0-dev.23 [Pipeline] echo 02:31:24 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:31:24 02:31:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:31:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:31:25 arm64: Pulling from edgex-lftools-log-publisher 02:31:25 8998bd30e6a1: Pulling fs layer 02:31:25 04944245beec: Pulling fs layer 02:31:25 699f458cf7ca: Pulling fs layer 02:31:25 765212b225bb: Pulling fs layer 02:31:25 f23df028b6ca: Pulling fs layer 02:31:25 d65c8cfc05b1: Pulling fs layer 02:31:25 2437ff75d9bd: Pulling fs layer 02:31:25 765212b225bb: Waiting 02:31:25 f23df028b6ca: Waiting 02:31:25 d65c8cfc05b1: Waiting 02:31:25 2437ff75d9bd: Waiting 02:31:25 04944245beec: Verifying Checksum 02:31:25 04944245beec: Download complete 02:31:25 765212b225bb: Verifying Checksum 02:31:25 765212b225bb: Download complete 02:31:25 f23df028b6ca: Download complete 02:31:25 d65c8cfc05b1: Verifying Checksum 02:31:25 d65c8cfc05b1: Download complete 02:31:25 699f458cf7ca: Verifying Checksum 02:31:25 699f458cf7ca: Download complete 02:31:26 8998bd30e6a1: Verifying Checksum 02:31:26 8998bd30e6a1: Download complete 02:31:28 2437ff75d9bd: Verifying Checksum 02:31:28 2437ff75d9bd: Download complete 02:31:30 8998bd30e6a1: Pull complete 02:31:31 04944245beec: Pull complete 02:31:33 699f458cf7ca: Pull complete 02:31:33 765212b225bb: Pull complete 02:31:33 f23df028b6ca: Pull complete 02:31:34 d65c8cfc05b1: Pull complete 02:31:52 2437ff75d9bd: Pull complete 02:31:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:31:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:31:52 prd-ubuntu20.04-docker-arm64-4c-16g-3171 does not seem to be running inside a container 02:31:53 $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:31:55 $ docker top 4f19dce37c7d75977c383407cc57c20e4841a38a7c3a2beeaf2fe0801b6aa84c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:31:56 ---> job-cost.sh 02:31:56 lf-activate-venv: SKIPPING 02:31:56 INFO: No Stack... 02:31:57 INFO: Retrieving Pricing Info for: v3-standard-4 02:31:58 INFO: Archiving Costs [Pipeline] sh 02:31:58 + cat /w/workspace/edgex-go/852/archives/cost.csv 02:31:58 + cut -d, -f6 [Pipeline] lock 02:31:58 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-852-stack-cost] 02:31:58 Resource [jenkins-edgexfoundry-edgex-go-main-852-stack-cost] did not exist. Created. 02:31:58 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-852-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:31:59 + echo total: 0.10999999940395355 [Pipeline] stash 02:32:00 Stashed 1 file(s) [Pipeline] } 02:32:00 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-852-stack-cost] [Pipeline] // lock [Pipeline] } 02:32:00 $ docker stop --time=1 4f19dce37c7d75977c383407cc57c20e4841a38a7c3a2beeaf2fe0801b6aa84c 02:32:01 $ docker rm -f --volumes 4f19dce37c7d75977c383407cc57c20e4841a38a7c3a2beeaf2fe0801b6aa84c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:32:02 provisioning config files... 02:32:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/852@tmp/config10458904075800086558tmp [Pipeline] { [Pipeline] sh 02:32:02 + set +x 02:32:02 + bash -s -- 02:32:02 + curl -s https://codecov.io/bash 02:32:02 02:32:02 _____ _ 02:32:02 / ____| | | 02:32:02 | | ___ __| | ___ ___ _____ __ 02:32:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:32:02 | |___| (_) | (_| | __/ (_| (_) \ V / 02:32:02 \_____\___/ \__,_|\___|\___\___/ \_/ 02:32:02 Bash-1.0.6 02:32:02 02:32:02 02:32:02 ==> git version 2.25.1 found 02:32:02 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:32:02 Release-Date: 2020-01-08 02:32:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:32:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:32:02 ==> Jenkins CI detected. 02:32:02 current dir:  /w/workspace/edgex-go/852 02:32:02 project root: . 02:32:02 --> token set from env 02:32:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:32:02 ==> Running gcov in . (disable via -X gcov) 02:32:02 ==> Python coveragepy not found 02:32:02 ==> Searching for coverage reports in: 02:32:02 + . 02:32:02 -> Found 1 reports 02:32:02 ==> Detecting git/mercurial file structure 02:32:02 ==> Reading reports 02:32:02 + ./coverage.out bytes=1662281 02:32:02 ==> Appending adjustments 02:32:02 https://docs.codecov.io/docs/fixing-reports 02:32:04 + Found adjustments 02:32:04 ==> Gzipping contents 02:32:04 140K /tmp/codecov.qqNmVv.gz 02:32:04 ==> Uploading reports 02:32:04 url: https://codecov.io 02:32:04 query: branch=main&commit=45e419daa151ee63a4257541cf143636bce1c2b4&build=852&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F852%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:32:04 -> Pinging Codecov 02:32:04 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=45e419daa151ee63a4257541cf143636bce1c2b4&build=852&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F852%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:32:04 -> Uploading to 02:32:04 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/45e419daa151ee63a4257541cf143636bce1c2b4/c68e3e53-3033-4520-b977-cef7c7e988c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250612%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250612T023204Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=881645554a6689769a50fc513152be1f0aa506c75e87ff180ae17a2a83cdc227 02:32:04 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:04 Dload Upload Total Spent Left Speed 02:32:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 653k --:--:-- --:--:-- --:--:-- 653k 02:32:04 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/45e419daa151ee63a4257541cf143636bce1c2b4 [Pipeline] } 02:32:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:32:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:32:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:32:05 02:32:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:32:05 latest: Pulling from edgex-devops/edgex-snyk-go 02:32:05 43c4264eed91: Pulling fs layer 02:32:05 4cc291be95ef: Pulling fs layer 02:32:05 2ac1f1163629: Pulling fs layer 02:32:05 5c3c966382ef: Pulling fs layer 02:32:05 4f4fb700ef54: Pulling fs layer 02:32:05 d9c7d2e4e75e: Pulling fs layer 02:32:05 9c3e1370e548: Pulling fs layer 02:32:05 4f4fb700ef54: Waiting 02:32:05 5c3c966382ef: Waiting 02:32:05 d9c7d2e4e75e: Waiting 02:32:05 9c3e1370e548: Waiting 02:32:05 4cc291be95ef: Verifying Checksum 02:32:05 4cc291be95ef: Download complete 02:32:05 5c3c966382ef: Verifying Checksum 02:32:05 5c3c966382ef: Download complete 02:32:05 4f4fb700ef54: Download complete 02:32:05 43c4264eed91: Download complete 02:32:06 43c4264eed91: Pull complete 02:32:06 d9c7d2e4e75e: Verifying Checksum 02:32:06 d9c7d2e4e75e: Download complete 02:32:06 4cc291be95ef: Pull complete 02:32:06 2ac1f1163629: Verifying Checksum 02:32:06 2ac1f1163629: Download complete 02:32:06 9c3e1370e548: Verifying Checksum 02:32:06 9c3e1370e548: Download complete 02:32:09 2ac1f1163629: Pull complete 02:32:09 5c3c966382ef: Pull complete 02:32:09 4f4fb700ef54: Pull complete 02:32:09 d9c7d2e4e75e: Pull complete 02:32:12 9c3e1370e548: Pull complete 02:32:12 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 02:32:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:32:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:13 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 02:32:13 $ 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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:32:16 $ docker top 52594666ef8e607db0e52169d45daa987a216b728054c47c7c474c9e6141b55a -eo pid,comm [Pipeline] { [Pipeline] sh 02:32:16 + git config --global --add safe.directory /w/workspace/edgex-go/852 [Pipeline] echo 02:32:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:32:16 + set -o pipefail 02:32:16 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:32:29 02:32:29 Monitoring /w/workspace/edgex-go/852 (github.com/edgexfoundry/edgex-go)... 02:32:29 02:32:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/16fc5369-49b4-49de-86d5-01d33f27cf66 02:32:29 02:32:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:32:29 02:32:29 02:32:29 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 02:32:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:32:29 $ docker stop --time=1 52594666ef8e607db0e52169d45daa987a216b728054c47c7c474c9e6141b55a 02:32:31 $ docker rm -f --volumes 52594666ef8e607db0e52169d45daa987a216b728054c47c7c474c9e6141b55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:32:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:32:32 provisioning config files... 02:32:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/852@tmp/config2248761756219687655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:32:32 --> edgex-publish-swagger.sh 02:32:32 === Publish openapi API === 02:32:32 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:32:32 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/852/openapi/core-command.yaml] 02:32:32 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:32 Dload Upload Total Spent Left Speed 02:32:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 214 104k --:--:-- --:--:-- --:--:-- 104k 02:32:32 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:32 02:32:32 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/852/openapi/core-data.yaml] 02:32:32 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:32 Dload Upload Total Spent Left Speed 02:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 300 314k --:--:-- --:--:-- --:--:-- 316k 02:32:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:33 02:32:33 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/852/openapi/core-keeper.yaml] 02:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:33 Dload Upload Total Spent Left Speed 02:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 395 176k --:--:-- --:--:-- --:--:-- 177k 02:32:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:33 02:32:33 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/852/openapi/core-metadata.yaml] 02:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:33 Dload Upload Total Spent Left Speed 02:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 772k --:--:-- --:--:-- --:--:-- 768k 100 156k 100 66 100 156k 276 656k --:--:-- --:--:-- --:--:-- 653k 02:32:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:33 02:32:33 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/852/openapi/security-proxy-auth.yaml] 02:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:33 Dload Upload Total Spent Left Speed 02:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 464 168k --:--:-- --:--:-- --:--:-- 168k 02:32:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:33 02:32:33 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/852/openapi/security-secretstore-setup.yaml] 02:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:33 Dload Upload Total Spent Left Speed 02:32:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 442 26261 --:--:-- --:--:-- --:--:-- 26885 02:32:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:33 02:32:33 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/852/openapi/support-notifications.yaml] 02:32:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:33 Dload Upload Total Spent Left Speed 02:32:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 251 372k --:--:-- --:--:-- --:--:-- 372k 02:32:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:34 02:32:34 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/852/openapi/support-scheduler.yaml] 02:32:34 % Total % Received % Xferd Average Speed Time Time Time Current 02:32:34 Dload Upload Total Spent Left Speed 02:32:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 492 369k --:--:-- --:--:-- --:--:-- 369k 02:32:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:32:34 [Pipeline] } 02:32:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:32:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:32:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:35 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 02:32:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:32:35 $ docker top fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc -eo pid,comm 02:32:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:32:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:32:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:35 [ssh-agent] Looking for ssh-agent implementation... 02:32:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:35 $ docker exec fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc ssh-agent 02:32:35 SSH_AUTH_SOCK=/tmp/ssh-0ctgjut84u8c/agent.32 02:32:35 SSH_AGENT_PID=38 02:32:35 Running ssh-add (command line suppressed) 02:32:36 Identity added: /w/workspace/edgex-go/852@tmp/private_key_17422422237104170732.key (/w/workspace/edgex-go/852@tmp/private_key_17422422237104170732.key) 02:32:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:36 + git semver tag 02:32:36 2025-06-12 02:32:36,618 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:32:36 2025-06-12 02:32:36,622 [run_tag] DEBUG tag force:False 02:32:36 2025-06-12 02:32:36,622 [check_head_tag] DEBUG check head tag 02:32:36 2025-06-12 02:32:36,623 [execute] INFO git cat-file --batch-check 02:32:36 2025-06-12 02:32:36,623 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/852, stdin=, shell=False, universal_newlines=False) 02:32:36 2025-06-12 02:32:36,625 [execute] INFO git cat-file --batch 02:32:36 2025-06-12 02:32:36,625 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/852, stdin=, shell=False, universal_newlines=False) 02:32:36 2025-06-12 02:32:36,645 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 02:32:36 2025-06-12 02:32:36,646 [execute] INFO git tag -a v4.1.0-dev.23 -m v4.1.0-dev.23 02:32:36 2025-06-12 02:32:36,646 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.23', '-m', 'v4.1.0-dev.23'], cwd=/w/workspace/edgex-go/852, stdin=None, shell=False, universal_newlines=False) 02:32:36 2025-06-12 02:32:36,649 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 02:32:36 4.1.0-dev.23 [Pipeline] } 02:32:36 $ docker exec --env ******** --env ******** fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc ssh-agent -k 02:32:37 unset SSH_AUTH_SOCK; 02:32:37 unset SSH_AGENT_PID; 02:32:37 echo Agent pid 38 killed; 02:32:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:37 + git semver [Pipeline] } 02:32:37 $ docker stop --time=1 fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc 02:32:39 $ docker rm -f --volumes fa8cd99bddc21af9ada01ee646475e7b64f548d80f81e273e5778b60cd81b1dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:32:39 02:32:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:32:39 0.23.1-centos7: Pulling from edgex-lftools 02:32:39 ab5ef0e58194: Pulling fs layer 02:32:39 9712f1f96733: Pulling fs layer 02:32:39 63f879dbbcfc: Pulling fs layer 02:32:39 0d9ebad4ef96: Pulling fs layer 02:32:39 e9a5061849ea: Pulling fs layer 02:32:39 d747dcd14b5f: Pulling fs layer 02:32:39 2de7ff778b66: Pulling fs layer 02:32:39 2de7ff778b66: Waiting 02:32:39 e9a5061849ea: Waiting 02:32:39 d747dcd14b5f: Waiting 02:32:39 0d9ebad4ef96: Waiting 02:32:39 9712f1f96733: Verifying Checksum 02:32:39 9712f1f96733: Download complete 02:32:40 63f879dbbcfc: Verifying Checksum 02:32:40 63f879dbbcfc: Download complete 02:32:40 e9a5061849ea: Verifying Checksum 02:32:40 e9a5061849ea: Download complete 02:32:40 d747dcd14b5f: Verifying Checksum 02:32:40 d747dcd14b5f: Download complete 02:32:40 0d9ebad4ef96: Verifying Checksum 02:32:40 0d9ebad4ef96: Download complete 02:32:40 2de7ff778b66: Verifying Checksum 02:32:40 2de7ff778b66: Download complete 02:32:40 ab5ef0e58194: Verifying Checksum 02:32:40 ab5ef0e58194: Download complete 02:32:43 ab5ef0e58194: Pull complete 02:32:43 9712f1f96733: Pull complete 02:32:43 63f879dbbcfc: Pull complete 02:32:47 0d9ebad4ef96: Pull complete 02:32:47 e9a5061849ea: Pull complete 02:32:47 d747dcd14b5f: Pull complete 02:32:48 2de7ff778b66: Pull complete 02:32:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:32:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:32:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:48 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 02:32:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:32:51 $ docker top 12100fda7b66b1767f808a69516c8a5106eeb0430b3bc588b978b4c1153e9407 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:32:51 provisioning config files... 02:32:51 copy managed file [sigul-config] to file:/w/workspace/edgex-go/852@tmp/config667095250204843063tmp 02:32:51 copy managed file [sigul-password] to file:/w/workspace/edgex-go/852@tmp/config5084853436222672130tmp 02:32:51 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/852@tmp/config8361763180188403209tmp [Pipeline] { [Pipeline] echo 02:32:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:32:51 ---> sigul-configuration.sh 02:32:51 gpg: directory `/root/.gnupg' created 02:32:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:32:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:32:51 gpg: keyring `/root/.gnupg/secring.gpg' created 02:32:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:32:51 gpg: CAST5 encrypted data 02:32:51 gpg: encrypted with 1 passphrase 02:32:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:32:52 + mkdir /home/jenkins 02:32:52 + mkdir /home/jenkins/sigul [Pipeline] sh 02:32:52 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:32:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:32:52 ---> sigul-install.sh 02:32:52 Sigul already installed; skipping installation. [Pipeline] sh 02:32:53 + git tag --list 02:32:53 0.6.0 02:32:53 0.6.1 02:32:53 0.7.0 02:32:53 0.7.1 02:32:53 v1.0.0 02:32:53 v1.0.1 02:32:53 v1.1.0 02:32:53 v1.2.0 02:32:53 v1.2.1 02:32:53 v1.3.0 02:32:53 v1.3.1 02:32:53 v2.0.0 02:32:53 v2.1.0 02:32:53 v2.1.1 02:32:53 v2.2.0 02:32:53 v2.3.0 02:32:53 v3.0 02:32:53 v3.0.0 02:32:53 v3.1 02:32:53 v3.1.0 02:32:53 v3.1.1 02:32:53 v4.0 02:32:53 v4.0.0 02:32:53 v4.0.1 02:32:53 v4.1.0-dev.1 02:32:53 v4.1.0-dev.10 02:32:53 v4.1.0-dev.11 02:32:53 v4.1.0-dev.12 02:32:53 v4.1.0-dev.13 02:32:53 v4.1.0-dev.14 02:32:53 v4.1.0-dev.15 02:32:53 v4.1.0-dev.16 02:32:53 v4.1.0-dev.17 02:32:53 v4.1.0-dev.18 02:32:53 v4.1.0-dev.19 02:32:53 v4.1.0-dev.2 02:32:53 v4.1.0-dev.20 02:32:53 v4.1.0-dev.21 02:32:53 v4.1.0-dev.22 02:32:53 v4.1.0-dev.23 02:32:53 v4.1.0-dev.3 02:32:53 v4.1.0-dev.4 02:32:53 v4.1.0-dev.5 02:32:53 v4.1.0-dev.6 02:32:53 v4.1.0-dev.7 02:32:53 v4.1.0-dev.8 02:32:53 v4.1.0-dev.9 [Pipeline] sh 02:32:53 + lftools sign git-tag v4.1.0-dev.23 02:32:54 Signing Git tag with Sigul... 02:32:54 Signing v4.1.0-dev.23 [Pipeline] echo 02:32:54 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:32:54 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:32:54 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:32:54 $ docker stop --time=1 12100fda7b66b1767f808a69516c8a5106eeb0430b3bc588b978b4c1153e9407 02:32:56 $ docker rm -f --volumes 12100fda7b66b1767f808a69516c8a5106eeb0430b3bc588b978b4c1153e9407 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:32:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:32:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:32:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:32:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:32:57 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 02:32:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:32:57 $ docker top 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 -eo pid,comm 02:32:57 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:32:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:32:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:57 [ssh-agent] Looking for ssh-agent implementation... 02:32:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:57 $ docker exec 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 ssh-agent 02:32:57 SSH_AUTH_SOCK=/tmp/ssh-PSYI4xDLh5BC/agent.32 02:32:57 SSH_AGENT_PID=38 02:32:57 Running ssh-add (command line suppressed) 02:32:57 Identity added: /w/workspace/edgex-go/852@tmp/private_key_9901283202360736097.key (/w/workspace/edgex-go/852@tmp/private_key_9901283202360736097.key) 02:32:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:58 + git semver bump pre 02:32:58 2025-06-12 02:32:58,411 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:32:58 2025-06-12 02:32:58,414 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 02:32:58 2025-06-12 02:32:58,414 [bump_version] DEBUG bumping version:4.1.0-dev.23 on axis:pre with prefix:dev 02:32:58 2025-06-12 02:32:58,414 [bump_version] DEBUG bumped version:4.1.0-dev.24 02:32:58 2025-06-12 02:32:58,414 [write_version] DEBUG write version:4.1.0-dev.24 to path:/w/workspace/edgex-go/852/.semver/main with force:True 02:32:58 2025-06-12 02:32:58,414 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 02:32:58 2025-06-12 02:32:58,414 [write_file] DEBUG write to file:/w/workspace/edgex-go/852/.semver/main 02:32:58 2025-06-12 02:32:58,416 [execute] INFO git cat-file --batch-check 02:32:58 2025-06-12 02:32:58,416 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/852/.semver, stdin=, shell=False, universal_newlines=False) 02:32:58 2025-06-12 02:32:58,420 [execute] INFO git cat-file --batch 02:32:58 2025-06-12 02:32:58,420 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/852/.semver, stdin=, shell=False, universal_newlines=False) 02:32:58 2025-06-12 02:32:58,424 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 02:32:58 4.1.0-dev.24 [Pipeline] } 02:32:58 $ docker exec --env ******** --env ******** 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 ssh-agent -k 02:32:58 unset SSH_AUTH_SOCK; 02:32:58 unset SSH_AGENT_PID; 02:32:58 echo Agent pid 38 killed; 02:32:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:59 + git semver [Pipeline] } 02:32:59 $ docker stop --time=1 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 02:33:00 $ docker rm -f --volumes 8d43af26e4458422b14a49bc3e57f75e05dee0fb5ae5b58f3980b7b35cb55060 [Pipeline] // withDockerContainer [Pipeline] sh 02:33:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:33:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:33:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:01 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 02:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:33:01 $ docker top f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd -eo pid,comm 02:33: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). 02:33:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:33:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:33:01 [ssh-agent] Looking for ssh-agent implementation... 02:33:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:33:02 $ docker exec f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd ssh-agent 02:33:02 SSH_AUTH_SOCK=/tmp/ssh-FFNJRSRTvUNZ/agent.33 02:33:02 SSH_AGENT_PID=39 02:33:02 Running ssh-add (command line suppressed) 02:33:02 Identity added: /w/workspace/edgex-go/852@tmp/private_key_6129097677664099492.key (/w/workspace/edgex-go/852@tmp/private_key_6129097677664099492.key) 02:33:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:33:02 + git semver push 02:33:02 2025-06-12 02:33:02,763 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:33:02 2025-06-12 02:33:02,766 [run_push] DEBUG push 02:33:02 2025-06-12 02:33:02,767 [execute] INFO git cat-file --batch-check 02:33:02 2025-06-12 02:33:02,767 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/852/.semver, stdin=, shell=False, universal_newlines=False) 02:33:02 2025-06-12 02:33:02,769 [execute] INFO git rev-list f50b9264f28c21b1f95f28d15d4d77e9ba98e132 -- 02:33:02 2025-06-12 02:33:02,769 [execute] DEBUG Popen(['git', 'rev-list', 'f50b9264f28c21b1f95f28d15d4d77e9ba98e132', '--'], cwd=/w/workspace/edgex-go/852/.semver, stdin=None, shell=False, universal_newlines=False) 02:33:02 2025-06-12 02:33:02,787 [execute] INFO git fetch -v -- origin 02:33:02 2025-06-12 02:33:02,787 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/852/.semver, stdin=None, shell=False, universal_newlines=True) 02:33:03 2025-06-12 02:33:03,334 [run_push] DEBUG no remote changes detected 02:33:03 2025-06-12 02:33:03,334 [execute] INFO git push origin semver 02:33:03 2025-06-12 02:33:03,334 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/852/.semver, stdin=None, shell=False, universal_newlines=False) 02:33:04 2025-06-12 02:33:04,033 [run_push] DEBUG push all version tags 02:33:04 2025-06-12 02:33:04,033 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:33:04 2025-06-12 02:33:04,034 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/852, stdin=None, shell=False, universal_newlines=False) 02:33:04 2025-06-12 02:33:04,764 [read_version] DEBUG read version from /w/workspace/edgex-go/852/.semver/main 02:33:04 4.1.0-dev.24 [Pipeline] } 02:33:04 $ docker exec --env ******** --env ******** f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd ssh-agent -k 02:33:04 unset SSH_AUTH_SOCK; 02:33:04 unset SSH_AGENT_PID; 02:33:04 echo Agent pid 39 killed; 02:33:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:33:05 + git semver [Pipeline] } 02:33:05 $ docker stop --time=1 f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd 02:33:06 $ docker rm -f --volumes f55a8819a37c3dd7896b1e0897bdc59ae55ccad074cca9584528e0240fdfb2dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:33:07 + [ -d /w/workspace/edgex-go/852/archives ] [Pipeline] libraryResource [Pipeline] sh 02:33:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:33:08 ---> package-listing.sh 02:33:08 ++ facter osfamily 02:33:08 ++ tr '[:upper:]' '[:lower:]' 02:33:08 + OS_FAMILY=debian 02:33:08 + workspace=/w/workspace/edgex-go/852 02:33:08 + START_PACKAGES=/tmp/packages_start.txt 02:33:08 + END_PACKAGES=/tmp/packages_end.txt 02:33:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:33:08 + PACKAGES=/tmp/packages_start.txt 02:33:08 + '[' /w/workspace/edgex-go/852 ']' 02:33:08 + PACKAGES=/tmp/packages_end.txt 02:33:08 + case "${OS_FAMILY}" in 02:33:08 + dpkg -l 02:33:08 + grep '^ii' 02:33:08 + '[' -f /tmp/packages_start.txt ']' 02:33:08 + '[' -f /tmp/packages_end.txt ']' 02:33:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:33:08 + '[' /w/workspace/edgex-go/852 ']' 02:33:08 + mkdir -p /w/workspace/edgex-go/852/archives/ 02:33:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/852/archives/ [Pipeline] echo 02:33:08 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/852/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:33:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:33:09 02:33:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:33:09 latest: Pulling from edgex-lftools-log-publisher 02:33:09 5eb5b503b376: Pulling fs layer 02:33:09 5c69ac0246d0: Pulling fs layer 02:33:09 ec43610c2a17: Pulling fs layer 02:33:09 3a2ae6a8a46f: Pulling fs layer 02:33:09 33b1e0a273af: Pulling fs layer 02:33:09 5d3b04190fa2: Pulling fs layer 02:33:09 2f39f015ded8: Pulling fs layer 02:33:09 3a2ae6a8a46f: Waiting 02:33:09 33b1e0a273af: Waiting 02:33:09 5d3b04190fa2: Waiting 02:33:09 5c69ac0246d0: Verifying Checksum 02:33:09 5c69ac0246d0: Download complete 02:33:09 3a2ae6a8a46f: Verifying Checksum 02:33:09 3a2ae6a8a46f: Download complete 02:33:09 33b1e0a273af: Verifying Checksum 02:33:09 33b1e0a273af: Download complete 02:33:09 ec43610c2a17: Verifying Checksum 02:33:09 ec43610c2a17: Download complete 02:33:10 5d3b04190fa2: Verifying Checksum 02:33:10 5d3b04190fa2: Download complete 02:33:10 5eb5b503b376: Verifying Checksum 02:33:10 5eb5b503b376: Download complete 02:33:10 2f39f015ded8: Download complete 02:33:11 5eb5b503b376: Pull complete 02:33:11 5c69ac0246d0: Pull complete 02:33:11 ec43610c2a17: Pull complete 02:33:11 3a2ae6a8a46f: Pull complete 02:33:12 33b1e0a273af: Pull complete 02:33:12 5d3b04190fa2: Pull complete 02:33:16 2f39f015ded8: Pull complete 02:33:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:33:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:16 prd-ubuntu20.04-docker-8c-8g-3169 does not seem to be running inside a container 02:33:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/852/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/852 -v /w/workspace/edgex-go/852:/w/workspace/edgex-go/852:rw,z -v /w/workspace/edgex-go/852@tmp:/w/workspace/edgex-go/852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:33:18 $ docker top 93a6a576a67ee6d7adea7c23b0b485ef459aa2b713ca129ae8b87e4547b1e8f7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:19 + touch /tmp/pre-build-complete [Pipeline] sh 02:33:19 + mkdir -p /var/log/sysstat [Pipeline] sh 02:33:19 + ls /var/log/sa-host 02:33:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:33:19 provisioning config files... 02:33:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/852@tmp/config7145172078785655643tmp [Pipeline] { [Pipeline] echo 02:33:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:33:20 ---> create-netrc.sh [Pipeline] } 02:33:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:33:20 ---> python-tools-install.sh [Pipeline] echo 02:33:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:33:20 ---> sudo-logs.sh 02:33:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:33:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:33:21 ---> job-cost.sh 02:33:21 lf-activate-venv: SKIPPING 02:33:21 DEBUG: total: 0.10999999940395355 02:33:21 INFO: Retrieving Stack Cost... 02:33:21 INFO: Retrieving Pricing Info for: v3-standard-8 02:33:21 INFO: Archiving Costs [Pipeline] echo 02:33:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:33:21 ---> logs-deploy.sh 02:33:21 lf-activate-venv: SKIPPING 02:33:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/852 02:33:21 INFO: archiving workspace using pattern(s): 02:33:22 Archives upload complete. 02:33:23 INFO: archiving logs to Nexus 02:33:23 ---> uname -a: 02:33:23 Linux prd-ubuntu20-04-docker-8c-8g-3169 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:33:23 02:33:23 02:33:23 ---> lscpu: 02:33:23 Architecture: x86_64 02:33:23 CPU op-mode(s): 32-bit, 64-bit 02:33:23 Byte Order: Little Endian 02:33:23 Address sizes: 40 bits physical, 48 bits virtual 02:33:23 CPU(s): 8 02:33:23 On-line CPU(s) list: 0-7 02:33:23 Thread(s) per core: 1 02:33:23 Core(s) per socket: 1 02:33:23 Socket(s): 8 02:33:23 NUMA node(s): 1 02:33:23 Vendor ID: AuthenticAMD 02:33:23 CPU family: 23 02:33:23 Model: 49 02:33:23 Model name: AMD EPYC-Rome Processor 02:33:23 Stepping: 0 02:33:23 CPU MHz: 2799.998 02:33:23 BogoMIPS: 5599.99 02:33:23 Virtualization: AMD-V 02:33:23 Hypervisor vendor: KVM 02:33:23 Virtualization type: full 02:33:23 L1d cache: 256 KiB 02:33:23 L1i cache: 256 KiB 02:33:23 L2 cache: 4 MiB 02:33:23 L3 cache: 128 MiB 02:33:23 NUMA node0 CPU(s): 0-7 02:33:23 Vulnerability Itlb multihit: Not affected 02:33:23 Vulnerability L1tf: Not affected 02:33:23 Vulnerability Mds: Not affected 02:33:23 Vulnerability Meltdown: Not affected 02:33:23 Vulnerability Mmio stale data: Not affected 02:33:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:33:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:33:23 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:33:23 Vulnerability Srbds: Not affected 02:33:23 Vulnerability Tsx async abort: Not affected 02:33:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:33:23 02:33:23 02:33:23 ---> nproc: 02:33:23 8 02:33:23 02:33:23 02:33:23 ---> df -h: 02:33:23 Filesystem Size Used Avail Use% Mounted on 02:33:23 overlay 155G 31G 125G 20% / 02:33:23 tmpfs 64M 0 64M 0% /dev 02:33:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:33:23 shm 64M 0 64M 0% /dev/shm 02:33:23 /dev/vda1 155G 31G 125G 20% /facter-os 02:33:23 02:33:23 02:33:23 ---> sar -b -r -n DEV: 02:33:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3169) 06/12/25 _x86_64_ (8 CPU) 02:33:23 02:33:23 01:38:48 LINUX RESTART (8 CPU) 02:33:23 02:33:23 01:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:33:23 01:40:01 325.72 48.27 277.46 0.00 5416.19 161616.79 0.00 02:33:23 01:41:01 184.09 1.28 182.80 0.00 40.79 59742.04 0.00 02:33:23 01:42:01 49.83 0.00 49.83 0.00 0.00 36701.77 0.00 02:33:23 01:43:01 36.70 0.23 36.47 0.00 3.07 20276.04 0.00 02:33:23 01:44:02 668.72 4.89 663.82 0.00 162.95 273548.25 0.00 02:33:23 01:45:01 769.09 11.60 757.48 0.00 2620.51 236374.88 0.00 02:33:23 01:46:01 404.77 0.05 404.72 0.00 0.40 133315.69 0.00 02:33:23 01:47:01 316.33 0.02 316.31 0.00 0.13 100923.01 0.00 02:33:23 01:48:01 454.37 0.08 454.29 0.00 12.00 51245.86 0.00 02:33:23 01:49:01 27.00 0.05 26.95 0.00 11.20 669.89 0.00 02:33:23 01:50:01 1.77 0.00 1.77 0.00 0.00 21.06 0.00 02:33:23 01:51:01 1.83 0.00 1.83 0.00 0.00 25.06 0.00 02:33:23 01:52:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 02:33:23 01:53:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 02:33:23 01:54:01 1.22 0.02 1.20 0.00 0.13 16.26 0.00 02:33:23 01:55:01 2.15 0.00 2.15 0.00 0.00 23.86 0.00 02:33:23 01:56:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 02:33:23 01:57:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 02:33:23 01:58:01 1.52 0.00 1.52 0.00 0.00 16.66 0.00 02:33:23 01:59:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 02:33:23 02:00:01 3.28 1.02 2.27 0.00 21.86 30.39 0.00 02:33:23 02:01:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 02:33:23 02:02:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 02:33:23 02:03:01 0.93 0.00 0.93 0.00 0.00 11.60 0.00 02:33:23 02:04:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 02:33:23 02:05:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 02:33:23 02:06:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 02:33:23 02:07:01 0.87 0.00 0.87 0.00 0.00 10.40 0.00 02:33:23 02:08:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 02:33:23 02:09:01 1.32 0.00 1.32 0.00 0.00 14.66 0.00 02:33:23 02:10:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 02:33:23 02:11:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 02:33:23 02:12:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 02:33:23 02:13:02 1.88 0.00 1.88 0.00 0.00 20.40 0.00 02:33:23 02:14:01 0.93 0.00 0.93 0.00 0.00 10.03 0.00 02:33:23 02:15:01 3.13 1.30 1.83 0.00 32.26 22.93 0.00 02:33:23 02:16:01 1.37 0.20 1.17 0.00 3.20 13.86 0.00 02:33:23 02:17:01 0.92 0.02 0.90 0.00 0.13 11.06 0.00 02:33:23 02:18:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 02:33:23 02:19:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 02:33:23 02:20:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 02:33:23 02:21:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 02:33:23 02:22:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 02:33:23 02:23:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 02:33:23 02:24:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 02:33:23 02:25:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 02:33:23 02:26:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 02:33:23 02:27:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 02:33:23 02:28:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 02:33:23 02:29:01 1.70 0.18 1.52 0.00 18.53 21.33 0.00 02:33:23 02:30:01 1.82 0.00 1.82 0.00 0.00 21.20 0.00 02:33:23 02:31:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 02:33:23 02:32:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 02:33:23 02:33:01 203.38 0.25 203.13 0.00 12.13 61403.90 0.00 02:33:23 Average: 64.76 1.29 63.48 0.00 154.32 21034.22 0.00 02:33:23 02:33:23 01:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:33:23 01:40:01 29220804 31548000 785200 2.39 60548 2559556 1744700 5.14 1048060 2263288 280 02:33:23 01:41:01 26772516 31001220 1292884 3.93 127652 4242432 2543992 7.50 2100116 3463052 682396 02:33:23 01:42:01 26386920 31235588 1055708 3.21 131604 4827656 2389392 7.04 1943512 3975240 721520 02:33:23 01:43:01 26028456 31411988 878240 2.67 135908 5309928 1923708 5.67 1858668 4375228 654952 02:33:23 01:44:02 19391744 31090640 1148168 3.49 204576 11317872 3570588 10.52 2511624 10047740 360492 02:33:23 01:45:01 9049120 28738096 3440536 10.46 405556 18417136 9466736 27.90 6034884 16095812 1122156 02:33:23 01:46:01 5225976 27535804 4645156 14.13 420560 20916020 9407264 27.72 8349856 17505156 0 02:33:23 01:47:01 5147364 30433972 1762572 5.36 436088 23835288 4337864 12.78 6313684 19595528 1146852 02:33:23 01:48:01 8096732 31378248 865576 2.63 442164 22012332 2222252 6.55 3623168 19588980 720 02:33:23 01:49:01 8111108 31394664 848680 2.58 443264 22012996 2042820 6.02 4033352 19162940 280 02:33:23 01:50:01 8112644 31396260 847216 2.58 443288 22012996 2042820 6.02 4030624 19162944 160 02:33:23 01:51:01 8112012 31395680 847668 2.58 443324 22013000 2042820 6.02 4031344 19162948 136 02:33:23 01:52:01 8119044 31402716 841172 2.56 443336 22013000 2042820 6.02 4024568 19162948 8 02:33:23 01:53:01 8119188 31403004 841008 2.56 443360 22013132 2042820 6.02 4024576 19163068 44 02:33:23 01:54:01 8117808 31401700 842400 2.56 443392 22013108 2091524 6.16 4030328 19163056 252 02:33:23 01:55:01 8125380 31409296 835180 2.54 443408 22013112 2075224 6.12 4018748 19163060 4 02:33:23 01:56:01 8125252 31409180 835156 2.54 443424 22013116 2075224 6.12 4018692 19163064 12 02:33:23 01:57:01 8125204 31409152 835124 2.54 443432 22013120 2075224 6.12 4018736 19163064 52 02:33:23 01:58:01 8125164 31409192 835016 2.54 443484 22013124 2075224 6.12 4018824 19163068 8 02:33:23 01:59:01 8125532 31409716 834376 2.54 443516 22013244 2075224 6.12 4018512 19163200 44 02:33:23 02:00:01 8124164 31409412 835080 2.54 443584 22013896 2149332 6.33 4018696 19163748 48 02:33:23 02:01:01 8124132 31409508 834928 2.54 443616 22013900 2149332 6.33 4018552 19163752 40 02:33:23 02:02:01 8124100 31409484 834912 2.54 443640 22013892 2132924 6.29 4018568 19163752 4 02:33:23 02:03:01 8124012 31409448 834908 2.54 443672 22013904 2132924 6.29 4018928 19163756 188 02:33:23 02:04:01 8123924 31409384 834920 2.54 443688 22013900 2116596 6.24 4018912 19163756 12 02:33:23 02:05:01 8124184 31409680 834568 2.54 443716 22013912 2116596 6.24 4018768 19163760 176 02:33:23 02:06:01 8124020 31409540 834900 2.54 443736 22013916 2116596 6.24 4018704 19163764 4 02:33:23 02:07:01 8124296 31409832 834588 2.54 443756 22013920 2116596 6.24 4018716 19163764 188 02:33:23 02:08:01 8123776 31409340 835032 2.54 443776 22013924 2116596 6.24 4018740 19163776 28 02:33:23 02:09:01 8123728 31409324 835008 2.54 443796 22013924 2116596 6.24 4018756 19163776 176 02:33:23 02:10:01 8123680 31409328 834960 2.54 443840 22013928 2116596 6.24 4018864 19163780 8 02:33:23 02:11:01 8123852 31409528 834704 2.54 443864 22013932 2116596 6.24 4018840 19163784 172 02:33:23 02:12:01 8123804 31409492 834680 2.54 443876 22013932 2116596 6.24 4018844 19163784 8 02:33:23 02:13:02 8123756 31409472 834644 2.54 443900 22013932 2116596 6.24 4018868 19163788 4 02:33:23 02:14:01 8123716 31409444 834592 2.54 443908 22013940 2116596 6.24 4019388 19163788 176 02:33:23 02:15:01 8117116 31404860 839344 2.55 443952 22014908 2116596 6.24 4028512 19164248 212 02:33:23 02:16:01 8115856 31403700 840456 2.56 443980 22015008 2116596 6.24 4029336 19164044 32 02:33:23 02:17:01 8115748 31403632 840692 2.56 443992 22015004 2116596 6.24 4029560 19164040 176 02:33:23 02:18:01 8115708 31403632 840636 2.56 444004 22015012 2116596 6.24 4028992 19164044 28 02:33:23 02:19:01 8115424 31403376 840844 2.56 444020 22015012 2116596 6.24 4029152 19164044 40 02:33:23 02:20:01 8115496 31403460 840748 2.56 444048 22015008 2116596 6.24 4029100 19164048 32 02:33:23 02:21:01 8115376 31403368 840780 2.56 444056 22015020 2116596 6.24 4029064 19164052 172 02:33:23 02:22:01 8115076 31403076 841288 2.56 444080 22015024 2116596 6.24 4029056 19164052 12 02:33:23 02:23:01 8115276 31403328 841064 2.56 444108 22015032 2116596 6.24 4029104 19164056 164 02:33:23 02:24:01 8115268 31403332 841044 2.56 444120 22015032 2116596 6.24 4029132 19164064 8 02:33:23 02:25:01 8115220 31403316 841016 2.56 444140 22015036 2116596 6.24 4029212 19164068 200 02:33:23 02:26:01 8115412 31403532 840984 2.56 444164 22015040 2116596 6.24 4029184 19164072 8 02:33:23 02:27:01 8115176 31403324 841172 2.56 444184 22015040 2116596 6.24 4029196 19164072 180 02:33:23 02:28:01 8115160 31403396 841028 2.56 444196 22015172 2116596 6.24 4029216 19164156 8 02:33:23 02:29:01 8111112 31400076 843960 2.57 444216 22015728 2150176 6.34 4029416 19164664 320 02:33:23 02:30:01 8111136 31400112 843848 2.57 444244 22015724 2150176 6.34 4029772 19164668 24 02:33:23 02:31:01 8111316 31400344 843520 2.57 444264 22015740 2150176 6.34 4029704 19164676 176 02:33:23 02:32:01 8111040 31400068 843736 2.57 444280 22015740 2150176 6.34 4029448 19164676 24 02:33:23 02:33:01 6621264 31345740 894836 2.72 467248 23298504 2130924 6.28 4153824 20394364 92 02:33:23 Average: 9614450 31250963 994083 3.02 414066 20469680 2453690 7.23 3981741 17787223 86917 02:33:23 02:33:23 01:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:33:23 01:40:01 docker0 587.90 560.10 41.01 2982.32 0.00 0.00 0.00 0.00 02:33:23 01:40:01 lo 4.27 4.27 0.41 0.41 0.00 0.00 0.00 0.00 02:33:23 01:40:01 ens3 1344.27 1167.71 10485.65 163.79 0.00 0.00 0.00 0.00 02:33:23 01:41:01 docker0 200.75 232.86 17.13 1653.94 0.00 0.00 0.00 0.00 02:33:23 01:41:01 veth2df3f14 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 02:33:23 01:41:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 02:33:23 01:41:01 ens3 371.12 281.02 4873.53 38.89 0.00 0.00 0.00 0.00 02:33:23 01:42:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 02:33:23 01:42:01 veth2df3f14 1.10 1.13 0.10 0.10 0.00 0.00 0.00 0.00 02:33:23 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:42:01 ens3 32.98 20.16 26.03 14.06 0.00 0.00 0.00 0.00 02:33:23 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:43:01 veth2df3f14 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:43:01 ens3 25.64 15.28 20.85 12.64 0.00 0.00 0.00 0.00 02:33:23 01:44:02 veth12749cc 42.15 66.55 4.08 344.43 0.00 0.00 0.00 0.03 02:33:23 01:44:02 docker0 284.64 449.98 21.70 2775.78 0.00 0.00 0.00 0.00 02:33:23 01:44:02 veth7057425 23.45 31.22 2.26 15.58 0.00 0.00 0.00 0.00 02:33:23 01:44:02 vethe47cc49 40.67 58.42 3.90 287.26 0.00 0.00 0.00 0.02 02:33:23 01:44:02 veth385d1f1 9.72 12.59 0.94 6.10 0.00 0.00 0.00 0.00 02:33:23 01:44:02 veth3d36ebc 0.58 1.54 0.05 0.28 0.00 0.00 0.00 0.00 02:33:23 01:44:02 vethbcb5798 45.07 66.31 4.48 386.30 0.00 0.00 0.00 0.03 02:33:23 01:44:02 lo 1.46 1.46 0.15 0.15 0.00 0.00 0.00 0.00 02:33:23 01:44:02 veth424d80b 43.46 62.50 4.15 326.72 0.00 0.00 0.00 0.03 02:33:23 01:44:02 ens3 647.69 391.67 6724.99 54.14 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth3df97e7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 vethf3ac7ff 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 docker0 309.78 517.24 27.27 6080.55 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth8986933 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 vethb5b4af2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth0398fe6 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth3d36ebc 0.12 0.24 0.01 0.02 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth409f863 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth662cb22 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 vethb462228 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 02:33:23 01:45:01 vethf14a7e2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth9edc6c7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 veth9ce0f06 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 vethf1ebeda 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:33:23 01:45:01 ens3 614.82 374.61 7514.87 213.60 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth3df97e7 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth3be5ab1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 vethd754dcd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth8986933 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 vethb5b4af2 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth0398fe6 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth3d36ebc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth409f863 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth662cb22 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 vethb462228 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth9edc6c7 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 veth9ce0f06 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 vethf1ebeda 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:46:01 ens3 2.32 1.18 1.87 0.96 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth3df97e7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth8986933 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 vethb5b4af2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth0398fe6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth3d36ebc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth409f863 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth662cb22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 vethb462228 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth9edc6c7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 veth9ce0f06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 vethf1ebeda 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:47:01 ens3 5.81 2.95 4.76 2.58 0.00 0.00 0.00 0.00 02:33:23 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:48:01 lo 47.39 47.39 4.68 4.68 0.00 0.00 0.00 0.00 02:33:23 01:48:01 ens3 385.74 363.27 216.42 1457.25 0.00 0.00 0.00 0.00 02:33:23 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:49:01 lo 32.39 32.39 3.19 3.19 0.00 0.00 0.00 0.00 02:33:23 01:49:01 ens3 401.58 380.12 162.01 2336.05 0.00 0.00 0.00 0.00 02:33:23 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:50:01 ens3 0.63 0.17 0.12 0.11 0.00 0.00 0.00 0.00 02:33:23 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:51:01 ens3 0.88 0.62 2.19 0.23 0.00 0.00 0.00 0.00 02:33:23 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:53:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:55:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 02:33:23 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:56:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 02:33:23 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:57:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:33:23 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:58:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 01:59:01 ens3 0.68 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:33:23 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:00:01 ens3 0.73 0.48 0.48 0.34 0.00 0.00 0.00 0.00 02:33:23 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:01:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:02:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:03:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:04:01 ens3 0.65 0.17 0.29 0.19 0.00 0.00 0.00 0.00 02:33:23 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:05:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 02:33:23 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:06:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:09:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:10:01 ens3 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:33:23 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:12:01 ens3 0.17 0.03 0.06 0.00 0.00 0.00 0.00 0.00 02:33:23 02:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:13:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:13:02 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:14:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:15:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 02:33:23 02:15:01 ens3 4.80 3.97 3.43 4.12 0.00 0.00 0.00 0.00 02:33:23 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:16:01 ens3 3.58 2.48 2.22 2.22 0.00 0.00 0.00 0.00 02:33:23 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:20:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 02:33:23 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:25:01 ens3 0.27 0.28 0.09 0.08 0.00 0.00 0.00 0.00 02:33:23 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:26:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:33:23 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:29:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:33:23 02:29:01 ens3 0.35 0.48 0.09 0.08 0.00 0.00 0.00 0.00 02:33:23 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:30:01 ens3 0.28 0.25 0.14 0.07 0.00 0.00 0.00 0.00 02:33:23 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:33:23 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:33:23 02:32:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:33:23 02:33:01 docker0 77.82 98.42 6.65 870.77 0.00 0.00 0.00 0.00 02:33:23 02:33:01 lo 2.73 2.73 0.28 0.28 0.00 0.00 0.00 0.00 02:33:23 02:33:01 ens3 433.94 311.46 8053.68 171.05 0.00 0.00 0.00 0.00 02:33:23 Average: docker0 27.05 34.39 2.11 265.18 0.00 0.00 0.00 0.00 02:33:23 Average: lo 1.76 1.76 0.17 0.17 0.00 0.00 0.00 0.00 02:33:23 Average: ens3 79.28 61.48 704.90 82.83 0.00 0.00 0.00 0.00 02:33:23 02:33:23 02:33:23 ---> sar -P ALL: 02:33:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3169) 06/12/25 _x86_64_ (8 CPU) 02:33:23 02:33:23 01:38:48 LINUX RESTART (8 CPU) 02:33:23 02:33:23 01:39:01 CPU %user %nice %system %iowait %steal %idle 02:33:23 01:40:01 all 9.59 0.00 3.22 2.32 0.07 84.79 02:33:23 01:40:01 0 9.32 0.00 2.76 0.22 0.07 87.63 02:33:23 01:40:01 1 11.60 0.00 2.79 0.32 0.07 85.23 02:33:23 01:40:01 2 7.45 0.00 3.73 3.46 0.08 85.27 02:33:23 01:40:01 3 11.30 0.00 2.72 0.34 0.07 85.58 02:33:23 01:40:01 4 9.68 0.00 4.45 1.16 0.07 84.63 02:33:23 01:40:01 5 6.72 0.00 2.42 1.21 0.08 89.57 02:33:23 01:40:01 6 9.26 0.00 2.37 2.49 0.05 85.82 02:33:23 01:40:01 7 11.42 0.00 4.54 9.44 0.05 74.55 02:33:23 01:41:01 all 28.24 0.00 6.35 1.48 0.10 63.83 02:33:23 01:41:01 0 26.50 0.00 6.29 0.81 0.10 66.29 02:33:23 01:41:01 1 32.46 0.00 7.05 4.36 0.08 56.03 02:33:23 01:41:01 2 26.58 0.00 5.99 1.21 0.10 66.12 02:33:23 01:41:01 3 31.22 0.00 6.95 4.72 0.10 57.01 02:33:23 01:41:01 4 26.09 0.00 7.23 0.54 0.08 66.06 02:33:23 01:41:01 5 27.25 0.00 5.93 0.05 0.10 66.67 02:33:23 01:41:01 6 27.76 0.00 5.26 0.09 0.09 66.82 02:33:23 01:41:01 7 28.04 0.00 6.09 0.07 0.10 65.70 02:33:23 01:42:01 all 40.15 0.00 6.29 0.66 0.11 52.81 02:33:23 01:42:01 0 39.49 0.00 6.41 0.35 0.12 53.63 02:33:23 01:42:01 1 40.18 0.00 5.83 0.00 0.12 53.87 02:33:23 01:42:01 2 40.70 0.00 5.96 0.00 0.10 53.24 02:33:23 01:42:01 3 46.51 0.00 7.88 0.12 0.10 45.39 02:33:23 01:42:01 4 39.27 0.00 6.72 4.33 0.10 49.58 02:33:23 01:42:01 5 38.10 0.00 5.65 0.44 0.10 55.71 02:33:23 01:42:01 6 38.13 0.00 5.91 0.00 0.10 55.86 02:33:23 01:42:01 7 38.75 0.00 5.94 0.02 0.10 55.19 02:33:23 01:43:01 all 53.38 0.00 6.89 0.17 0.11 39.45 02:33:23 01:43:01 0 53.32 0.00 6.77 0.32 0.10 39.49 02:33:23 01:43:01 1 53.56 0.00 6.70 0.07 0.12 39.55 02:33:23 01:43:01 2 54.15 0.00 6.83 0.02 0.10 38.90 02:33:23 01:43:01 3 54.42 0.00 7.13 0.15 0.10 38.20 02:33:23 01:43:01 4 52.32 0.00 7.09 0.20 0.10 40.29 02:33:23 01:43:01 5 52.93 0.00 6.83 0.57 0.12 39.55 02:33:23 01:43:01 6 53.83 0.00 6.75 0.02 0.12 39.29 02:33:23 01:43:01 7 52.55 0.00 7.02 0.00 0.12 40.31 02:33:23 01:44:02 all 23.03 0.00 8.84 14.00 0.11 54.01 02:33:23 01:44:02 0 22.49 0.00 9.80 11.78 0.12 55.80 02:33:23 01:44:02 1 22.29 0.00 9.57 14.35 0.12 53.66 02:33:23 01:44:02 2 23.82 0.00 8.38 9.74 0.12 57.93 02:33:23 01:44:02 3 24.48 0.00 8.49 8.05 0.14 58.85 02:33:23 01:44:02 4 20.90 0.00 8.82 24.81 0.12 45.35 02:33:23 01:44:02 5 23.53 0.00 8.46 15.90 0.10 52.00 02:33:23 01:44:02 6 24.52 0.00 8.60 9.03 0.10 57.75 02:33:23 01:44:02 7 22.17 0.00 8.60 18.42 0.10 50.70 02:33:23 01:45:01 all 45.25 0.00 9.84 12.97 0.10 31.84 02:33:23 01:45:01 0 44.69 0.00 9.04 26.43 0.08 19.75 02:33:23 01:45:01 1 45.30 0.00 9.07 5.76 0.08 39.79 02:33:23 01:45:01 2 46.02 0.00 9.76 7.09 0.10 37.03 02:33:23 01:45:01 3 45.10 0.00 10.67 10.74 0.10 33.38 02:33:23 01:45:01 4 45.05 0.00 9.10 5.94 0.08 39.82 02:33:23 01:45:01 5 44.59 0.00 11.37 21.07 0.10 22.86 02:33:23 01:45:01 6 46.78 0.00 9.39 9.11 0.10 34.62 02:33:23 01:45:01 7 44.46 0.00 10.35 17.67 0.12 27.40 02:33:23 01:46:01 all 90.30 0.00 9.56 0.00 0.14 0.00 02:33:23 01:46:01 0 90.76 0.00 9.11 0.00 0.13 0.00 02:33:23 01:46:01 1 90.71 0.00 9.14 0.00 0.15 0.00 02:33:23 01:46:01 2 90.73 0.00 9.14 0.00 0.13 0.00 02:33:23 01:46:01 3 90.24 0.00 9.62 0.00 0.13 0.00 02:33:23 01:46:01 4 89.40 0.00 10.46 0.00 0.13 0.00 02:33:23 01:46:01 5 90.18 0.00 9.69 0.00 0.13 0.00 02:33:23 01:46:01 6 90.30 0.00 9.55 0.00 0.15 0.00 02:33:23 01:46:01 7 90.08 0.00 9.78 0.00 0.13 0.00 02:33:23 01:47:01 all 90.53 0.00 9.23 0.03 0.11 0.10 02:33:23 01:47:01 0 91.07 0.00 8.72 0.05 0.12 0.05 02:33:23 01:47:01 1 91.14 0.00 8.59 0.00 0.10 0.17 02:33:23 01:47:01 2 90.98 0.00 8.80 0.03 0.10 0.08 02:33:23 01:47:01 3 89.90 0.00 9.85 0.03 0.12 0.10 02:33:23 01:47:01 4 89.74 0.00 10.05 0.10 0.12 0.00 02:33:23 01:47:01 5 89.83 0.00 9.89 0.03 0.10 0.15 02:33:23 01:47:01 6 90.65 0.00 9.18 0.00 0.10 0.07 02:33:23 01:47:01 7 90.90 0.00 8.80 0.00 0.12 0.18 02:33:23 01:48:01 all 8.40 0.00 2.24 2.06 0.09 87.21 02:33:23 01:48:01 0 7.52 0.00 1.87 1.17 0.07 89.37 02:33:23 01:48:01 1 6.32 0.00 2.25 1.78 0.10 89.55 02:33:23 01:48:01 2 12.24 0.00 2.60 1.49 0.08 83.58 02:33:23 01:48:01 3 6.72 0.00 2.31 2.63 0.07 88.28 02:33:23 01:48:01 4 8.20 0.00 2.26 6.73 0.08 82.72 02:33:23 01:48:01 5 8.42 0.00 2.14 0.55 0.10 88.78 02:33:23 01:48:01 6 7.34 0.00 2.26 1.16 0.10 89.14 02:33:23 01:48:01 7 10.44 0.00 2.22 0.99 0.10 86.25 02:33:23 01:49:01 all 8.60 0.00 0.83 0.10 0.06 90.41 02:33:23 01:49:01 0 9.10 0.00 0.88 0.08 0.05 89.88 02:33:23 01:49:01 1 9.41 0.00 0.69 0.05 0.07 89.78 02:33:23 01:49:01 2 7.40 0.00 0.75 0.03 0.07 91.74 02:33:23 01:49:01 3 6.36 0.00 0.74 0.08 0.08 92.74 02:33:23 01:49:01 4 6.67 0.00 0.84 0.02 0.05 92.42 02:33:23 01:49:01 5 12.72 0.00 1.06 0.02 0.07 86.14 02:33:23 01:49:01 6 8.45 0.00 0.78 0.03 0.07 90.66 02:33:23 01:49:01 7 8.68 0.00 0.88 0.50 0.07 89.88 02:33:23 01:50:01 all 0.30 0.00 0.02 0.00 0.02 99.65 02:33:23 01:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 01:50:01 1 0.12 0.00 0.03 0.00 0.03 99.82 02:33:23 01:50:01 2 0.18 0.00 0.05 0.00 0.07 99.70 02:33:23 01:50:01 3 0.02 0.00 0.03 0.02 0.00 99.93 02:33:23 01:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 01:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 01:50:01 6 0.02 0.00 0.02 0.00 0.03 99.93 02:33:23 01:50:01 7 2.00 0.00 0.03 0.00 0.02 97.95 02:33:23 02:33:23 01:50:01 CPU %user %nice %system %iowait %steal %idle 02:33:23 01:51:01 all 0.10 0.00 0.03 0.01 0.01 99.85 02:33:23 01:51:01 0 0.05 0.00 0.05 0.03 0.02 99.85 02:33:23 01:51:01 1 0.02 0.00 0.00 0.03 0.02 99.93 02:33:23 01:51:01 2 0.08 0.00 0.07 0.00 0.03 99.82 02:33:23 01:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:51:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 01:51:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:33:23 01:51:01 7 0.57 0.00 0.05 0.00 0.00 99.38 02:33:23 01:52:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:33:23 01:52:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 01:52:01 1 0.03 0.00 0.02 0.02 0.03 99.90 02:33:23 01:52:01 2 0.10 0.00 0.07 0.00 0.03 99.80 02:33:23 01:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 01:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:52:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 01:52:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:33:23 01:53:01 all 0.01 0.00 0.02 0.00 0.01 99.95 02:33:23 01:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:33:23 01:53:01 1 0.03 0.00 0.05 0.02 0.02 99.88 02:33:23 01:53:01 2 0.03 0.00 0.03 0.00 0.05 99.88 02:33:23 01:53:01 3 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 01:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:53:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 01:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 01:53:01 7 0.02 0.00 0.03 0.00 0.00 99.95 02:33:23 01:54:01 all 0.19 0.00 0.03 0.01 0.01 99.76 02:33:23 01:54:01 0 0.03 0.00 0.00 0.02 0.00 99.95 02:33:23 01:54:01 1 0.08 0.00 0.07 0.00 0.03 99.82 02:33:23 01:54:01 2 0.08 0.00 0.05 0.00 0.03 99.83 02:33:23 01:54:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:33:23 01:54:01 4 0.07 0.00 0.02 0.02 0.02 99.88 02:33:23 01:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 01:54:01 6 0.13 0.00 0.05 0.00 0.00 99.82 02:33:23 01:54:01 7 1.06 0.00 0.02 0.00 0.02 98.91 02:33:23 01:55:01 all 0.19 0.00 0.02 0.01 0.01 99.78 02:33:23 01:55:01 0 0.00 0.00 0.00 0.05 0.02 99.93 02:33:23 01:55:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:33:23 01:55:01 2 0.08 0.00 0.05 0.00 0.03 99.83 02:33:23 01:55:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 01:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 01:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:55:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:33:23 01:55:01 7 1.34 0.00 0.02 0.00 0.00 98.65 02:33:23 01:56:01 all 0.09 0.00 0.01 0.00 0.01 99.88 02:33:23 01:56:01 0 0.00 0.00 0.02 0.02 0.02 99.95 02:33:23 01:56:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:33:23 01:56:01 2 0.08 0.00 0.05 0.00 0.05 99.82 02:33:23 01:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 01:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 01:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 01:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:33:23 01:56:01 7 0.50 0.00 0.00 0.00 0.00 99.50 02:33:23 01:57:01 all 0.06 0.00 0.02 0.00 0.01 99.91 02:33:23 01:57:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 01:57:01 1 0.03 0.00 0.07 0.00 0.03 99.87 02:33:23 01:57:01 2 0.03 0.00 0.00 0.00 0.03 99.93 02:33:23 01:57:01 3 0.00 0.00 0.00 0.02 0.00 99.98 02:33:23 01:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:57:01 6 0.07 0.00 0.03 0.00 0.02 99.88 02:33:23 01:57:01 7 0.32 0.00 0.03 0.00 0.02 99.63 02:33:23 01:58:01 all 0.04 0.00 0.02 0.01 0.02 99.92 02:33:23 01:58:01 0 0.03 0.00 0.05 0.05 0.02 99.85 02:33:23 01:58:01 1 0.00 0.00 0.02 0.00 0.03 99.95 02:33:23 01:58:01 2 0.08 0.00 0.05 0.00 0.05 99.82 02:33:23 01:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:58:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 01:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 01:58:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:33:23 01:58:01 7 0.08 0.00 0.02 0.00 0.02 99.88 02:33:23 01:59:01 all 0.03 0.00 0.02 0.01 0.01 99.92 02:33:23 01:59:01 0 0.03 0.00 0.02 0.10 0.02 99.83 02:33:23 01:59:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:33:23 01:59:01 2 0.05 0.00 0.03 0.00 0.03 99.88 02:33:23 01:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 01:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 01:59:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 01:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 01:59:01 7 0.08 0.00 0.02 0.00 0.00 99.90 02:33:23 02:00:01 all 0.08 0.00 0.06 0.01 0.01 99.85 02:33:23 02:00:01 0 0.03 0.00 0.07 0.03 0.00 99.87 02:33:23 02:00:01 1 0.10 0.00 0.03 0.00 0.02 99.85 02:33:23 02:00:01 2 0.28 0.00 0.13 0.03 0.03 99.52 02:33:23 02:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 02:00:01 4 0.02 0.00 0.05 0.00 0.00 99.93 02:33:23 02:00:01 5 0.05 0.00 0.05 0.02 0.00 99.88 02:33:23 02:00:01 6 0.05 0.00 0.05 0.00 0.00 99.90 02:33:23 02:00:01 7 0.05 0.00 0.07 0.00 0.03 99.85 02:33:23 02:01:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:33:23 02:01:01 0 0.00 0.00 0.02 0.03 0.02 99.93 02:33:23 02:01:01 1 0.03 0.00 0.03 0.00 0.03 99.90 02:33:23 02:01:01 2 0.07 0.00 0.02 0.00 0.03 99.88 02:33:23 02:01:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:01:01 7 0.08 0.00 0.02 0.00 0.02 99.88 02:33:23 02:33:23 02:01:01 CPU %user %nice %system %iowait %steal %idle 02:33:23 02:02:01 all 0.18 0.00 0.02 0.00 0.01 99.78 02:33:23 02:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:33:23 02:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:33:23 02:02:01 2 0.08 0.00 0.02 0.00 0.02 99.88 02:33:23 02:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:02:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:02:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:33:23 02:02:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:33:23 02:02:01 7 1.21 0.00 0.08 0.00 0.02 98.69 02:33:23 02:03:01 all 0.04 0.00 0.01 0.00 0.01 99.93 02:33:23 02:03:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:03:01 1 0.08 0.00 0.00 0.00 0.00 99.92 02:33:23 02:03:01 2 0.07 0.00 0.03 0.00 0.03 99.87 02:33:23 02:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:33:23 02:03:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 02:03:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:03:01 7 0.10 0.00 0.03 0.00 0.03 99.83 02:33:23 02:04:01 all 0.09 0.00 0.03 0.00 0.02 99.87 02:33:23 02:04:01 0 0.02 0.00 0.02 0.03 0.00 99.93 02:33:23 02:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:04:01 2 0.07 0.00 0.05 0.00 0.03 99.85 02:33:23 02:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 02:04:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:04:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:04:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:33:23 02:04:01 7 0.48 0.00 0.07 0.00 0.03 99.42 02:33:23 02:05:01 all 0.06 0.00 0.01 0.00 0.01 99.91 02:33:23 02:05:01 0 0.02 0.00 0.05 0.03 0.02 99.88 02:33:23 02:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:05:01 2 0.07 0.00 0.02 0.00 0.03 99.88 02:33:23 02:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 02:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:05:01 6 0.05 0.00 0.02 0.00 0.03 99.90 02:33:23 02:05:01 7 0.33 0.00 0.00 0.00 0.02 99.65 02:33:23 02:06:01 all 0.10 0.00 0.02 0.00 0.02 99.86 02:33:23 02:06:01 0 0.00 0.00 0.02 0.02 0.00 99.97 02:33:23 02:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:06:01 2 0.07 0.00 0.03 0.00 0.03 99.87 02:33:23 02:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:06:01 4 0.02 0.00 0.03 0.00 0.02 99.93 02:33:23 02:06:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:33:23 02:06:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:33:23 02:06:01 7 0.60 0.00 0.03 0.00 0.05 99.32 02:33:23 02:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:33:23 02:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:07:01 2 0.08 0.00 0.03 0.00 0.03 99.85 02:33:23 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:07:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:33:23 02:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:07:01 6 0.02 0.00 0.03 0.00 0.00 99.95 02:33:23 02:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:08:01 all 0.02 0.00 0.02 0.05 0.01 99.90 02:33:23 02:08:01 0 0.00 0.00 0.03 0.08 0.00 99.88 02:33:23 02:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:08:01 2 0.07 0.00 0.03 0.00 0.02 99.88 02:33:23 02:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 02:08:01 5 0.00 0.00 0.00 0.35 0.00 99.65 02:33:23 02:08:01 6 0.05 0.00 0.07 0.00 0.02 99.87 02:33:23 02:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:09:01 all 0.05 0.00 0.02 0.01 0.02 99.90 02:33:23 02:09:01 0 0.02 0.00 0.03 0.05 0.02 99.88 02:33:23 02:09:01 1 0.00 0.00 0.00 0.02 0.02 99.97 02:33:23 02:09:01 2 0.08 0.00 0.05 0.00 0.05 99.82 02:33:23 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:09:01 4 0.07 0.00 0.02 0.00 0.02 99.90 02:33:23 02:09:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:33:23 02:09:01 6 0.07 0.00 0.02 0.00 0.02 99.90 02:33:23 02:09:01 7 0.12 0.00 0.05 0.00 0.03 99.80 02:33:23 02:10:01 all 0.02 0.00 0.02 0.00 0.01 99.94 02:33:23 02:10:01 0 0.00 0.00 0.00 0.03 0.00 99.97 02:33:23 02:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:10:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:33:23 02:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:33:23 02:10:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:33:23 02:10:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:10:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:33:23 02:10:01 7 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:11:01 all 0.05 0.00 0.01 0.00 0.02 99.91 02:33:23 02:11:01 0 0.02 0.00 0.02 0.03 0.02 99.92 02:33:23 02:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:11:01 2 0.07 0.00 0.03 0.00 0.03 99.87 02:33:23 02:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:11:01 6 0.03 0.00 0.07 0.00 0.03 99.87 02:33:23 02:11:01 7 0.22 0.00 0.00 0.00 0.02 99.77 02:33:23 02:12:01 all 0.15 0.00 0.02 0.00 0.01 99.82 02:33:23 02:12:01 0 0.00 0.00 0.00 0.02 0.00 99.98 02:33:23 02:12:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:12:01 2 0.03 0.00 0.00 0.00 0.05 99.92 02:33:23 02:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:12:01 4 0.08 0.00 0.03 0.00 0.02 99.87 02:33:23 02:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:12:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:33:23 02:12:01 7 0.99 0.00 0.05 0.00 0.02 98.94 02:33:23 02:33:23 02:12:01 CPU %user %nice %system %iowait %steal %idle 02:33:23 02:13:02 all 0.03 0.00 0.02 0.01 0.01 99.94 02:33:23 02:13:02 0 0.02 0.00 0.02 0.05 0.02 99.90 02:33:23 02:13:02 1 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:13:02 2 0.08 0.00 0.05 0.00 0.02 99.85 02:33:23 02:13:02 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:13:02 4 0.08 0.00 0.05 0.00 0.02 99.85 02:33:23 02:13:02 5 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:13:02 6 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:13:02 7 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:14:01 all 0.02 0.00 0.02 0.00 0.01 99.94 02:33:23 02:14:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:33:23 02:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:33:23 02:14:01 2 0.05 0.00 0.02 0.00 0.03 99.90 02:33:23 02:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:14:01 4 0.03 0.00 0.03 0.00 0.03 99.90 02:33:23 02:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:14:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:33:23 02:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:15:01 all 0.23 0.00 0.03 0.01 0.01 99.71 02:33:23 02:15:01 0 0.03 0.00 0.05 0.08 0.00 99.83 02:33:23 02:15:01 1 0.63 0.00 0.00 0.00 0.02 99.35 02:33:23 02:15:01 2 0.25 0.00 0.03 0.00 0.02 99.70 02:33:23 02:15:01 3 0.22 0.00 0.02 0.02 0.00 99.75 02:33:23 02:15:01 4 0.17 0.00 0.05 0.02 0.02 99.75 02:33:23 02:15:01 5 0.15 0.00 0.02 0.00 0.00 99.83 02:33:23 02:15:01 6 0.23 0.00 0.05 0.00 0.02 99.70 02:33:23 02:15:01 7 0.17 0.00 0.03 0.00 0.02 99.78 02:33:23 02:16:01 all 0.22 0.00 0.02 0.01 0.01 99.74 02:33:23 02:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 02:33:23 02:16:01 1 0.23 0.00 0.00 0.00 0.00 99.77 02:33:23 02:16:01 2 0.08 0.00 0.00 0.00 0.02 99.90 02:33:23 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:16:01 4 0.20 0.00 0.12 0.02 0.05 99.62 02:33:23 02:16:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:33:23 02:16:01 6 0.07 0.00 0.05 0.00 0.02 99.87 02:33:23 02:16:01 7 1.14 0.00 0.00 0.00 0.00 98.86 02:33:23 02:17:01 all 0.27 0.00 0.02 0.00 0.02 99.69 02:33:23 02:17:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:33:23 02:17:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 02:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:17:01 4 0.07 0.00 0.02 0.00 0.03 99.88 02:33:23 02:17:01 5 0.00 0.00 0.00 0.02 0.02 99.97 02:33:23 02:17:01 6 0.08 0.00 0.07 0.00 0.03 99.82 02:33:23 02:17:01 7 1.94 0.00 0.03 0.00 0.02 98.01 02:33:23 02:18:01 all 0.15 0.00 0.02 0.00 0.01 99.82 02:33:23 02:18:01 0 0.00 0.00 0.00 0.02 0.02 99.97 02:33:23 02:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:18:01 4 0.10 0.00 0.07 0.00 0.03 99.80 02:33:23 02:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:18:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:33:23 02:18:01 7 1.01 0.00 0.02 0.00 0.00 98.97 02:33:23 02:19:01 all 0.09 0.00 0.02 0.00 0.01 99.88 02:33:23 02:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:33:23 02:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:19:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 02:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:19:01 4 0.13 0.00 0.05 0.00 0.02 99.80 02:33:23 02:19:01 5 0.02 0.00 0.02 0.03 0.00 99.93 02:33:23 02:19:01 6 0.03 0.00 0.03 0.00 0.02 99.92 02:33:23 02:19:01 7 0.42 0.00 0.03 0.00 0.00 99.55 02:33:23 02:20:01 all 0.05 0.00 0.01 0.00 0.01 99.93 02:33:23 02:20:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 02:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:33:23 02:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:20:01 4 0.07 0.00 0.03 0.00 0.03 99.87 02:33:23 02:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:20:01 6 0.07 0.00 0.05 0.00 0.02 99.87 02:33:23 02:20:01 7 0.17 0.00 0.00 0.00 0.00 99.83 02:33:23 02:21:01 all 0.04 0.00 0.02 0.00 0.01 99.92 02:33:23 02:21:01 0 0.02 0.00 0.02 0.02 0.02 99.93 02:33:23 02:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:33:23 02:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:33:23 02:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:21:01 4 0.10 0.00 0.05 0.00 0.03 99.82 02:33:23 02:21:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 02:21:01 6 0.08 0.00 0.07 0.00 0.03 99.82 02:33:23 02:21:01 7 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:33:23 02:22:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 02:22:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:22:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:22:01 4 0.10 0.00 0.05 0.00 0.03 99.82 02:33:23 02:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:22:01 6 0.07 0.00 0.02 0.00 0.02 99.90 02:33:23 02:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:23:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:33:23 02:23:01 0 0.02 0.00 0.02 0.03 0.00 99.93 02:33:23 02:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 02:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:23:01 4 0.10 0.00 0.08 0.00 0.03 99.78 02:33:23 02:23:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:33:23 02:23:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:33:23 02:23:01 CPU %user %nice %system %iowait %steal %idle 02:33:23 02:24:01 all 0.21 0.00 0.01 0.00 0.01 99.76 02:33:23 02:24:01 0 0.00 0.00 0.00 0.02 0.00 99.98 02:33:23 02:24:01 1 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 02:24:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:33:23 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:24:01 4 0.10 0.00 0.07 0.00 0.03 99.80 02:33:23 02:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 02:24:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:33:23 02:24:01 7 1.45 0.00 0.03 0.00 0.02 98.50 02:33:23 02:25:01 all 0.14 0.00 0.01 0.01 0.02 99.82 02:33:23 02:25:01 0 0.00 0.00 0.00 0.02 0.02 99.97 02:33:23 02:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:33:23 02:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 02:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:25:01 4 0.05 0.00 0.03 0.00 0.05 99.87 02:33:23 02:25:01 5 0.00 0.00 0.00 0.08 0.02 99.90 02:33:23 02:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:25:01 7 0.99 0.00 0.02 0.02 0.02 98.96 02:33:23 02:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:33:23 02:26:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:33:23 02:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:26:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:26:01 4 0.10 0.00 0.05 0.00 0.03 99.82 02:33:23 02:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:26:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:33:23 02:26:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:27:01 all 0.01 0.00 0.02 0.00 0.01 99.96 02:33:23 02:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:27:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:33:23 02:27:01 4 0.08 0.00 0.05 0.00 0.03 99.83 02:33:23 02:27:01 5 0.00 0.00 0.02 0.02 0.02 99.95 02:33:23 02:27:01 6 0.00 0.00 0.03 0.00 0.02 99.95 02:33:23 02:27:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 02:33:23 02:28:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:33:23 02:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:33:23 02:28:01 4 0.12 0.00 0.05 0.00 0.03 99.80 02:33:23 02:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:28:01 7 1.19 0.00 0.02 0.00 0.02 98.77 02:33:23 02:29:01 all 0.18 0.00 0.07 0.01 0.01 99.74 02:33:23 02:29:01 0 0.05 0.00 0.07 0.02 0.02 99.85 02:33:23 02:29:01 1 0.00 0.00 0.05 0.00 0.00 99.95 02:33:23 02:29:01 2 0.55 0.00 0.13 0.02 0.00 99.30 02:33:23 02:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:33:23 02:29:01 4 0.08 0.00 0.05 0.00 0.03 99.83 02:33:23 02:29:01 5 0.02 0.00 0.05 0.02 0.02 99.90 02:33:23 02:29:01 6 0.03 0.00 0.07 0.00 0.02 99.88 02:33:23 02:29:01 7 0.63 0.00 0.08 0.00 0.03 99.25 02:33:23 02:30:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:33:23 02:30:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:33:23 02:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:33:23 02:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:33:23 02:30:01 4 0.07 0.00 0.05 0.00 0.02 99.87 02:33:23 02:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:33:23 02:30:01 6 0.07 0.00 0.03 0.02 0.02 99.87 02:33:23 02:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:33:23 02:31:01 0 0.00 0.00 0.02 0.02 0.00 99.97 02:33:23 02:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:31:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:33:23 02:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:33:23 02:31:01 4 0.05 0.00 0.03 0.00 0.02 99.90 02:33:23 02:31:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:33:23 02:31:01 6 0.07 0.00 0.03 0.00 0.00 99.90 02:33:23 02:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:33:23 02:32:01 all 0.13 0.00 0.01 0.00 0.01 99.84 02:33:23 02:32:01 0 0.00 0.00 0.02 0.02 0.02 99.95 02:33:23 02:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:33:23 02:32:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:33:23 02:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:33:23 02:32:01 4 0.10 0.00 0.03 0.00 0.02 99.85 02:33:23 02:32:01 5 0.03 0.00 0.03 0.02 0.03 99.88 02:33:23 02:32:01 6 0.02 0.00 0.03 0.00 0.02 99.93 02:33:23 02:32:01 7 0.83 0.00 0.00 0.00 0.02 99.15 02:33:23 02:33:01 all 9.29 0.00 4.11 1.41 0.08 85.11 02:33:23 02:33:01 0 8.06 0.00 4.39 0.63 0.07 86.85 02:33:23 02:33:01 1 8.89 0.00 3.94 0.15 0.08 86.94 02:33:23 02:33:01 2 9.55 0.00 3.63 0.03 0.08 86.70 02:33:23 02:33:01 3 8.46 0.00 4.31 0.27 0.07 86.89 02:33:23 02:33:01 4 11.71 0.00 4.45 3.46 0.08 80.30 02:33:23 02:33:01 5 9.57 0.00 5.45 5.67 0.10 79.21 02:33:23 02:33:01 6 7.95 0.00 3.63 1.03 0.08 87.31 02:33:23 02:33:01 7 10.16 0.00 3.05 0.05 0.07 86.68 02:33:23 Average: all 7.57 0.00 1.25 0.65 0.03 90.50 02:33:23 Average: 0 7.42 0.00 1.23 0.78 0.03 90.54 02:33:23 Average: 1 7.63 0.00 1.22 0.49 0.03 90.63 02:33:23 Average: 2 7.62 0.00 1.23 0.42 0.04 90.69 02:33:23 Average: 3 7.65 0.00 1.30 0.50 0.02 90.53 02:33:23 Average: 4 7.40 0.00 1.34 0.86 0.03 90.37 02:33:23 Average: 5 7.45 0.00 1.27 0.84 0.03 90.41 02:33:23 Average: 6 7.50 0.00 1.20 0.42 0.03 90.85 02:33:23 Average: 7 7.88 0.00 1.25 0.86 0.03 89.97 02:33:23 02:33:23 02:33:23