Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 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-ssh10759735564425346384.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh12697058958604346574.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh8553331203775995756.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh6186905930755094920.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-ssh1914621988498473093.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/v3]] ========================================================= [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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-22911 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/730 [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/730 # 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 0f2c1aa65e1f19339a388a0f771fbaa268164f8e (main) Commit message: "Merge pull request #4973 from jinlinGuan/issue-4965" > 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 0f2c1aa65e1f19339a388a0f771fbaa268164f8e # timeout=10 > git rev-list --no-walk cae398aa3bfc450ad98d64e9042796ae15c1e7ab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:53:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:53:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:53:01 ========================================================= 05:53:01 EdgeX Global Pipelines Version Info 05:53:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:53:02 ------------------- 05:53:02 stable info: 05:53:02 ------------------- 05:53:02 Commited By: Ginny Guan ginny@iotechsys.com 05:53:02 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 05:53:02 Message: update stable to v1.0.265 05:53:02 ------------------- 05:53:02 experimental info: 05:53:02 ------------------- 05:53:02 Commited By: Cherry Wang cherry@iotechsys.com 05:53:02 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 05:53:02 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:53:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:53:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f2c1aa [Pipeline] echo 05:53:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:53:03 provisioning config files... 05:53:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config6068664175867342790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:53:03 ---> ****-login.sh 05:53:03 nexus3.edgexfoundry.org:10001 05:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:53:04 Configure a credential helper to remove this warning. See 05:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:53:04 05:53:04 Login Succeeded 05:53:04 nexus3.edgexfoundry.org:10002 05:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:53:04 Configure a credential helper to remove this warning. See 05:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:53:04 05:53:04 Login Succeeded 05:53:04 nexus3.edgexfoundry.org:10003 05:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:53:04 Configure a credential helper to remove this warning. See 05:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:53:04 05:53:04 Login Succeeded 05:53:04 nexus3.edgexfoundry.org:10004 05:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:53:04 Configure a credential helper to remove this warning. See 05:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:53:04 05:53:04 Login Succeeded 05:53:04 ****.io 05:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:53:04 Configure a credential helper to remove this warning. See 05:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:53:04 05:53:04 Login Succeeded 05:53:04 ---> ****-login.sh ends [Pipeline] } 05:53:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:53:05 + 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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + dirname cmd/core-command/Dockerfile 05:53:05 + echo core-command,cmd/core-command/Dockerfile 05:53:05 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:53:05 + dirname cmd/core-data/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo core-data,cmd/core-data/Dockerfile 05:53:05 + dirname cmd/core-keeper/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo core-keeper,cmd/core-keeper/Dockerfile 05:53:05 + dirname+ cmd/core-metadata/Dockerfile 05:53:05 cut -d/ -f2 05:53:05 + echo core-metadata,cmd/core-metadata/Dockerfile 05:53:05 + dirname cmd/security-bootstrapper/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:53:05 + dirname cmd/security-proxy-auth/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:53:05 + dirname cmd/security-proxy-setup/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:53:05 + dirname cmd/security-secretstore-setup/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:53:05 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:53:05 + dirname cmd/security-spire-agent/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:53:05 + dirname cmd/security-spire-config/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:53:05 + dirname cmd/security-spire-server/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:53:05 + dirname cmd/support-cron-scheduler/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 05:53:05 + dirname cmd/support-notifications/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo support-notifications,cmd/support-notifications/Dockerfile 05:53:05 + dirname cmd/support-scheduler/Dockerfile 05:53:05 + cut -d/ -f2 05:53:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:53:05 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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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 05:53:05 + git rev-list -1 --merges 0f2c1aa65e1f19339a388a0f771fbaa268164f8e~1..0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] echo 05:53:05 -----------> git rev-list -1 --merges 0f2c1aa65e1f19339a388a0f771fbaa268164f8e~1..0f2c1aa65e1f19339a388a0f771fbaa268164f8e 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 05:53:05 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [false] [Pipeline] sh 05:53:05 + git log --format=format:%s -1 0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] echo 05:53:05 ========================================================= 05:53:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:53:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:53:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:53:06 + grep -v github /etc/ssh/ssh_known_hosts 05:53:06 + [ -e /tmp/ssh_known_hosts ] 05:53:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:53:06 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:53:06 + sudo tee -a /etc/ssh/ssh_known_hosts 05:53:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:06 05:53:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:06 0.1.4: Pulling from edgex-devops/py-git-semver 05:53:06 b85a868b505f: Pulling fs layer 05:53:06 e2be974225ed: Pulling fs layer 05:53:06 339a4e72a1f5: Pulling fs layer 05:53:06 988bab9f4d93: Pulling fs layer 05:53:06 1469e6f7b9e6: Pulling fs layer 05:53:06 eaf3925da568: Pulling fs layer 05:53:06 bab4dde63d76: Pulling fs layer 05:53:06 bde34c3a00c8: Pulling fs layer 05:53:06 b352a97aabf1: Pulling fs layer 05:53:06 4872d77fe225: Pulling fs layer 05:53:06 5851b861e8e6: Pulling fs layer 05:53:06 1469e6f7b9e6: Waiting 05:53:06 eaf3925da568: Waiting 05:53:06 bab4dde63d76: Waiting 05:53:06 4872d77fe225: Waiting 05:53:06 bde34c3a00c8: Waiting 05:53:06 b352a97aabf1: Waiting 05:53:06 5851b861e8e6: Waiting 05:53:06 e2be974225ed: Download complete 05:53:06 988bab9f4d93: Verifying Checksum 05:53:06 988bab9f4d93: Download complete 05:53:06 1469e6f7b9e6: Verifying Checksum 05:53:06 1469e6f7b9e6: Download complete 05:53:06 eaf3925da568: Verifying Checksum 05:53:06 eaf3925da568: Download complete 05:53:07 339a4e72a1f5: Verifying Checksum 05:53:07 339a4e72a1f5: Download complete 05:53:07 bde34c3a00c8: Download complete 05:53:07 b352a97aabf1: Download complete 05:53:07 4872d77fe225: Verifying Checksum 05:53:07 4872d77fe225: Download complete 05:53:07 5851b861e8e6: Verifying Checksum 05:53:07 5851b861e8e6: Download complete 05:53:07 b85a868b505f: Verifying Checksum 05:53:07 b85a868b505f: Download complete 05:53:07 bab4dde63d76: Verifying Checksum 05:53:07 bab4dde63d76: Download complete 05:53:08 b85a868b505f: Pull complete 05:53:08 e2be974225ed: Pull complete 05:53:09 339a4e72a1f5: Pull complete 05:53:09 988bab9f4d93: Pull complete 05:53:09 1469e6f7b9e6: Pull complete 05:53:09 eaf3925da568: Pull complete 05:53:11 bab4dde63d76: Pull complete 05:53:11 bde34c3a00c8: Pull complete 05:53:11 b352a97aabf1: Pull complete 05:53:11 4872d77fe225: Pull complete 05:53:11 5851b861e8e6: Pull complete 05:53:11 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:53:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:11 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 05:53:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 05:53:15 $ docker top 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f -eo pid,comm 05:53:15 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). 05:53:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:53:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:53:15 [ssh-agent] Looking for ssh-agent implementation... 05:53:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:53:15 $ docker exec 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent 05:53:15 SSH_AUTH_SOCK=/tmp/ssh-lnoOdRoM7SAE/agent.33 05:53:15 SSH_AGENT_PID=39 05:53:15 Running ssh-add (command line suppressed) 05:53:16 Identity added: /w/workspace/edgex-go/730@tmp/private_key_12920697410175217360.key (/w/workspace/edgex-go/730@tmp/private_key_12920697410175217360.key) 05:53:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:53:16 + git tag --points-at HEAD [Pipeline] } 05:53:16 $ docker exec --env ******** --env ******** 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent -k 05:53:16 unset SSH_AUTH_SOCK; 05:53:16 unset SSH_AGENT_PID; 05:53:16 echo Agent pid 39 killed; 05:53:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:53:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:53:16 [ssh-agent] Looking for ssh-agent implementation... 05:53:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:53:16 $ docker exec 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent 05:53:16 SSH_AUTH_SOCK=/tmp/ssh-wUdW5AuiBhbC/agent.73 05:53:16 SSH_AGENT_PID=79 05:53:16 Running ssh-add (command line suppressed) 05:53:16 Identity added: /w/workspace/edgex-go/730@tmp/private_key_15018342217465023871.key (/w/workspace/edgex-go/730@tmp/private_key_15018342217465023871.key) 05:53:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:53:17 + git semver init 05:53:17 2024-10-16 05:53:17,395 [run_init] DEBUG init version:0.0.0 force:False 05:53:17 2024-10-16 05:53:17,395 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/730/.semver 05:53:17 2024-10-16 05:53:17,396 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/730/.semver 05:53:17 2024-10-16 05:53:17,396 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/730/.semver'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=None) 05:53:24 2024-10-16 05:53:23,521 [append_file] DEBUG append to file:/w/workspace/edgex-go/730/.git/info/exclude 05:53:24 2024-10-16 05:53:23,522 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/730/.semver/main with force:False 05:53:24 2024-10-16 05:53:23,522 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 05:53:24 2024-10-16 05:53:23,522 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 05:53:24 3.2.0-dev.107 [Pipeline] } 05:53:24 $ docker exec --env ******** --env ******** 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f ssh-agent -k 05:53:24 unset SSH_AUTH_SOCK; 05:53:24 unset SSH_AGENT_PID; 05:53:24 echo Agent pid 79 killed; 05:53:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:53:25 + git semver [Pipeline] } 05:53:25 $ docker stop --time=1 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f 05:53:26 $ docker rm -f --volumes 6dc8a5b1ddfe01fdb981ea5975dc4af7169a10a256755a5ed3ab1caef5c0f53f [Pipeline] // withDockerContainer [Pipeline] sh 05:53:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:53:27 Stashed 1 file(s) [Pipeline] echo 05:53:27 [edgeXSemver]: initialized semver on version 3.2.0-dev.107 [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 05:53:27 + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] echo 05:53:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:53:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:53:27 ========================================================= 05:53:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:53:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:53:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:53:28 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 05:53:28 43c4264eed91: Pulling fs layer 05:53:28 4cc291be95ef: Pulling fs layer 05:53:28 2ac1f1163629: Pulling fs layer 05:53:28 5c3c966382ef: Pulling fs layer 05:53:28 4f4fb700ef54: Pulling fs layer 05:53:28 5d5c8e513c77: Pulling fs layer 05:53:28 9f66e0745190: Pulling fs layer 05:53:28 f49a43e4bbc0: Pulling fs layer 05:53:28 561ebcabdf7f: Pulling fs layer 05:53:28 5d5c8e513c77: Waiting 05:53:28 9f66e0745190: Waiting 05:53:28 5c3c966382ef: Waiting 05:53:28 f49a43e4bbc0: Waiting 05:53:28 561ebcabdf7f: Waiting 05:53:28 4f4fb700ef54: Waiting 05:53:28 4cc291be95ef: Verifying Checksum 05:53:28 4cc291be95ef: Download complete 05:53:28 5c3c966382ef: Verifying Checksum 05:53:28 5c3c966382ef: Download complete 05:53:28 4f4fb700ef54: Verifying Checksum 05:53:28 4f4fb700ef54: Download complete 05:53:28 5d5c8e513c77: Verifying Checksum 05:53:28 5d5c8e513c77: Download complete 05:53:28 43c4264eed91: Download complete 05:53:28 9f66e0745190: Verifying Checksum 05:53:28 9f66e0745190: Download complete 05:53:28 43c4264eed91: Pull complete 05:53:28 561ebcabdf7f: Download complete 05:53:28 4cc291be95ef: Pull complete 05:53:28 2ac1f1163629: Verifying Checksum 05:53:28 2ac1f1163629: Download complete 05:53:29 f49a43e4bbc0: Verifying Checksum 05:53:29 f49a43e4bbc0: Download complete 05:53:32 2ac1f1163629: Pull complete 05:53:32 5c3c966382ef: Pull complete 05:53:32 4f4fb700ef54: Pull complete 05:53:32 5d5c8e513c77: Pull complete 05:53:32 9f66e0745190: Pull complete 05:53:35 f49a43e4bbc0: Pull complete 05:53:35 561ebcabdf7f: Pull complete 05:53:35 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 05:53:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:53:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:53:35 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:53:35 WORKDIR /edgex 05:53:35 COPY go.mod . 05:53:35 RUN go mod download 05:53:35 + docker build -t ci-base-image-x86_64 -f - . 05:53:35 Sending build context to Docker daemon 179.7MB 05:53:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:53:35 ---> 3a752c3f9dda 05:53:35 Step 2/4 : WORKDIR /edgex 05:53:42 Still waiting to schedule task 05:53:42 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:53:42 ---> Running in f201287f05aa 05:53:42 Removing intermediate container f201287f05aa 05:53:42 ---> d1f00ca17391 05:53:42 Step 3/4 : COPY go.mod . 05:53:42 ---> 4cbd14c456df 05:53:42 Step 4/4 : RUN go mod download 05:53:42 ---> Running in f5357250eebf 05:54:10 Removing intermediate container f5357250eebf 05:54:10 ---> 9292fd4d0adc 05:54:10 Successfully built 9292fd4d0adc 05:54:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:10 + docker inspect -f . ci-base-image-x86_64 05:54:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:10 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 05:54:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 05:54:11 $ docker top 13d0622661969b726cadfca392f807649d57fa632706d5bddad01c5ff8d26b0f -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:11 + go version 05:54:11 go version go1.23.2 linux/amd64 [Pipeline] } 05:54:11 $ docker stop --time=1 13d0622661969b726cadfca392f807649d57fa632706d5bddad01c5ff8d26b0f 05:54:12 $ docker rm -f --volumes 13d0622661969b726cadfca392f807649d57fa632706d5bddad01c5ff8d26b0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:54:13 + docker inspect -f . ci-base-image-x86_64 05:54:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:54:13 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 05:54:13 $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 05:54:13 $ docker top a80404602f1954a3b902844c128a47915999c2e87402bedc4a43d1c31525c335 -eo pid,comm [Pipeline] { [Pipeline] echo 05:54:13 ========================================================= 05:54:13 [edgeXBuildGoParallel] Running Tests and Build... 05:54:13 ========================================================= [Pipeline] sh 05:54:14 + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] fileExists [Pipeline] sh 05:54:14 + make test 05:54:14 go test -race -coverprofile=coverage.out ./... 05:54:22 ? github.com/edgexfoundry/edgex-go [no test files] 05:54:49 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements 05:54:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:54:49 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 05:54:49 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 05:54:50 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 05:54:50 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 05:54:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 28.7% of statements 05:54:51 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 05:54:51 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 05:54:51 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 05:54:52 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 05:54:52 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 05:54:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.033s coverage: 97.0% of statements 05:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 05:54:53 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 05:54:53 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 05:54:54 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 05:54:54 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 05:54:54 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 05:54:54 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:54:54 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 05:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.2% of statements 05:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.048s coverage: 53.3% of statements 05:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.649s coverage: 93.4% of statements 05:54:56 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 91.7% of statements 05:54:56 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 05:54:56 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 05:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:54:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:54:57 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 05:54:57 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 05:54:57 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 05:54:57 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:54:57 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 05:54:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:54:57 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 05:54:57 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 05:54:57 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 05:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 10.0% of statements 05:54:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.413s coverage: 95.8% of statements 05:54:58 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 05:54:58 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 05:54:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:54:59 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 05:55:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] 05:55:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.035s coverage: 0.8% of statements 05:55:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 42.5% of statements 05:55:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 41.7% of statements 05:55:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.225s coverage: 77.8% of statements 05:55:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.025s coverage: 94.1% of statements 05:55:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements 05:55:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 05:55:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:55:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 05:55:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 05:55:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 05:55:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:55:02 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 05:55:02 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 05:55:02 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 05:55:04 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 05:55:05 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 05:55:06 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 05:55:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:55:08 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 05:55:08 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 05:55:11 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 05:55:11 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 05:55:11 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 05:55:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 05:55:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 05:55:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:55:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 05:55:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 05:55:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 05:55:12 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements 05:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements 05:55:14 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements 05:55:14 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements 05:55:14 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements 05:55:15 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 05:55:15 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:55:15 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 05:55:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 05:55:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 05:55:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 05:55:16 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 05:55:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:55:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 05:55:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements 05:55:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:55:19 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 05:55:19 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 05:55:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:55:19 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:55:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22912 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:55:21 Running in /w/workspace/edgex-go/730 [Pipeline] { [Pipeline] checkout 05:55:24 The recommended git tool is: git 05:55:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.323s coverage: 79.9% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 27.040s coverage: 92.9% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 66.7% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 75.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 20.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.050s coverage: 82.1% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.141s coverage: 63.1% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.130s coverage: 36.5% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.023s coverage: 9.9% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.069s coverage: 97.1% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.025s coverage: 45.8% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 19.6% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 95.7% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.026s coverage: 61.8% of statements 05:55:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 98.9% of statements 05:55:29 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 05:55:29 running golangci-lint 05:55:29 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 05:55:29 go version go1.23.2 linux/amd64 05:55:29 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 05:55:29 level=info msg="[config_reader] Used config file .golangci.yml" 05:55:29 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 05:55:32 using credential edgex-jenkins-ssh 05:55:32 Cloning the remote Git repository 05:55:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:55:32 > git init /w/workspace/edgex-go/730 # timeout=10 05:55:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:55:32 > git --version # timeout=10 05:55:32 > git --version # 'git version 2.25.1' 05:55:32 using GIT_SSH to set credentials SSH Credentials for GitHub 05:55:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:55:51 Avoid second fetch 05:55:51 Checking out Revision 0f2c1aa65e1f19339a388a0f771fbaa268164f8e (main) 05:55:51 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|imports|compiled_files|name|types_sizes) took 20.808315227s" 05:55:51 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.139236ms" 05:55:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:55:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:55:51 > git config core.sparsecheckout # timeout=10 05:55:51 > git checkout -f 0f2c1aa65e1f19339a388a0f771fbaa268164f8e # timeout=10 05:55:52 Commit message: "Merge pull request #4973 from jinlinGuan/issue-4965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:55:57 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:55:57 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:57 Dload Upload Total Spent Left Speed 05:55:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 118k 0 --:--:-- --:--:-- --:--:-- 118k [Pipeline] sh 05:55:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:55:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:55:57 + sudo tee /etc/docker/daemon.new 05:55:57 { 05:55:57 "registry-mirrors": [ 05:55:57 "https://nexus3.edgexfoundry.org:10001" 05:55:57 ], 05:55:57 "bip": "10.250.0.254/24", 05:55:57 "hosts": [ 05:55:57 "tcp://0.0.0.0:5555", 05:55:57 "unix:///var/run/docker.sock" 05:55:57 ], 05:55:57 "mtu": 1458, 05:55:57 "selinux-enabled": true, 05:55:57 "seccomp-profile": "/etc/docker/seccomp.json" 05:55:57 } [Pipeline] sh 05:55:58 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:55:58 + sudo service docker restart 05:56:03 level=info msg="[linters_context/goanalysis] analyzers took 2m19.840661619s with top 10 stages: buildir: 58.761691772s, gosec: 4.790463799s, inspect: 3.849282696s, fact_deprecated: 3.31277707s, ctrlflow: 2.529835614s, printf: 2.29870959s, directives: 1.667497908s, S1038: 1.380597562s, errcheck: 1.365550246s, nilness: 1.237105373s" 05:56:03 level=info msg="[runner] Issues before processing: 220, after processing: 0" 05:56:03 level=info msg="[runner] Processors filtering stat (in/out): autogenerated_exclude: 220/220, filename_unadjuster: 220/220, invalid_issue: 220/220, cgo: 220/220, path_prettifier: 220/220, skip_files: 220/220, exclude: 220/220, nolint: 22/0, skip_dirs: 220/220, identifier_marker: 220/220, exclude-rules: 220/22" 05:56:03 level=info msg="[runner] processing took 16.98286ms with stages: nolint: 7.447711ms, identifier_marker: 4.96178ms, autogenerated_exclude: 1.500135ms, path_prettifier: 1.214145ms, exclude-rules: 1.127402ms, skip_dirs: 604.052µs, invalid_issue: 49.311µs, cgo: 49.232µs, filename_unadjuster: 22.221µs, max_same_issues: 1.72µs, uniq_by_line: 700ns, skip_files: 660ns, fixer: 621ns, exclude: 540ns, max_from_linter: 500ns, path_prefixer: 430ns, sort_results: 400ns, diff: 390ns, path_shortener: 370ns, source_code: 320ns, max_per_file_from_linter: 120ns, severity-rules: 100ns" 05:56:03 level=info msg="[runner] linters took 11.751074307s with stages: goanalysis_metalinter: 11.733988894s" 05:56:03 level=info msg="File cache stats: 0 entries of total size 0B" 05:56:03 level=info msg="Memory: 325 samples, avg is 300.4MB, max is 1294.3MB" 05:56:03 level=info msg="Execution took 32.61832888s" 05:56:03 go vet ./... 05:56:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:56:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:56:08 ./bin/test-attribution-txt.sh [Pipeline] echo 05:56:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 05:56:09 + ls -al . 05:56:09 total 1892 05:56:09 drwxrwxr-x 11 1001 1001 4096 Oct 16 05:54 . 05:56:09 drwxr-xr-x 4 root root 4096 Oct 16 05:54 .. 05:56:09 drwxrwxr-x 2 1001 1001 4096 Oct 16 05:52 .blubracket 05:56:09 -rw-rw-r-- 1 1001 1001 10 Oct 16 05:52 .dockerignore 05:56:09 drwxrwxr-x 8 1001 1001 4096 Oct 16 05:55 .git 05:56:09 drwxrwxr-x 3 1001 1001 4096 Oct 16 05:52 .github 05:56:09 -rw-rw-r-- 1 1001 1001 1152 Oct 16 05:52 .gitignore 05:56:09 -rw-rw-r-- 1 1001 1001 199 Oct 16 05:52 .golangci.yml 05:56:09 -rw-rw-r-- 1 1001 1001 100 Oct 16 05:52 .hadolint.yml 05:56:09 drwxr-xr-x 3 1001 1001 4096 Oct 16 05:53 .semver 05:56:09 -rw-rw-r-- 1 1001 1001 155 Oct 16 05:52 .sonarcloud.properties 05:56:09 -rw-rw-r-- 1 1001 1001 1171 Oct 16 05:52 ADOPTERS.md 05:56:09 -rw-rw-r-- 1 1001 1001 21553 Oct 16 05:52 Attribution.txt 05:56:09 -rw-rw-r-- 1 1001 1001 100284 Oct 16 05:52 CHANGELOG.md 05:56:09 -rw-rw-r-- 1 1001 1001 3804 Oct 16 05:52 CONTRIBUTING.md 05:56:09 -rw-rw-r-- 1 1001 1001 677 Oct 16 05:52 GOVERNANCE.md 05:56:09 -rw-rw-r-- 1 1001 1001 861 Oct 16 05:52 Jenkinsfile 05:56:09 -rw-rw-r-- 1 1001 1001 10775 Oct 16 05:52 LICENSE 05:56:09 -rw-rw-r-- 1 1001 1001 17391 Oct 16 05:52 Makefile 05:56:09 -rw-rw-r-- 1 1001 1001 582 Oct 16 05:52 OWNERS.md 05:56:09 -rw-rw-r-- 1 1001 1001 9528 Oct 16 05:52 README.md 05:56:09 -rw-rw-r-- 1 1001 1001 789 Oct 16 05:52 SECURITY.md 05:56:09 -rw-rw-r-- 1 1001 1001 13 Oct 16 05:53 VERSION 05:56:09 drwxrwxr-x 2 1001 1001 4096 Oct 16 05:52 bin 05:56:09 drwxrwxr-x 20 1001 1001 4096 Oct 16 05:52 cmd 05:56:09 -rw-r--r-- 1 root root 1550061 Oct 16 05:55 coverage.out 05:56:09 drwxrwxr-x 2 1001 1001 4096 Oct 16 05:52 fuzz_test 05:56:09 -rw-rw-r-- 1 1001 1001 7277 Oct 16 05:52 go.mod 05:56:09 -rw-rw-r-- 1 1001 1001 101084 Oct 16 05:52 go.sum 05:56:09 drwxrwxr-x 7 1001 1001 4096 Oct 16 05:52 internal 05:56:09 drwxrwxr-x 3 1001 1001 4096 Oct 16 05:52 openapi 05:56:09 -rw-rw-r-- 1 1001 1001 584 Oct 16 05:52 security.txt 05:56:09 -rw-rw-r-- 1 1001 1001 204 Oct 16 05:52 version.go [Pipeline] sh 05:56:09 + '[' -e coverage.out ] 05:56:09 + chown 1001:1001 coverage.out [Pipeline] stash 05:56:09 Stashed 1 file(s) [Pipeline] sh 05:56:10 + make build 05:56:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:56:16 provisioning config files... 05:56:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config13074764423290050195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:56:17 ---> ****-login.sh 05:56:17 nexus3.edgexfoundry.org:10001 05:56:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:56:17 Configure a credential helper to remove this warning. See 05:56:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:56:17 05:56:17 Login Succeeded 05:56:17 nexus3.edgexfoundry.org:10002 05:56:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:56:18 Configure a credential helper to remove this warning. See 05:56:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:56:18 05:56:18 Login Succeeded 05:56:18 nexus3.edgexfoundry.org:10003 05:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:56:18 Configure a credential helper to remove this warning. See 05:56:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:56:18 05:56:18 Login Succeeded 05:56:18 nexus3.edgexfoundry.org:10004 05:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:56:18 Configure a credential helper to remove this warning. See 05:56:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:56:18 05:56:18 Login Succeeded 05:56:18 ****.io 05:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:56:19 Configure a credential helper to remove this warning. See 05:56:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:56:19 05:56:19 Login Succeeded 05:56:19 ---> ****-login.sh ends [Pipeline] } 05:56:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:56:19 + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] echo 05:56:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:56:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:56:19 ========================================================= 05:56:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:56:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:56:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:56:20 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:56:20 cf04c63912e1: Pulling fs layer 05:56:20 55b35a11ae5e: Pulling fs layer 05:56:20 a37a00ec5f00: Pulling fs layer 05:56:20 50b3750afda1: Pulling fs layer 05:56:20 4f4fb700ef54: Pulling fs layer 05:56:20 80978eb59214: Pulling fs layer 05:56:20 c9f46d7d2bd2: Pulling fs layer 05:56:20 c5a475d317c9: Pulling fs layer 05:56:20 4f4fb700ef54: Waiting 05:56:20 80978eb59214: Waiting 05:56:20 50b3750afda1: Waiting 05:56:20 c9f46d7d2bd2: Waiting 05:56:20 c5a475d317c9: Waiting 05:56:20 55b35a11ae5e: Download complete 05:56:20 50b3750afda1: Verifying Checksum 05:56:20 50b3750afda1: Download complete 05:56:20 4f4fb700ef54: Verifying Checksum 05:56:20 4f4fb700ef54: Download complete 05:56:20 80978eb59214: Verifying Checksum 05:56:20 80978eb59214: Download complete 05:56:20 cf04c63912e1: Verifying Checksum 05:56:20 cf04c63912e1: Download complete 05:56:20 c5a475d317c9: Verifying Checksum 05:56:20 c5a475d317c9: Download complete 05:56:21 cf04c63912e1: Pull complete 05:56:21 55b35a11ae5e: Pull complete 05:56:22 a37a00ec5f00: Verifying Checksum 05:56:22 a37a00ec5f00: Download complete 05:56:22 c9f46d7d2bd2: Verifying Checksum 05:56:22 c9f46d7d2bd2: Download complete 05:56:35 a37a00ec5f00: Pull complete 05:56:35 50b3750afda1: Pull complete 05:56:35 4f4fb700ef54: Pull complete 05:56:36 80978eb59214: Pull complete 05:56:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:56:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:56:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:56:37 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:56:39 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:56:44 c9f46d7d2bd2: Pull complete 05:56:45 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:56:45 c5a475d317c9: Pull complete 05:56:45 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 05:56:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:56:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:56:46 + + docker build -t ci-base-image-arm64echo -f FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:56:46 WORKDIR /edgex 05:56:46 COPY go.mod . 05:56:46 RUN go mod download - 05:56:46 . 05:56:46 Sending build context to Docker daemon 3.693MB 05:56:46 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:56:46 ---> be29e6b0f0d4 05:56:46 Step 2/4 : WORKDIR /edgex 05:56:47 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 05:56:48 ---> Running in af2bb9a13b59 05:56:48 Removing intermediate container af2bb9a13b59 05:56:48 ---> be0007d6b714 05:56:48 Step 3/4 : COPY go.mod . 05:56:49 ---> c7324cae4393 05:56:49 Step 4/4 : RUN go mod download 05:56:49 ---> Running in 2e580467efa6 05:56:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:56:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:56:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:56:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:56:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:56:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:56:57 $ docker stop --time=1 a80404602f1954a3b902844c128a47915999c2e87402bedc4a43d1c31525c335 05:57:10 $ docker rm -f --volumes a80404602f1954a3b902844c128a47915999c2e87402bedc4a43d1c31525c335 [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 05:57:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:57:11 05:57:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:57:12 latest: Pulling from edgex-devops/edgex-compose 05:57:12 91d30c5bc195: Pulling fs layer 05:57:12 2e9b0aa3be6d: Pulling fs layer 05:57:12 9c61dcf015f6: Pulling fs layer 05:57:12 4698f68db338: Pulling fs layer 05:57:12 2a2f49069b9e: Pulling fs layer 05:57:12 e0025b399a48: Pulling fs layer 05:57:12 4698f68db338: Waiting 05:57:12 e0025b399a48: Waiting 05:57:12 2a2f49069b9e: Waiting 05:57:12 91d30c5bc195: Verifying Checksum 05:57:12 91d30c5bc195: Download complete 05:57:12 4698f68db338: Verifying Checksum 05:57:12 4698f68db338: Download complete 05:57:12 2e9b0aa3be6d: Verifying Checksum 05:57:12 2e9b0aa3be6d: Download complete 05:57:12 91d30c5bc195: Pull complete 05:57:12 e0025b399a48: Verifying Checksum 05:57:12 e0025b399a48: Download complete 05:57:12 2a2f49069b9e: Verifying Checksum 05:57:12 2a2f49069b9e: Download complete 05:57:12 2e9b0aa3be6d: Pull complete 05:57:12 9c61dcf015f6: Verifying Checksum 05:57:12 9c61dcf015f6: Download complete 05:57:15 9c61dcf015f6: Pull complete 05:57:15 4698f68db338: Pull complete 05:57:15 2a2f49069b9e: Pull complete 05:57:15 e0025b399a48: Pull complete 05:57:15 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:57:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:57:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:15 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 05:57:15 $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 05:57:20 $ docker top 4e52f9c876828449d777eaa6cde2c6717fb5db8cda5a9c12d2a1acf160ecdb32 -eo pid,comm [Pipeline] { [Pipeline] sh 05:57:20 + docker compose -f ./docker-compose-build.yml build --parallel 05:57:23 #1 [security-bootstrapper internal] load build definition from Dockerfile 05:57:23 #1 transferring dockerfile: 05:57:23 #1 transferring dockerfile: 3.17kB done 05:57:23 #1 DONE 0.0s 05:57:23 05:57:23 #2 [support-cron-scheduler internal] load build definition from Dockerfile 05:57:23 #2 transferring dockerfile: 1.85kB done 05:57:23 #2 DONE 0.0s 05:57:23 05:57:23 #3 [security-spire-config internal] load build definition from Dockerfile 05:57:23 #3 transferring dockerfile: 1.69kB done 05:57:23 #3 DONE 0.0s 05:57:23 05:57:23 #4 [core-metadata internal] load build definition from Dockerfile 05:57:23 #4 transferring dockerfile: 2.13kB done 05:57:23 #4 DONE 0.0s 05:57:23 05:57:23 #5 [security-secretstore-setup internal] load build definition from Dockerfile 05:57:23 #5 transferring dockerfile: 2.49kB done 05:57:23 #5 DONE 0.0s 05:57:23 05:57:23 #6 [support-scheduler internal] load build definition from Dockerfile 05:57:23 #6 transferring dockerfile: 1.93kB done 05:57:23 #6 DONE 0.0s 05:57:23 05:57:23 #7 [security-bootstrapper internal] load .dockerignore 05:57:23 #7 transferring context: 50B done 05:57:23 #7 DONE 0.1s 05:57:23 05:57:23 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:57:23 #8 transferring dockerfile: 1.89kB done 05:57:23 #8 DONE 0.1s 05:57:23 05:57:23 #9 [security-spire-server internal] load build definition from Dockerfile 05:57:23 #9 transferring dockerfile: 1.70kB done 05:57:23 #9 DONE 0.1s 05:57:23 05:57:23 #10 [security-proxy-auth internal] load build definition from Dockerfile 05:57:23 #10 transferring dockerfile: 2.15kB done 05:57:23 #10 DONE 0.1s 05:57:23 05:57:23 #11 [support-notifications internal] load build definition from Dockerfile 05:57:23 #11 transferring dockerfile: 2.02kB done 05:57:23 #11 DONE 0.1s 05:57:23 05:57:23 #12 [core-data internal] load build definition from Dockerfile 05:57:23 #12 transferring dockerfile: 2.07kB done 05:57:23 #12 DONE 0.1s 05:57:23 05:57:23 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:57:23 #13 transferring dockerfile: 2.23kB done 05:57:23 #13 DONE 0.1s 05:57:23 05:57:23 #14 [core-keeper internal] load build definition from Dockerfile 05:57:23 #14 transferring dockerfile: 2.07kB done 05:57:23 #14 DONE 0.1s 05:57:23 05:57:23 #15 [security-proxy-setup internal] load build definition from Dockerfile 05:57:23 #15 transferring dockerfile: 2.50kB done 05:57:23 #15 DONE 0.1s 05:57:23 05:57:23 #16 [security-spire-agent internal] load build definition from Dockerfile 05:57:23 #16 transferring dockerfile: 1.81kB done 05:57:23 #16 DONE 0.1s 05:57:23 05:57:23 #17 [core-command internal] load build definition from Dockerfile 05:57:23 #17 transferring dockerfile: 1.93kB done 05:57:23 #17 DONE 0.0s 05:57:23 05:57:23 #18 [support-cron-scheduler internal] load .dockerignore 05:57:23 #18 transferring context: 50B done 05:57:23 #18 DONE 0.0s 05:57:23 05:57:23 #19 [security-spire-config internal] load .dockerignore 05:57:23 #19 transferring context: 50B done 05:57:23 #19 DONE 0.0s 05:57:23 05:57:23 #20 [core-metadata internal] load .dockerignore 05:57:23 #20 transferring context: 50B done 05:57:23 #20 DONE 0.0s 05:57:23 05:57:23 #21 [security-secretstore-setup internal] load .dockerignore 05:57:23 #21 transferring context: 50B done 05:57:23 #21 DONE 0.0s 05:57:23 05:57:23 #22 [support-scheduler internal] load .dockerignore 05:57:23 #22 transferring context: 50B done 05:57:23 #22 DONE 0.0s 05:57:23 05:57:23 #23 [security-spiffe-token-provider internal] load .dockerignore 05:57:23 #23 transferring context: 50B done 05:57:23 #23 DONE 0.0s 05:57:23 05:57:23 #24 [security-proxy-auth internal] load .dockerignore 05:57:23 #24 transferring context: 50B done 05:57:23 #24 DONE 0.0s 05:57:23 05:57:23 #25 [support-notifications internal] load .dockerignore 05:57:23 #25 transferring context: 50B done 05:57:23 #25 DONE 0.0s 05:57:23 05:57:23 #26 [security-spire-server internal] load .dockerignore 05:57:23 #26 transferring context: 50B done 05:57:23 #26 DONE 0.0s 05:57:23 05:57:23 #27 [core-data internal] load .dockerignore 05:57:23 #27 transferring context: 50B done 05:57:23 #27 DONE 0.0s 05:57:23 05:57:23 #28 [core-keeper internal] load .dockerignore 05:57:23 #28 transferring context: 50B done 05:57:23 #28 DONE 0.0s 05:57:23 05:57:23 #29 [core-common-config-bootstrapper internal] load .dockerignore 05:57:23 #29 transferring context: 50B done 05:57:23 #29 DONE 0.0s 05:57:23 05:57:23 #30 [security-proxy-setup internal] load .dockerignore 05:57:23 #30 transferring context: 50B done 05:57:23 #30 DONE 0.0s 05:57:23 05:57:23 #31 [security-spire-agent internal] load .dockerignore 05:57:23 #31 transferring context: 50B done 05:57:23 #31 DONE 0.0s 05:57:23 05:57:23 #32 [core-command internal] load .dockerignore 05:57:23 #32 transferring context: 50B done 05:57:23 #32 DONE 0.0s 05:57:23 05:57:23 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:23 #33 DONE 0.0s 05:57:23 05:57:23 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 05:57:23 #34 DONE 0.1s 05:57:24 05:57:24 #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:57:24 #34 ... 05:57:24 05:57:24 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:24 #33 DONE 0.0s 05:57:24 05:57:24 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:57:24 #34 ... 05:57:24 05:57:24 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:24 #33 DONE 0.0s 05:57:24 05:57:24 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 05:57:24 #34 DONE 0.3s 05:57:24 05:57:24 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:24 #33 DONE 0.0s 05:57:24 05:57:24 #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 05:57:24 #35 ... 05:57:24 05:57:24 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:24 #33 DONE 0.0s 05:57:24 05:57:24 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:24 #33 DONE 0.0s 05:57:24 05:57:24 #36 [security-proxy-auth stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:57:24 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:57:24 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:57:24 #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:57:24 #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:57:24 #36 ... 05:57:24 05:57:24 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:57:24 #33 DONE 0.0s 05:57:24 05:57:24 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:57:29 #37 ... 05:57:29 05:57:29 #38 [security-spiffe-token-provider internal] load build context 05:57:29 #38 transferring context: 321.81MB 4.8s 05:57:30 #38 ... 05:57:30 05:57:30 #39 [core-metadata internal] load build context 05:57:30 #39 ... 05:57:30 05:57:30 #38 [security-spiffe-token-provider internal] load build context 05:57:33 #38 transferring context: 612.14MB 9.1s done 05:57:34 #38 ... 05:57:34 05:57:34 #40 [security-bootstrapper internal] load build context 05:57:34 #40 transferring context: 612.14MB 9.8s done 05:57:34 #40 ... 05:57:34 05:57:34 #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:57:34 #41 ... 05:57:34 05:57:34 #42 [security-proxy-auth stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:57:34 #42 ... 05:57:34 05:57:34 #43 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:57:34 #43 ... 05:57:34 05:57:34 #44 [support-notifications internal] load build context 05:57:34 #44 transferring context: 612.14MB 8.6s done 05:57:34 #44 ... 05:57:34 05:57:34 #45 [support-cron-scheduler internal] load build context 05:57:34 #45 transferring context: 612.14MB 9.8s done 05:57:34 #45 ... 05:57:34 05:57:34 #46 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:57:34 #46 ... 05:57:34 05:57:34 #47 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:57:34 #47 ... 05:57:34 05:57:34 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:57:34 #48 ... 05:57:34 05:57:34 #49 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:57:35 #49 ... 05:57:35 05:57:35 #50 [security-proxy-auth internal] load build context 05:57:35 #50 transferring context: 612.14MB 9.4s done 05:57:35 #50 ... 05:57:35 05:57:35 #34 [core-command internal] load metadata for docker.io/library/alpine:3.20 05:57:35 #34 ... 05:57:35 05:57:35 #51 [support-scheduler internal] load build context 05:57:35 #51 transferring context: 612.14MB 8.9s done 05:57:36 #51 ... 05:57:36 05:57:36 #52 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:57:36 #52 ... 05:57:36 05:57:36 #53 [security-secretstore-setup internal] load build context 05:57:36 #53 transferring context: 612.14MB 9.5s done 05:57:40 #53 ... 05:57:40 05:57:40 #39 [core-metadata internal] load build context 05:57:40 #39 transferring context: 612.14MB 10.3s done 05:57:49 #39 ... 05:57:49 05:57:49 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 05:57:49 #34 DONE 24.9s 05:57:49 05:57:49 #36 [core-common-config-bootstrapper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:57:49 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:57:49 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:57:49 #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:57:49 #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:57:53 #36 ... 05:57:53 05:57:53 #51 [support-scheduler internal] load build context 05:57:53 #51 DONE 28.6s 05:57:53 05:57:53 #44 [support-notifications internal] load build context 05:57:53 #44 DONE 28.5s 05:57:53 05:57:53 #35 [support-scheduler builder 2/7] WORKDIR /edgex-go 05:57:53 #35 DONE 28.8s 05:57:53 05:57:53 #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:57:53 #54 ... 05:57:53 05:57:53 #38 [security-spiffe-token-provider internal] load build context 05:57:53 #38 DONE 28.9s 05:57:53 05:57:53 #48 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:57:53 #48 DONE 29.2s 05:57:53 05:57:53 #55 [security-spire-server internal] load build context 05:57:53 #55 DONE 0.0s 05:57:53 05:57:53 #36 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:57:53 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:57:53 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:57:53 #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:57:53 #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:57:54 #36 ... 05:57:54 05:57:54 #53 [security-secretstore-setup internal] load build context 05:57:54 #53 DONE 30.5s 05:57:55 05:57:55 #49 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:57:55 #49 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:57:55 #49 29.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:57:55 #49 29.34 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:57:55 #49 29.34 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:57:55 #49 29.34 OK: 24163 distinct packages available 05:57:55 #49 29.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:57:55 #49 29.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:57:55 #49 29.74 (1/14) Installing ca-certificates (20240705-r0) 05:57:55 #49 29.84 (2/14) Installing brotli-libs (1.1.0-r2) 05:57:55 #49 29.85 (3/14) Installing c-ares (1.33.1-r0) 05:57:55 #49 29.88 (4/14) Installing libunistring (1.2-r0) 05:57:55 #49 29.94 (5/14) Installing libidn2 (2.3.7-r0) 05:57:55 #49 29.95 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:57:55 #49 29.95 (7/14) Installing libpsl (0.21.5-r1) 05:57:55 #49 29.96 (8/14) Installing zstd-libs (1.5.6-r0) 05:57:55 #49 29.98 (9/14) Installing libcurl (8.10.1-r0) 05:57:55 #49 29.98 (10/14) Installing curl (8.10.1-r0) 05:57:55 #49 29.99 (11/14) Installing dumb-init (1.2.5-r3) 05:57:55 #49 29.99 (12/14) Installing musl-obstack (1.2.3-r2) 05:57:55 #49 29.99 (13/14) Installing libucontext (1.2-r3) 05:57:55 #49 30.00 (14/14) Installing gcompat (1.1.0-r4) 05:57:55 #49 30.00 Executing busybox-1.36.1-r29.trigger 05:57:55 #49 30.01 Executing ca-certificates-20240705-r0.trigger 05:57:55 #49 30.05 OK: 13 MiB in 28 packages 05:57:55 #49 ... 05:57:55 05:57:55 #52 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:57:55 #52 DONE 31.0s 05:57:55 05:57:55 #45 [support-cron-scheduler internal] load build context 05:57:55 #45 DONE 31.6s 05:57:55 05:57:55 #39 [core-metadata internal] load build context 05:57:55 #39 DONE 31.6s 05:57:55 05:57:55 #50 [security-proxy-auth internal] load build context 05:57:55 #50 DONE 31.4s 05:57:55 05:57:55 #40 [security-bootstrapper internal] load build context 05:57:55 #40 DONE 31.8s 05:57:55 05:57:55 #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:57:55 #41 29.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:57:55 #41 29.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:57:55 #41 30.08 (1/3) Installing ca-certificates (20240705-r0) 05:57:55 #41 30.12 (2/3) Installing dumb-init (1.2.5-r3) 05:57:55 #41 30.12 (3/3) Installing tzdata (2024b-r0) 05:57:55 #41 30.18 Executing busybox-1.36.1-r29.trigger 05:57:55 #41 30.18 Executing ca-certificates-20240705-r0.trigger 05:57:55 #41 30.22 OK: 10 MiB in 17 packages 05:57:55 #41 DONE 31.7s 05:57:55 05:57:55 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:57:55 #56 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.0s done 05:57:55 #56 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 05:57:55 #56 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done 05:57:55 #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s 05:57:55 #56 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:57:55 #56 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 05:57:55 #56 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 05:57:55 #56 ... 05:57:55 05:57:55 #49 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:57:55 #49 DONE 31.8s 05:57:55 05:57:55 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:57:55 #56 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 05:57:55 #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 0.3s 05:57:55 #56 ... 05:57:55 05:57:55 #47 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:57:55 #47 29.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:57:55 #47 29.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:57:55 #47 29.58 (1/4) Installing ca-certificates (20240705-r0) 05:57:55 #47 29.59 (2/4) Installing dumb-init (1.2.5-r3) 05:57:55 #47 29.60 (3/4) Installing su-exec (0.2-r3) 05:57:55 #47 29.60 (4/4) Installing yq-go (4.44.1-r2) 05:57:55 #47 29.71 Executing busybox-1.36.1-r29.trigger 05:57:55 #47 29.71 Executing ca-certificates-20240705-r0.trigger 05:57:55 #47 29.74 OK: 19 MiB in 18 packages 05:57:55 #47 DONE 31.8s 05:57:55 05:57:55 #42 [core-metadata stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:57:55 #42 29.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:57:55 #42 29.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:57:55 #42 29.57 (1/1) Installing dumb-init (1.2.5-r3) 05:57:55 #42 29.57 Executing busybox-1.36.1-r29.trigger 05:57:55 #42 29.58 OK: 8 MiB in 15 packages 05:57:55 #42 DONE 32.0s 05:57:55 05:57:55 #43 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:57:55 #43 29.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:57:55 #43 29.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:57:55 #43 29.60 (1/2) Installing dumb-init (1.2.5-r3) 05:57:55 #43 29.61 (2/2) Installing su-exec (0.2-r3) 05:57:55 #43 29.61 Executing busybox-1.36.1-r29.trigger 05:57:55 #43 29.61 OK: 8 MiB in 16 packages 05:57:55 #43 DONE 32.1s 05:57:55 05:57:55 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:57:55 #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 7.34MB / 20.02MB 0.4s 05:57:55 #56 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0B / 278B 0.4s 05:57:56 #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 14.68MB / 20.02MB 0.5s 05:57:56 #56 ... 05:57:56 05:57:56 #57 [security-spire-config internal] load build context 05:57:56 #57 transferring context: 26.23kB 0.0s done 05:57:56 #57 DONE 3.0s 05:57:56 05:57:56 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:57:56 #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.6s 05:57:56 #56 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.4s done 05:57:56 #56 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 05:57:56 #56 ... 05:57:56 05:57:56 #55 [security-spire-server internal] load build context 05:57:56 #55 transferring context: 27.98kB 0.0s done 05:57:56 #55 DONE 3.1s 05:57:56 05:57:56 #58 [security-spire-agent internal] load build context 05:57:56 #58 transferring context: 27.51kB 0.0s done 05:57:56 #58 DONE 0.8s 05:57:56 05:57:56 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:57:56 #56 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 0.7s done 05:57:56 #56 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 05:57:57 Removing intermediate container 2e580467efa6 05:57:57 ---> b230582d9d6b 05:57:57 Successfully built b230582d9d6b 05:57:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:57 + docker inspect -f . ci-base-image-arm64 05:57:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:58 prd-ubuntu20.04-docker-arm64-4c-16g-22912 does not seem to be running inside a container 05:57:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 05:57:58 #56 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.4s done 05:57:59 #56 ... 05:57:59 05:57:59 #59 [core-keeper internal] load build context 05:57:59 #59 ... 05:57:59 05:57:59 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:57:59 #37 ... 05:57:59 05:57:59 #60 [core-data internal] load build context 05:57:59 #60 ... 05:57:59 05:57:59 #61 [core-common-config-bootstrapper internal] load build context 05:57:59 $ docker top e04270c7bdfaace5f5693c494ffd9c03c2991ff6fd6d70aa578e7a44e9d503d5 -eo pid,comm 05:57:59 #61 ... 05:57:59 05:57:59 #62 [security-proxy-setup internal] load build context [Pipeline] { [Pipeline] sh 05:57:59 #62 ... 05:57:59 05:57:59 #63 [core-command internal] load build context 05:57:59 #63 ... 05:57:59 05:57:59 #64 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:57:59 #64 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.4s done 05:57:59 #64 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done 05:57:59 #64 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 05:57:59 #64 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:57:59 #64 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 05:57:59 #64 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 05:57:59 #64 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 05:57:59 #64 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 05:57:59 #64 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 05:57:59 #64 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 1.0s done 05:57:59 #64 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 05:57:59 #64 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done 05:58:00 + go version 05:58:00 go version go1.23.2 linux/arm64 [Pipeline] } 05:58:00 $ docker stop --time=1 e04270c7bdfaace5f5693c494ffd9c03c2991ff6fd6d70aa578e7a44e9d503d5 05:58:02 $ docker rm -f --volumes e04270c7bdfaace5f5693c494ffd9c03c2991ff6fd6d70aa578e7a44e9d503d5 [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 05:58:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:58:02 05:58:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:58:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:58:03 latest: Pulling from edgex-devops/edgex-compose-arm64 05:58:03 547446be3368: Pulling fs layer 05:58:03 d125d8839a47: Pulling fs layer 05:58:03 3e85d5ac6304: Pulling fs layer 05:58:03 c3105a71a48b: Pulling fs layer 05:58:03 0f093f025ec4: Pulling fs layer 05:58:03 c3106fc0e877: Pulling fs layer 05:58:03 c3105a71a48b: Waiting 05:58:03 0f093f025ec4: Waiting 05:58:03 c3106fc0e877: Waiting 05:58:03 #64 ... 05:58:03 05:58:03 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:58:03 #0 9.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:03 #0 9.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:03 #65 10.27 (1/4) Installing dumb-init (1.2.5-r3) 05:58:03 #65 ... 05:58:03 05:58:03 #66 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:58:03 #66 ... 05:58:03 05:58:03 #67 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:03 #67 ... 05:58:03 05:58:03 #68 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:58:03 #0 8.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:03 #0 8.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:03 #0 8.334 (1/1) Installing dumb-init (1.2.5-r3) 05:58:03 #0 8.341 Executing busybox-1.36.1-r29.trigger 05:58:03 #0 8.347 OK: 8 MiB in 15 packages 05:58:03 547446be3368: Verifying Checksum 05:58:03 547446be3368: Download complete 05:58:03 c3105a71a48b: Download complete 05:58:03 d125d8839a47: Verifying Checksum 05:58:03 d125d8839a47: Download complete 05:58:03 c3106fc0e877: Verifying Checksum 05:58:03 c3106fc0e877: Download complete 05:58:03 #68 ... 05:58:03 05:58:03 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:03 0f093f025ec4: Verifying Checksum 05:58:03 0f093f025ec4: Download complete 05:58:04 #69 ... 05:58:04 05:58:04 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:58:04 #0 6.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:04 #0 6.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:04 #0 7.077 OK: 246 MiB in 54 packages 05:58:04 #70 ... 05:58:04 05:58:04 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:58:04 #71 ... 05:58:04 05:58:04 #62 [security-proxy-setup internal] load build context 05:58:04 #62 transferring context: 415.69MB 8.4s 05:58:04 547446be3368: Pull complete 05:58:05 d125d8839a47: Pull complete 05:58:05 #62 ... 05:58:05 05:58:05 #72 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:58:05 3e85d5ac6304: Verifying Checksum 05:58:05 3e85d5ac6304: Download complete 05:58:05 #72 ... 05:58:05 05:58:05 #36 [security-spire-agent stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:05 #36 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:58:05 #36 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:05 #36 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:58:05 #36 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:58:05 #36 ... 05:58:05 05:58:05 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:58:06 #73 ... 05:58:06 05:58:06 #74 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:58:06 #74 ... 05:58:06 05:58:06 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:58:06 #75 ... 05:58:06 05:58:06 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:58:06 #76 ... 05:58:06 05:58:06 #77 [core-metadata stage-1 3/10] RUN apk --no-cache upgrade 05:58:06 #77 ... 05:58:06 05:58:06 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:58:06 #78 ... 05:58:06 05:58:06 #46 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:58:06 #46 32.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:06 #46 32.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:06 #46 32.60 (1/2) Installing ca-certificates (20240705-r0) 05:58:06 #46 32.65 (2/2) Installing dumb-init (1.2.5-r3) 05:58:06 #46 32.65 Executing busybox-1.36.1-r29.trigger 05:58:06 #46 32.66 Executing ca-certificates-20240705-r0.trigger 05:58:06 #46 32.75 OK: 9 MiB in 16 packages 05:58:06 #46 ... 05:58:06 05:58:06 #59 [core-keeper internal] load build context 05:58:06 #59 transferring context: 612.14MB 10.8s done 05:58:09 #59 ... 05:58:09 05:58:09 #60 [core-data internal] load build context 05:58:09 #60 transferring context: 612.14MB 8.8s done 05:58:09 #60 ... 05:58:09 05:58:09 #63 [core-command internal] load build context 05:58:09 #63 transferring context: 612.14MB 10.2s done 05:58:10 #63 ... 05:58:10 05:58:10 #61 [core-common-config-bootstrapper internal] load build context 05:58:10 #61 transferring context: 612.14MB 9.3s done 05:58:14 #61 ... 05:58:14 05:58:14 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:58:14 #65 10.32 (2/4) Installing openssl (3.3.2-r0) 05:58:14 #65 10.33 (3/4) Installing su-exec (0.2-r3) 05:58:14 #65 10.33 (4/4) Installing yq-go (4.44.1-r2) 05:58:14 #65 10.40 Executing busybox-1.36.1-r29.trigger 05:58:14 #65 10.68 OK: 19 MiB in 18 packages 05:58:14 #65 ... 05:58:14 05:58:14 #62 [security-proxy-setup internal] load build context 05:58:14 #62 transferring context: 612.14MB 10.5s done 05:58:15 3e85d5ac6304: Pull complete 05:58:15 c3105a71a48b: Pull complete 05:58:16 0f093f025ec4: Pull complete 05:58:16 c3106fc0e877: Pull complete 05:58:16 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:58:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:58:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:58:17 prd-ubuntu20.04-docker-arm64-4c-16g-22912 does not seem to be running inside a container 05:58:17 $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 05:58:17 #62 ... 05:58:17 05:58:17 #60 [core-data internal] load build context 05:58:17 #60 DONE 28.0s 05:58:17 05:58:17 #64 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:17 #64 ... 05:58:17 05:58:17 #61 [core-common-config-bootstrapper internal] load build context 05:58:17 #61 DONE 28.5s 05:58:17 05:58:17 #46 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:58:17 #46 DONE 53.1s 05:58:17 05:58:17 #63 [core-command internal] load build context 05:58:17 #63 DONE 28.5s 05:58:17 05:58:17 #62 [security-proxy-setup internal] load build context 05:58:17 #62 DONE 28.5s 05:58:17 05:58:17 #59 [core-keeper internal] load build context 05:58:17 #59 DONE 28.5s 05:58:17 05:58:17 #68 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:58:17 #68 DONE 24.8s 05:58:17 05:58:17 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:58:17 #79 ... 05:58:17 05:58:17 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:58:17 #65 DONE 24.8s 05:58:17 05:58:17 #67 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:17 #67 DONE 24.8s 05:58:17 05:58:17 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:17 #69 DONE 24.8s 05:58:17 05:58:17 #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:58:17 #56 DONE 22.0s 05:58:17 05:58:17 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:58:17 #70 DONE 24.9s 05:58:17 05:58:17 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:58:17 #80 DONE 0.1s 05:58:17 05:58:17 #64 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:17 #64 DONE 24.4s 05:58:17 05:58:17 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:19 #81 ... 05:58:19 05:58:19 #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:58:19 #54 25.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #54 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #54 25.98 OK: 246 MiB in 54 packages 05:58:19 #54 DONE 26.4s 05:58:19 05:58:19 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:58:19 #66 25.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #66 25.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #66 26.00 OK: 246 MiB in 54 packages 05:58:19 #66 DONE 26.4s 05:58:19 $ docker top 67ce8357fe06aa4f07cabbd1a9657532db596a30a6a54a8ca1a58df7289f6afa -eo pid,comm 05:58:19 05:58:19 #73 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:58:19 #73 22.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #73 22.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #73 22.95 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:58:19 #73 22.95 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:58:19 #73 22.95 OK: 24163 distinct packages available 05:58:19 #73 23.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #73 23.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #73 23.42 (1/5) Installing dumb-init (1.2.5-r3) 05:58:19 #73 23.43 (2/5) Installing musl-obstack (1.2.3-r2) 05:58:19 #73 23.43 (3/5) Installing libucontext (1.2-r3) 05:58:19 #73 23.43 (4/5) Installing gcompat (1.1.0-r4) 05:58:19 #73 23.44 (5/5) Installing openssl (3.3.2-r0) 05:58:19 #73 23.45 Executing busybox-1.36.1-r29.trigger 05:58:19 #73 23.47 OK: 9 MiB in 19 packages 05:58:19 #73 DONE 23.6s 05:58:19 05:58:19 #82 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:58:19 #82 DONE 0.1s 05:58:19 05:58:19 #83 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:19 #83 ... 05:58:19 05:58:19 #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 05:58:19 #84 DONE 0.2s 05:58:19 05:58:19 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:58:19 #71 25.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #71 25.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #71 26.07 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:58:19 #71 26.07 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:58:19 #71 26.07 OK: 24162 distinct packages available 05:58:19 #71 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #71 26.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #71 26.58 OK: 246 MiB in 54 packages 05:58:19 #71 DONE 26.8s 05:58:19 05:58:19 #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [Pipeline] { [Pipeline] sh 05:58:19 #85 DONE 0.1s 05:58:19 05:58:19 #74 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:58:19 #74 22.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #74 22.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #74 23.19 Upgrading critical system libraries and apk-tools: 05:58:19 #74 23.19 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:19 #74 23.20 Executing busybox-1.36.1-r29.trigger 05:58:19 #74 23.25 Continuing the upgrade transaction with new apk-tools: 05:58:19 #74 23.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #74 23.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #74 23.72 OK: 10 MiB in 17 packages 05:58:19 #74 DONE 23.8s 05:58:19 05:58:19 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:58:19 #79 2.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #79 ... 05:58:19 05:58:19 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:58:19 #75 22.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #75 22.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #75 23.18 Upgrading critical system libraries and apk-tools: 05:58:19 #75 23.18 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:19 #75 23.19 Executing busybox-1.36.1-r29.trigger 05:58:19 #75 23.26 Continuing the upgrade transaction with new apk-tools: 05:58:19 #75 23.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:19 #75 23.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:19 #75 23.66 OK: 8 MiB in 16 packages 05:58:19 #75 DONE 23.8s 05:58:19 + docker compose -f ./docker-compose-build.yml build --parallel 05:58:20 05:58:20 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:58:20 #76 22.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #76 22.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #76 23.34 Upgrading critical system libraries and apk-tools: 05:58:20 #76 23.34 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:20 #76 23.35 Executing busybox-1.36.1-r29.trigger 05:58:20 #76 23.45 Continuing the upgrade transaction with new apk-tools: 05:58:20 #76 23.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #76 23.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #76 23.84 OK: 13 MiB in 28 packages 05:58:20 #76 DONE 24.0s 05:58:20 05:58:20 #72 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:58:20 #72 23.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #72 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #72 23.71 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:58:20 #72 23.71 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:58:20 #72 23.71 OK: 24163 distinct packages available 05:58:20 #72 23.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #72 23.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #72 24.16 (1/4) Installing dumb-init (1.2.5-r3) 05:58:20 #72 24.16 (2/4) Installing musl-obstack (1.2.3-r2) 05:58:20 #72 24.16 (3/4) Installing libucontext (1.2-r3) 05:58:20 #72 24.17 (4/4) Installing gcompat (1.1.0-r4) 05:58:20 #72 24.17 Executing busybox-1.36.1-r29.trigger 05:58:20 #72 24.18 OK: 8 MiB in 18 packages 05:58:20 #72 DONE 24.3s 05:58:20 05:58:20 #86 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:58:20 #86 ... 05:58:20 05:58:20 #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:58:20 #77 23.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #77 23.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #77 23.60 Upgrading critical system libraries and apk-tools: 05:58:20 #77 23.60 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:20 #77 23.61 Executing busybox-1.36.1-r29.trigger 05:58:20 #77 23.67 Continuing the upgrade transaction with new apk-tools: 05:58:20 #77 23.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #77 23.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #77 24.06 OK: 8 MiB in 15 packages 05:58:20 #77 DONE 24.2s 05:58:20 05:58:20 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:58:20 #78 22.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #78 22.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #78 23.16 Upgrading critical system libraries and apk-tools: 05:58:20 #78 23.16 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:20 #78 23.17 Executing busybox-1.36.1-r29.trigger 05:58:20 #78 23.25 Continuing the upgrade transaction with new apk-tools: 05:58:20 #78 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:20 #78 23.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:20 #78 24.13 OK: 19 MiB in 18 packages 05:58:20 #78 DONE 24.2s 05:58:20 05:58:20 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:58:21 #87 ... 05:58:21 05:58:21 #79 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:58:21 #79 3.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:21 #79 3.523 Upgrading critical system libraries and apk-tools: 05:58:21 #79 3.523 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:21 #79 3.531 Executing busybox-1.36.1-r29.trigger 05:58:21 #79 3.604 Continuing the upgrade transaction with new apk-tools: 05:58:21 #79 3.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:21 #79 3.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:21 #79 4.007 OK: 9 MiB in 16 packages 05:58:21 #79 DONE 4.1s 05:58:21 05:58:21 #88 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:58:21 #0 3.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:21 #0 3.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:21 #0 3.617 Upgrading critical system libraries and apk-tools: 05:58:21 #0 3.617 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:21 #0 3.623 Executing busybox-1.36.1-r29.trigger 05:58:21 #0 3.696 Continuing the upgrade transaction with new apk-tools: 05:58:21 #0 3.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:21 #0 3.773 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:21 #0 4.060 OK: 8 MiB in 15 packages 05:58:21 #88 DONE 4.2s 05:58:21 05:58:21 #86 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:58:21 #86 DONE 2.0s 05:58:21 05:58:21 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:58:21 #0 2.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:21 #0 2.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:21 #0 2.539 Upgrading critical system libraries and apk-tools: 05:58:21 #0 2.539 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:21 #0 2.547 Executing busybox-1.36.1-r29.trigger 05:58:21 #89 ... 05:58:21 05:58:21 #90 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 05:58:21 #90 DONE 0.0s 05:58:21 05:58:21 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:58:21 #89 2.613 Continuing the upgrade transaction with new apk-tools: 05:58:21 #89 2.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:22 #89 ... 05:58:22 05:58:22 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:58:22 #0 3.150 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:22 #0 3.604 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:22 #0 4.365 OK: 246 MiB in 54 packages 05:58:22 #91 DONE 4.5s 05:58:22 05:58:22 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:58:22 #89 2.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:22 #89 ... 05:58:22 05:58:22 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:58:22 #92 DONE 0.0s 05:58:22 05:58:22 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:58:22 #89 2.966 OK: 9 MiB in 19 packages 05:58:22 #89 DONE 3.1s 05:58:22 05:58:22 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:58:23 #93 ... 05:58:23 05:58:23 #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:58:23 #0 3.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:23 #0 4.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:23 #0 4.468 Upgrading critical system libraries and apk-tools: 05:58:23 #0 4.468 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:23 #0 4.475 Executing busybox-1.36.1-r29.trigger 05:58:23 #0 4.546 Continuing the upgrade transaction with new apk-tools: 05:58:23 #0 4.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:23 #0 4.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:23 #0 5.607 OK: 19 MiB in 18 packages 05:58:23 #94 DONE 6.5s 05:58:24 05:58:24 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:58:24 #87 2.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:24 #87 2.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:24 #87 2.756 Upgrading critical system libraries and apk-tools: 05:58:24 #87 2.756 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:58:24 #87 2.758 Executing busybox-1.36.1-r29.trigger 05:58:24 #87 2.809 Continuing the upgrade transaction with new apk-tools: 05:58:24 #87 2.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:24 #87 3.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:24 #87 3.805 OK: 8 MiB in 18 packages 05:58:24 #87 DONE 4.1s 05:58:24 05:58:24 #95 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:58:24 #0 3.334 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:58:24 #0 3.794 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:58:24 #0 4.478 (1/1) Installing dumb-init (1.2.5-r3) 05:58:24 #0 4.779 Executing busybox-1.36.1-r29.trigger 05:58:24 #0 4.785 OK: 8 MiB in 15 packages 05:58:24 #95 DONE 6.5s 05:58:24 05:58:24 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:58:24 #93 DONE 1.7s 05:58:24 05:58:24 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:58:24 #96 DONE 1.7s 05:58:24 05:58:24 #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:58:24 #97 DONE 0.1s 05:58:24 05:58:24 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:58:25 #98 ... 05:58:25 05:58:25 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:58:25 #99 DONE 1.1s 05:58:25 05:58:25 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:58:25 #100 DONE 1.1s 05:58:25 05:58:25 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:58:25 #98 DONE 1.1s 05:58:25 05:58:25 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:58:25 #101 DONE 0.1s 05:58:25 05:58:25 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:58:25 #102 DONE 0.1s 05:58:25 05:58:25 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:58:25 #103 DONE 0.1s 05:58:25 05:58:25 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:58:25 #104 DONE 0.1s 05:58:25 05:58:25 #105 [security-spire-config stage-2 6/10] COPY security.txt / 05:58:25 #105 DONE 0.1s 05:58:25 05:58:25 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 05:58:25 #106 DONE 0.1s 05:58:25 05:58:25 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:58:25 #107 DONE 0.1s 05:58:25 05:58:25 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:58:25 #108 DONE 0.1s 05:58:25 05:58:25 #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:58:25 #109 DONE 0.1s 05:58:25 05:58:25 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:58:25 #110 DONE 0.1s 05:58:25 05:58:25 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:58:25 #111 DONE 0.1s 05:58:25 05:58:25 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:58:25 #112 DONE 0.1s 05:58:25 05:58:25 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:58:25 #113 DONE 0.1s 05:58:25 05:58:25 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:58:25 #114 DONE 0.1s 05:58:25 05:58:25 #115 [security-spire-server] exporting to image 05:58:25 #115 exporting layers 05:58:26 #115 exporting layers 0.6s done 05:58:26 #115 exporting layers 0.7s done 05:58:26 #115 writing image sha256:8add51132a761a019405203f402db2dda3a3f2b90cc5f7692beabec8aeac335b 0.0s done 05:58:26 #115 naming to docker.io/library/security-spire-server done 05:58:26 #115 writing image sha256:786a80e119ab0a5a5dece9147202e898c0c150e120c5dc7c85681e3ce6997d9a done 05:58:26 #115 naming to docker.io/library/security-spire-config 0.0s done 05:58:26 #115 writing image sha256:e22a41d6f03eebe87440fb05c55e3a11f294ac33c6e9f5cdd01d90249f9baab7 done 05:58:26 #115 naming to docker.io/library/security-spire-agent done 05:58:26 #115 DONE 0.7s 05:58:26 05:58:26 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:29 #116 ... 05:58:29 05:58:29 #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:29 #117 ... 05:58:29 05:58:29 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:29 #1 [security-spire-config internal] load build definition from Dockerfile 05:58:29 #1 transferring dockerfile: 05:58:29 #1 transferring dockerfile: 1.69kB done 05:58:29 #1 DONE 0.1s 05:58:30 05:58:30 #2 [security-bootstrapper internal] load build definition from Dockerfile 05:58:31 #2 ... 05:58:31 05:58:31 #3 [security-secretstore-setup internal] load build definition from Dockerfile 05:58:31 #3 transferring dockerfile: 2.49kB 0.0s done 05:58:31 #3 DONE 1.1s 05:58:31 05:58:31 #4 [core-data internal] load build definition from Dockerfile 05:58:31 #4 transferring dockerfile: 2.07kB done 05:58:31 #4 DONE 1.1s 05:58:31 05:58:31 #2 [security-bootstrapper internal] load build definition from Dockerfile 05:58:31 #2 transferring dockerfile: 3.17kB 0.0s done 05:58:31 #2 DONE 1.2s 05:58:31 05:58:31 #5 [support-notifications internal] load build definition from Dockerfile 05:58:31 #5 transferring dockerfile: 2.02kB done 05:58:31 #5 DONE 1.2s 05:58:31 05:58:31 #6 [security-proxy-auth internal] load build definition from Dockerfile 05:58:31 #6 transferring dockerfile: 2.15kB 0.0s done 05:58:31 #6 ... 05:58:31 05:58:31 #7 [security-spire-server internal] load build definition from Dockerfile 05:58:31 #7 transferring dockerfile: 1.70kB 0.0s done 05:58:31 #7 DONE 1.1s 05:58:31 05:58:31 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:58:31 #8 transferring dockerfile: 2.23kB 0.0s done 05:58:31 #8 DONE 1.1s 05:58:31 05:58:31 #9 [support-cron-scheduler internal] load build definition from Dockerfile 05:58:31 #9 transferring dockerfile: 1.85kB 0.0s done 05:58:31 #9 DONE 1.0s 05:58:31 05:58:31 #10 [security-spire-agent internal] load build definition from Dockerfile 05:58:31 #10 transferring dockerfile: 1.81kB 0.0s done 05:58:31 #10 DONE 1.2s 05:58:31 05:58:31 #6 [security-proxy-auth internal] load build definition from Dockerfile 05:58:31 #6 DONE 1.0s 05:58:31 05:58:31 #11 [support-scheduler internal] load build definition from Dockerfile 05:58:31 #11 transferring dockerfile: 1.93kB 0.0s done 05:58:31 #11 DONE 1.2s 05:58:31 05:58:31 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:58:31 #12 transferring dockerfile: 1.89kB 0.0s done 05:58:31 #12 DONE 1.4s 05:58:31 05:58:31 #13 [security-proxy-setup internal] load build definition from Dockerfile 05:58:31 #13 transferring dockerfile: 2.50kB 0.0s done 05:58:31 #13 DONE 1.0s 05:58:31 05:58:31 #14 [core-command internal] load build definition from Dockerfile 05:58:31 #14 transferring dockerfile: 1.93kB 0.0s done 05:58:31 #14 DONE 1.5s 05:58:31 05:58:31 #15 [core-data internal] load .dockerignore 05:58:31 #15 ... 05:58:31 05:58:31 #16 [core-keeper internal] load build definition from Dockerfile 05:58:31 #16 transferring dockerfile: 2.07kB 0.0s done 05:58:31 #16 DONE 1.6s 05:58:31 05:58:31 #17 [core-metadata internal] load build definition from Dockerfile 05:58:31 #17 transferring dockerfile: 2.13kB 0.0s done 05:58:31 #17 DONE 1.2s 05:58:31 05:58:31 #18 [security-spire-config internal] load .dockerignore 05:58:31 #18 transferring context: 50B 0.0s done 05:58:31 #18 DONE 1.1s 05:58:31 05:58:31 #19 [security-bootstrapper internal] load .dockerignore 05:58:31 #19 transferring context: 50B done 05:58:31 #19 DONE 0.2s 05:58:31 05:58:31 #20 [security-secretstore-setup internal] load .dockerignore 05:58:31 #20 transferring context: 50B 0.0s done 05:58:31 #20 DONE 0.4s 05:58:31 05:58:31 #15 [core-data internal] load .dockerignore 05:58:31 #15 transferring context: 50B done 05:58:32 #15 DONE 0.3s 05:58:32 05:58:32 #21 [support-notifications internal] load .dockerignore 05:58:32 #21 transferring context: 50B 0.0s done 05:58:32 #21 DONE 0.2s 05:58:32 05:58:32 #22 [core-command internal] load .dockerignore 05:58:32 #22 transferring context: 50B 0.0s done 05:58:32 #22 DONE 0.2s 05:58:32 05:58:32 #23 [core-keeper internal] load .dockerignore 05:58:32 #23 transferring context: 50B 0.0s done 05:58:32 #23 DONE 0.2s 05:58:32 05:58:32 #24 [security-spire-agent internal] load .dockerignore 05:58:32 #24 transferring context: 50B 0.0s done 05:58:32 #24 DONE 0.1s 05:58:32 05:58:32 #25 [security-spiffe-token-provider internal] load .dockerignore 05:58:32 #25 transferring context: 50B done 05:58:32 #25 DONE 0.1s 05:58:32 05:58:32 #26 [security-spire-server internal] load .dockerignore 05:58:32 #26 transferring context: 50B 0.0s done 05:58:32 #26 DONE 0.1s 05:58:32 05:58:32 #27 [support-scheduler internal] load .dockerignore 05:58:32 #27 transferring context: 50B 0.0s done 05:58:32 #27 DONE 0.1s 05:58:32 05:58:32 #28 [core-common-config-bootstrapper internal] load .dockerignore 05:58:32 #28 transferring context: 50B done 05:58:32 #28 DONE 0.1s 05:58:32 05:58:32 #29 [support-cron-scheduler internal] load .dockerignore 05:58:32 #29 transferring context: 50B done 05:58:32 #29 DONE 0.1s 05:58:32 05:58:32 #30 [security-proxy-auth internal] load .dockerignore 05:58:32 #30 transferring context: 50B 0.0s done 05:58:32 #30 DONE 0.1s 05:58:32 05:58:32 #31 [core-metadata internal] load .dockerignore 05:58:32 #31 transferring context: 50B 0.0s done 05:58:32 #31 DONE 0.1s 05:58:32 05:58:32 #32 [security-proxy-setup internal] load .dockerignore 05:58:33 #32 transferring context: 50B 0.0s done 05:58:33 #32 DONE 0.1s 05:58:33 05:58:33 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:58:33 #33 ... 05:58:33 05:58:33 #34 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:33 #34 DONE 0.0s 05:58:33 05:58:33 #34 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:33 #34 DONE 0.0s 05:58:33 05:58:33 #35 [security-bootstrapper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:33 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:33 #35 ... 05:58:33 05:58:33 #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:33 #34 DONE 0.0s 05:58:33 05:58:33 #35 [core-data stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:33 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:33 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:33 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:33 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 ... 05:58:34 05:58:34 #34 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:34 #34 DONE 0.0s 05:58:34 05:58:34 #35 [core-data stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:34 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:34 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:34 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 ... 05:58:34 05:58:34 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:34 #34 DONE 0.0s 05:58:34 05:58:34 #35 [core-keeper stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:34 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:34 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:34 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:34 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:34 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:34 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:34 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 ... 05:58:34 05:58:34 #36 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:58:34 #36 DONE 0.8s 05:58:34 05:58:34 #35 [security-spiffe-token-provider stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:34 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:34 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:34 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:34 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:34 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:34 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:34 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 DONE 0.9s 05:58:34 05:58:34 #37 [security-spire-server internal] load build context 05:58:34 #37 DONE 0.0s 05:58:34 05:58:34 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:58:34 #33 DONE 1.1s 05:58:34 05:58:34 #38 [security-secretstore-setup internal] load build context 05:58:34 #38 ... 05:58:34 05:58:34 #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:34 #34 DONE 0.0s 05:58:34 05:58:34 #35 [security-spire-config stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:34 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:34 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:34 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:34 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:34 #35 DONE 1.6s 05:58:34 05:58:34 #38 [security-secretstore-setup internal] load build context 05:58:35 #38 ... 05:58:35 05:58:35 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:35 #34 DONE 0.0s 05:58:35 05:58:35 #38 [security-secretstore-setup internal] load build context 05:58:35 #38 ... 05:58:35 05:58:35 #34 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:35 #34 DONE 0.0s 05:58:35 05:58:35 #38 [security-secretstore-setup internal] load build context 05:58:35 #38 ... 05:58:35 05:58:35 #34 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:35 #34 DONE 0.0s 05:58:35 05:58:35 #38 [security-secretstore-setup internal] load build context 05:58:35 #38 transferring context: 3.24MB 1.5s done 05:58:35 #38 ... 05:58:35 05:58:35 #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:35 #34 DONE 0.0s 05:58:35 05:58:35 #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:58:35 #34 DONE 0.0s 05:58:35 05:58:35 #39 [core-data internal] load build context 05:58:36 #39 ... 05:58:36 05:58:36 #36 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:58:36 #36 DONE 2.1s 05:58:36 05:58:36 #40 [security-bootstrapper internal] load build context 05:58:36 #40 transferring context: 3.24MB 1.5s done 05:58:36 #40 DONE 2.3s 05:58:36 05:58:36 #35 [core-metadata stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:36 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:36 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:36 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:36 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:36 #35 DONE 1.6s 05:58:36 05:58:36 #41 [core-common-config-bootstrapper internal] load build context 05:58:36 #41 DONE 0.0s 05:58:36 05:58:36 #42 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:58:36 #42 ... 05:58:36 05:58:36 #43 [support-scheduler internal] load build context 05:58:36 #43 DONE 0.0s 05:58:36 05:58:36 #44 [security-proxy-setup internal] load build context 05:58:36 #44 DONE 0.0s 05:58:36 05:58:36 #38 [security-secretstore-setup internal] load build context 05:58:36 #38 DONE 2.4s 05:58:36 05:58:36 #45 [support-notifications internal] load build context 05:58:36 #45 transferring context: 3.24MB 1.7s done 05:58:36 #45 DONE 2.3s 05:58:36 05:58:36 #46 [core-command internal] load build context 05:58:36 #46 transferring context: 3.24MB 1.3s done 05:58:36 #46 DONE 2.1s 05:58:36 05:58:36 #47 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:36 #47 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.5s done 05:58:36 #47 DONE 2.2s 05:58:36 05:58:36 #48 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:58:36 #48 ... 05:58:36 05:58:36 #35 [security-spire-agent stage-1 1/17] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:58:36 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.1s done 05:58:36 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:58:36 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:58:36 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:58:36 #35 DONE 1.6s 05:58:36 05:58:36 #49 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:58:36 #49 DONE 2.3s 05:58:36 05:58:36 #37 [security-spire-server internal] load build context 05:58:36 #37 transferring context: 27.98kB 0.1s done 05:58:36 #37 DONE 1.9s 05:58:36 05:58:36 #39 [core-data internal] load build context 05:58:36 #39 transferring context: 3.24MB 2.0s done 05:58:36 #39 DONE 2.8s 05:58:36 05:58:36 #50 [security-spire-config internal] load build context 05:58:36 #50 transferring context: 26.23kB 0.0s done 05:58:36 #50 DONE 1.9s 05:58:36 05:58:36 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:36 #47 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.5s done 05:58:36 #47 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:58:36 #47 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 05:58:36 #47 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 05:58:36 #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s 05:58:36 #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s 05:58:36 #47 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 05:58:36 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 0.1s 05:58:36 #47 ... 05:58:36 05:58:36 #51 [core-keeper internal] load build context 05:58:36 #51 transferring context: 3.24MB 1.5s done 05:58:36 #51 DONE 2.7s 05:58:36 05:58:36 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:36 #47 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 05:58:36 #47 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 05:58:36 #47 ... 05:58:36 05:58:36 #52 [security-spiffe-token-provider internal] load build context 05:58:36 #52 transferring context: 3.24MB 0.6s done 05:58:36 #52 DONE 2.4s 05:58:36 05:58:36 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:36 #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 05:58:36 #47 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done 05:58:37 #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.3s done 05:58:37 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.54MB / 28.04MB 0.7s 05:58:37 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 1.0s 05:58:38 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 1.5s 05:58:38 #47 ... 05:58:38 05:58:38 #53 [security-spire-agent internal] load build context 05:58:38 #53 transferring context: 27.51kB 0.5s done 05:58:38 #53 DONE 2.0s 05:58:38 05:58:38 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:38 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.37MB / 28.04MB 2.2s 05:58:39 #47 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 05:58:39 #47 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done 05:58:40 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 3.6s 05:58:40 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.73MB / 28.04MB 3.9s 05:58:41 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.62MB / 28.04MB 4.3s 05:58:41 #47 ... 05:58:41 05:58:41 #54 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:58:41 #54 DONE 8.1s 05:58:41 05:58:41 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:41 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.92MB / 28.04MB 5.3s 05:58:42 #47 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 05:58:42 #47 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.3s done 05:58:42 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 6.2s 05:58:43 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.99MB / 28.04MB 6.5s 05:58:43 #47 ... 05:58:43 05:58:43 #41 [core-common-config-bootstrapper internal] load build context 05:58:43 #41 transferring context: 3.24MB 5.3s done 05:58:43 #41 DONE 7.2s 05:58:43 05:58:43 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:44 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.46MB / 28.04MB 7.4s 05:58:44 #47 ... 05:58:44 05:58:44 #55 [support-cron-scheduler internal] load build context 05:58:44 #55 transferring context: 3.24MB 5.5s done 05:58:44 #55 DONE 8.1s 05:58:44 05:58:44 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:44 #47 ... 05:58:44 05:58:44 #56 [core-metadata internal] load build context 05:58:44 #56 transferring context: 3.24MB 5.9s done 05:58:44 #56 DONE 8.0s 05:58:44 05:58:44 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:44 #47 ... 05:58:44 05:58:44 #57 [security-proxy-auth internal] load build context 05:58:44 #57 transferring context: 3.24MB 6.0s done 05:58:44 #57 DONE 8.3s 05:58:44 05:58:44 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:44 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 7.9s 05:58:44 #118 ... 05:58:44 05:58:44 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:58:44 #81 24.37 go: google.golang.org/api@v0.44.0: read "https://proxy.golang.org/google.golang.org/api/@v/v0.44.0.zip": read tcp 10.250.0.6:55018->142.251.41.59:443: read: connection reset by peer 05:58:44 #81 24.37 skipping... 05:58:44 #47 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 7.9s done 05:58:45 #47 ... 05:58:45 05:58:45 #58 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:45 #58 DONE 9.2s 05:58:45 05:58:45 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:58:45 #0 8.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:45 #0 9.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:45 #59 ... 05:58:45 05:58:45 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:58:45 #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 05:58:45 #60 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 05:58:45 #60 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 05:58:45 #60 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:58:45 #60 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 05:58:45 #60 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 05:58:45 #60 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.0s done 05:58:45 #60 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 5.6s done 05:58:45 #60 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.4s done 05:58:45 #60 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.3s done 05:58:45 #60 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 05:58:45 #60 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 05:58:45 #60 ... 05:58:45 05:58:45 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:58:45 #61 ... 05:58:45 05:58:45 #62 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go 05:58:45 #62 DONE 3.2s 05:58:45 05:58:45 #43 [support-scheduler internal] load build context 05:58:45 #43 transferring context: 3.24MB 6.7s done 05:58:45 #43 DONE 9.3s 05:58:45 05:58:45 #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:58:45 #63 ... 05:58:45 05:58:45 #64 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:58:45 #0 7.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:45 #0 8.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:46 #64 ... 05:58:46 05:58:46 #44 [security-proxy-setup internal] load build context 05:58:46 #44 transferring context: 3.24MB 6.1s done 05:58:46 #44 DONE 9.5s 05:58:46 05:58:46 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:58:46 #0 8.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:46 #0 8.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:46 #65 ... 05:58:46 05:58:46 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:58:46 #66 ... 05:58:46 05:58:46 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:58:46 #67 ... 05:58:46 05:58:46 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:58:46 #0 7.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:46 #0 8.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:46 #68 ... 05:58:46 05:58:46 #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:58:46 #0 6.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:46 #0 7.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:46 #69 ... 05:58:46 05:58:46 #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:58:46 #70 ... 05:58:46 05:58:46 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:58:51 #71 ... 05:58:51 05:58:51 #65 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:58:51 #65 14.75 (1/2) Installing dumb-init (1.2.5-r3) 05:58:51 #65 14.79 (2/2) Installing su-exec (0.2-r3) 05:58:51 #65 14.80 Executing busybox-1.36.1-r29.trigger 05:58:51 #65 14.90 OK: 9 MiB in 16 packages 05:58:52 #65 DONE 16.9s 05:58:52 05:58:52 #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:58:53 #72 ... 05:58:53 05:58:53 #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:58:53 #69 12.64 (1/4) Installing ca-certificates (20240705-r0) 05:58:53 #69 12.80 (2/4) Installing dumb-init (1.2.5-r3) 05:58:53 #69 12.82 (3/4) Installing su-exec (0.2-r3) 05:58:53 #69 12.91 (4/4) Installing yq-go (4.44.1-r2) 05:58:53 #69 14.19 Executing busybox-1.36.1-r29.trigger 05:58:53 #69 14.35 Executing ca-certificates-20240705-r0.trigger 05:58:53 #69 15.73 OK: 20 MiB in 18 packages 05:58:53 #69 DONE 18.0s 05:58:53 05:58:53 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:58:53 #61 8.565 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:54 #61 ... 05:58:54 05:58:54 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:54 #73 DONE 9.0s 05:58:54 05:58:54 #64 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:58:54 #64 14.90 (1/2) Installing ca-certificates (20240705-r0) 05:58:54 #64 15.36 (2/2) Installing dumb-init (1.2.5-r3) 05:58:54 #64 15.40 Executing busybox-1.36.1-r29.trigger 05:58:54 #64 15.58 Executing ca-certificates-20240705-r0.trigger 05:58:54 #64 17.03 OK: 10 MiB in 16 packages 05:58:54 #64 DONE 19.0s 05:58:54 05:58:54 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:54 #47 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.2s 05:58:55 #47 ... 05:58:55 05:58:55 #48 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:58:55 #48 8.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:55 #48 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:55 #48 16.31 (1/3) Installing ca-certificates (20240705-r0) 05:58:55 #48 16.83 (2/3) Installing dumb-init (1.2.5-r3) 05:58:55 #48 16.88 (3/3) Installing tzdata (2024b-r0) 05:58:55 #48 18.88 Executing busybox-1.36.1-r29.trigger 05:58:55 #48 18.98 Executing ca-certificates-20240705-r0.trigger 05:58:55 #48 ... 05:58:55 05:58:55 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:58:55 #74 10.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:55 #74 ... 05:58:55 05:58:55 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:58:55 #0 7.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:55 #75 ... 05:58:55 05:58:55 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:57 #47 ... 05:58:57 05:58:57 #42 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:58:57 #42 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:57 #42 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:57 #42 ... 05:58:57 05:58:57 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:58:57 #66 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:58:57 #66 13.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:58:57 #66 ... 05:58:57 05:58:57 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:57 #47 ... 05:58:57 05:58:57 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:58:57 #60 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.9s 05:58:57 #60 ... 05:58:57 05:58:57 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:58:59 #47 ... 05:58:59 05:58:59 #48 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:58:59 #48 20.56 OK: 11 MiB in 17 packages 05:58:59 #48 DONE 22.5s 05:58:59 05:58:59 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:00 #47 ... 05:59:00 05:59:00 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:59:00 #68 14.47 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:59:00 #68 14.48 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:59:00 #68 14.48 OK: 24041 distinct packages available 05:59:00 #68 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:00 #68 17.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:00 #68 ... 05:59:00 05:59:00 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:00 #47 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.0s 05:59:00 #47 ... 05:59:00 05:59:00 #42 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:59:00 #42 22.24 (1/1) Installing dumb-init (1.2.5-r3) 05:59:00 #42 22.28 Executing busybox-1.36.1-r29.trigger 05:59:00 #42 22.49 OK: 9 MiB in 15 packages 05:59:00 #42 DONE 24.7s 05:59:00 05:59:00 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:00 #47 ... 05:59:00 05:59:00 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:59:00 #59 15.69 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:59:00 #59 15.69 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:59:00 #59 15.69 OK: 24041 distinct packages available 05:59:00 #59 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:00 #59 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:00 #59 ... 05:59:00 05:59:00 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:01 #47 ... 05:59:01 05:59:01 #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:59:01 #60 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 14.7s done 05:59:01 #60 DONE 24.3s 05:59:01 05:59:01 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:01 #47 ... 05:59:01 05:59:01 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:59:01 #67 15.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:01 #67 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:01 #67 ... 05:59:01 05:59:01 #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:59:01 #70 14.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:01 #70 16.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:01 #70 ... 05:59:01 05:59:01 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:59:01 #71 5.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:01 #71 7.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:01 #71 ... 05:59:01 05:59:01 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:59:01 #68 26.15 (1/5) Installing dumb-init (1.2.5-r3) 05:59:01 #68 26.17 (2/5) Installing musl-obstack (1.2.3-r2) 05:59:01 #68 26.18 (3/5) Installing libucontext (1.2-r3) 05:59:01 #68 26.23 (4/5) Installing gcompat (1.1.0-r4) 05:59:02 #68 26.30 (5/5) Installing openssl (3.3.2-r0) 05:59:02 #68 26.43 Executing busybox-1.36.1-r29.trigger 05:59:02 #68 26.63 OK: 10 MiB in 19 packages 05:59:03 #68 ... 05:59:03 05:59:03 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:59:03 #0 7.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:03 #0 9.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:03 #76 ... 05:59:03 05:59:03 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:04 #47 ... 05:59:04 05:59:04 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:59:04 #68 DONE 28.4s 05:59:04 05:59:04 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:04 #47 ... 05:59:04 05:59:04 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:59:04 #0 5.979 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:04 #0 8.143 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:04 #77 ... 05:59:04 05:59:04 #47 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:04 #47 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.3s done 05:59:04 #47 ... 05:59:04 05:59:04 #78 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:59:04 #0 6.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:04 #0 8.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:04 #78 ... 05:59:04 05:59:04 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:59:04 #59 27.96 (1/4) Installing dumb-init (1.2.5-r3) 05:59:04 #59 28.05 (2/4) Installing musl-obstack (1.2.3-r2) 05:59:04 #59 28.07 (3/4) Installing libucontext (1.2-r3) 05:59:04 #59 28.13 (4/4) Installing gcompat (1.1.0-r4) 05:59:04 #59 28.16 Executing busybox-1.36.1-r29.trigger 05:59:04 #59 28.30 OK: 9 MiB in 18 packages 05:59:05 #59 ... 05:59:05 05:59:05 #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:59:05 #63 9.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:05 #63 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:05 #63 ... 05:59:05 05:59:05 #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:59:05 #70 26.24 (1/4) Installing dumb-init (1.2.5-r3) 05:59:05 #70 26.30 (2/4) Installing openssl (3.3.2-r0) 05:59:05 #70 26.36 (3/4) Installing su-exec (0.2-r3) 05:59:05 #70 26.43 (4/4) Installing yq-go (4.44.1-r2) 05:59:05 #70 28.20 Executing busybox-1.36.1-r29.trigger 05:59:05 #70 28.34 OK: 20 MiB in 18 packages 05:59:06 #70 ... 05:59:06 05:59:06 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:59:06 #61 10.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:06 #61 20.85 (1/1) Installing dumb-init (1.2.5-r3) 05:59:06 #61 ... 05:59:06 05:59:06 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:59:06 #75 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:06 #75 20.38 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:59:06 #75 20.38 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:59:06 #75 20.38 OK: 24040 distinct packages available 05:59:06 #75 ... 05:59:06 05:59:06 #67 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:59:06 #67 28.05 (1/1) Installing dumb-init (1.2.5-r3) 05:59:06 #67 28.12 Executing busybox-1.36.1-r29.trigger 05:59:06 #67 28.42 OK: 9 MiB in 15 packages 05:59:06 #67 DONE 30.6s 05:59:06 05:59:06 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:59:06 #71 18.47 OK: 238 MiB in 54 packages 05:59:06 #71 DONE 21.0s 05:59:06 05:59:06 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:59:06 #59 DONE 31.5s 05:59:06 05:59:06 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:59:06 #79 ... 05:59:06 05:59:06 #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:59:06 #70 DONE 30.3s 05:59:06 05:59:06 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:59:06 #61 21.67 Executing busybox-1.36.1-r29.trigger 05:59:07 #61 21.90 OK: 9 MiB in 15 packages 05:59:07 #61 ... 05:59:07 05:59:07 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:59:07 #74 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:07 #74 20.78 OK: 238 MiB in 54 packages 05:59:07 #74 ... 05:59:07 05:59:07 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:59:07 #79 DONE 1.1s 05:59:07 05:59:07 #47 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:59:07 #47 DONE 33.6s 05:59:07 05:59:07 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:08 #81 ... 05:59:08 05:59:08 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:08 #116 DONE 45.6s 05:59:08 05:59:08 #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:08 #117 DONE 48.3s 05:59:08 05:59:08 #83 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:08 #83 DONE 48.4s 05:59:08 05:59:08 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:08 #118 DONE 48.1s 05:59:08 05:59:08 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:08 #81 DONE 50.1s 05:59:08 05:59:08 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:59:08 #80 ... 05:59:08 05:59:08 #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:59:08 #72 5.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:08 #72 7.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:08 #72 ... 05:59:08 05:59:08 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:59:08 #66 22.61 v3.20.3-171-ge0d8a949f52 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:59:08 #66 22.61 v3.20.3-170-gb7926213bd4 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:59:08 #66 22.61 OK: 24041 distinct packages available 05:59:08 #66 24.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:08 #66 26.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:08 #66 ... 05:59:08 05:59:08 #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:59:08 #74 DONE 23.0s 05:59:08 05:59:08 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:59:09 #81 ... 05:59:09 05:59:09 #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:59:09 #0 4.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:09 #0 6.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:09 #82 ... 05:59:09 05:59:09 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:59:09 #81 DONE 0.6s 05:59:09 05:59:09 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:09 #83 ... 05:59:09 05:59:09 #63 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:59:09 #63 21.94 OK: 238 MiB in 54 packages 05:59:09 #63 DONE 24.3s 05:59:10 05:59:10 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:59:10 #61 DONE 24.7s 05:59:10 05:59:10 #84 [core-data builder 4/7] COPY go.mod vendor* ./ 05:59:10 #84 ... 05:59:10 05:59:10 #85 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:59:10 #0 3.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:10 #0 5.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:10 #85 ... 05:59:10 05:59:10 #84 [core-data builder 4/7] COPY go.mod vendor* ./ 05:59:10 #84 DONE 0.8s 05:59:10 05:59:10 #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:14 #86 ... 05:59:14 05:59:14 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:59:14 #0 3.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:14 #0 6.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:14 #87 ... 05:59:14 05:59:14 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:59:14 #66 34.63 (1/14) Installing ca-certificates (20240705-r0) 05:59:14 #66 35.17 (2/14) Installing brotli-libs (1.1.0-r2) 05:59:14 #66 35.30 (3/14) Installing c-ares (1.33.1-r0) 05:59:14 #66 35.37 (4/14) Installing libunistring (1.2-r0) 05:59:14 #66 35.65 (5/14) Installing libidn2 (2.3.7-r0) 05:59:14 #66 35.71 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:59:14 #66 35.76 (7/14) Installing libpsl (0.21.5-r1) 05:59:14 #66 35.80 (8/14) Installing zstd-libs (1.5.6-r0) 05:59:14 #66 35.97 (9/14) Installing libcurl (8.10.1-r0) 05:59:14 #66 36.13 (10/14) Installing curl (8.10.1-r0) 05:59:14 #66 36.18 (11/14) Installing dumb-init (1.2.5-r3) 05:59:14 #66 36.28 (12/14) Installing musl-obstack (1.2.3-r2) 05:59:14 #66 36.29 (13/14) Installing libucontext (1.2-r3) 05:59:14 #66 36.30 (14/14) Installing gcompat (1.1.0-r4) 05:59:14 #66 36.36 Executing busybox-1.36.1-r29.trigger 05:59:14 #66 36.49 Executing ca-certificates-20240705-r0.trigger 05:59:14 #66 37.75 OK: 15 MiB in 28 packages 05:59:14 #66 ... 05:59:14 05:59:14 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:59:14 #77 18.34 OK: 238 MiB in 54 packages 05:59:14 #77 DONE 19.8s 05:59:14 05:59:14 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:59:14 #88 DONE 0.6s 05:59:14 05:59:14 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:59:14 #76 18.17 Upgrading critical system libraries and apk-tools: 05:59:14 #76 18.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:14 #76 18.21 Executing busybox-1.36.1-r29.trigger 05:59:14 #76 19.60 Continuing the upgrade transaction with new apk-tools: 05:59:14 #76 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:15 #76 21.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:15 #76 ... 05:59:15 05:59:15 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:59:15 #66 DONE 40.0s 05:59:16 05:59:16 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:59:16 #89 ... 05:59:16 05:59:16 #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:59:16 #0 7.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:16 #0 8.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:16 #90 ... 05:59:16 05:59:16 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:59:16 #0 7.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:16 #0 9.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:16 #91 ... 05:59:16 05:59:16 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:59:16 #75 20.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:16 #75 23.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:16 #75 30.81 OK: 238 MiB in 54 packages 05:59:16 #75 ... 05:59:16 05:59:16 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:59:16 #0 6.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:16 #0 8.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:17 #92 ... 05:59:17 05:59:17 #85 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:59:17 #85 15.52 Upgrading critical system libraries and apk-tools: 05:59:17 #85 15.52 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:17 #85 15.64 Executing busybox-1.36.1-r29.trigger 05:59:18 #119 ... 05:59:18 05:59:18 #120 [security-bootstrapper builder 6/7] COPY . . 05:59:18 #120 ... 05:59:18 05:59:18 #121 [support-cron-scheduler builder 6/7] COPY . . 05:59:18 #121 ... 05:59:18 05:59:18 #122 [core-metadata builder 6/7] COPY . . 05:59:18 #85 ... 05:59:18 05:59:18 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:59:18 #75 DONE 32.4s 05:59:18 05:59:18 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:59:18 #87 13.81 Upgrading critical system libraries and apk-tools: 05:59:18 #87 13.81 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:18 #87 13.95 Executing busybox-1.36.1-r29.trigger 05:59:18 #122 ... 05:59:18 05:59:18 #123 [core-keeper builder 7/8] COPY . . 05:59:18 #87 ... 05:59:18 05:59:18 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:59:18 #93 DONE 0.4s 05:59:18 05:59:18 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:19 #94 ... 05:59:19 05:59:19 #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:59:19 #72 16.41 Upgrading critical system libraries and apk-tools: 05:59:19 #72 16.41 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:19 #72 16.56 Executing busybox-1.36.1-r29.trigger 05:59:19 #72 18.39 Continuing the upgrade transaction with new apk-tools: 05:59:19 #72 18.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:19 #72 19.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:19 #72 ... 05:59:19 05:59:19 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:59:19 #87 15.18 Continuing the upgrade transaction with new apk-tools: 05:59:19 #87 15.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:20 #123 DONE 12.9s 05:59:20 05:59:20 #121 [support-cron-scheduler builder 6/7] COPY . . 05:59:20 #121 DONE 12.8s 05:59:20 05:59:20 #124 [support-notifications builder 6/7] COPY . . 05:59:20 #124 CACHED 05:59:20 05:59:20 #125 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:59:20 #125 CACHED 05:59:20 05:59:20 #126 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #126 CACHED 05:59:20 05:59:20 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:59:20 #127 CACHED 05:59:20 05:59:20 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #128 CACHED 05:59:20 05:59:20 #129 [security-secretstore-setup builder 6/7] COPY . . 05:59:20 #129 CACHED 05:59:20 05:59:20 #130 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #130 CACHED 05:59:20 05:59:20 #131 [security-proxy-setup builder 6/7] COPY . . 05:59:20 #131 CACHED 05:59:20 05:59:20 #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:59:20 #132 CACHED 05:59:20 05:59:20 #122 [core-metadata builder 6/7] COPY . . 05:59:20 #122 DONE 12.9s 05:59:20 05:59:20 #133 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #133 CACHED 05:59:20 05:59:20 #134 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:59:20 #134 CACHED 05:59:20 05:59:20 #135 [support-scheduler builder 6/7] COPY . . 05:59:20 #135 CACHED 05:59:20 05:59:20 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 05:59:20 #136 CACHED 05:59:20 05:59:20 #137 [core-data builder 6/7] COPY . . 05:59:20 #137 CACHED 05:59:20 05:59:20 #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #138 CACHED 05:59:20 05:59:20 #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #139 CACHED 05:59:20 05:59:20 #140 [core-command builder 6/7] COPY . . 05:59:20 #140 CACHED 05:59:20 05:59:20 #141 [core-command builder 4/7] COPY go.mod vendor* ./ 05:59:20 #141 CACHED 05:59:20 05:59:20 #142 [security-proxy-auth builder 6/7] COPY . . 05:59:20 #142 CACHED 05:59:20 05:59:20 #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #143 CACHED 05:59:20 05:59:20 #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:59:20 #144 CACHED 05:59:20 05:59:20 #145 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:20 #145 CACHED 05:59:20 05:59:20 #146 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:59:20 #146 CACHED 05:59:20 05:59:20 #147 [core-common-config-bootstrapper builder 6/7] COPY . . 05:59:20 #147 CACHED 05:59:20 05:59:20 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:59:20 #119 DONE 12.9s 05:59:20 05:59:20 #120 [security-bootstrapper builder 6/7] COPY . . 05:59:20 #120 DONE 12.8s 05:59:20 05:59:20 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:59:21 #87 16.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:21 #87 ... 05:59:21 05:59:21 #78 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:59:21 #78 16.53 Upgrading critical system libraries and apk-tools: 05:59:21 #78 16.53 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:21 #78 16.58 Executing busybox-1.36.1-r29.trigger 05:59:21 #78 18.24 Continuing the upgrade transaction with new apk-tools: 05:59:21 #78 18.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:21 #78 20.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:21 #78 ... 05:59:21 05:59:21 #72 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:59:21 #72 27.84 OK: 9 MiB in 16 packages 05:59:21 #72 DONE 29.0s 05:59:21 05:59:21 #85 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 05:59:21 #85 17.43 Continuing the upgrade transaction with new apk-tools: 05:59:21 #85 17.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:21 #85 19.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:22 #148 1.412 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:59:23 #85 ... 05:59:23 05:59:23 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:59:23 #76 29.26 OK: 20 MiB in 18 packages 05:59:23 #76 ... 05:59:23 05:59:23 #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:59:23 #82 14.45 Upgrading critical system libraries and apk-tools: 05:59:23 #82 14.45 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:23 #82 14.48 Executing busybox-1.36.1-r29.trigger 05:59:23 #82 16.72 Continuing the upgrade transaction with new apk-tools: 05:59:23 #82 16.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:23 #82 18.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:23 #82 ... 05:59:23 05:59:23 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:59:23 #92 16.21 Upgrading critical system libraries and apk-tools: 05:59:23 #92 16.21 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:23 #92 16.29 Executing busybox-1.36.1-r29.trigger 05:59:24 #92 ... 05:59:24 05:59:24 #95 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:59:24 #95 DONE 2.3s 05:59:24 05:59:24 #96 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 05:59:24 #96 DONE 0.2s 05:59:24 05:59:24 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:59:24 #91 17.16 Upgrading critical system libraries and apk-tools: 05:59:24 #91 17.16 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:24 #91 17.23 Executing busybox-1.36.1-r29.trigger 05:59:24 #91 ... 05:59:24 05:59:24 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:59:24 #76 DONE 30.7s 05:59:24 05:59:24 #78 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:59:24 #78 28.43 OK: 10 MiB in 16 packages 05:59:24 #78 DONE 29.7s 05:59:24 05:59:24 #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:59:24 #90 16.16 Upgrading critical system libraries and apk-tools: 05:59:24 #90 16.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:24 #90 16.21 Executing busybox-1.36.1-r29.trigger 05:59:24 #90 17.81 Continuing the upgrade transaction with new apk-tools: 05:59:24 #90 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:25 #90 ... 05:59:25 05:59:25 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:25 #97 ... 05:59:25 05:59:25 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:59:25 #92 18.29 Continuing the upgrade transaction with new apk-tools: 05:59:25 #92 18.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:25 #92 ... 05:59:25 05:59:25 #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:59:25 #82 24.97 OK: 11 MiB in 17 packages 05:59:25 #82 DONE 26.6s 05:59:25 05:59:25 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:59:25 #89 2.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:25 #89 3.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:25 #89 ... 05:59:25 05:59:25 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:59:25 #91 19.19 Continuing the upgrade transaction with new apk-tools: 05:59:25 #91 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:26 #91 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:27 #91 ... 05:59:27 05:59:27 #85 [core-command stage-1 3/8] RUN apk --no-cache upgrade 05:59:27 #85 25.64 OK: 9 MiB in 15 packages 05:59:27 #85 DONE 26.4s 05:59:27 05:59:27 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:59:27 #89 10.47 Upgrading critical system libraries and apk-tools: 05:59:27 #89 10.47 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:59:27 #89 10.53 Executing busybox-1.36.1-r29.trigger 05:59:27 #89 11.60 Continuing the upgrade transaction with new apk-tools: 05:59:27 #89 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:59:27 #89 ... 05:59:27 05:59:27 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:59:27 #87 22.90 OK: 10 MiB in 19 packages 05:59:27 #87 DONE 23.7s 05:59:28 05:59:28 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:59:29 #98 ... 05:59:29 05:59:29 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:59:29 #99 DONE 1.2s 05:59:29 05:59:29 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:59:29 #100 ... 05:59:29 05:59:29 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:59:29 #98 DONE 1.4s 05:59:29 05:59:29 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:59:29 #101 DONE 0.2s 05:59:29 05:59:29 #102 [security-spire-server stage-2 6/9] COPY security.txt / 05:59:29 #102 DONE 0.1s 05:59:29 05:59:29 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:59:29 #103 DONE 0.2s 05:59:29 05:59:29 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:59:29 #104 DONE 0.2s 05:59:29 05:59:29 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:59:29 #89 12.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:30 #89 ... 05:59:30 05:59:30 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:59:30 #105 DONE 0.2s 05:59:30 05:59:30 #106 [security-spire-server] exporting to image 05:59:30 #106 exporting layers 05:59:30 #106 ... 05:59:30 05:59:30 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:59:30 #100 DONE 1.5s 05:59:30 05:59:30 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:59:30 #107 DONE 0.2s 05:59:30 05:59:30 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 05:59:30 #108 DONE 0.2s 05:59:30 05:59:30 #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:59:30 #90 19.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:30 #90 24.41 OK: 9 MiB in 15 packages 05:59:31 #90 ... 05:59:31 05:59:31 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:59:31 #109 DONE 0.2s 05:59:31 05:59:31 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:59:31 #92 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:59:31 #92 ... 05:59:31 05:59:31 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:59:31 #110 DONE 0.2s 05:59:31 05:59:31 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:59:31 #111 DONE 0.2s 05:59:31 05:59:31 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:59:32 #89 ... 05:59:32 05:59:32 #90 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:59:32 #90 DONE 25.6s 05:59:32 #148 ... 05:59:32 05:59:32 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:59:32 #0 0.307 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:59:32 #149 ... 05:59:32 05:59:32 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:59:32 #0 0.623 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:59:32 #150 ... 05:59:32 05:59:32 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:59:32 #0 1.413 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:59:32 #151 ... 05:59:32 05:59:32 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:59:32 #0 0.936 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:59:32 #152 ... 05:59:32 05:59:32 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:59:32 #0 0.923 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:59:32 #153 ... 05:59:32 05:59:32 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 05:59:32 #0 0.519 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 05:59:32 #154 ... 05:59:32 05:59:32 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:59:32 #0 0.699 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:59:32 #155 ... 05:59:32 05:59:32 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:59:32 #0 0.996 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:59:32 #156 ... 05:59:32 05:59:32 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:59:32 #0 1.266 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:59:32 #157 ... 05:59:32 05:59:32 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:59:32 #0 0.756 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:59:32 #158 ... 05:59:32 05:59:32 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:59:32 #0 1.098 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:59:32 #159 ... 05:59:32 05:59:32 #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:59:32 #0 1.091 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:59:32 05:59:32 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:59:32 #92 25.19 OK: 20 MiB in 18 packages 05:59:33 #92 DONE 26.2s 05:59:33 05:59:33 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:59:33 #91 25.48 OK: 9 MiB in 18 packages 05:59:33 #91 DONE 26.5s 05:59:33 05:59:33 #112 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:59:33 #112 DONE 0.5s 05:59:33 05:59:33 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:59:33 #89 17.46 OK: 15 MiB in 28 packages 05:59:34 #89 DONE 18.2s 05:59:34 05:59:34 #106 [security-spire-server] exporting to image 05:59:34 #106 exporting layers 3.5s done 05:59:34 #106 writing image sha256:517a238212a3d8e32355427a124b56699dc74a1a8385ed23bcd8d1c85b9c7776 done 05:59:34 #106 naming to docker.io/library/security-spire-server-arm64 done 05:59:35 #106 ... 05:59:35 05:59:35 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:59:35 #113 DONE 2.0s 05:59:35 05:59:35 #106 [security-spire-server] exporting to image 05:59:35 #106 exporting layers 3.5s done 05:59:35 #106 writing image sha256:6fbc943530037c48e68bab28954955692e096cb91ddb6e3c31acfc5268509e26 done 05:59:35 #106 naming to docker.io/library/security-spire-agent-arm64 done 05:59:35 #106 DONE 5.0s 05:59:35 05:59:35 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:59:35 #114 DONE 0.1s 05:59:35 05:59:35 #115 [security-spire-config stage-2 6/10] COPY security.txt / 05:59:35 #115 DONE 0.2s 05:59:35 05:59:35 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:59:35 #116 DONE 0.1s 05:59:35 05:59:35 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:59:35 #117 DONE 0.1s 05:59:35 05:59:35 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:59:35 #80 ... 05:59:35 05:59:35 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:59:35 #118 DONE 0.1s 05:59:35 05:59:35 #106 [security-spire-config] exporting to image 05:59:37 #106 exporting layers 1.3s done 05:59:37 #106 writing image sha256:5844b62cadcd941687972ebba42b4f3344f5fae385ef31fb49bbf7c226a23399 done 05:59:37 #106 naming to docker.io/library/security-spire-config-arm64 done 05:59:37 #106 DONE 6.4s 05:59:37 05:59:37 #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #86 ... 06:00:47 06:00:47 #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #83 DONE 91.9s 06:00:47 06:00:47 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #94 DONE 82.7s 06:00:47 06:00:47 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #97 DONE 86.1s 06:00:47 06:00:47 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #80 DONE 93.5s 06:00:47 06:00:47 #119 [security-bootstrapper builder 6/7] COPY . . 06:00:47 #119 ... 06:00:47 06:00:47 #86 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #86 DONE 90.4s 06:00:47 06:00:47 #120 [core-data builder 6/7] COPY . . 06:00:47 #120 ... 06:00:47 06:00:47 #121 [security-spiffe-token-provider builder 6/7] COPY . . 06:00:47 #121 DONE 1.5s 06:00:47 06:00:47 #122 [core-keeper builder 7/8] COPY . . 06:00:47 #122 DONE 1.5s 06:00:47 06:00:47 #123 [support-notifications builder 6/7] COPY . . 06:00:47 #123 DONE 1.5s 06:00:47 06:00:47 #124 [support-cron-scheduler builder 6/7] COPY . . 06:00:47 #124 CACHED 06:00:47 06:00:47 #125 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 06:00:47 #125 CACHED 06:00:47 06:00:47 #126 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #126 CACHED 06:00:47 06:00:47 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:00:47 #127 CACHED 06:00:47 06:00:47 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #128 CACHED 06:00:47 06:00:47 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 06:00:47 #129 CACHED 06:00:47 06:00:47 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #130 CACHED 06:00:47 06:00:47 #131 [security-proxy-auth builder 6/7] COPY . . 06:00:47 #131 CACHED 06:00:47 06:00:47 #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:00:47 #132 CACHED 06:00:47 06:00:47 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:00:47 #133 CACHED 06:00:47 06:00:47 #134 [core-metadata builder 6/7] COPY . . 06:00:47 #134 CACHED 06:00:47 06:00:47 #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #135 CACHED 06:00:47 06:00:47 #136 [support-scheduler builder 6/7] COPY . . 06:00:47 #136 CACHED 06:00:47 06:00:47 #137 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #137 CACHED 06:00:47 06:00:47 #138 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:00:47 #138 CACHED 06:00:47 06:00:47 #139 [core-command builder 6/7] COPY . . 06:00:47 #139 CACHED 06:00:47 06:00:47 #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #140 CACHED 06:00:47 06:00:47 #141 [core-command builder 4/7] COPY go.mod vendor* ./ 06:00:47 #141 CACHED 06:00:47 06:00:47 #120 [core-data builder 6/7] COPY . . 06:00:47 #120 DONE 1.4s 06:00:47 06:00:47 #142 [security-proxy-setup builder 6/7] COPY . . 06:00:47 #142 CACHED 06:00:47 06:00:47 #143 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #143 CACHED 06:00:47 06:00:47 #144 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:00:47 #144 CACHED 06:00:47 06:00:47 #119 [security-bootstrapper builder 6/7] COPY . . 06:00:47 #119 DONE 1.5s 06:00:47 06:00:47 #145 [security-secretstore-setup builder 6/7] COPY . . 06:00:47 #145 CACHED 06:00:47 06:00:47 #146 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:00:47 #146 CACHED 06:00:47 06:00:47 #147 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:00:47 #147 CACHED 06:00:47 06:00:47 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:00:47 #148 ... 06:00:47 06:00:47 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:00:47 #0 4.561 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:00:48 #149 ... 06:00:48 06:00:48 #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 06:00:48 #0 6.011 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:00:49 #150 ... 06:00:49 06:00:49 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:00:49 #148 6.618 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:00:52 #148 ... 06:00:52 06:00:52 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:00:52 #0 4.412 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:00:52 #151 ... 06:00:52 06:00:52 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:00:52 #0 4.608 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 06:00:53 #152 ... 06:00:53 06:00:53 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:00:53 #0 6.593 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:00:53 #153 ... 06:00:53 06:00:53 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:00:53 #0 6.426 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:00:53 #154 ... 06:00:53 06:00:53 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:00:53 #0 6.776 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:00:53 #155 ... 06:00:53 06:00:53 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:00:53 #0 6.383 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:00:53 #156 ... 06:00:53 06:00:53 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:00:53 #0 5.360 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:00:53 #157 ... 06:00:53 06:00:53 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:00:53 #0 6.818 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:00:54 #158 ... 06:00:54 06:00:54 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:00:54 #0 5.471 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:00:54 #159 ... 06:00:54 06:00:54 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:00:54 #0 6.178 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:00:57 #160 ... 06:00:57 06:00:57 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:00:57 #158 90.22 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:02:21 #158 ... 06:02:21 06:02:21 #157 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:02:21 #157 DONE 172.3s 06:02:21 06:02:21 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:02:21 #155 DONE 172.3s 06:02:21 06:02:21 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:02:21 #158 DONE 172.3s 06:02:21 06:02:21 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:02:21 #148 DONE 172.3s 06:02:21 06:02:21 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:02:21 #159 DONE 172.3s 06:02:21 06:02:21 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:02:21 #149 DONE 172.4s 06:02:21 06:02:21 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:02:21 #156 DONE 172.4s 06:02:21 06:02:21 #161 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #161 ... 06:02:21 06:02:21 #160 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:02:21 #160 DONE 172.5s 06:02:21 06:02:21 #154 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:02:21 #154 DONE 172.7s 06:02:21 06:02:21 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:02:21 #150 DONE 172.7s 06:02:21 06:02:21 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:02:21 #151 DONE 172.8s 06:02:21 06:02:21 #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #162 ... 06:02:21 06:02:21 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:02:21 #153 DONE 172.9s 06:02:21 06:02:21 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:02:21 #152 DONE 172.9s 06:02:21 06:02:21 #163 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #163 ... 06:02:21 06:02:21 #161 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #161 DONE 1.1s 06:02:21 06:02:21 #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #164 DONE 0.9s 06:02:21 06:02:21 #165 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:02:21 #165 DONE 1.1s 06:02:21 06:02:21 #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #166 DONE 1.0s 06:02:21 06:02:21 #167 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #167 DONE 1.0s 06:02:21 06:02:21 #168 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #168 DONE 0.7s 06:02:21 06:02:21 #162 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #162 DONE 0.8s 06:02:21 06:02:21 #163 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #163 DONE 0.5s 06:02:21 06:02:21 #169 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #169 DONE 0.6s 06:02:21 06:02:21 #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:02:21 #170 ... 06:02:21 06:02:21 #171 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:02:21 #171 DONE 0.8s 06:02:21 06:02:21 #172 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:02:21 #172 CACHED 06:02:21 06:02:21 #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #173 CACHED 06:02:21 06:02:21 #174 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #174 CACHED 06:02:21 06:02:21 #175 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 06:02:21 #175 CACHED 06:02:21 06:02:21 #176 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #176 CACHED 06:02:21 06:02:21 #177 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:02:21 #177 CACHED 06:02:21 06:02:21 #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:02:21 #178 DONE 0.7s 06:02:21 06:02:21 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #179 CACHED 06:02:21 06:02:21 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:02:21 #180 CACHED 06:02:21 06:02:21 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:02:21 #181 DONE 0.7s 06:02:21 06:02:21 #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:02:21 #170 DONE 0.7s 06:02:21 06:02:21 #182 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:02:21 #182 DONE 0.7s 06:02:21 06:02:21 #183 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:02:21 #183 DONE 0.7s 06:02:21 06:02:21 #184 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:02:21 #184 DONE 0.8s 06:02:21 06:02:21 #185 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:02:21 #185 DONE 0.7s 06:02:21 06:02:21 #186 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:02:21 #186 ... 06:02:21 06:02:21 #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:02:21 #187 DONE 3.0s 06:02:21 06:02:21 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:02:21 #188 DONE 3.0s 06:02:21 06:02:21 #189 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:02:21 #189 DONE 3.0s 06:02:21 06:02:21 #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:02:21 #190 DONE 3.0s 06:02:21 06:02:21 #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 06:02:21 #191 DONE 3.0s 06:02:21 06:02:21 #192 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:02:21 #192 DONE 3.1s 06:02:21 06:02:21 #193 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 06:02:21 #193 DONE 3.0s 06:02:21 06:02:21 #194 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 06:02:21 #194 ... 06:02:21 06:02:21 #186 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:02:21 #186 DONE 3.0s 06:02:21 06:02:21 #195 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:02:21 #195 DONE 3.1s 06:02:21 06:02:21 #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:02:21 #196 DONE 3.1s 06:02:21 06:02:21 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:02:21 #197 DONE 3.1s 06:02:21 06:02:21 #198 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:02:21 #198 DONE 3.2s 06:02:21 06:02:21 #199 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:02:21 #199 ... 06:02:21 06:02:21 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:02:21 #200 DONE 0.4s 06:02:21 06:02:21 #201 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:02:21 #201 DONE 0.4s 06:02:21 06:02:21 #202 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:02:21 #202 DONE 0.5s 06:02:21 06:02:21 #203 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:02:21 #203 DONE 0.5s 06:02:21 06:02:21 #204 [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 06:02:21 #204 DONE 0.5s 06:02:21 06:02:21 #205 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 06:02:21 #205 DONE 0.5s 06:02:21 06:02:21 #206 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:02:21 #206 DONE 0.5s 06:02:21 06:02:21 #194 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 06:02:21 #194 DONE 0.5s 06:02:21 06:02:21 #207 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:02:21 #207 DONE 0.5s 06:02:21 06:02:21 #208 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 06:02:21 #208 ... 06:02:21 06:02:21 #209 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:02:21 #209 DONE 0.5s 06:02:21 06:02:21 #199 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:02:21 #199 DONE 0.5s 06:02:21 06:02:21 #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:02:21 #210 DONE 0.5s 06:02:21 06:02:21 #211 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:02:21 #211 DONE 4.5s 06:02:21 06:02:21 #115 [core-command] exporting to image 06:02:21 #115 exporting layers 06:02:21 #115 ... 06:02:21 06:02:21 #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:02:21 #212 DONE 0.5s 06:02:21 06:02:21 #213 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:02:21 #213 DONE 0.5s 06:02:21 06:02:21 #214 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 06:02:21 #214 DONE 0.4s 06:02:21 06:02:21 #215 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:02:21 #215 DONE 0.4s 06:02:21 06:02:21 #216 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:02:21 #216 DONE 0.4s 06:02:21 06:02:21 #208 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 06:02:21 #208 DONE 0.4s 06:02:21 06:02:21 #115 [support-notifications] exporting to image 06:02:21 #115 ... 06:02:21 06:02:21 #217 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:02:21 #217 DONE 0.4s 06:02:21 06:02:21 #218 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 06:02:21 #218 DONE 0.4s 06:02:21 06:02:21 #219 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:02:21 #219 ... 06:02:21 06:02:21 #220 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 06:02:21 #220 DONE 0.5s 06:02:21 06:02:21 #221 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:02:21 #221 DONE 0.5s 06:02:21 06:02:21 #222 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:02:21 #222 DONE 0.4s 06:02:21 06:02:21 #219 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:02:21 #219 DONE 0.4s 06:02:21 06:02:21 #115 [core-metadata] exporting to image 06:02:21 #115 exporting layers 0.9s done 06:02:21 #115 writing image sha256:d4ec7adbe6f43c68f5356d816b08f2646faf8cf9cefe0323429d739b1bf0863d 06:02:21 #115 writing image sha256:1bcc1849dbcba3b20fe8ad082d77472e6616db02b7c3de888a30d045d57b49a4 0.0s done 06:02:21 #115 writing image sha256:4f6c1a430d2692672e527de60d53e1a55b279dfd8df94e15bc0ac3f995c603db 06:02:21 #115 writing image sha256:3e885c3eb51ea65e98de9375cb01d27d1d9e7ac4593924b0ea66086fb769654b 06:02:21 #115 writing image sha256:f03b5ce2f606f53aaddcef2bb627519d74a3b453b003873a2fea0082baea1e30 06:02:21 #115 naming to docker.io/library/security-spiffe-token-provider 06:02:21 #115 naming to docker.io/library/security-spiffe-token-provider 0.4s done 06:02:21 #115 ... 06:02:21 06:02:21 #223 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:02:21 #223 DONE 0.5s 06:02:21 06:02:21 #224 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:02:21 #224 DONE 0.5s 06:02:21 06:02:21 #115 [core-command] exporting to image 06:02:21 #115 exporting layers 1.1s done 06:02:21 #115 writing image sha256:d4ec7adbe6f43c68f5356d816b08f2646faf8cf9cefe0323429d739b1bf0863d 0.5s done 06:02:21 #115 writing image sha256:4f6c1a430d2692672e527de60d53e1a55b279dfd8df94e15bc0ac3f995c603db 0.5s done 06:02:21 #115 writing image sha256:3e885c3eb51ea65e98de9375cb01d27d1d9e7ac4593924b0ea66086fb769654b 0.5s done 06:02:21 #115 writing image sha256:f03b5ce2f606f53aaddcef2bb627519d74a3b453b003873a2fea0082baea1e30 0.5s done 06:02:21 #115 naming to docker.io/library/core-keeper done 06:02:21 #115 naming to docker.io/library/support-cron-scheduler done 06:02:21 #115 naming to docker.io/library/support-scheduler done 06:02:21 #115 naming to docker.io/library/core-command done 06:02:21 #115 ... 06:02:21 06:02:21 #225 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:02:21 #225 DONE 1.1s 06:02:21 06:02:21 #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:02:21 #226 DONE 1.2s 06:02:21 06:02:21 #115 [core-common-config-bootstrapper] exporting to image 06:02:21 #115 ... 06:02:21 06:02:21 #227 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:02:21 #227 DONE 0.2s 06:02:21 06:02:21 #228 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:02:21 #228 DONE 0.2s 06:02:21 06:02:21 #115 [core-data] exporting to image 06:02:21 #115 writing image sha256:dec20df9b6edf71034406154bdf9608e6a03c66a27d75425c167c8228ba001b3 done 06:02:21 #115 writing image sha256:fa5ef69f47bad377438a3e8f7e26dd4a5d73edf871317faaa7f9122aad6261f8 done 06:02:21 #115 writing image sha256:c35ef0e1446995a15f522b654e87ba1f0ef4df2901d108f355ce5783589ad08c 0.0s done 06:02:21 #115 naming to docker.io/library/support-notifications done 06:02:21 #115 naming to docker.io/library/core-metadata done 06:02:21 #115 naming to docker.io/library/core-data done 06:02:21 #115 ... 06:02:21 06:02:21 #229 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:02:21 #229 DONE 0.1s 06:02:21 06:02:21 #230 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:02:21 #230 DONE 0.1s 06:02:21 06:02:21 #115 [core-common-config-bootstrapper] exporting to image 06:02:21 #115 exporting layers 0.2s done 06:02:21 #115 writing image sha256:e3aaad5f917d933cc5eaca580d069919f2f1fcfcb1ba3a7ebf809e0d7621fac4 done 06:02:21 #115 naming to docker.io/library/core-common-config-bootstrapper done 06:02:21 #115 ... 06:02:21 06:02:21 #231 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:02:21 #231 DONE 1.0s 06:02:21 06:02:21 #232 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:02:21 #232 DONE 0.2s 06:02:21 06:02:21 #115 [security-proxy-auth] exporting to image 06:02:21 #115 writing image sha256:5dfc56e0dd7062697798949845763d94bfcc3de1010bca7d130547d82ecc227f 0.0s done 06:02:21 #115 naming to docker.io/library/security-proxy-auth done 06:02:21 #115 ... 06:02:21 06:02:21 #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 06:02:21 #233 DONE 0.1s 06:02:21 06:02:21 #234 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:02:21 #234 DONE 0.1s 06:02:21 06:02:21 #115 [security-proxy-setup] exporting to image 06:02:21 #115 exporting layers 0.3s done 06:02:21 #115 writing image sha256:1c0598fe098eccb838afa65eb9b918f7d3d3bcdd363ef43c0dc08ebad3db5ef1 done 06:02:21 #115 naming to docker.io/library/security-proxy-setup done 06:02:21 #115 DONE 3.0s 06:02:21 06:02:21 #235 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:02:21 #235 DONE 0.6s 06:02:21 06:02:21 #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 06:02:21 #236 DONE 0.4s 06:02:21 06:02:21 #115 [security-secretstore-setup] exporting to image 06:02:21 #115 exporting layers 0.2s done 06:02:21 #115 writing image sha256:caceb311af9a0da41ad253d08cda102360a435a13850f218f3ca82ae149c97a2 done 06:02:21 #115 naming to docker.io/library/security-secretstore-setup done 06:02:21 #115 DONE 3.2s 06:02:21 06:02:21 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:02:21 #37 ... 06:02:21 06:02:21 #115 [security-bootstrapper] exporting to image 06:02:21 #115 exporting layers 0.2s done 06:02:21 #115 writing image sha256:077f1f33342a07281e7d18197ade93a4fe1d8235ed9bc7972cb6f55790f83dda done 06:02:21 #115 naming to docker.io/library/security-bootstrapper done 06:02:21 #115 DONE 3.4s 06:02:21 06:02:21 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:02:21 time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:02:21 time="2024-10-16T05:57:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:02:21 $ docker stop --time=1 4e52f9c876828449d777eaa6cde2c6717fb5db8cda5a9c12d2a1acf160ecdb32 06:02:22 $ docker rm -f --volumes 4e52f9c876828449d777eaa6cde2c6717fb5db8cda5a9c12d2a1acf160ecdb32 [Pipeline] // withDockerContainer [Pipeline] sh 06:02:23 + docker images 06:02:23 REPOSITORY TAG IMAGE ID CREATED SIZE 06:02:23 security-bootstrapper latest 077f1f33342a 3 seconds ago 27.4MB 06:02:23 security-secretstore-setup latest caceb311af9a 3 seconds ago 52.2MB 06:02:23 security-proxy-setup latest 1c0598fe098e 3 seconds ago 33.9MB 06:02:23 core-common-config-bootstrapper latest e3aaad5f917d 4 seconds ago 21.3MB 06:02:23 core-metadata latest fa5ef69f47ba 4 seconds ago 42.4MB 06:02:23 security-proxy-auth latest 5dfc56e0dd70 4 seconds ago 34.4MB 06:02:23 support-notifications latest dec20df9b6ed 5 seconds ago 65.4MB 06:02:23 support-cron-scheduler latest 4f6c1a430d26 5 seconds ago 66.5MB 06:02:23 support-scheduler latest 3e885c3eb51e 5 seconds ago 64.7MB 06:02:23 core-data latest c35ef0e14469 5 seconds ago 42.3MB 06:02:23 security-spiffe-token-provider latest 1bcc1849dbcb 5 seconds ago 41.3MB 06:02:23 core-command latest f03b5ce2f606 5 seconds ago 36.4MB 06:02:23 core-keeper latest d4ec7adbe6f4 5 seconds ago 41.5MB 06:02:23 security-spire-server latest 8add51132a76 3 minutes ago 122MB 06:02:23 security-spire-config latest 786a80e119ab 3 minutes ago 121MB 06:02:23 security-spire-agent latest e22a41d6f03e 3 minutes ago 183MB 06:02:23 ci-base-image-x86_64 latest 9292fd4d0adc 8 minutes ago 980MB 06:02:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 13 days ago 573MB 06:02:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB 06:02:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:02:23 provisioning config files... 06:02:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config11922490518804501528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:23 ---> ****-login.sh 06:02:23 nexus3.edgexfoundry.org:10001 06:02:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:23 Configure a credential helper to remove this warning. See 06:02:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:23 06:02:23 Login Succeeded 06:02:23 nexus3.edgexfoundry.org:10002 06:02:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:23 Configure a credential helper to remove this warning. See 06:02:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:23 06:02:23 Login Succeeded 06:02:23 nexus3.edgexfoundry.org:10003 06:02:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:23 Configure a credential helper to remove this warning. See 06:02:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:23 06:02:23 Login Succeeded 06:02:23 nexus3.edgexfoundry.org:10004 06:02:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:24 Configure a credential helper to remove this warning. See 06:02:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:24 06:02:24 Login Succeeded 06:02:24 ****.io 06:02:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:02:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:02:24 Configure a credential helper to remove this warning. See 06:02:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:02:24 06:02:24 Login Succeeded 06:02:24 ---> ****-login.sh ends [Pipeline] } 06:02:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:02:24 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:02:24 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:24 latest 06:02:24 3.2.0-dev.107 06:02:24 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:24 main 06:02:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:24 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:25 + docker push nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:02:25 5912dae337ce: Preparing 06:02:25 848474ce8165: Preparing 06:02:25 d75d60d73482: Preparing 06:02:25 92025d204b8f: Preparing 06:02:25 90803da7825b: Preparing 06:02:25 4b1f0c61b248: Preparing 06:02:25 63ca1fbb43ae: Preparing 06:02:25 4b1f0c61b248: Waiting 06:02:25 63ca1fbb43ae: Waiting 06:02:25 92025d204b8f: Pushed 06:02:25 90803da7825b: Pushed 06:02:25 5912dae337ce: Pushed 06:02:25 d75d60d73482: Pushed 06:02:25 63ca1fbb43ae: Layer already exists 06:02:25 4b1f0c61b248: Pushed 06:02:28 848474ce8165: Pushed 06:02:28 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:28 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:02:28 5912dae337ce: Preparing 06:02:28 848474ce8165: Preparing 06:02:28 d75d60d73482: Preparing 06:02:28 92025d204b8f: Preparing 06:02:28 90803da7825b: Preparing 06:02:28 4b1f0c61b248: Preparing 06:02:28 63ca1fbb43ae: Preparing 06:02:28 4b1f0c61b248: Waiting 06:02:28 63ca1fbb43ae: Waiting 06:02:28 5912dae337ce: Layer already exists 06:02:28 90803da7825b: Layer already exists 06:02:28 92025d204b8f: Layer already exists 06:02:28 d75d60d73482: Layer already exists 06:02:28 848474ce8165: Layer already exists 06:02:28 63ca1fbb43ae: Layer already exists 06:02:28 4b1f0c61b248: Layer already exists 06:02:28 latest: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:29 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.107 06:02:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:02:29 5912dae337ce: Preparing 06:02:29 848474ce8165: Preparing 06:02:29 d75d60d73482: Preparing 06:02:29 92025d204b8f: Preparing 06:02:29 90803da7825b: Preparing 06:02:29 4b1f0c61b248: Preparing 06:02:29 63ca1fbb43ae: Preparing 06:02:29 63ca1fbb43ae: Waiting 06:02:29 5912dae337ce: Layer already exists 06:02:29 d75d60d73482: Layer already exists 06:02:29 90803da7825b: Layer already exists 06:02:29 848474ce8165: Layer already exists 06:02:29 92025d204b8f: Layer already exists 06:02:29 4b1f0c61b248: Layer already exists 06:02:29 63ca1fbb43ae: Layer already exists 06:02:29 3.2.0-dev.107: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:30 + docker push nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:02:30 5912dae337ce: Preparing 06:02:30 848474ce8165: Preparing 06:02:30 d75d60d73482: Preparing 06:02:30 92025d204b8f: Preparing 06:02:30 90803da7825b: Preparing 06:02:30 4b1f0c61b248: Preparing 06:02:30 63ca1fbb43ae: Preparing 06:02:30 63ca1fbb43ae: Waiting 06:02:30 848474ce8165: Layer already exists 06:02:30 5912dae337ce: Layer already exists 06:02:30 d75d60d73482: Layer already exists 06:02:30 92025d204b8f: Layer already exists 06:02:30 90803da7825b: Layer already exists 06:02:30 4b1f0c61b248: Layer already exists 06:02:30 63ca1fbb43ae: Layer already exists 06:02:30 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:30 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:02:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:02:30 5912dae337ce: Preparing 06:02:30 848474ce8165: Preparing 06:02:30 d75d60d73482: Preparing 06:02:30 92025d204b8f: Preparing 06:02:30 90803da7825b: Preparing 06:02:30 4b1f0c61b248: Preparing 06:02:30 63ca1fbb43ae: Preparing 06:02:30 4b1f0c61b248: Waiting 06:02:30 63ca1fbb43ae: Waiting 06:02:30 90803da7825b: Layer already exists 06:02:30 848474ce8165: Layer already exists 06:02:30 92025d204b8f: Layer already exists 06:02:30 d75d60d73482: Layer already exists 06:02:30 5912dae337ce: Layer already exists 06:02:30 4b1f0c61b248: Layer already exists 06:02:30 63ca1fbb43ae: Layer already exists 06:02:30 main: digest: sha256:e5ba391b8b3d6ca185db2f4e8b7e2429bda047a4f90733f0bb68038b4c171e95 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:30 ===================================================== [Pipeline] echo 06:02:30 taggedImages: 06:02:30 - nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:30 - nexus3.edgexfoundry.org:10004/core-command:latest 06:02:30 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.107 06:02:30 - nexus3.edgexfoundry.org:10004/core-command:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:30 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:02:31 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:02:31 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:31 latest 06:02:31 3.2.0-dev.107 06:02:31 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:31 main 06:02:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:31 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:02:31 3c66b21fe05e: Preparing 06:02:31 9c412aea7f06: Preparing 06:02:31 245e1f1d8e01: Preparing 06:02:31 61c0ed6d5ce8: Preparing 06:02:31 d75d60d73482: Preparing 06:02:31 92025d204b8f: Preparing 06:02:31 90803da7825b: Preparing 06:02:31 4b1f0c61b248: Preparing 06:02:31 63ca1fbb43ae: Preparing 06:02:31 90803da7825b: Waiting 06:02:31 4b1f0c61b248: Waiting 06:02:31 63ca1fbb43ae: Waiting 06:02:31 92025d204b8f: Waiting 06:02:31 d75d60d73482: Layer already exists 06:02:31 92025d204b8f: Layer already exists 06:02:31 90803da7825b: Layer already exists 06:02:31 4b1f0c61b248: Layer already exists 06:02:31 9c412aea7f06: Pushed 06:02:31 63ca1fbb43ae: Layer already exists 06:02:31 245e1f1d8e01: Pushed 06:02:31 3c66b21fe05e: Pushed 06:02:33 61c0ed6d5ce8: Pushed 06:02:33 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:33 + 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 06:02:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:02:33 3c66b21fe05e: Preparing 06:02:33 9c412aea7f06: Preparing 06:02:33 245e1f1d8e01: Preparing 06:02:33 61c0ed6d5ce8: Preparing 06:02:33 d75d60d73482: Preparing 06:02:33 92025d204b8f: Preparing 06:02:33 90803da7825b: Preparing 06:02:33 4b1f0c61b248: Preparing 06:02:33 63ca1fbb43ae: Preparing 06:02:33 90803da7825b: Waiting 06:02:33 4b1f0c61b248: Waiting 06:02:33 92025d204b8f: Waiting 06:02:33 9c412aea7f06: Layer already exists 06:02:33 d75d60d73482: Layer already exists 06:02:33 245e1f1d8e01: Layer already exists 06:02:33 3c66b21fe05e: Layer already exists 06:02:33 61c0ed6d5ce8: Layer already exists 06:02:33 92025d204b8f: Layer already exists 06:02:33 90803da7825b: Layer already exists 06:02:33 4b1f0c61b248: Layer already exists 06:02:33 63ca1fbb43ae: Layer already exists 06:02:33 latest: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.107 06:02:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:02:34 3c66b21fe05e: Preparing 06:02:34 9c412aea7f06: Preparing 06:02:34 245e1f1d8e01: Preparing 06:02:34 61c0ed6d5ce8: Preparing 06:02:34 d75d60d73482: Preparing 06:02:34 92025d204b8f: Preparing 06:02:34 90803da7825b: Preparing 06:02:34 4b1f0c61b248: Preparing 06:02:34 63ca1fbb43ae: Preparing 06:02:34 92025d204b8f: Waiting 06:02:34 90803da7825b: Waiting 06:02:34 4b1f0c61b248: Waiting 06:02:34 63ca1fbb43ae: Waiting 06:02:34 61c0ed6d5ce8: Layer already exists 06:02:34 9c412aea7f06: Layer already exists 06:02:34 3c66b21fe05e: Layer already exists 06:02:34 d75d60d73482: Layer already exists 06:02:34 245e1f1d8e01: Layer already exists 06:02:34 92025d204b8f: Layer already exists 06:02:34 90803da7825b: Layer already exists 06:02:34 4b1f0c61b248: Layer already exists 06:02:34 63ca1fbb43ae: Layer already exists 06:02:34 3.2.0-dev.107: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:02:35 3c66b21fe05e: Preparing 06:02:35 9c412aea7f06: Preparing 06:02:35 245e1f1d8e01: Preparing 06:02:35 61c0ed6d5ce8: Preparing 06:02:35 d75d60d73482: Preparing 06:02:35 92025d204b8f: Preparing 06:02:35 90803da7825b: Preparing 06:02:35 4b1f0c61b248: Preparing 06:02:35 63ca1fbb43ae: Preparing 06:02:35 90803da7825b: Waiting 06:02:35 63ca1fbb43ae: Waiting 06:02:35 4b1f0c61b248: Waiting 06:02:35 92025d204b8f: Waiting 06:02:35 9c412aea7f06: Layer already exists 06:02:35 3c66b21fe05e: Layer already exists 06:02:35 61c0ed6d5ce8: Layer already exists 06:02:35 d75d60d73482: Layer already exists 06:02:35 245e1f1d8e01: Layer already exists 06:02:35 92025d204b8f: Layer already exists 06:02:35 90803da7825b: Layer already exists 06:02:35 4b1f0c61b248: Layer already exists 06:02:35 63ca1fbb43ae: Layer already exists 06:02:35 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:35 + 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 06:02:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:02:35 3c66b21fe05e: Preparing 06:02:35 9c412aea7f06: Preparing 06:02:35 245e1f1d8e01: Preparing 06:02:35 61c0ed6d5ce8: Preparing 06:02:35 d75d60d73482: Preparing 06:02:35 92025d204b8f: Preparing 06:02:35 90803da7825b: Preparing 06:02:35 4b1f0c61b248: Preparing 06:02:35 63ca1fbb43ae: Preparing 06:02:35 90803da7825b: Waiting 06:02:35 4b1f0c61b248: Waiting 06:02:35 63ca1fbb43ae: Waiting 06:02:35 9c412aea7f06: Layer already exists 06:02:35 61c0ed6d5ce8: Layer already exists 06:02:35 245e1f1d8e01: Layer already exists 06:02:35 3c66b21fe05e: Layer already exists 06:02:35 d75d60d73482: Layer already exists 06:02:35 92025d204b8f: Layer already exists 06:02:35 90803da7825b: Layer already exists 06:02:35 4b1f0c61b248: Layer already exists 06:02:35 63ca1fbb43ae: Layer already exists 06:02:35 main: digest: sha256:601fff0c06cb3739538408059d593111fc8fcdbc1793ed190df2e1f638123b5f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:35 ===================================================== [Pipeline] echo 06:02:35 taggedImages: 06:02:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:02:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.107 06:02:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:02:35 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:02:35 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:35 latest 06:02:35 3.2.0-dev.107 06:02:35 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:35 main 06:02:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:36 + docker push nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:02:36 cdaf8fa2b5f3: Preparing 06:02:36 74453d3b9f8c: Preparing 06:02:36 bb4910e6bdf2: Preparing 06:02:36 d75d60d73482: Preparing 06:02:36 92025d204b8f: Preparing 06:02:36 bac3cdf84928: Preparing 06:02:36 e0e008781adb: Preparing 06:02:36 63ca1fbb43ae: Preparing 06:02:36 e0e008781adb: Waiting 06:02:36 bac3cdf84928: Waiting 06:02:36 63ca1fbb43ae: Waiting 06:02:36 d75d60d73482: Layer already exists 06:02:36 92025d204b8f: Layer already exists 06:02:36 cdaf8fa2b5f3: Pushed 06:02:36 63ca1fbb43ae: Layer already exists 06:02:36 74453d3b9f8c: Pushed 06:02:36 bac3cdf84928: Pushed 06:02:36 e0e008781adb: Pushed 06:02:39 bb4910e6bdf2: Pushed 06:02:39 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:40 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:02:40 cdaf8fa2b5f3: Preparing 06:02:40 74453d3b9f8c: Preparing 06:02:40 bb4910e6bdf2: Preparing 06:02:40 d75d60d73482: Preparing 06:02:40 92025d204b8f: Preparing 06:02:40 bac3cdf84928: Preparing 06:02:40 e0e008781adb: Preparing 06:02:40 63ca1fbb43ae: Preparing 06:02:40 bac3cdf84928: Waiting 06:02:40 e0e008781adb: Waiting 06:02:40 63ca1fbb43ae: Waiting 06:02:40 74453d3b9f8c: Layer already exists 06:02:40 bb4910e6bdf2: Layer already exists 06:02:40 cdaf8fa2b5f3: Layer already exists 06:02:40 d75d60d73482: Layer already exists 06:02:40 92025d204b8f: Layer already exists 06:02:40 e0e008781adb: Layer already exists 06:02:40 bac3cdf84928: Layer already exists 06:02:40 63ca1fbb43ae: Layer already exists 06:02:40 latest: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:41 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.107 06:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:02:41 cdaf8fa2b5f3: Preparing 06:02:41 74453d3b9f8c: Preparing 06:02:41 bb4910e6bdf2: Preparing 06:02:41 d75d60d73482: Preparing 06:02:41 92025d204b8f: Preparing 06:02:41 bac3cdf84928: Preparing 06:02:41 e0e008781adb: Preparing 06:02:41 63ca1fbb43ae: Preparing 06:02:41 e0e008781adb: Waiting 06:02:41 bac3cdf84928: Waiting 06:02:41 63ca1fbb43ae: Waiting 06:02:41 92025d204b8f: Layer already exists 06:02:41 d75d60d73482: Layer already exists 06:02:41 cdaf8fa2b5f3: Layer already exists 06:02:41 bb4910e6bdf2: Layer already exists 06:02:41 74453d3b9f8c: Layer already exists 06:02:41 e0e008781adb: Layer already exists 06:02:41 bac3cdf84928: Layer already exists 06:02:41 63ca1fbb43ae: Layer already exists 06:02:41 3.2.0-dev.107: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:41 + docker push nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:02:41 cdaf8fa2b5f3: Preparing 06:02:41 74453d3b9f8c: Preparing 06:02:41 bb4910e6bdf2: Preparing 06:02:41 d75d60d73482: Preparing 06:02:41 92025d204b8f: Preparing 06:02:41 bac3cdf84928: Preparing 06:02:41 e0e008781adb: Preparing 06:02:41 63ca1fbb43ae: Preparing 06:02:41 bac3cdf84928: Waiting 06:02:41 e0e008781adb: Waiting 06:02:41 63ca1fbb43ae: Waiting 06:02:41 d75d60d73482: Layer already exists 06:02:41 74453d3b9f8c: Layer already exists 06:02:41 cdaf8fa2b5f3: Layer already exists 06:02:41 92025d204b8f: Layer already exists 06:02:41 bb4910e6bdf2: Layer already exists 06:02:41 bac3cdf84928: Layer already exists 06:02:41 63ca1fbb43ae: Layer already exists 06:02:41 e0e008781adb: Layer already exists 06:02:41 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:42 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:42 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:02:42 cdaf8fa2b5f3: Preparing 06:02:42 74453d3b9f8c: Preparing 06:02:42 bb4910e6bdf2: Preparing 06:02:42 d75d60d73482: Preparing 06:02:42 92025d204b8f: Preparing 06:02:42 bac3cdf84928: Preparing 06:02:42 e0e008781adb: Preparing 06:02:42 63ca1fbb43ae: Preparing 06:02:42 bac3cdf84928: Waiting 06:02:42 e0e008781adb: Waiting 06:02:42 63ca1fbb43ae: Waiting 06:02:42 92025d204b8f: Layer already exists 06:02:42 bb4910e6bdf2: Layer already exists 06:02:42 cdaf8fa2b5f3: Layer already exists 06:02:42 74453d3b9f8c: Layer already exists 06:02:42 d75d60d73482: Layer already exists 06:02:42 e0e008781adb: Layer already exists 06:02:42 63ca1fbb43ae: Layer already exists 06:02:42 bac3cdf84928: Layer already exists 06:02:42 main: digest: sha256:c62e4dca9439b797dda22ae4a9dc8824d8f26f5a20614bff74d754a5806be8f6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:42 ===================================================== [Pipeline] echo 06:02:42 taggedImages: 06:02:42 - nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:42 - nexus3.edgexfoundry.org:10004/core-data:latest 06:02:42 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.107 06:02:42 - nexus3.edgexfoundry.org:10004/core-data:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:42 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:02:42 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 06:02:42 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:42 latest 06:02:42 3.2.0-dev.107 06:02:42 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:42 main 06:02:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:42 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:02:43 fb41a4e2be27: Preparing 06:02:43 4c5eab77763c: Preparing 06:02:43 ae8638149145: Preparing 06:02:43 92025d204b8f: Preparing 06:02:43 b88ef3246de8: Preparing 06:02:43 e924818405b9: Preparing 06:02:43 63ca1fbb43ae: Preparing 06:02:43 63ca1fbb43ae: Waiting 06:02:43 e924818405b9: Waiting 06:02:43 92025d204b8f: Layer already exists 06:02:43 e924818405b9: Pushed 06:02:43 63ca1fbb43ae: Layer already exists 06:02:43 b88ef3246de8: Pushed 06:02:43 4c5eab77763c: Pushed 06:02:43 fb41a4e2be27: Pushed 06:02:46 ae8638149145: Pushed 06:02:46 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:47 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 06:02:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:02:47 fb41a4e2be27: Preparing 06:02:47 4c5eab77763c: Preparing 06:02:47 ae8638149145: Preparing 06:02:47 92025d204b8f: Preparing 06:02:47 b88ef3246de8: Preparing 06:02:47 e924818405b9: Preparing 06:02:47 63ca1fbb43ae: Preparing 06:02:47 e924818405b9: Waiting 06:02:47 63ca1fbb43ae: Waiting 06:02:47 4c5eab77763c: Layer already exists 06:02:47 ae8638149145: Layer already exists 06:02:47 92025d204b8f: Layer already exists 06:02:47 fb41a4e2be27: Layer already exists 06:02:47 b88ef3246de8: Layer already exists 06:02:47 63ca1fbb43ae: Layer already exists 06:02:47 e924818405b9: Layer already exists 06:02:47 latest: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:47 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.107 06:02:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:02:48 fb41a4e2be27: Preparing 06:02:48 4c5eab77763c: Preparing 06:02:48 ae8638149145: Preparing 06:02:48 92025d204b8f: Preparing 06:02:48 b88ef3246de8: Preparing 06:02:48 e924818405b9: Preparing 06:02:48 63ca1fbb43ae: Preparing 06:02:48 e924818405b9: Waiting 06:02:48 63ca1fbb43ae: Waiting 06:02:48 ae8638149145: Layer already exists 06:02:48 92025d204b8f: Layer already exists 06:02:48 b88ef3246de8: Layer already exists 06:02:48 fb41a4e2be27: Layer already exists 06:02:48 4c5eab77763c: Layer already exists 06:02:48 e924818405b9: Layer already exists 06:02:48 63ca1fbb43ae: Layer already exists 06:02:48 3.2.0-dev.107: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:02:48 fb41a4e2be27: Preparing 06:02:48 4c5eab77763c: Preparing 06:02:48 ae8638149145: Preparing 06:02:48 92025d204b8f: Preparing 06:02:48 b88ef3246de8: Preparing 06:02:48 e924818405b9: Preparing 06:02:48 63ca1fbb43ae: Preparing 06:02:48 e924818405b9: Waiting 06:02:48 63ca1fbb43ae: Waiting 06:02:48 b88ef3246de8: Layer already exists 06:02:48 fb41a4e2be27: Layer already exists 06:02:48 4c5eab77763c: Layer already exists 06:02:48 92025d204b8f: Layer already exists 06:02:48 ae8638149145: Layer already exists 06:02:48 e924818405b9: Layer already exists 06:02:48 63ca1fbb43ae: Layer already exists 06:02:48 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 06:02:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:02:49 fb41a4e2be27: Preparing 06:02:49 4c5eab77763c: Preparing 06:02:49 ae8638149145: Preparing 06:02:49 92025d204b8f: Preparing 06:02:49 b88ef3246de8: Preparing 06:02:49 e924818405b9: Preparing 06:02:49 63ca1fbb43ae: Preparing 06:02:49 e924818405b9: Waiting 06:02:49 63ca1fbb43ae: Waiting 06:02:49 fb41a4e2be27: Layer already exists 06:02:49 92025d204b8f: Layer already exists 06:02:49 ae8638149145: Layer already exists 06:02:49 4c5eab77763c: Layer already exists 06:02:49 b88ef3246de8: Layer already exists 06:02:49 e924818405b9: Layer already exists 06:02:49 63ca1fbb43ae: Layer already exists 06:02:49 main: digest: sha256:aeb3284e8279527b305e0568a0e76d303e968c1fe47675d661fba94e884c7394 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:49 ===================================================== [Pipeline] echo 06:02:49 taggedImages: 06:02:49 - nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:49 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:02:49 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.107 06:02:49 - nexus3.edgexfoundry.org:10004/core-keeper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:49 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 06:02:49 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:02:49 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:49 latest 06:02:49 3.2.0-dev.107 06:02:49 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:49 main 06:02:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:49 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:02:50 0c7fdb9281dc: Preparing 06:02:50 77507025c75d: Preparing 06:02:50 26cc6155308f: Preparing 06:02:50 fe4ff308175d: Preparing 06:02:50 d75d60d73482: Preparing 06:02:50 92025d204b8f: Preparing 06:02:50 90803da7825b: Preparing 06:02:50 4b1f0c61b248: Preparing 06:02:50 63ca1fbb43ae: Preparing 06:02:50 92025d204b8f: Waiting 06:02:50 90803da7825b: Waiting 06:02:50 4b1f0c61b248: Waiting 06:02:50 d75d60d73482: Layer already exists 06:02:50 92025d204b8f: Layer already exists 06:02:50 90803da7825b: Layer already exists 06:02:50 4b1f0c61b248: Layer already exists 06:02:50 63ca1fbb43ae: Layer already exists 06:02:50 0c7fdb9281dc: Pushed 06:02:50 26cc6155308f: Pushed 06:02:50 77507025c75d: Pushed 06:02:53 fe4ff308175d: Pushed 06:02:53 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:02:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:02:54 0c7fdb9281dc: Preparing 06:02:54 77507025c75d: Preparing 06:02:54 26cc6155308f: Preparing 06:02:54 fe4ff308175d: Preparing 06:02:54 d75d60d73482: Preparing 06:02:54 92025d204b8f: Preparing 06:02:54 90803da7825b: Preparing 06:02:54 4b1f0c61b248: Preparing 06:02:54 63ca1fbb43ae: Preparing 06:02:54 4b1f0c61b248: Waiting 06:02:54 92025d204b8f: Waiting 06:02:54 63ca1fbb43ae: Waiting 06:02:54 90803da7825b: Waiting 06:02:54 77507025c75d: Layer already exists 06:02:54 d75d60d73482: Layer already exists 06:02:54 26cc6155308f: Layer already exists 06:02:54 fe4ff308175d: Layer already exists 06:02:54 0c7fdb9281dc: Layer already exists 06:02:54 92025d204b8f: Layer already exists 06:02:54 4b1f0c61b248: Layer already exists 06:02:54 63ca1fbb43ae: Layer already exists 06:02:54 90803da7825b: Layer already exists 06:02:54 latest: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.107 06:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:02:55 0c7fdb9281dc: Preparing 06:02:55 77507025c75d: Preparing 06:02:55 26cc6155308f: Preparing 06:02:55 fe4ff308175d: Preparing 06:02:55 d75d60d73482: Preparing 06:02:55 92025d204b8f: Preparing 06:02:55 90803da7825b: Preparing 06:02:55 4b1f0c61b248: Preparing 06:02:55 63ca1fbb43ae: Preparing 06:02:55 4b1f0c61b248: Waiting 06:02:55 63ca1fbb43ae: Waiting 06:02:55 90803da7825b: Waiting 06:02:55 92025d204b8f: Waiting 06:02:55 d75d60d73482: Layer already exists 06:02:55 0c7fdb9281dc: Layer already exists 06:02:55 26cc6155308f: Layer already exists 06:02:55 77507025c75d: Layer already exists 06:02:55 fe4ff308175d: Layer already exists 06:02:55 90803da7825b: Layer already exists 06:02:55 92025d204b8f: Layer already exists 06:02:55 63ca1fbb43ae: Layer already exists 06:02:55 4b1f0c61b248: Layer already exists 06:02:55 3.2.0-dev.107: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:02:55 0c7fdb9281dc: Preparing 06:02:55 77507025c75d: Preparing 06:02:55 26cc6155308f: Preparing 06:02:55 fe4ff308175d: Preparing 06:02:55 d75d60d73482: Preparing 06:02:55 92025d204b8f: Preparing 06:02:55 90803da7825b: Preparing 06:02:55 4b1f0c61b248: Preparing 06:02:55 63ca1fbb43ae: Preparing 06:02:55 92025d204b8f: Waiting 06:02:55 90803da7825b: Waiting 06:02:55 4b1f0c61b248: Waiting 06:02:55 63ca1fbb43ae: Waiting 06:02:55 d75d60d73482: Layer already exists 06:02:55 26cc6155308f: Layer already exists 06:02:55 77507025c75d: Layer already exists 06:02:55 fe4ff308175d: Layer already exists 06:02:55 0c7fdb9281dc: Layer already exists 06:02:55 92025d204b8f: Layer already exists 06:02:55 4b1f0c61b248: Layer already exists 06:02:55 90803da7825b: Layer already exists 06:02:55 63ca1fbb43ae: Layer already exists 06:02:55 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:02:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:02:56 0c7fdb9281dc: Preparing 06:02:56 77507025c75d: Preparing 06:02:56 26cc6155308f: Preparing 06:02:56 fe4ff308175d: Preparing 06:02:56 d75d60d73482: Preparing 06:02:56 92025d204b8f: Preparing 06:02:56 90803da7825b: Preparing 06:02:56 4b1f0c61b248: Preparing 06:02:56 63ca1fbb43ae: Preparing 06:02:56 63ca1fbb43ae: Waiting 06:02:56 92025d204b8f: Waiting 06:02:56 90803da7825b: Waiting 06:02:56 4b1f0c61b248: Waiting 06:02:56 fe4ff308175d: Layer already exists 06:02:56 0c7fdb9281dc: Layer already exists 06:02:56 26cc6155308f: Layer already exists 06:02:56 d75d60d73482: Layer already exists 06:02:56 77507025c75d: Layer already exists 06:02:56 90803da7825b: Layer already exists 06:02:56 92025d204b8f: Layer already exists 06:02:56 4b1f0c61b248: Layer already exists 06:02:56 63ca1fbb43ae: Layer already exists 06:02:56 main: digest: sha256:a03a42f32c4b68f52aa80aef8f2735bdac5b1f1d43a44591216dfc2e4bb98123 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:02:56 ===================================================== [Pipeline] echo 06:02:56 taggedImages: 06:02:56 - nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:56 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:02:56 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.107 06:02:56 - nexus3.edgexfoundry.org:10004/core-metadata:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:56 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:02:56 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:02:56 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:56 latest 06:02:56 3.2.0-dev.107 06:02:56 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:02:56 main 06:02:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:02:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:02:57 8c8f3a975bf0: Preparing 06:02:57 318e8fc37359: Preparing 06:02:57 a246394cf0c6: Preparing 06:02:57 3ca00d96f4a9: Preparing 06:02:57 c796085bc59f: Preparing 06:02:57 0f56b0ec2ad1: Preparing 06:02:57 de86aa2d1e46: Preparing 06:02:57 d6675b4e05f8: Preparing 06:02:57 d75d60d73482: Preparing 06:02:57 92025d204b8f: Preparing 06:02:57 35aca853abbb: Preparing 06:02:57 b0e31145fd66: Preparing 06:02:57 5f70bf18a086: Preparing 06:02:57 a01ba3ef268a: Preparing 06:02:57 f8b8bf6427d2: Preparing 06:02:57 47d89a0a83a1: Preparing 06:02:57 63ca1fbb43ae: Preparing 06:02:57 5f70bf18a086: Waiting 06:02:57 de86aa2d1e46: Waiting 06:02:57 a01ba3ef268a: Waiting 06:02:57 f8b8bf6427d2: Waiting 06:02:57 92025d204b8f: Waiting 06:02:57 47d89a0a83a1: Waiting 06:02:57 63ca1fbb43ae: Waiting 06:02:57 d6675b4e05f8: Waiting 06:02:57 35aca853abbb: Waiting 06:02:57 d75d60d73482: Waiting 06:02:57 b0e31145fd66: Waiting 06:02:57 0f56b0ec2ad1: Waiting 06:02:57 a246394cf0c6: Pushed 06:02:57 c796085bc59f: Pushed 06:02:57 3ca00d96f4a9: Pushed 06:02:57 318e8fc37359: Pushed 06:02:57 8c8f3a975bf0: Pushed 06:02:57 d75d60d73482: Layer already exists 06:02:57 92025d204b8f: Layer already exists 06:02:57 0f56b0ec2ad1: Pushed 06:02:57 5f70bf18a086: Layer already exists 06:02:57 de86aa2d1e46: Pushed 06:02:57 35aca853abbb: Pushed 06:02:57 b0e31145fd66: Pushed 06:02:57 a01ba3ef268a: Pushed 06:02:57 63ca1fbb43ae: Layer already exists 06:02:57 f8b8bf6427d2: Pushed 06:02:57 47d89a0a83a1: Pushed 06:02:59 d6675b4e05f8: Pushed 06:02:59 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:02:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:02:59 8c8f3a975bf0: Preparing 06:02:59 318e8fc37359: Preparing 06:02:59 a246394cf0c6: Preparing 06:02:59 3ca00d96f4a9: Preparing 06:02:59 c796085bc59f: Preparing 06:02:59 0f56b0ec2ad1: Preparing 06:02:59 de86aa2d1e46: Preparing 06:02:59 d6675b4e05f8: Preparing 06:02:59 d75d60d73482: Preparing 06:02:59 92025d204b8f: Preparing 06:02:59 35aca853abbb: Preparing 06:02:59 b0e31145fd66: Preparing 06:02:59 5f70bf18a086: Preparing 06:02:59 a01ba3ef268a: Preparing 06:02:59 f8b8bf6427d2: Preparing 06:02:59 47d89a0a83a1: Preparing 06:02:59 63ca1fbb43ae: Preparing 06:02:59 0f56b0ec2ad1: Waiting 06:02:59 b0e31145fd66: Waiting 06:02:59 5f70bf18a086: Waiting 06:02:59 a01ba3ef268a: Waiting 06:02:59 f8b8bf6427d2: Waiting 06:02:59 47d89a0a83a1: Waiting 06:02:59 de86aa2d1e46: Waiting 06:02:59 d6675b4e05f8: Waiting 06:02:59 d75d60d73482: Waiting 06:02:59 92025d204b8f: Waiting 06:02:59 35aca853abbb: Waiting 06:02:59 63ca1fbb43ae: Waiting 06:02:59 3ca00d96f4a9: Layer already exists 06:02:59 318e8fc37359: Layer already exists 06:02:59 a246394cf0c6: Layer already exists 06:02:59 8c8f3a975bf0: Layer already exists 06:02:59 c796085bc59f: Layer already exists 06:02:59 0f56b0ec2ad1: Layer already exists 06:02:59 de86aa2d1e46: Layer already exists 06:02:59 d75d60d73482: Layer already exists 06:02:59 d6675b4e05f8: Layer already exists 06:02:59 92025d204b8f: Layer already exists 06:02:59 35aca853abbb: Layer already exists 06:02:59 5f70bf18a086: Layer already exists 06:02:59 f8b8bf6427d2: Layer already exists 06:02:59 a01ba3ef268a: Layer already exists 06:02:59 b0e31145fd66: Layer already exists 06:02:59 47d89a0a83a1: Layer already exists 06:02:59 63ca1fbb43ae: Layer already exists 06:02:59 latest: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.107 06:03:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:03:00 8c8f3a975bf0: Preparing 06:03:00 318e8fc37359: Preparing 06:03:00 a246394cf0c6: Preparing 06:03:00 3ca00d96f4a9: Preparing 06:03:00 c796085bc59f: Preparing 06:03:00 0f56b0ec2ad1: Preparing 06:03:00 de86aa2d1e46: Preparing 06:03:00 d6675b4e05f8: Preparing 06:03:00 d75d60d73482: Preparing 06:03:00 92025d204b8f: Preparing 06:03:00 35aca853abbb: Preparing 06:03:00 b0e31145fd66: Preparing 06:03:00 5f70bf18a086: Preparing 06:03:00 a01ba3ef268a: Preparing 06:03:00 f8b8bf6427d2: Preparing 06:03:00 47d89a0a83a1: Preparing 06:03:00 63ca1fbb43ae: Preparing 06:03:00 0f56b0ec2ad1: Waiting 06:03:00 92025d204b8f: Waiting 06:03:00 35aca853abbb: Waiting 06:03:00 b0e31145fd66: Waiting 06:03:00 5f70bf18a086: Waiting 06:03:00 a01ba3ef268a: Waiting 06:03:00 f8b8bf6427d2: Waiting 06:03:00 63ca1fbb43ae: Waiting 06:03:00 de86aa2d1e46: Waiting 06:03:00 d75d60d73482: Waiting 06:03:00 d6675b4e05f8: Waiting 06:03:00 8c8f3a975bf0: Layer already exists 06:03:00 c796085bc59f: Layer already exists 06:03:00 a246394cf0c6: Layer already exists 06:03:00 318e8fc37359: Layer already exists 06:03:00 3ca00d96f4a9: Layer already exists 06:03:00 0f56b0ec2ad1: Layer already exists 06:03:00 de86aa2d1e46: Layer already exists 06:03:00 d6675b4e05f8: Layer already exists 06:03:00 92025d204b8f: Layer already exists 06:03:00 d75d60d73482: Layer already exists 06:03:00 35aca853abbb: Layer already exists 06:03:00 b0e31145fd66: Layer already exists 06:03:00 a01ba3ef268a: Layer already exists 06:03:00 5f70bf18a086: Layer already exists 06:03:00 f8b8bf6427d2: Layer already exists 06:03:00 47d89a0a83a1: Layer already exists 06:03:00 63ca1fbb43ae: Layer already exists 06:03:00 3.2.0-dev.107: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:03:01 8c8f3a975bf0: Preparing 06:03:01 318e8fc37359: Preparing 06:03:01 a246394cf0c6: Preparing 06:03:01 3ca00d96f4a9: Preparing 06:03:01 c796085bc59f: Preparing 06:03:01 0f56b0ec2ad1: Preparing 06:03:01 de86aa2d1e46: Preparing 06:03:01 d6675b4e05f8: Preparing 06:03:01 d75d60d73482: Preparing 06:03:01 92025d204b8f: Preparing 06:03:01 35aca853abbb: Preparing 06:03:01 b0e31145fd66: Preparing 06:03:01 5f70bf18a086: Preparing 06:03:01 a01ba3ef268a: Preparing 06:03:01 f8b8bf6427d2: Preparing 06:03:01 47d89a0a83a1: Preparing 06:03:01 de86aa2d1e46: Waiting 06:03:01 63ca1fbb43ae: Preparing 06:03:01 b0e31145fd66: Waiting 06:03:01 d75d60d73482: Waiting 06:03:01 5f70bf18a086: Waiting 06:03:01 a01ba3ef268a: Waiting 06:03:01 47d89a0a83a1: Waiting 06:03:01 f8b8bf6427d2: Waiting 06:03:01 63ca1fbb43ae: Waiting 06:03:01 92025d204b8f: Waiting 06:03:01 0f56b0ec2ad1: Waiting 06:03:01 35aca853abbb: Waiting 06:03:01 3ca00d96f4a9: Layer already exists 06:03:01 c796085bc59f: Layer already exists 06:03:01 318e8fc37359: Layer already exists 06:03:01 8c8f3a975bf0: Layer already exists 06:03:01 a246394cf0c6: Layer already exists 06:03:01 0f56b0ec2ad1: Layer already exists 06:03:01 d6675b4e05f8: Layer already exists 06:03:01 de86aa2d1e46: Layer already exists 06:03:01 d75d60d73482: Layer already exists 06:03:01 92025d204b8f: Layer already exists 06:03:01 b0e31145fd66: Layer already exists 06:03:01 35aca853abbb: Layer already exists 06:03:01 5f70bf18a086: Layer already exists 06:03:01 a01ba3ef268a: Layer already exists 06:03:01 f8b8bf6427d2: Layer already exists 06:03:01 47d89a0a83a1: Layer already exists 06:03:01 63ca1fbb43ae: Layer already exists 06:03:01 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:03:01 8c8f3a975bf0: Preparing 06:03:01 318e8fc37359: Preparing 06:03:01 a246394cf0c6: Preparing 06:03:01 3ca00d96f4a9: Preparing 06:03:01 c796085bc59f: Preparing 06:03:01 0f56b0ec2ad1: Preparing 06:03:01 de86aa2d1e46: Preparing 06:03:01 d6675b4e05f8: Preparing 06:03:01 d75d60d73482: Preparing 06:03:01 92025d204b8f: Preparing 06:03:01 35aca853abbb: Preparing 06:03:01 b0e31145fd66: Preparing 06:03:01 5f70bf18a086: Preparing 06:03:01 a01ba3ef268a: Preparing 06:03:01 f8b8bf6427d2: Preparing 06:03:01 47d89a0a83a1: Preparing 06:03:01 63ca1fbb43ae: Preparing 06:03:01 0f56b0ec2ad1: Waiting 06:03:01 de86aa2d1e46: Waiting 06:03:01 d6675b4e05f8: Waiting 06:03:01 d75d60d73482: Waiting 06:03:01 a01ba3ef268a: Waiting 06:03:01 f8b8bf6427d2: Waiting 06:03:01 47d89a0a83a1: Waiting 06:03:01 63ca1fbb43ae: Waiting 06:03:01 92025d204b8f: Waiting 06:03:01 35aca853abbb: Waiting 06:03:01 b0e31145fd66: Waiting 06:03:01 5f70bf18a086: Waiting 06:03:01 c796085bc59f: Layer already exists 06:03:01 8c8f3a975bf0: Layer already exists 06:03:01 318e8fc37359: Layer already exists 06:03:01 a246394cf0c6: Layer already exists 06:03:01 3ca00d96f4a9: Layer already exists 06:03:01 0f56b0ec2ad1: Layer already exists 06:03:01 d6675b4e05f8: Layer already exists 06:03:01 d75d60d73482: Layer already exists 06:03:01 de86aa2d1e46: Layer already exists 06:03:01 92025d204b8f: Layer already exists 06:03:01 b0e31145fd66: Layer already exists 06:03:01 35aca853abbb: Layer already exists 06:03:01 5f70bf18a086: Layer already exists 06:03:01 f8b8bf6427d2: Layer already exists 06:03:01 a01ba3ef268a: Layer already exists 06:03:01 63ca1fbb43ae: Layer already exists 06:03:01 47d89a0a83a1: Layer already exists 06:03:01 main: digest: sha256:38ccdcc522d898d4df2a9f99dc2ba91f047935fac75933565025d22aa38579ed size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:03:01 ===================================================== [Pipeline] echo 06:03:01 taggedImages: 06:03:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:03:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.107 06:03:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:01 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:03:02 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:03:02 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:02 latest 06:03:02 3.2.0-dev.107 06:03:02 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:02 main 06:03:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:03:02 3c66b21fe05e: Preparing 06:03:02 9c412aea7f06: Preparing 06:03:02 f804ac322099: Preparing 06:03:02 852d84b13cb0: Preparing 06:03:02 d75d60d73482: Preparing 06:03:02 92025d204b8f: Preparing 06:03:02 90803da7825b: Preparing 06:03:02 4b1f0c61b248: Preparing 06:03:02 63ca1fbb43ae: Preparing 06:03:02 92025d204b8f: Waiting 06:03:02 90803da7825b: Waiting 06:03:02 4b1f0c61b248: Waiting 06:03:02 9c412aea7f06: Layer already exists 06:03:02 d75d60d73482: Layer already exists 06:03:02 3c66b21fe05e: Layer already exists 06:03:02 92025d204b8f: Layer already exists 06:03:02 90803da7825b: Layer already exists 06:03:02 4b1f0c61b248: Layer already exists 06:03:02 63ca1fbb43ae: Layer already exists 06:03:02 f804ac322099: Pushed 06:03:13 852d84b13cb0: Pushed 06:03:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:13 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:03:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:03:13 3c66b21fe05e: Preparing 06:03:13 9c412aea7f06: Preparing 06:03:13 f804ac322099: Preparing 06:03:13 852d84b13cb0: Preparing 06:03:13 d75d60d73482: Preparing 06:03:13 92025d204b8f: Preparing 06:03:13 90803da7825b: Preparing 06:03:13 4b1f0c61b248: Preparing 06:03:13 63ca1fbb43ae: Preparing 06:03:13 90803da7825b: Waiting 06:03:13 4b1f0c61b248: Waiting 06:03:13 63ca1fbb43ae: Waiting 06:03:13 92025d204b8f: Waiting 06:03:13 852d84b13cb0: Layer already exists 06:03:13 9c412aea7f06: Layer already exists 06:03:13 f804ac322099: Layer already exists 06:03:13 d75d60d73482: Layer already exists 06:03:13 3c66b21fe05e: Layer already exists 06:03:13 92025d204b8f: Layer already exists 06:03:13 90803da7825b: Layer already exists 06:03:13 4b1f0c61b248: Layer already exists 06:03:13 63ca1fbb43ae: Layer already exists 06:03:13 latest: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.107 06:03:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:03:14 3c66b21fe05e: Preparing 06:03:14 9c412aea7f06: Preparing 06:03:14 f804ac322099: Preparing 06:03:14 852d84b13cb0: Preparing 06:03:14 d75d60d73482: Preparing 06:03:14 92025d204b8f: Preparing 06:03:14 90803da7825b: Preparing 06:03:14 4b1f0c61b248: Preparing 06:03:14 63ca1fbb43ae: Preparing 06:03:14 90803da7825b: Waiting 06:03:14 92025d204b8f: Waiting 06:03:14 63ca1fbb43ae: Waiting 06:03:14 4b1f0c61b248: Waiting 06:03:14 d75d60d73482: Layer already exists 06:03:14 852d84b13cb0: Layer already exists 06:03:14 f804ac322099: Layer already exists 06:03:14 3c66b21fe05e: Layer already exists 06:03:14 9c412aea7f06: Layer already exists 06:03:14 90803da7825b: Layer already exists 06:03:14 63ca1fbb43ae: Layer already exists 06:03:14 92025d204b8f: Layer already exists 06:03:14 4b1f0c61b248: Layer already exists 06:03:14 3.2.0-dev.107: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:03:15 3c66b21fe05e: Preparing 06:03:15 9c412aea7f06: Preparing 06:03:15 f804ac322099: Preparing 06:03:15 852d84b13cb0: Preparing 06:03:15 d75d60d73482: Preparing 06:03:15 92025d204b8f: Preparing 06:03:15 90803da7825b: Preparing 06:03:15 4b1f0c61b248: Preparing 06:03:15 63ca1fbb43ae: Preparing 06:03:15 90803da7825b: Waiting 06:03:15 4b1f0c61b248: Waiting 06:03:15 63ca1fbb43ae: Waiting 06:03:15 92025d204b8f: Waiting 06:03:15 3c66b21fe05e: Layer already exists 06:03:15 f804ac322099: Layer already exists 06:03:15 d75d60d73482: Layer already exists 06:03:15 9c412aea7f06: Layer already exists 06:03:15 852d84b13cb0: Layer already exists 06:03:15 92025d204b8f: Layer already exists 06:03:15 4b1f0c61b248: Layer already exists 06:03:15 90803da7825b: Layer already exists 06:03:15 63ca1fbb43ae: Layer already exists 06:03:15 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:03:17 3c66b21fe05e: Preparing 06:03:17 9c412aea7f06: Preparing 06:03:17 f804ac322099: Preparing 06:03:17 852d84b13cb0: Preparing 06:03:17 d75d60d73482: Preparing 06:03:17 92025d204b8f: Preparing 06:03:17 90803da7825b: Preparing 06:03:17 4b1f0c61b248: Preparing 06:03:17 63ca1fbb43ae: Preparing 06:03:17 92025d204b8f: Waiting 06:03:17 90803da7825b: Waiting 06:03:17 4b1f0c61b248: Waiting 06:03:17 63ca1fbb43ae: Waiting 06:03:17 852d84b13cb0: Layer already exists 06:03:17 9c412aea7f06: Layer already exists 06:03:17 3c66b21fe05e: Layer already exists 06:03:17 d75d60d73482: Layer already exists 06:03:17 f804ac322099: Layer already exists 06:03:17 92025d204b8f: Layer already exists 06:03:17 90803da7825b: Layer already exists 06:03:17 63ca1fbb43ae: Layer already exists 06:03:17 4b1f0c61b248: Layer already exists 06:03:17 main: digest: sha256:c3da81c0baa2c58f7404a9436f796a6a43b1142393ce4b9ef4ee37e41fb8df47 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:03:17 ===================================================== [Pipeline] echo 06:03:17 taggedImages: 06:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.107 06:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:03:17 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:03:17 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:17 latest 06:03:17 3.2.0-dev.107 06:03:17 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:17 main 06:03:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:03:32 0423d3c020b7: Preparing 06:03:32 9882ed05549d: Preparing 06:03:32 079edca34e47: Preparing 06:03:32 474571156965: Preparing 06:03:32 dffbb076bf74: Preparing 06:03:32 d75d60d73482: Preparing 06:03:32 92025d204b8f: Preparing 06:03:32 cb852dd33650: Preparing 06:03:32 cd112876c4fd: Preparing 06:03:32 2c9da56d8f7a: Preparing 06:03:32 63ca1fbb43ae: Preparing 06:03:32 d75d60d73482: Waiting 06:03:32 92025d204b8f: Waiting 06:03:32 cb852dd33650: Waiting 06:03:32 cd112876c4fd: Waiting 06:03:32 2c9da56d8f7a: Waiting 06:03:32 63ca1fbb43ae: Waiting 06:03:32 474571156965: Pushed 06:03:32 9882ed05549d: Pushed 06:03:32 0423d3c020b7: Pushed 06:03:32 dffbb076bf74: Pushed 06:03:32 92025d204b8f: Layer already exists 06:03:32 d75d60d73482: Layer already exists 06:03:32 63ca1fbb43ae: Layer already exists 06:03:50 cb852dd33650: Pushed 06:03:50 cd112876c4fd: Pushed 06:03:51 2c9da56d8f7a: Pushed 06:03:51 079edca34e47: Pushed 06:03:51 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:03:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:03:52 0423d3c020b7: Preparing 06:03:52 9882ed05549d: Preparing 06:03:52 079edca34e47: Preparing 06:03:52 474571156965: Preparing 06:03:52 dffbb076bf74: Preparing 06:03:52 d75d60d73482: Preparing 06:03:52 92025d204b8f: Preparing 06:03:52 cb852dd33650: Preparing 06:03:52 cd112876c4fd: Preparing 06:03:52 2c9da56d8f7a: Preparing 06:03:52 63ca1fbb43ae: Preparing 06:03:52 d75d60d73482: Waiting 06:03:52 92025d204b8f: Waiting 06:03:52 cb852dd33650: Waiting 06:03:52 2c9da56d8f7a: Waiting 06:03:52 cd112876c4fd: Waiting 06:03:52 0423d3c020b7: Layer already exists 06:03:52 9882ed05549d: Layer already exists 06:03:52 079edca34e47: Layer already exists 06:03:52 474571156965: Layer already exists 06:03:52 dffbb076bf74: Layer already exists 06:03:52 d75d60d73482: Layer already exists 06:03:52 2c9da56d8f7a: Layer already exists 06:03:52 92025d204b8f: Layer already exists 06:03:52 cb852dd33650: Layer already exists 06:03:52 cd112876c4fd: Layer already exists 06:03:52 63ca1fbb43ae: Layer already exists 06:03:52 latest: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.107 06:03:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:03:52 0423d3c020b7: Preparing 06:03:52 9882ed05549d: Preparing 06:03:52 079edca34e47: Preparing 06:03:52 474571156965: Preparing 06:03:52 dffbb076bf74: Preparing 06:03:52 d75d60d73482: Preparing 06:03:52 92025d204b8f: Preparing 06:03:52 cb852dd33650: Preparing 06:03:52 cd112876c4fd: Preparing 06:03:52 2c9da56d8f7a: Preparing 06:03:52 63ca1fbb43ae: Preparing 06:03:52 d75d60d73482: Waiting 06:03:52 cd112876c4fd: Waiting 06:03:52 2c9da56d8f7a: Waiting 06:03:52 92025d204b8f: Waiting 06:03:52 cb852dd33650: Waiting 06:03:52 63ca1fbb43ae: Waiting 06:03:52 0423d3c020b7: Layer already exists 06:03:52 dffbb076bf74: Layer already exists 06:03:52 079edca34e47: Layer already exists 06:03:52 9882ed05549d: Layer already exists 06:03:52 474571156965: Layer already exists 06:03:52 cd112876c4fd: Layer already exists 06:03:52 cb852dd33650: Layer already exists 06:03:52 92025d204b8f: Layer already exists 06:03:52 2c9da56d8f7a: Layer already exists 06:03:52 d75d60d73482: Layer already exists 06:03:52 63ca1fbb43ae: Layer already exists 06:03:52 3.2.0-dev.107: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:03:53 0423d3c020b7: Preparing 06:03:53 9882ed05549d: Preparing 06:03:53 079edca34e47: Preparing 06:03:53 474571156965: Preparing 06:03:53 dffbb076bf74: Preparing 06:03:53 d75d60d73482: Preparing 06:03:53 92025d204b8f: Preparing 06:03:53 cb852dd33650: Preparing 06:03:53 cd112876c4fd: Preparing 06:03:53 2c9da56d8f7a: Preparing 06:03:53 63ca1fbb43ae: Preparing 06:03:53 d75d60d73482: Waiting 06:03:53 cd112876c4fd: Waiting 06:03:53 cb852dd33650: Waiting 06:03:53 2c9da56d8f7a: Waiting 06:03:53 92025d204b8f: Waiting 06:03:53 63ca1fbb43ae: Waiting 06:03:53 079edca34e47: Layer already exists 06:03:53 0423d3c020b7: Layer already exists 06:03:53 9882ed05549d: Layer already exists 06:03:53 474571156965: Layer already exists 06:03:53 dffbb076bf74: Layer already exists 06:03:53 92025d204b8f: Layer already exists 06:03:53 d75d60d73482: Layer already exists 06:03:53 cb852dd33650: Layer already exists 06:03:53 cd112876c4fd: Layer already exists 06:03:53 2c9da56d8f7a: Layer already exists 06:03:53 63ca1fbb43ae: Layer already exists 06:03:53 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:03:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:03:53 0423d3c020b7: Preparing 06:03:53 9882ed05549d: Preparing 06:03:53 079edca34e47: Preparing 06:03:53 474571156965: Preparing 06:03:53 dffbb076bf74: Preparing 06:03:53 d75d60d73482: Preparing 06:03:53 92025d204b8f: Preparing 06:03:53 cb852dd33650: Preparing 06:03:53 cd112876c4fd: Preparing 06:03:53 2c9da56d8f7a: Preparing 06:03:53 63ca1fbb43ae: Preparing 06:03:53 92025d204b8f: Waiting 06:03:53 cb852dd33650: Waiting 06:03:53 cd112876c4fd: Waiting 06:03:53 2c9da56d8f7a: Waiting 06:03:53 63ca1fbb43ae: Waiting 06:03:53 d75d60d73482: Waiting 06:03:53 9882ed05549d: Layer already exists 06:03:53 0423d3c020b7: Layer already exists 06:03:53 474571156965: Layer already exists 06:03:53 079edca34e47: Layer already exists 06:03:53 dffbb076bf74: Layer already exists 06:03:53 92025d204b8f: Layer already exists 06:03:53 d75d60d73482: Layer already exists 06:03:53 cb852dd33650: Layer already exists 06:03:53 2c9da56d8f7a: Layer already exists 06:03:53 cd112876c4fd: Layer already exists 06:03:53 63ca1fbb43ae: Layer already exists 06:03:53 main: digest: sha256:cfcbcfd04761730cd9bcf729736d42d8775efa505cd50c27bfe6fb5700af2241 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:03:54 ===================================================== [Pipeline] echo 06:03:54 taggedImages: 06:03:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:03:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.107 06:03:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:03:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:03:54 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:54 latest 06:03:54 3.2.0-dev.107 06:03:54 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:03:54 main 06:03:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:03:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:03:54 0dc8100b8b37: Preparing 06:03:54 e830be2efcea: Preparing 06:03:54 f82d81e101ea: Preparing 06:03:54 82301675ea75: Preparing 06:03:54 3cc68838a8f6: Preparing 06:03:54 d24e6ccc6e02: Preparing 06:03:54 75a28c0e841f: Preparing 06:03:54 d75d60d73482: Preparing 06:03:54 92025d204b8f: Preparing 06:03:54 0c3391a12816: Preparing 06:03:54 f3f56f0b4df5: Preparing 06:03:54 63ca1fbb43ae: Preparing 06:03:54 d24e6ccc6e02: Waiting 06:03:54 75a28c0e841f: Waiting 06:03:54 d75d60d73482: Waiting 06:03:54 92025d204b8f: Waiting 06:03:54 0c3391a12816: Waiting 06:03:54 f3f56f0b4df5: Waiting 06:03:54 63ca1fbb43ae: Waiting 06:03:54 3cc68838a8f6: Pushed 06:03:54 0dc8100b8b37: Pushed 06:03:54 e830be2efcea: Pushed 06:03:54 d75d60d73482: Layer already exists 06:03:54 92025d204b8f: Layer already exists 06:03:55 d24e6ccc6e02: Pushed 06:03:55 75a28c0e841f: Pushed 06:03:55 63ca1fbb43ae: Layer already exists 06:03:55 0c3391a12816: Pushed 06:03:56 f3f56f0b4df5: Pushed 06:03:56 82301675ea75: Pushed 06:03:56 f82d81e101ea: Pushed 06:03:56 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:03:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:03:57 0dc8100b8b37: Preparing 06:03:57 e830be2efcea: Preparing 06:03:57 f82d81e101ea: Preparing 06:03:57 82301675ea75: Preparing 06:03:57 3cc68838a8f6: Preparing 06:03:57 d24e6ccc6e02: Preparing 06:03:57 75a28c0e841f: Preparing 06:03:57 d75d60d73482: Preparing 06:03:57 92025d204b8f: Preparing 06:03:57 d24e6ccc6e02: Waiting 06:03:57 75a28c0e841f: Waiting 06:03:57 d75d60d73482: Waiting 06:03:57 0c3391a12816: Preparing 06:03:57 92025d204b8f: Waiting 06:03:57 f3f56f0b4df5: Preparing 06:03:57 63ca1fbb43ae: Preparing 06:03:57 0c3391a12816: Waiting 06:03:57 f3f56f0b4df5: Waiting 06:03:57 63ca1fbb43ae: Waiting 06:03:57 e830be2efcea: Layer already exists 06:03:57 82301675ea75: Layer already exists 06:03:57 f82d81e101ea: Layer already exists 06:03:57 3cc68838a8f6: Layer already exists 06:03:57 0dc8100b8b37: Layer already exists 06:03:58 75a28c0e841f: Layer already exists 06:03:58 d24e6ccc6e02: Layer already exists 06:03:58 92025d204b8f: Layer already exists 06:03:58 d75d60d73482: Layer already exists 06:03:58 0c3391a12816: Layer already exists 06:03:58 f3f56f0b4df5: Layer already exists 06:03:58 63ca1fbb43ae: Layer already exists 06:03:58 latest: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:03:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.107 06:03:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:03:58 0dc8100b8b37: Preparing 06:03:58 e830be2efcea: Preparing 06:03:58 f82d81e101ea: Preparing 06:03:58 82301675ea75: Preparing 06:03:58 3cc68838a8f6: Preparing 06:03:58 d24e6ccc6e02: Preparing 06:03:58 75a28c0e841f: Preparing 06:03:58 d75d60d73482: Preparing 06:03:58 92025d204b8f: Preparing 06:03:58 0c3391a12816: Preparing 06:03:58 f3f56f0b4df5: Preparing 06:03:58 63ca1fbb43ae: Preparing 06:03:58 d75d60d73482: Waiting 06:03:58 92025d204b8f: Waiting 06:03:58 0c3391a12816: Waiting 06:03:58 f3f56f0b4df5: Waiting 06:03:58 63ca1fbb43ae: Waiting 06:03:58 d24e6ccc6e02: Waiting 06:03:58 75a28c0e841f: Waiting 06:03:58 3cc68838a8f6: Layer already exists 06:03:58 0dc8100b8b37: Layer already exists 06:03:58 e830be2efcea: Layer already exists 06:03:58 f82d81e101ea: Layer already exists 06:03:58 82301675ea75: Layer already exists 06:03:58 d75d60d73482: Layer already exists 06:03:58 75a28c0e841f: Layer already exists 06:03:58 d24e6ccc6e02: Layer already exists 06:03:58 0c3391a12816: Layer already exists 06:03:58 92025d204b8f: Layer already exists 06:03:58 f3f56f0b4df5: Layer already exists 06:03:58 63ca1fbb43ae: Layer already exists 06:03:58 3.2.0-dev.107: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:04:00 0dc8100b8b37: Preparing 06:04:00 e830be2efcea: Preparing 06:04:00 f82d81e101ea: Preparing 06:04:00 82301675ea75: Preparing 06:04:00 3cc68838a8f6: Preparing 06:04:00 d24e6ccc6e02: Preparing 06:04:00 75a28c0e841f: Preparing 06:04:00 d75d60d73482: Preparing 06:04:00 92025d204b8f: Preparing 06:04:00 0c3391a12816: Preparing 06:04:00 f3f56f0b4df5: Preparing 06:04:00 63ca1fbb43ae: Preparing 06:04:00 92025d204b8f: Waiting 06:04:00 0c3391a12816: Waiting 06:04:00 d24e6ccc6e02: Waiting 06:04:00 f3f56f0b4df5: Waiting 06:04:00 63ca1fbb43ae: Waiting 06:04:00 d75d60d73482: Waiting 06:04:00 75a28c0e841f: Waiting 06:04:00 0dc8100b8b37: Layer already exists 06:04:00 e830be2efcea: Layer already exists 06:04:00 f82d81e101ea: Layer already exists 06:04:00 82301675ea75: Layer already exists 06:04:00 3cc68838a8f6: Layer already exists 06:04:00 75a28c0e841f: Layer already exists 06:04:00 92025d204b8f: Layer already exists 06:04:00 d75d60d73482: Layer already exists 06:04:00 d24e6ccc6e02: Layer already exists 06:04:00 0c3391a12816: Layer already exists 06:04:00 f3f56f0b4df5: Layer already exists 06:04:00 63ca1fbb43ae: Layer already exists 06:04:00 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:04:01 0dc8100b8b37: Preparing 06:04:01 e830be2efcea: Preparing 06:04:01 f82d81e101ea: Preparing 06:04:01 82301675ea75: Preparing 06:04:01 3cc68838a8f6: Preparing 06:04:01 d24e6ccc6e02: Preparing 06:04:01 75a28c0e841f: Preparing 06:04:01 d75d60d73482: Preparing 06:04:01 92025d204b8f: Preparing 06:04:01 75a28c0e841f: Waiting 06:04:01 0c3391a12816: Preparing 06:04:01 d75d60d73482: Waiting 06:04:01 f3f56f0b4df5: Preparing 06:04:01 0c3391a12816: Waiting 06:04:01 92025d204b8f: Waiting 06:04:01 f3f56f0b4df5: Waiting 06:04:01 63ca1fbb43ae: Preparing 06:04:01 63ca1fbb43ae: Waiting 06:04:01 3cc68838a8f6: Layer already exists 06:04:01 e830be2efcea: Layer already exists 06:04:01 0dc8100b8b37: Layer already exists 06:04:01 f82d81e101ea: Layer already exists 06:04:01 82301675ea75: Layer already exists 06:04:01 d24e6ccc6e02: Layer already exists 06:04:01 92025d204b8f: Layer already exists 06:04:01 d75d60d73482: Layer already exists 06:04:01 75a28c0e841f: Layer already exists 06:04:01 0c3391a12816: Layer already exists 06:04:01 f3f56f0b4df5: Layer already exists 06:04:01 63ca1fbb43ae: Layer already exists 06:04:01 main: digest: sha256:4a4fb6111dfe01d4e361d65efd1205bbe919138ce886b0d93ca7c75c619f3afc size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:01 ===================================================== [Pipeline] echo 06:04:01 taggedImages: 06:04:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:04:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.107 06:04:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:04:01 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:04:01 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:01 latest 06:04:01 3.2.0-dev.107 06:04:01 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:01 main 06:04:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:04:02 b09f0a455073: Preparing 06:04:02 720a0f36a6fc: Preparing 06:04:02 d75d60d73482: Preparing 06:04:02 92025d204b8f: Preparing 06:04:02 104548f15313: Preparing 06:04:02 42f091009a26: Preparing 06:04:02 63ca1fbb43ae: Preparing 06:04:02 63ca1fbb43ae: Waiting 06:04:02 42f091009a26: Waiting 06:04:02 d75d60d73482: Layer already exists 06:04:02 92025d204b8f: Layer already exists 06:04:02 63ca1fbb43ae: Layer already exists 06:04:02 104548f15313: Pushed 06:04:02 b09f0a455073: Pushed 06:04:03 42f091009a26: Pushed 06:04:05 720a0f36a6fc: Pushed 06:04:05 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:05 + 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 06:04:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:04:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:04:10 b09f0a455073: Preparing 06:04:10 720a0f36a6fc: Preparing 06:04:10 d75d60d73482: Preparing 06:04:10 92025d204b8f: Preparing 06:04:10 104548f15313: Preparing 06:04:10 42f091009a26: Preparing 06:04:10 63ca1fbb43ae: Preparing 06:04:10 42f091009a26: Waiting 06:04:10 63ca1fbb43ae: Waiting 06:04:10 92025d204b8f: Layer already exists 06:04:10 720a0f36a6fc: Layer already exists 06:04:11 b09f0a455073: Layer already exists 06:04:11 104548f15313: Layer already exists 06:04:11 d75d60d73482: Layer already exists 06:04:11 42f091009a26: Layer already exists 06:04:11 63ca1fbb43ae: Layer already exists 06:04:11 latest: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.107 06:04:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:04:11 b09f0a455073: Preparing 06:04:11 720a0f36a6fc: Preparing 06:04:11 d75d60d73482: Preparing 06:04:11 92025d204b8f: Preparing 06:04:11 104548f15313: Preparing 06:04:11 42f091009a26: Preparing 06:04:11 63ca1fbb43ae: Preparing 06:04:11 42f091009a26: Waiting 06:04:11 63ca1fbb43ae: Waiting 06:04:11 92025d204b8f: Layer already exists 06:04:11 b09f0a455073: Layer already exists 06:04:11 104548f15313: Layer already exists 06:04:11 d75d60d73482: Layer already exists 06:04:11 720a0f36a6fc: Layer already exists 06:04:11 42f091009a26: Layer already exists 06:04:11 63ca1fbb43ae: Layer already exists 06:04:11 3.2.0-dev.107: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:12 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:04:12 b09f0a455073: Preparing 06:04:12 720a0f36a6fc: Preparing 06:04:12 d75d60d73482: Preparing 06:04:12 92025d204b8f: Preparing 06:04:12 104548f15313: Preparing 06:04:12 42f091009a26: Preparing 06:04:12 63ca1fbb43ae: Preparing 06:04:12 42f091009a26: Waiting 06:04:12 92025d204b8f: Layer already exists 06:04:12 d75d60d73482: Layer already exists 06:04:12 b09f0a455073: Layer already exists 06:04:12 104548f15313: Layer already exists 06:04:12 720a0f36a6fc: Layer already exists 06:04:12 63ca1fbb43ae: Layer already exists 06:04:12 42f091009a26: Layer already exists 06:04:12 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:12 + 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 06:04:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:04:12 b09f0a455073: Preparing 06:04:12 720a0f36a6fc: Preparing 06:04:12 d75d60d73482: Preparing 06:04:12 92025d204b8f: Preparing 06:04:12 104548f15313: Preparing 06:04:12 42f091009a26: Preparing 06:04:12 63ca1fbb43ae: Preparing 06:04:12 42f091009a26: Waiting 06:04:12 63ca1fbb43ae: Waiting 06:04:12 104548f15313: Layer already exists 06:04:12 720a0f36a6fc: Layer already exists 06:04:12 d75d60d73482: Layer already exists 06:04:12 92025d204b8f: Layer already exists 06:04:12 b09f0a455073: Layer already exists 06:04:12 42f091009a26: Layer already exists 06:04:12 63ca1fbb43ae: Layer already exists 06:04:12 main: digest: sha256:9ff6e380b6596f7abcce96280af2bf7d6bc690871c169f642ff9115c510418e8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:13 ===================================================== [Pipeline] echo 06:04:13 taggedImages: 06:04:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:04:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.107 06:04:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:04:13 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:04:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:13 latest 06:04:13 3.2.0-dev.107 06:04:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:13 main 06:04:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:04:13 e6c12e1fc71f: Preparing 06:04:13 4698687e23ee: Preparing 06:04:13 d623215670e1: Preparing 06:04:13 d75d60d73482: Preparing 06:04:13 92025d204b8f: Preparing 06:04:13 4d643b050b9d: Preparing 06:04:13 fbd389baa8a9: Preparing 06:04:13 e2fcc0e5beb0: Preparing 06:04:13 e3e91e2c507a: Preparing 06:04:13 63ca1fbb43ae: Preparing 06:04:13 4d643b050b9d: Waiting 06:04:13 fbd389baa8a9: Waiting 06:04:13 e2fcc0e5beb0: Waiting 06:04:13 63ca1fbb43ae: Waiting 06:04:13 e3e91e2c507a: Waiting 06:04:13 d75d60d73482: Layer already exists 06:04:13 92025d204b8f: Layer already exists 06:04:13 4698687e23ee: Pushed 06:04:13 d623215670e1: Pushed 06:04:13 e6c12e1fc71f: Pushed 06:04:13 63ca1fbb43ae: Layer already exists 06:04:14 e2fcc0e5beb0: Pushed 06:04:14 e3e91e2c507a: Pushed 06:04:21 fbd389baa8a9: Pushed 06:04:24 4d643b050b9d: Pushed 06:04:24 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:04:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:04:25 e6c12e1fc71f: Preparing 06:04:25 4698687e23ee: Preparing 06:04:25 d623215670e1: Preparing 06:04:25 d75d60d73482: Preparing 06:04:25 92025d204b8f: Preparing 06:04:25 4d643b050b9d: Preparing 06:04:25 fbd389baa8a9: Preparing 06:04:25 e2fcc0e5beb0: Preparing 06:04:25 e3e91e2c507a: Preparing 06:04:25 63ca1fbb43ae: Preparing 06:04:25 fbd389baa8a9: Waiting 06:04:25 e2fcc0e5beb0: Waiting 06:04:25 e3e91e2c507a: Waiting 06:04:25 63ca1fbb43ae: Waiting 06:04:25 4d643b050b9d: Waiting 06:04:25 d623215670e1: Layer already exists 06:04:25 e6c12e1fc71f: Layer already exists 06:04:25 92025d204b8f: Layer already exists 06:04:25 d75d60d73482: Layer already exists 06:04:25 4698687e23ee: Layer already exists 06:04:25 e3e91e2c507a: Layer already exists 06:04:25 fbd389baa8a9: Layer already exists 06:04:25 e2fcc0e5beb0: Layer already exists 06:04:25 63ca1fbb43ae: Layer already exists 06:04:25 4d643b050b9d: Layer already exists 06:04:25 latest: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.107 06:04:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:04:26 e6c12e1fc71f: Preparing 06:04:26 4698687e23ee: Preparing 06:04:26 d623215670e1: Preparing 06:04:26 d75d60d73482: Preparing 06:04:26 92025d204b8f: Preparing 06:04:26 4d643b050b9d: Preparing 06:04:26 fbd389baa8a9: Preparing 06:04:26 e2fcc0e5beb0: Preparing 06:04:26 e3e91e2c507a: Preparing 06:04:26 63ca1fbb43ae: Preparing 06:04:26 4d643b050b9d: Waiting 06:04:26 fbd389baa8a9: Waiting 06:04:26 e2fcc0e5beb0: Waiting 06:04:26 63ca1fbb43ae: Waiting 06:04:26 e3e91e2c507a: Waiting 06:04:26 92025d204b8f: Layer already exists 06:04:26 d623215670e1: Layer already exists 06:04:26 d75d60d73482: Layer already exists 06:04:26 e6c12e1fc71f: Layer already exists 06:04:26 4698687e23ee: Layer already exists 06:04:26 e2fcc0e5beb0: Layer already exists 06:04:26 4d643b050b9d: Layer already exists 06:04:26 fbd389baa8a9: Layer already exists 06:04:26 e3e91e2c507a: Layer already exists 06:04:26 63ca1fbb43ae: Layer already exists 06:04:26 3.2.0-dev.107: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:04:27 e6c12e1fc71f: Preparing 06:04:27 4698687e23ee: Preparing 06:04:27 d623215670e1: Preparing 06:04:27 d75d60d73482: Preparing 06:04:27 92025d204b8f: Preparing 06:04:27 4d643b050b9d: Preparing 06:04:27 fbd389baa8a9: Preparing 06:04:27 e2fcc0e5beb0: Preparing 06:04:27 e3e91e2c507a: Preparing 06:04:27 63ca1fbb43ae: Preparing 06:04:27 e2fcc0e5beb0: Waiting 06:04:27 e3e91e2c507a: Waiting 06:04:27 4d643b050b9d: Waiting 06:04:27 63ca1fbb43ae: Waiting 06:04:27 fbd389baa8a9: Waiting 06:04:27 d623215670e1: Layer already exists 06:04:27 4698687e23ee: Layer already exists 06:04:27 e6c12e1fc71f: Layer already exists 06:04:27 d75d60d73482: Layer already exists 06:04:27 92025d204b8f: Layer already exists 06:04:27 fbd389baa8a9: Layer already exists 06:04:27 4d643b050b9d: Layer already exists 06:04:27 e2fcc0e5beb0: Layer already exists 06:04:27 e3e91e2c507a: Layer already exists 06:04:27 63ca1fbb43ae: Layer already exists 06:04:27 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:04:27 e6c12e1fc71f: Preparing 06:04:27 4698687e23ee: Preparing 06:04:27 d623215670e1: Preparing 06:04:27 d75d60d73482: Preparing 06:04:27 92025d204b8f: Preparing 06:04:27 4d643b050b9d: Preparing 06:04:27 fbd389baa8a9: Preparing 06:04:27 e2fcc0e5beb0: Preparing 06:04:27 e3e91e2c507a: Preparing 06:04:27 63ca1fbb43ae: Preparing 06:04:27 4d643b050b9d: Waiting 06:04:27 fbd389baa8a9: Waiting 06:04:27 e3e91e2c507a: Waiting 06:04:27 e2fcc0e5beb0: Waiting 06:04:27 63ca1fbb43ae: Waiting 06:04:27 d75d60d73482: Layer already exists 06:04:27 d623215670e1: Layer already exists 06:04:27 4698687e23ee: Layer already exists 06:04:27 e6c12e1fc71f: Layer already exists 06:04:27 92025d204b8f: Layer already exists 06:04:27 4d643b050b9d: Layer already exists 06:04:27 e3e91e2c507a: Layer already exists 06:04:27 fbd389baa8a9: Layer already exists 06:04:27 63ca1fbb43ae: Layer already exists 06:04:27 e2fcc0e5beb0: Layer already exists 06:04:27 main: digest: sha256:b8724c1a5b6187d81fd4c62aecd5a94d78b9a87ea6c60a83782660b34d19503c size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:27 ===================================================== [Pipeline] echo 06:04:27 taggedImages: 06:04:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:04:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.107 06:04:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:27 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:04:27 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:04:27 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:27 latest 06:04:27 3.2.0-dev.107 06:04:27 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:27 main 06:04:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:04:28 e687eb3d798d: Preparing 06:04:28 334b25d14910: Preparing 06:04:28 b2b83ffcc794: Preparing 06:04:28 d75d60d73482: Preparing 06:04:28 92025d204b8f: Preparing 06:04:28 220eae39003f: Preparing 06:04:28 e9068c8cb6de: Preparing 06:04:28 baa371c6e434: Preparing 06:04:28 63ca1fbb43ae: Preparing 06:04:28 e9068c8cb6de: Waiting 06:04:28 220eae39003f: Waiting 06:04:28 baa371c6e434: Waiting 06:04:28 63ca1fbb43ae: Waiting 06:04:28 d75d60d73482: Layer already exists 06:04:28 92025d204b8f: Layer already exists 06:04:28 b2b83ffcc794: Pushed 06:04:28 e687eb3d798d: Pushed 06:04:28 334b25d14910: Pushed 06:04:28 63ca1fbb43ae: Layer already exists 06:04:28 e9068c8cb6de: Pushed 06:04:29 baa371c6e434: Pushed 06:04:39 220eae39003f: Pushed 06:04:39 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:39 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:04:39 e687eb3d798d: Preparing 06:04:39 334b25d14910: Preparing 06:04:39 b2b83ffcc794: Preparing 06:04:39 d75d60d73482: Preparing 06:04:39 92025d204b8f: Preparing 06:04:39 220eae39003f: Preparing 06:04:39 e9068c8cb6de: Preparing 06:04:39 baa371c6e434: Preparing 06:04:39 63ca1fbb43ae: Preparing 06:04:39 220eae39003f: Waiting 06:04:39 e9068c8cb6de: Waiting 06:04:39 baa371c6e434: Waiting 06:04:39 63ca1fbb43ae: Waiting 06:04:39 e687eb3d798d: Layer already exists 06:04:39 d75d60d73482: Layer already exists 06:04:39 b2b83ffcc794: Layer already exists 06:04:39 334b25d14910: Layer already exists 06:04:39 92025d204b8f: Layer already exists 06:04:39 220eae39003f: Layer already exists 06:04:39 baa371c6e434: Layer already exists 06:04:39 63ca1fbb43ae: Layer already exists 06:04:39 e9068c8cb6de: Layer already exists 06:04:39 latest: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.107 06:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:04:40 e687eb3d798d: Preparing 06:04:40 334b25d14910: Preparing 06:04:40 b2b83ffcc794: Preparing 06:04:40 d75d60d73482: Preparing 06:04:40 92025d204b8f: Preparing 06:04:40 220eae39003f: Preparing 06:04:40 e9068c8cb6de: Preparing 06:04:40 baa371c6e434: Preparing 06:04:40 63ca1fbb43ae: Preparing 06:04:40 220eae39003f: Waiting 06:04:40 e9068c8cb6de: Waiting 06:04:40 baa371c6e434: Waiting 06:04:40 63ca1fbb43ae: Waiting 06:04:40 e687eb3d798d: Layer already exists 06:04:40 b2b83ffcc794: Layer already exists 06:04:40 d75d60d73482: Layer already exists 06:04:40 92025d204b8f: Layer already exists 06:04:40 334b25d14910: Layer already exists 06:04:40 220eae39003f: Layer already exists 06:04:40 e9068c8cb6de: Layer already exists 06:04:40 baa371c6e434: Layer already exists 06:04:40 63ca1fbb43ae: Layer already exists 06:04:40 3.2.0-dev.107: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:04:41 e687eb3d798d: Preparing 06:04:41 334b25d14910: Preparing 06:04:41 b2b83ffcc794: Preparing 06:04:41 d75d60d73482: Preparing 06:04:41 92025d204b8f: Preparing 06:04:41 220eae39003f: Preparing 06:04:41 e9068c8cb6de: Preparing 06:04:41 baa371c6e434: Preparing 06:04:41 63ca1fbb43ae: Preparing 06:04:41 63ca1fbb43ae: Waiting 06:04:41 e9068c8cb6de: Waiting 06:04:41 baa371c6e434: Waiting 06:04:41 d75d60d73482: Layer already exists 06:04:41 334b25d14910: Layer already exists 06:04:41 92025d204b8f: Layer already exists 06:04:41 e687eb3d798d: Layer already exists 06:04:41 b2b83ffcc794: Layer already exists 06:04:41 220eae39003f: Layer already exists 06:04:41 e9068c8cb6de: Layer already exists 06:04:41 63ca1fbb43ae: Layer already exists 06:04:41 baa371c6e434: Layer already exists 06:04:41 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:04:41 e687eb3d798d: Preparing 06:04:41 334b25d14910: Preparing 06:04:41 b2b83ffcc794: Preparing 06:04:41 d75d60d73482: Preparing 06:04:41 92025d204b8f: Preparing 06:04:41 220eae39003f: Preparing 06:04:41 e9068c8cb6de: Preparing 06:04:41 baa371c6e434: Preparing 06:04:41 63ca1fbb43ae: Preparing 06:04:41 63ca1fbb43ae: Waiting 06:04:41 e9068c8cb6de: Waiting 06:04:41 220eae39003f: Waiting 06:04:41 baa371c6e434: Waiting 06:04:41 d75d60d73482: Layer already exists 06:04:41 b2b83ffcc794: Layer already exists 06:04:41 334b25d14910: Layer already exists 06:04:41 e687eb3d798d: Layer already exists 06:04:41 92025d204b8f: Layer already exists 06:04:41 220eae39003f: Layer already exists 06:04:41 e9068c8cb6de: Layer already exists 06:04:41 baa371c6e434: Layer already exists 06:04:41 63ca1fbb43ae: Layer already exists 06:04:41 main: digest: sha256:feb3b6a743d707317360784a46205449e35283f5cd63d019e8a13995e39c2b50 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:41 ===================================================== [Pipeline] echo 06:04:41 taggedImages: 06:04:41 - nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:41 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:04:41 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.107 06:04:41 - nexus3.edgexfoundry.org:10004/security-spire-config:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:41 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:04:41 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:04:41 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:41 latest 06:04:41 3.2.0-dev.107 06:04:41 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:41 main 06:04:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:04:42 e6c12e1fc71f: Preparing 06:04:42 a364a72d7837: Preparing 06:04:42 671bd35546fe: Preparing 06:04:42 d75d60d73482: Preparing 06:04:42 92025d204b8f: Preparing 06:04:42 cd966fae8769: Preparing 06:04:42 e2fcc0e5beb0: Preparing 06:04:42 e3e91e2c507a: Preparing 06:04:42 63ca1fbb43ae: Preparing 06:04:42 e3e91e2c507a: Waiting 06:04:42 63ca1fbb43ae: Waiting 06:04:42 cd966fae8769: Waiting 06:04:42 e2fcc0e5beb0: Waiting 06:04:42 92025d204b8f: Layer already exists 06:04:42 d75d60d73482: Layer already exists 06:04:42 e6c12e1fc71f: Layer already exists 06:04:42 e2fcc0e5beb0: Layer already exists 06:04:42 e3e91e2c507a: Layer already exists 06:04:42 63ca1fbb43ae: Layer already exists 06:04:42 671bd35546fe: Pushed 06:04:42 a364a72d7837: Pushed 06:04:52 cd966fae8769: Pushed 06:04:52 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:04:53 e6c12e1fc71f: Preparing 06:04:53 a364a72d7837: Preparing 06:04:53 671bd35546fe: Preparing 06:04:53 d75d60d73482: Preparing 06:04:53 92025d204b8f: Preparing 06:04:53 cd966fae8769: Preparing 06:04:53 e2fcc0e5beb0: Preparing 06:04:53 e3e91e2c507a: Preparing 06:04:53 63ca1fbb43ae: Preparing 06:04:53 cd966fae8769: Waiting 06:04:53 e2fcc0e5beb0: Waiting 06:04:53 63ca1fbb43ae: Waiting 06:04:53 e3e91e2c507a: Waiting 06:04:53 e6c12e1fc71f: Layer already exists 06:04:53 d75d60d73482: Layer already exists 06:04:53 671bd35546fe: Layer already exists 06:04:53 92025d204b8f: Layer already exists 06:04:53 a364a72d7837: Layer already exists 06:04:53 cd966fae8769: Layer already exists 06:04:53 e3e91e2c507a: Layer already exists 06:04:53 e2fcc0e5beb0: Layer already exists 06:04:53 63ca1fbb43ae: Layer already exists 06:04:53 latest: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.107 06:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:04:53 e6c12e1fc71f: Preparing 06:04:53 a364a72d7837: Preparing 06:04:53 671bd35546fe: Preparing 06:04:53 d75d60d73482: Preparing 06:04:53 92025d204b8f: Preparing 06:04:53 cd966fae8769: Preparing 06:04:53 e2fcc0e5beb0: Preparing 06:04:53 cd966fae8769: Waiting 06:04:53 e3e91e2c507a: Preparing 06:04:53 e2fcc0e5beb0: Waiting 06:04:53 63ca1fbb43ae: Preparing 06:04:53 63ca1fbb43ae: Waiting 06:04:53 d75d60d73482: Layer already exists 06:04:53 92025d204b8f: Layer already exists 06:04:53 671bd35546fe: Layer already exists 06:04:53 a364a72d7837: Layer already exists 06:04:53 e6c12e1fc71f: Layer already exists 06:04:53 e2fcc0e5beb0: Layer already exists 06:04:53 cd966fae8769: Layer already exists 06:04:53 63ca1fbb43ae: Layer already exists 06:04:53 e3e91e2c507a: Layer already exists 06:04:53 3.2.0-dev.107: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:04:54 e6c12e1fc71f: Preparing 06:04:54 a364a72d7837: Preparing 06:04:54 671bd35546fe: Preparing 06:04:54 d75d60d73482: Preparing 06:04:54 92025d204b8f: Preparing 06:04:54 cd966fae8769: Preparing 06:04:54 e2fcc0e5beb0: Preparing 06:04:54 e3e91e2c507a: Preparing 06:04:54 63ca1fbb43ae: Preparing 06:04:54 e2fcc0e5beb0: Waiting 06:04:54 e3e91e2c507a: Waiting 06:04:54 63ca1fbb43ae: Waiting 06:04:54 cd966fae8769: Waiting 06:04:54 a364a72d7837: Layer already exists 06:04:54 92025d204b8f: Layer already exists 06:04:54 d75d60d73482: Layer already exists 06:04:54 671bd35546fe: Layer already exists 06:04:54 e6c12e1fc71f: Layer already exists 06:04:54 e2fcc0e5beb0: Layer already exists 06:04:54 cd966fae8769: Layer already exists 06:04:54 e3e91e2c507a: Layer already exists 06:04:54 63ca1fbb43ae: Layer already exists 06:04:54 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:04:55 e6c12e1fc71f: Preparing 06:04:55 a364a72d7837: Preparing 06:04:55 671bd35546fe: Preparing 06:04:55 d75d60d73482: Preparing 06:04:55 92025d204b8f: Preparing 06:04:55 cd966fae8769: Preparing 06:04:55 e2fcc0e5beb0: Preparing 06:04:55 e3e91e2c507a: Preparing 06:04:55 63ca1fbb43ae: Preparing 06:04:55 cd966fae8769: Waiting 06:04:55 e2fcc0e5beb0: Waiting 06:04:55 e3e91e2c507a: Waiting 06:04:55 63ca1fbb43ae: Waiting 06:04:55 92025d204b8f: Layer already exists 06:04:55 e6c12e1fc71f: Layer already exists 06:04:55 671bd35546fe: Layer already exists 06:04:55 d75d60d73482: Layer already exists 06:04:55 a364a72d7837: Layer already exists 06:04:55 cd966fae8769: Layer already exists 06:04:55 63ca1fbb43ae: Layer already exists 06:04:55 e3e91e2c507a: Layer already exists 06:04:55 e2fcc0e5beb0: Layer already exists 06:04:55 main: digest: sha256:f9c6c767697161a5283155bf79d202d83027f04e9dfd108eb7f20cf045fdd53e size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:04:55 ===================================================== [Pipeline] echo 06:04:55 taggedImages: 06:04:55 - nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:55 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:04:55 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.107 06:04:55 - nexus3.edgexfoundry.org:10004/security-spire-server:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:55 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:04:55 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 06:04:55 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:55 latest 06:04:55 3.2.0-dev.107 06:04:55 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:04:55 main 06:04:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:55 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:55 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:04:55 43154a79f6bc: Preparing 06:04:55 0ee1ae01f8b3: Preparing 06:04:55 d75d60d73482: Preparing 06:04:55 92025d204b8f: Preparing 06:04:55 6cdead1669a7: Preparing 06:04:55 cdd8c1a702bd: Preparing 06:04:55 63ca1fbb43ae: Preparing 06:04:55 cdd8c1a702bd: Waiting 06:04:55 63ca1fbb43ae: Waiting 06:04:55 d75d60d73482: Layer already exists 06:04:55 92025d204b8f: Layer already exists 06:04:55 63ca1fbb43ae: Layer already exists 06:04:55 43154a79f6bc: Pushed 06:04:55 6cdead1669a7: Pushed 06:04:56 cdd8c1a702bd: Pushed 06:05:01 0ee1ae01f8b3: Pushed 06:05:01 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:01 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:02 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 06:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:05:02 43154a79f6bc: Preparing 06:05:02 0ee1ae01f8b3: Preparing 06:05:02 d75d60d73482: Preparing 06:05:02 92025d204b8f: Preparing 06:05:02 6cdead1669a7: Preparing 06:05:02 cdd8c1a702bd: Preparing 06:05:02 63ca1fbb43ae: Preparing 06:05:02 cdd8c1a702bd: Waiting 06:05:02 63ca1fbb43ae: Waiting 06:05:02 6cdead1669a7: Layer already exists 06:05:02 d75d60d73482: Layer already exists 06:05:02 0ee1ae01f8b3: Layer already exists 06:05:02 92025d204b8f: Layer already exists 06:05:02 43154a79f6bc: Layer already exists 06:05:02 cdd8c1a702bd: Layer already exists 06:05:02 63ca1fbb43ae: Layer already exists 06:05:02 latest: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:02 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:02 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.107 06:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:05:02 43154a79f6bc: Preparing 06:05:02 0ee1ae01f8b3: Preparing 06:05:02 d75d60d73482: Preparing 06:05:02 92025d204b8f: Preparing 06:05:02 6cdead1669a7: Preparing 06:05:02 cdd8c1a702bd: Preparing 06:05:02 63ca1fbb43ae: Preparing 06:05:02 cdd8c1a702bd: Waiting 06:05:02 63ca1fbb43ae: Waiting 06:05:02 d75d60d73482: Layer already exists 06:05:02 43154a79f6bc: Layer already exists 06:05:02 92025d204b8f: Layer already exists 06:05:02 0ee1ae01f8b3: Layer already exists 06:05:02 6cdead1669a7: Layer already exists 06:05:02 cdd8c1a702bd: Layer already exists 06:05:02 63ca1fbb43ae: Layer already exists 06:05:02 3.2.0-dev.107: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:03 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:03 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:05:03 43154a79f6bc: Preparing 06:05:03 0ee1ae01f8b3: Preparing 06:05:03 d75d60d73482: Preparing 06:05:03 92025d204b8f: Preparing 06:05:03 6cdead1669a7: Preparing 06:05:03 cdd8c1a702bd: Preparing 06:05:03 63ca1fbb43ae: Preparing 06:05:03 63ca1fbb43ae: Waiting 06:05:03 cdd8c1a702bd: Waiting 06:05:03 6cdead1669a7: Layer already exists 06:05:03 43154a79f6bc: Layer already exists 06:05:03 92025d204b8f: Layer already exists 06:05:03 d75d60d73482: Layer already exists 06:05:03 0ee1ae01f8b3: Layer already exists 06:05:03 cdd8c1a702bd: Layer already exists 06:05:03 63ca1fbb43ae: Layer already exists 06:05:03 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:03 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:04 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 06:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 06:05:04 43154a79f6bc: Preparing 06:05:04 0ee1ae01f8b3: Preparing 06:05:04 d75d60d73482: Preparing 06:05:04 92025d204b8f: Preparing 06:05:04 6cdead1669a7: Preparing 06:05:04 cdd8c1a702bd: Preparing 06:05:04 63ca1fbb43ae: Preparing 06:05:04 cdd8c1a702bd: Waiting 06:05:04 63ca1fbb43ae: Waiting 06:05:04 d75d60d73482: Layer already exists 06:05:04 6cdead1669a7: Layer already exists 06:05:04 92025d204b8f: Layer already exists 06:05:04 0ee1ae01f8b3: Layer already exists 06:05:04 43154a79f6bc: Layer already exists 06:05:04 63ca1fbb43ae: Layer already exists 06:05:04 cdd8c1a702bd: Layer already exists 06:05:04 main: digest: sha256:bf18780a1486408fb1d4427352a15129195fb7932c71e882f747bac9b91f29ae size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:05:04 ===================================================== [Pipeline] echo 06:05:04 taggedImages: 06:05:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 06:05:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.107 06:05:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:04 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 06:05:04 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:05:04 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:04 latest 06:05:04 3.2.0-dev.107 06:05:04 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:04 main 06:05:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:05:04 04da0b786f5d: Preparing 06:05:04 17b019046270: Preparing 06:05:04 a7b49ba37ae9: Preparing 06:05:04 d75d60d73482: Preparing 06:05:04 92025d204b8f: Preparing 06:05:04 7505dbb4ff17: Preparing 06:05:04 26227954b0d4: Preparing 06:05:04 63ca1fbb43ae: Preparing 06:05:04 26227954b0d4: Waiting 06:05:04 7505dbb4ff17: Waiting 06:05:04 63ca1fbb43ae: Waiting 06:05:04 92025d204b8f: Layer already exists 06:05:04 d75d60d73482: Layer already exists 06:05:04 17b019046270: Pushed 06:05:04 04da0b786f5d: Pushed 06:05:04 63ca1fbb43ae: Layer already exists 06:05:04 7505dbb4ff17: Pushed 06:05:05 26227954b0d4: Pushed 06:05:13 a7b49ba37ae9: Pushed 06:05:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:05:13 04da0b786f5d: Preparing 06:05:13 17b019046270: Preparing 06:05:13 a7b49ba37ae9: Preparing 06:05:13 d75d60d73482: Preparing 06:05:13 92025d204b8f: Preparing 06:05:13 7505dbb4ff17: Preparing 06:05:13 26227954b0d4: Preparing 06:05:13 63ca1fbb43ae: Preparing 06:05:13 7505dbb4ff17: Waiting 06:05:13 26227954b0d4: Waiting 06:05:13 92025d204b8f: Layer already exists 06:05:13 a7b49ba37ae9: Layer already exists 06:05:13 d75d60d73482: Layer already exists 06:05:13 04da0b786f5d: Layer already exists 06:05:13 17b019046270: Layer already exists 06:05:13 26227954b0d4: Layer already exists 06:05:13 7505dbb4ff17: Layer already exists 06:05:13 63ca1fbb43ae: Layer already exists 06:05:13 latest: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.107 06:05:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:05:14 04da0b786f5d: Preparing 06:05:14 17b019046270: Preparing 06:05:14 a7b49ba37ae9: Preparing 06:05:14 d75d60d73482: Preparing 06:05:14 92025d204b8f: Preparing 06:05:14 7505dbb4ff17: Preparing 06:05:14 26227954b0d4: Preparing 06:05:14 63ca1fbb43ae: Preparing 06:05:14 7505dbb4ff17: Waiting 06:05:14 26227954b0d4: Waiting 06:05:14 63ca1fbb43ae: Waiting 06:05:14 92025d204b8f: Layer already exists 06:05:14 17b019046270: Layer already exists 06:05:14 a7b49ba37ae9: Layer already exists 06:05:14 04da0b786f5d: Layer already exists 06:05:14 d75d60d73482: Layer already exists 06:05:14 26227954b0d4: Layer already exists 06:05:14 7505dbb4ff17: Layer already exists 06:05:14 63ca1fbb43ae: Layer already exists 06:05:14 3.2.0-dev.107: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:14 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:05:15 04da0b786f5d: Preparing 06:05:15 17b019046270: Preparing 06:05:15 a7b49ba37ae9: Preparing 06:05:15 d75d60d73482: Preparing 06:05:15 92025d204b8f: Preparing 06:05:15 7505dbb4ff17: Preparing 06:05:15 26227954b0d4: Preparing 06:05:15 63ca1fbb43ae: Preparing 06:05:15 7505dbb4ff17: Waiting 06:05:15 26227954b0d4: Waiting 06:05:15 a7b49ba37ae9: Layer already exists 06:05:15 d75d60d73482: Layer already exists 06:05:15 92025d204b8f: Layer already exists 06:05:15 17b019046270: Layer already exists 06:05:15 04da0b786f5d: Layer already exists 06:05:15 7505dbb4ff17: Layer already exists 06:05:15 26227954b0d4: Layer already exists 06:05:15 63ca1fbb43ae: Layer already exists 06:05:15 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:05:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:05:15 04da0b786f5d: Preparing 06:05:15 17b019046270: Preparing 06:05:15 a7b49ba37ae9: Preparing 06:05:15 d75d60d73482: Preparing 06:05:15 92025d204b8f: Preparing 06:05:15 7505dbb4ff17: Preparing 06:05:15 26227954b0d4: Preparing 06:05:15 63ca1fbb43ae: Preparing 06:05:15 7505dbb4ff17: Waiting 06:05:15 26227954b0d4: Waiting 06:05:15 63ca1fbb43ae: Waiting 06:05:15 92025d204b8f: Layer already exists 06:05:15 04da0b786f5d: Layer already exists 06:05:15 a7b49ba37ae9: Layer already exists 06:05:15 d75d60d73482: Layer already exists 06:05:15 17b019046270: Layer already exists 06:05:15 26227954b0d4: Layer already exists 06:05:15 7505dbb4ff17: Layer already exists 06:05:15 63ca1fbb43ae: Layer already exists 06:05:15 main: digest: sha256:64d50f44b6dcb4d32f15bbaff4e006bc38e26e9e8bcb25c86f257c6210bf315f size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:05:16 ===================================================== [Pipeline] echo 06:05:16 taggedImages: 06:05:16 - nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:16 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:05:16 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.107 06:05:16 - nexus3.edgexfoundry.org:10004/support-notifications:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:16 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:05:16 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:05:16 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:16 latest 06:05:16 3.2.0-dev.107 06:05:16 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:16 main 06:05:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:05:16 6d8a42327a10: Preparing 06:05:16 32ce91251b92: Preparing 06:05:16 d75d60d73482: Preparing 06:05:16 92025d204b8f: Preparing 06:05:16 90803da7825b: Preparing 06:05:16 4b1f0c61b248: Preparing 06:05:16 63ca1fbb43ae: Preparing 06:05:16 4b1f0c61b248: Waiting 06:05:16 d75d60d73482: Layer already exists 06:05:16 90803da7825b: Layer already exists 06:05:16 92025d204b8f: Layer already exists 06:05:16 4b1f0c61b248: Layer already exists 06:05:16 63ca1fbb43ae: Layer already exists 06:05:16 6d8a42327a10: Pushed 06:05:25 32ce91251b92: Pushed 06:05:25 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:05:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:05:26 6d8a42327a10: Preparing 06:05:26 32ce91251b92: Preparing 06:05:26 d75d60d73482: Preparing 06:05:26 92025d204b8f: Preparing 06:05:26 90803da7825b: Preparing 06:05:26 4b1f0c61b248: Preparing 06:05:26 63ca1fbb43ae: Preparing 06:05:26 4b1f0c61b248: Waiting 06:05:26 6d8a42327a10: Layer already exists 06:05:26 32ce91251b92: Layer already exists 06:05:26 d75d60d73482: Layer already exists 06:05:26 92025d204b8f: Layer already exists 06:05:26 90803da7825b: Layer already exists 06:05:26 4b1f0c61b248: Layer already exists 06:05:26 63ca1fbb43ae: Layer already exists 06:05:26 latest: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.107 06:05:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:05:27 6d8a42327a10: Preparing 06:05:27 32ce91251b92: Preparing 06:05:27 d75d60d73482: Preparing 06:05:27 92025d204b8f: Preparing 06:05:27 90803da7825b: Preparing 06:05:27 4b1f0c61b248: Preparing 06:05:27 63ca1fbb43ae: Preparing 06:05:27 4b1f0c61b248: Waiting 06:05:27 63ca1fbb43ae: Waiting 06:05:27 32ce91251b92: Layer already exists 06:05:27 90803da7825b: Layer already exists 06:05:27 6d8a42327a10: Layer already exists 06:05:27 d75d60d73482: Layer already exists 06:05:27 92025d204b8f: Layer already exists 06:05:27 4b1f0c61b248: Layer already exists 06:05:27 63ca1fbb43ae: Layer already exists 06:05:27 3.2.0-dev.107: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:05:28 6d8a42327a10: Preparing 06:05:28 32ce91251b92: Preparing 06:05:28 d75d60d73482: Preparing 06:05:28 92025d204b8f: Preparing 06:05:28 90803da7825b: Preparing 06:05:28 4b1f0c61b248: Preparing 06:05:28 63ca1fbb43ae: Preparing 06:05:28 63ca1fbb43ae: Waiting 06:05:28 d75d60d73482: Layer already exists 06:05:28 90803da7825b: Layer already exists 06:05:28 92025d204b8f: Layer already exists 06:05:28 6d8a42327a10: Layer already exists 06:05:28 32ce91251b92: Layer already exists 06:05:28 4b1f0c61b248: Layer already exists 06:05:28 63ca1fbb43ae: Layer already exists 06:05:28 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:05:28 6d8a42327a10: Preparing 06:05:28 32ce91251b92: Preparing 06:05:28 d75d60d73482: Preparing 06:05:28 92025d204b8f: Preparing 06:05:28 90803da7825b: Preparing 06:05:28 4b1f0c61b248: Preparing 06:05:28 63ca1fbb43ae: Preparing 06:05:28 4b1f0c61b248: Waiting 06:05:28 63ca1fbb43ae: Waiting 06:05:28 90803da7825b: Layer already exists 06:05:28 6d8a42327a10: Layer already exists 06:05:28 32ce91251b92: Layer already exists 06:05:28 92025d204b8f: Layer already exists 06:05:28 d75d60d73482: Layer already exists 06:05:28 63ca1fbb43ae: Layer already exists 06:05:28 4b1f0c61b248: Layer already exists 06:05:28 main: digest: sha256:d6fccc477526f0a6b1c1e9488d2ce73a84e19c4455f75380b22f4cfc95923a69 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:05:28 ===================================================== [Pipeline] echo 06:05:28 taggedImages: 06:05:28 - nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:05:28 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:05:28 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.107 06:05:28 - nexus3.edgexfoundry.org:10004/support-scheduler:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:05:28 - nexus3.edgexfoundry.org:10004/support-scheduler:main [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] } 06:20:17 #160 ... 06:20:17 06:20:17 #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 06:20:17 #150 1167.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.107" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:20:17 #150 ... 06:20:17 06:20:17 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:20:17 #148 DONE 1168.1s 06:20:17 06:20:17 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:20:17 #159 ... 06:20:17 06:20:17 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:20:17 #161 DONE 0.1s 06:20:17 06:20:17 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:20:17 #157 ... 06:20:17 06:20:17 #162 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:20:17 #162 DONE 0.2s 06:20:17 06:20:17 #163 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:20:17 #163 DONE 0.1s 06:20:17 06:20:17 #164 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:20:17 #164 DONE 0.1s 06:20:17 06:20:17 #165 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:20:17 #165 DONE 0.3s 06:20:17 06:20:17 #166 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:20:17 #166 DONE 0.3s 06:20:17 06:20:17 #167 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:20:17 #167 DONE 2.4s 06:20:17 06:20:17 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:20:17 #155 ... 06:20:17 06:20:17 #106 [security-proxy-setup] exporting to image 06:20:17 #106 exporting layers 06:20:17 #106 ... 06:20:17 06:20:17 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:20:17 #149 DONE 1173.4s 06:20:17 06:20:17 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:20:17 #156 ... 06:20:17 06:20:17 #106 [security-proxy-setup] exporting to image 06:20:17 #106 exporting layers 1.5s done 06:20:17 #106 writing image sha256:18cd866dd3e918de22e181ddd35dab9c72ed2c0dfbb43cea2fda49e46d49aa4d 06:20:17 #106 writing image sha256:18cd866dd3e918de22e181ddd35dab9c72ed2c0dfbb43cea2fda49e46d49aa4d done 06:20:17 #106 naming to docker.io/library/security-proxy-setup-arm64 done 06:20:17 #106 DONE 7.9s 06:20:17 06:20:17 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:20:17 #152 ... 06:20:17 06:20:17 #168 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:20:17 #168 DONE 0.3s 06:20:17 06:20:17 #169 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:20:19 #169 DONE 2.1s 06:20:19 06:20:19 #170 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 06:20:19 #170 DONE 0.2s 06:20:19 06:20:19 #171 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:20:19 #171 DONE 0.3s 06:20:19 06:20:19 #172 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:20:20 #172 DONE 0.4s 06:20:20 06:20:20 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:20:20 #151 ... 06:20:20 06:20:20 #173 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:20:20 #173 DONE 0.2s 06:20:20 06:20:20 #174 [security-bootstrapper stage-1 12/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 06:20:20 #174 DONE 0.2s 06:20:20 06:20:20 #175 [security-bootstrapper stage-1 13/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 06:20:20 #175 DONE 0.2s 06:20:20 06:20:20 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:20:20 #160 ... 06:20:20 06:20:20 #176 [security-bootstrapper stage-1 14/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 06:20:20 #176 DONE 0.2s 06:20:20 06:20:20 #177 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 06:20:21 #177 DONE 0.2s 06:20:21 06:20:21 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:20:21 #153 ... 06:20:21 06:20:21 #178 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:20:21 #178 DONE 0.3s 06:20:21 06:20:21 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:20:21 #157 ... 06:20:21 06:20:21 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 06:20:23 #179 DONE 1.9s 06:20:23 06:20:23 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:20:23 #157 ... 06:20:23 06:20:23 #106 [security-bootstrapper] exporting to image 06:20:23 #106 exporting layers 06:20:24 #106 exporting layers 1.0s done 06:20:24 #106 writing image sha256:e1b6fbac87034f8f9a28b5e7aced6c967425260216553adf0b015f25ef55614c done 06:20:24 #106 naming to docker.io/library/security-bootstrapper-arm64 done 06:20:24 #106 DONE 8.9s 06:20:24 06:20:24 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:20:42 #156 ... 06:20:42 06:20:42 #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 06:20:42 #150 DONE 1199.2s 06:20:42 06:20:42 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:20:42 #156 ... 06:20:42 06:20:42 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:20:42 #180 DONE 0.2s 06:20:42 06:20:42 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:20:42 #155 ... 06:20:42 06:20:42 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:20:42 #181 DONE 0.1s 06:20:42 06:20:42 #182 [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 06:20:43 #182 DONE 0.2s 06:20:43 06:20:43 #183 [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 06:20:43 #183 DONE 0.1s 06:20:43 06:20:43 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:20:43 #184 DONE 0.1s 06:20:43 06:20:43 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:20:43 #154 ... 06:20:43 06:20:43 #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:20:43 #185 DONE 0.3s 06:20:43 06:20:43 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:20:43 #158 ... 06:20:43 06:20:43 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:20:44 #186 DONE 0.5s 06:20:44 06:20:44 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:20:44 #187 DONE 0.2s 06:20:44 06:20:44 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:20:46 #188 DONE 2.4s 06:20:46 06:20:46 #106 [security-secretstore-setup] exporting to image 06:20:46 #106 exporting layers 06:20:48 #106 exporting layers 1.5s done 06:20:48 #106 writing image sha256:0e669ff0f336a6f18fc6697804413fc31e62701edeefcd0e04af3e461c3613c2 done 06:20:48 #106 naming to docker.io/library/security-secretstore-setup-arm64 done 06:20:48 #106 DONE 10.4s 06:20:48 06:20:48 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:21:15 #157 ... 06:21:15 06:21:15 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:21:15 #155 DONE 1231.3s 06:21:15 06:21:15 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:21:15 #156 ... 06:21:15 06:21:15 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:21:15 #189 DONE 0.2s 06:21:15 06:21:15 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:21:15 #159 ... 06:21:15 06:21:15 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:21:15 #190 DONE 0.1s 06:21:15 06:21:15 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:21:15 #160 ... 06:21:15 06:21:15 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:21:15 #191 DONE 0.4s 06:21:15 06:21:15 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:21:15 #154 ... 06:21:15 06:21:15 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:21:15 #192 DONE 0.2s 06:21:15 06:21:15 #193 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:21:15 #193 DONE 0.2s 06:21:15 06:21:15 #194 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:21:18 #194 DONE 2.2s 06:21:18 06:21:18 #106 [core-common-config-bootstrapper] exporting to image 06:21:18 #106 exporting layers 06:21:18 #106 exporting layers 0.8s done 06:21:18 #106 writing image sha256:e0d5eb22f0690537502c300bef973db4305354d58bcdb32ffe19dc9a24fa98eb done 06:21:18 #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 06:21:18 #106 DONE 11.2s 06:21:18 06:21:18 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:23:40 #156 ... 06:23:40 06:23:40 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:23:40 #151 DONE 1374.1s 06:23:40 06:23:40 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:23:40 #157 ... 06:23:40 06:23:40 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:23:40 #195 DONE 0.1s 06:23:40 06:23:40 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:23:40 #153 ... 06:23:40 06:23:40 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:23:40 #196 DONE 0.1s 06:23:40 06:23:40 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:23:40 #197 DONE 0.4s 06:23:40 06:23:40 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:23:40 #198 DONE 0.1s 06:23:40 06:23:40 #106 [security-spiffe-token-provider] exporting to image 06:23:40 #106 exporting layers 06:23:40 #106 exporting layers 0.8s done 06:23:40 #106 writing image sha256:7a0040a5d8b3165d2ccdc0f148d442f63fa09188d159bacc5a1efc24a6da5bf5 done 06:23:40 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done 06:23:40 #106 DONE 12.0s 06:23:40 06:23:40 #158 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:32:02 #158 DONE 1871.2s 06:32:02 06:32:02 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:32:02 #160 ... 06:32:02 06:32:02 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:32:02 #199 DONE 0.3s 06:32:02 06:32:02 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:32:02 #153 ... 06:32:02 06:32:02 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:32:02 #200 DONE 0.2s 06:32:02 06:32:02 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:32:02 #201 DONE 0.5s 06:32:02 06:32:02 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:32:02 #202 DONE 0.1s 06:32:02 06:32:02 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:32:02 #203 DONE 0.2s 06:32:02 06:32:02 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:02 #204 DONE 2.1s 06:32:02 06:32:02 #106 [security-proxy-auth] exporting to image 06:32:02 #106 exporting layers 06:32:02 #106 exporting layers 0.7s done 06:32:02 #106 writing image sha256:a1130230272655ef14556dbc40177314aacde4a319b04fa4d00b9160d1960013 done 06:32:02 #106 naming to docker.io/library/security-proxy-auth-arm64 done 06:32:02 #106 DONE 12.8s 06:32:02 06:32:02 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:33:10 #160 ... 06:33:10 06:33:10 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:33:10 #153 DONE 1937.6s 06:33:10 06:33:10 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:33:10 #154 ... 06:33:10 06:33:10 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:33:10 #205 DONE 0.2s 06:33:10 06:33:10 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:33:10 #156 ... 06:33:10 06:33:10 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:33:10 #206 DONE 0.2s 06:33:10 06:33:10 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:33:10 #207 DONE 0.4s 06:33:10 06:33:10 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:33:10 #208 DONE 0.1s 06:33:10 06:33:10 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:33:10 #157 ... 06:33:10 06:33:10 #106 [core-command] exporting to image 06:33:10 #106 exporting layers 06:33:10 #106 exporting layers 0.5s done 06:33:10 #106 writing image sha256:b7a4e9c296c16370f6f9b9bd32a3dd38242874c7aa2b04837ec9739651f40782 done 06:33:10 #106 naming to docker.io/library/core-command-arm64 done 06:33:10 #106 DONE 13.3s 06:33:10 06:33:10 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:35:17 #156 DONE 2072.6s 06:35:17 06:35:17 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:35:17 #152 ... 06:35:17 06:35:17 #209 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:35:17 #209 DONE 0.3s 06:35:17 06:35:17 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:35:17 #160 ... 06:35:17 06:35:17 #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:35:17 #210 DONE 0.8s 06:35:17 06:35:17 #211 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:35:17 #211 DONE 0.2s 06:35:17 06:35:17 #212 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 06:35:17 #212 DONE 0.2s 06:35:17 06:35:17 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:35:17 #159 ... 06:35:17 06:35:17 #106 [core-keeper] exporting to image 06:35:17 #106 exporting layers 06:35:18 #106 exporting layers 0.7s done 06:35:18 #106 writing image sha256:402a98c6d1bc6c8a41685bbf57991a1e9e1a9508095938390bc353a895de7881 done 06:35:18 #106 naming to docker.io/library/core-keeper-arm64 done 06:35:18 #106 DONE 14.0s 06:35:18 06:35:18 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:35:21 #157 ... 06:35:21 06:35:21 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:35:21 #159 DONE 2078.4s 06:35:21 06:35:21 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:35:21 #157 ... 06:35:21 06:35:21 #213 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:35:21 #213 DONE 0.2s 06:35:21 06:35:21 #214 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:35:21 #214 DONE 0.2s 06:35:21 06:35:21 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:35:21 #157 ... 06:35:21 06:35:21 #215 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:35:22 #215 DONE 0.6s 06:35:22 06:35:22 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:35:22 #157 ... 06:35:22 06:35:22 #216 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:35:22 #216 DONE 0.1s 06:35:22 06:35:22 #217 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 06:35:22 #217 DONE 0.1s 06:35:22 06:35:22 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:35:22 #157 ... 06:35:22 06:35:22 #106 [core-data] exporting to image 06:35:23 #106 exporting layers 0.7s done 06:35:23 #106 writing image sha256:3b67cde511e12b856b25bead18e5a07bea3cc593c01733c83128d3a5964f3b8f 0.0s done 06:35:23 #106 naming to docker.io/library/core-data-arm64 done 06:35:23 #106 DONE 14.8s 06:35:23 06:35:23 #157 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:35:23 #157 DONE 2081.0s 06:35:23 06:35:23 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:35:24 #154 ... 06:35:24 06:35:24 #218 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 06:35:24 #218 DONE 0.3s 06:35:24 06:35:24 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:35:24 #154 ... 06:35:24 06:35:24 #219 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 06:35:24 #219 DONE 0.2s 06:35:24 06:35:24 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:35:25 #154 ... 06:35:25 06:35:25 #220 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:35:25 #220 DONE 0.5s 06:35:25 06:35:25 #221 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:35:25 #221 DONE 0.1s 06:35:25 06:35:25 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:35:25 #154 ... 06:35:25 06:35:25 #222 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:35:25 #222 DONE 0.1s 06:35:25 06:35:25 #223 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 06:35:25 #223 DONE 0.2s 06:35:25 06:35:25 #106 [core-metadata] exporting to image 06:35:26 #106 exporting layers 0.5s done 06:35:26 #106 writing image sha256:5e1d95717a2241b22bdc871074735248810eb2292e866fb5add526ea44091fcf done 06:35:26 #106 naming to docker.io/library/core-metadata-arm64 done 06:35:26 #106 DONE 15.3s 06:35:26 06:35:26 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:36:05 #154 DONE 2121.1s 06:36:05 06:36:05 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:36:05 #152 ... 06:36:05 06:36:05 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:36:05 #160 DONE 2122.0s 06:36:05 06:36:05 #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:36:05 #224 DONE 0.1s 06:36:05 06:36:05 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:36:05 #225 ... 06:36:05 06:36:05 #152 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:36:05 #152 DONE 2122.4s 06:36:05 06:36:05 #225 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:36:05 #225 DONE 0.3s 06:36:05 06:36:05 #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:36:05 #226 ... 06:36:05 06:36:05 #227 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:36:05 #227 DONE 0.2s 06:36:05 06:36:05 #228 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:36:05 #228 DONE 0.1s 06:36:05 06:36:05 #229 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:36:05 #229 DONE 0.3s 06:36:05 06:36:05 #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:36:05 #226 DONE 1.0s 06:36:05 06:36:05 #230 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:36:06 #230 DONE 0.2s 06:36:06 06:36:06 #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:36:06 #231 ... 06:36:06 06:36:06 #232 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:36:06 #232 DONE 0.2s 06:36:06 06:36:06 #106 [support-scheduler] exporting to image 06:36:06 #106 exporting layers 06:36:07 #106 ... 06:36:07 06:36:07 #233 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 06:36:07 #233 DONE 1.0s 06:36:07 06:36:07 #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:36:07 #231 DONE 0.7s 06:36:07 06:36:07 #234 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 06:36:07 #234 DONE 0.1s 06:36:07 06:36:07 #235 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:36:07 #235 DONE 0.1s 06:36:07 06:36:07 #106 [support-cron-scheduler] exporting to image 06:36:07 #106 exporting layers 0.9s done 06:36:07 #106 ... 06:36:07 06:36:07 #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 06:36:07 #236 DONE 0.3s 06:36:07 06:36:07 #106 [support-scheduler] exporting to image 06:36:07 #106 writing image sha256:f75a73575e207d913d19d95658304ec314bf900727f73152c6bf35ece0f14530 done 06:36:07 #106 naming to docker.io/library/support-scheduler-arm64 done 06:36:07 #106 exporting layers 0.7s done 06:36:08 #106 writing image sha256:35cfdefcb367766937476a3e6e766cc75a90cb9e80ed143f0119fcf1acba52db done 06:36:08 #106 naming to docker.io/library/support-notifications-arm64 done 06:36:08 #106 exporting layers 1.2s done 06:36:08 #106 writing image sha256:28414fa008860e22de3f33b8d42b389dc6273427353aa1693557f3248f08eb46 done 06:36:08 #106 naming to docker.io/library/support-cron-scheduler-arm64 done 06:36:08 #106 DONE 17.2s 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:36:08 time="2024-10-16T05:58:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:36:08 $ docker stop --time=1 67ce8357fe06aa4f07cabbd1a9657532db596a30a6a54a8ca1a58df7289f6afa 06:36:09 $ docker rm -f --volumes 67ce8357fe06aa4f07cabbd1a9657532db596a30a6a54a8ca1a58df7289f6afa [Pipeline] // withDockerContainer [Pipeline] sh 06:36:10 + docker images 06:36:10 REPOSITORY TAG IMAGE ID CREATED SIZE 06:36:10 support-notifications-arm64 latest 35cfdefcb367 3 seconds ago 65.3MB 06:36:10 support-cron-scheduler-arm64 latest 28414fa00886 4 seconds ago 66.4MB 06:36:10 support-scheduler-arm64 latest f75a73575e20 4 seconds ago 64.6MB 06:36:10 core-metadata-arm64 latest 5e1d95717a22 45 seconds ago 42.6MB 06:36:10 core-data-arm64 latest 3b67cde511e1 48 seconds ago 42.5MB 06:36:10 core-keeper-arm64 latest 402a98c6d1bc 53 seconds ago 41.7MB 06:36:10 core-command-arm64 latest b7a4e9c296c1 3 minutes ago 36.8MB 06:36:10 security-proxy-auth-arm64 latest a11302302726 4 minutes ago 34.9MB 06:36:10 security-spiffe-token-provider-arm64 latest 7a0040a5d8b3 12 minutes ago 42.3MB 06:36:10 core-common-config-bootstrapper-arm64 latest e0d5eb22f069 14 minutes ago 22.1MB 06:36:10 security-secretstore-setup-arm64 latest 0e669ff0f336 15 minutes ago 52MB 06:36:10 security-bootstrapper-arm64 latest e1b6fbac8703 15 minutes ago 27.9MB 06:36:10 security-proxy-setup-arm64 latest 18cd866dd3e9 15 minutes ago 34.5MB 06:36:10 security-spire-config-arm64 latest 5844b62cadcd 36 minutes ago 117MB 06:36:10 security-spire-agent-arm64 latest 6fbc94353003 36 minutes ago 176MB 06:36:10 security-spire-server-arm64 latest 517a238212a3 36 minutes ago 118MB 06:36:10 ci-base-image-arm64 latest b230582d9d6b 38 minutes ago 965MB 06:36:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 13 days ago 558MB 06:36:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 16 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:36:10 provisioning config files... 06:36:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/730@tmp/config9392069725779731613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:36:10 ---> ****-login.sh 06:36:10 nexus3.edgexfoundry.org:10001 06:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:11 Configure a credential helper to remove this warning. See 06:36:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:11 06:36:11 Login Succeeded 06:36:11 nexus3.edgexfoundry.org:10002 06:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:11 Configure a credential helper to remove this warning. See 06:36:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:11 06:36:11 Login Succeeded 06:36:11 nexus3.edgexfoundry.org:10003 06:36:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:11 Configure a credential helper to remove this warning. See 06:36:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:11 06:36:11 Login Succeeded 06:36:11 nexus3.edgexfoundry.org:10004 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:12 Configure a credential helper to remove this warning. See 06:36:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:12 06:36:12 Login Succeeded 06:36:12 ****.io 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:36:13 Configure a credential helper to remove this warning. See 06:36:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:36:13 06:36:13 Login Succeeded 06:36:13 ---> ****-login.sh ends [Pipeline] } 06:36:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:36:13 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:36:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:13 latest 06:36:13 3.2.0-dev.107 06:36:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:13 main 06:36:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:36:13 e96fa3ffe391: Preparing 06:36:13 cb9342d9a1bf: Preparing 06:36:13 64739c57333b: Preparing 06:36:13 54328cedda7b: Preparing 06:36:13 ad27c15ca4bf: Preparing 06:36:13 1b3f683c965e: Preparing 06:36:13 16113d51b718: Preparing 06:36:13 1b3f683c965e: Waiting 06:36:13 16113d51b718: Waiting 06:36:14 54328cedda7b: Pushed 06:36:14 64739c57333b: Pushed 06:36:14 e96fa3ffe391: Pushed 06:36:14 16113d51b718: Layer already exists 06:36:14 ad27c15ca4bf: Pushed 06:36:14 1b3f683c965e: Pushed 06:36:22 cb9342d9a1bf: Pushed 06:36:22 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:36:23 e96fa3ffe391: Preparing 06:36:23 cb9342d9a1bf: Preparing 06:36:23 64739c57333b: Preparing 06:36:23 54328cedda7b: Preparing 06:36:23 ad27c15ca4bf: Preparing 06:36:23 1b3f683c965e: Preparing 06:36:23 16113d51b718: Preparing 06:36:23 1b3f683c965e: Waiting 06:36:23 16113d51b718: Waiting 06:36:23 ad27c15ca4bf: Layer already exists 06:36:23 64739c57333b: Layer already exists 06:36:23 e96fa3ffe391: Layer already exists 06:36:23 cb9342d9a1bf: Layer already exists 06:36:23 54328cedda7b: Layer already exists 06:36:23 1b3f683c965e: Layer already exists 06:36:23 16113d51b718: Layer already exists 06:36:23 latest: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.107 06:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:36:23 e96fa3ffe391: Preparing 06:36:23 cb9342d9a1bf: Preparing 06:36:23 64739c57333b: Preparing 06:36:23 54328cedda7b: Preparing 06:36:23 ad27c15ca4bf: Preparing 06:36:23 1b3f683c965e: Preparing 06:36:23 16113d51b718: Preparing 06:36:23 1b3f683c965e: Waiting 06:36:23 16113d51b718: Waiting 06:36:23 64739c57333b: Layer already exists 06:36:23 54328cedda7b: Layer already exists 06:36:23 ad27c15ca4bf: Layer already exists 06:36:23 cb9342d9a1bf: Layer already exists 06:36:23 e96fa3ffe391: Layer already exists 06:36:23 1b3f683c965e: Layer already exists 06:36:23 16113d51b718: Layer already exists 06:36:24 3.2.0-dev.107: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:36:24 e96fa3ffe391: Preparing 06:36:24 cb9342d9a1bf: Preparing 06:36:24 64739c57333b: Preparing 06:36:24 54328cedda7b: Preparing 06:36:24 ad27c15ca4bf: Preparing 06:36:24 1b3f683c965e: Preparing 06:36:24 16113d51b718: Preparing 06:36:24 1b3f683c965e: Waiting 06:36:24 16113d51b718: Waiting 06:36:24 ad27c15ca4bf: Layer already exists 06:36:24 64739c57333b: Layer already exists 06:36:24 e96fa3ffe391: Layer already exists 06:36:24 54328cedda7b: Layer already exists 06:36:24 cb9342d9a1bf: Layer already exists 06:36:24 1b3f683c965e: Layer already exists 06:36:24 16113d51b718: Layer already exists 06:36:25 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:36:25 e96fa3ffe391: Preparing 06:36:25 cb9342d9a1bf: Preparing 06:36:25 64739c57333b: Preparing 06:36:25 54328cedda7b: Preparing 06:36:25 ad27c15ca4bf: Preparing 06:36:25 1b3f683c965e: Preparing 06:36:25 16113d51b718: Preparing 06:36:25 1b3f683c965e: Waiting 06:36:25 16113d51b718: Waiting 06:36:25 54328cedda7b: Layer already exists 06:36:25 64739c57333b: Layer already exists 06:36:25 e96fa3ffe391: Layer already exists 06:36:25 cb9342d9a1bf: Layer already exists 06:36:25 ad27c15ca4bf: Layer already exists 06:36:25 1b3f683c965e: Layer already exists 06:36:25 16113d51b718: Layer already exists 06:36:26 main: digest: sha256:30e8c14fc9e62bf6d60937f6678793b9c47e4961490aef4771e94f75f6a3350d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:26 ===================================================== [Pipeline] echo 06:36:26 taggedImages: 06:36:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:36:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.107 06:36:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:36:26 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:36:26 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:26 latest 06:36:26 3.2.0-dev.107 06:36:26 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:26 main 06:36:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:36:27 61de33d219eb: Preparing 06:36:27 ca791e032ab5: Preparing 06:36:27 badf6f20bea9: Preparing 06:36:27 d74206e4fc57: Preparing 06:36:27 64739c57333b: Preparing 06:36:27 54328cedda7b: Preparing 06:36:27 ad27c15ca4bf: Preparing 06:36:27 1b3f683c965e: Preparing 06:36:27 16113d51b718: Preparing 06:36:27 ad27c15ca4bf: Waiting 06:36:27 1b3f683c965e: Waiting 06:36:27 16113d51b718: Waiting 06:36:27 54328cedda7b: Waiting 06:36:27 64739c57333b: Layer already exists 06:36:27 54328cedda7b: Layer already exists 06:36:27 ad27c15ca4bf: Layer already exists 06:36:27 ca791e032ab5: Pushed 06:36:27 61de33d219eb: Pushed 06:36:27 1b3f683c965e: Layer already exists 06:36:27 badf6f20bea9: Pushed 06:36:27 16113d51b718: Layer already exists 06:36:29 d74206e4fc57: Pushed 06:36:30 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:30 + 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 06:36:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:36:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:36:30 61de33d219eb: Preparing 06:36:30 ca791e032ab5: Preparing 06:36:30 badf6f20bea9: Preparing 06:36:30 d74206e4fc57: Preparing 06:36:30 64739c57333b: Preparing 06:36:30 54328cedda7b: Preparing 06:36:30 54328cedda7b: Waiting 06:36:30 ad27c15ca4bf: Preparing 06:36:30 1b3f683c965e: Preparing 06:36:30 ad27c15ca4bf: Waiting 06:36:30 1b3f683c965e: Waiting 06:36:30 16113d51b718: Preparing 06:36:30 d74206e4fc57: Layer already exists 06:36:30 badf6f20bea9: Layer already exists 06:36:30 ca791e032ab5: Layer already exists 06:36:30 61de33d219eb: Layer already exists 06:36:30 64739c57333b: Layer already exists 06:36:30 54328cedda7b: Layer already exists 06:36:30 1b3f683c965e: Layer already exists 06:36:30 16113d51b718: Layer already exists 06:36:30 ad27c15ca4bf: Layer already exists 06:36:31 latest: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.107 06:36:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:36:31 61de33d219eb: Preparing 06:36:31 ca791e032ab5: Preparing 06:36:31 badf6f20bea9: Preparing 06:36:31 d74206e4fc57: Preparing 06:36:31 64739c57333b: Preparing 06:36:31 54328cedda7b: Preparing 06:36:31 ad27c15ca4bf: Preparing 06:36:31 1b3f683c965e: Preparing 06:36:31 16113d51b718: Preparing 06:36:31 54328cedda7b: Waiting 06:36:31 ad27c15ca4bf: Waiting 06:36:31 16113d51b718: Waiting 06:36:31 1b3f683c965e: Waiting 06:36:31 d74206e4fc57: Layer already exists 06:36:31 61de33d219eb: Layer already exists 06:36:31 ca791e032ab5: Layer already exists 06:36:31 badf6f20bea9: Layer already exists 06:36:31 64739c57333b: Layer already exists 06:36:31 1b3f683c965e: Layer already exists 06:36:31 16113d51b718: Layer already exists 06:36:31 54328cedda7b: Layer already exists 06:36:31 ad27c15ca4bf: Layer already exists 06:36:32 3.2.0-dev.107: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:36:32 61de33d219eb: Preparing 06:36:32 ca791e032ab5: Preparing 06:36:32 badf6f20bea9: Preparing 06:36:32 d74206e4fc57: Preparing 06:36:32 64739c57333b: Preparing 06:36:32 54328cedda7b: Preparing 06:36:32 ad27c15ca4bf: Preparing 06:36:32 1b3f683c965e: Preparing 06:36:32 16113d51b718: Preparing 06:36:32 54328cedda7b: Waiting 06:36:32 ad27c15ca4bf: Waiting 06:36:32 16113d51b718: Waiting 06:36:32 ca791e032ab5: Layer already exists 06:36:32 61de33d219eb: Layer already exists 06:36:32 64739c57333b: Layer already exists 06:36:32 d74206e4fc57: Layer already exists 06:36:32 badf6f20bea9: Layer already exists 06:36:32 54328cedda7b: Layer already exists 06:36:32 1b3f683c965e: Layer already exists 06:36:32 16113d51b718: Layer already exists 06:36:32 ad27c15ca4bf: Layer already exists 06:36:33 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:33 + 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 06:36:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:36:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:36:33 61de33d219eb: Preparing 06:36:33 ca791e032ab5: Preparing 06:36:33 badf6f20bea9: Preparing 06:36:33 d74206e4fc57: Preparing 06:36:33 64739c57333b: Preparing 06:36:33 54328cedda7b: Preparing 06:36:33 ad27c15ca4bf: Preparing 06:36:33 1b3f683c965e: Preparing 06:36:33 16113d51b718: Preparing 06:36:33 ad27c15ca4bf: Waiting 06:36:33 1b3f683c965e: Waiting 06:36:33 16113d51b718: Waiting 06:36:33 54328cedda7b: Waiting 06:36:33 d74206e4fc57: Layer already exists 06:36:33 ca791e032ab5: Layer already exists 06:36:33 61de33d219eb: Layer already exists 06:36:33 64739c57333b: Layer already exists 06:36:33 badf6f20bea9: Layer already exists 06:36:33 54328cedda7b: Layer already exists 06:36:33 16113d51b718: Layer already exists 06:36:33 ad27c15ca4bf: Layer already exists 06:36:33 1b3f683c965e: Layer already exists 06:36:34 main: digest: sha256:43be7d9030a2da3f9d790e842b9b58d05563fd36c15e7f5ed7b9d3345cbc598d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:34 ===================================================== [Pipeline] echo 06:36:34 taggedImages: 06:36:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:36:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.107 06:36:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:36:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:36:34 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:34 latest 06:36:34 3.2.0-dev.107 06:36:34 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:34 main 06:36:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:36:35 72b32a04a9ff: Preparing 06:36:35 36cae165c04e: Preparing 06:36:35 2afb2e55dbe8: Preparing 06:36:35 64739c57333b: Preparing 06:36:35 54328cedda7b: Preparing 06:36:35 4198b3a41184: Preparing 06:36:35 a56c33a31a56: Preparing 06:36:35 16113d51b718: Preparing 06:36:35 4198b3a41184: Waiting 06:36:35 a56c33a31a56: Waiting 06:36:35 16113d51b718: Waiting 06:36:35 36cae165c04e: Pushed 06:36:35 64739c57333b: Layer already exists 06:36:35 54328cedda7b: Layer already exists 06:36:35 16113d51b718: Layer already exists 06:36:35 72b32a04a9ff: Pushed 06:36:35 a56c33a31a56: Pushed 06:36:35 4198b3a41184: Pushed 06:36:42 2afb2e55dbe8: Pushed 06:36:42 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:36:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:36:43 72b32a04a9ff: Preparing 06:36:43 36cae165c04e: Preparing 06:36:43 2afb2e55dbe8: Preparing 06:36:43 64739c57333b: Preparing 06:36:43 54328cedda7b: Preparing 06:36:43 4198b3a41184: Preparing 06:36:43 a56c33a31a56: Preparing 06:36:43 16113d51b718: Preparing 06:36:43 a56c33a31a56: Waiting 06:36:43 16113d51b718: Waiting 06:36:43 4198b3a41184: Waiting 06:36:43 54328cedda7b: Layer already exists 06:36:43 2afb2e55dbe8: Layer already exists 06:36:43 64739c57333b: Layer already exists 06:36:43 36cae165c04e: Layer already exists 06:36:43 72b32a04a9ff: Layer already exists 06:36:43 16113d51b718: Layer already exists 06:36:43 a56c33a31a56: Layer already exists 06:36:43 4198b3a41184: Layer already exists 06:36:43 latest: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.107 06:36:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:36:44 72b32a04a9ff: Preparing 06:36:44 36cae165c04e: Preparing 06:36:44 2afb2e55dbe8: Preparing 06:36:44 64739c57333b: Preparing 06:36:44 54328cedda7b: Preparing 06:36:44 4198b3a41184: Preparing 06:36:44 a56c33a31a56: Preparing 06:36:44 16113d51b718: Preparing 06:36:44 4198b3a41184: Waiting 06:36:44 a56c33a31a56: Waiting 06:36:44 16113d51b718: Waiting 06:36:44 72b32a04a9ff: Layer already exists 06:36:44 2afb2e55dbe8: Layer already exists 06:36:44 54328cedda7b: Layer already exists 06:36:44 64739c57333b: Layer already exists 06:36:44 36cae165c04e: Layer already exists 06:36:44 16113d51b718: Layer already exists 06:36:44 4198b3a41184: Layer already exists 06:36:44 a56c33a31a56: Layer already exists 06:36:44 3.2.0-dev.107: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:36:45 72b32a04a9ff: Preparing 06:36:45 36cae165c04e: Preparing 06:36:45 2afb2e55dbe8: Preparing 06:36:45 64739c57333b: Preparing 06:36:45 54328cedda7b: Preparing 06:36:45 4198b3a41184: Preparing 06:36:45 a56c33a31a56: Preparing 06:36:45 16113d51b718: Preparing 06:36:45 4198b3a41184: Waiting 06:36:45 a56c33a31a56: Waiting 06:36:45 16113d51b718: Waiting 06:36:45 36cae165c04e: Layer already exists 06:36:45 72b32a04a9ff: Layer already exists 06:36:45 64739c57333b: Layer already exists 06:36:45 2afb2e55dbe8: Layer already exists 06:36:45 54328cedda7b: Layer already exists 06:36:45 a56c33a31a56: Layer already exists 06:36:45 4198b3a41184: Layer already exists 06:36:45 16113d51b718: Layer already exists 06:36:45 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:36:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:36:46 72b32a04a9ff: Preparing 06:36:46 36cae165c04e: Preparing 06:36:46 2afb2e55dbe8: Preparing 06:36:46 64739c57333b: Preparing 06:36:46 54328cedda7b: Preparing 06:36:46 4198b3a41184: Preparing 06:36:46 a56c33a31a56: Preparing 06:36:46 16113d51b718: Preparing 06:36:46 a56c33a31a56: Waiting 06:36:46 16113d51b718: Waiting 06:36:46 4198b3a41184: Waiting 06:36:46 36cae165c04e: Layer already exists 06:36:46 64739c57333b: Layer already exists 06:36:46 72b32a04a9ff: Layer already exists 06:36:46 54328cedda7b: Layer already exists 06:36:46 2afb2e55dbe8: Layer already exists 06:36:46 4198b3a41184: Layer already exists 06:36:46 a56c33a31a56: Layer already exists 06:36:46 16113d51b718: Layer already exists 06:36:46 main: digest: sha256:98e9a21647be488c5960a622eac4bf255faab279e1e63b828183520fa7bd7735 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:36:46 ===================================================== [Pipeline] echo 06:36:46 taggedImages: 06:36:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:36:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.107 06:36:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:36:46 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 06:36:46 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:46 latest 06:36:46 3.2.0-dev.107 06:36:46 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:46 main 06:36:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:36:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:36:47 78a589abc685: Preparing 06:36:47 94cd5591095f: Preparing 06:36:47 70c662a9d373: Preparing 06:36:47 54328cedda7b: Preparing 06:36:47 81c3caf88b9e: Preparing 06:36:47 bd45e8ce13e0: Preparing 06:36:47 16113d51b718: Preparing 06:36:47 bd45e8ce13e0: Waiting 06:36:47 16113d51b718: Waiting 06:36:47 54328cedda7b: Layer already exists 06:36:47 78a589abc685: Pushed 06:36:47 94cd5591095f: Pushed 06:36:47 16113d51b718: Layer already exists 06:36:47 81c3caf88b9e: Pushed 06:36:47 bd45e8ce13e0: Pushed 06:36:55 70c662a9d373: Pushed 06:36:55 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:56 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:36:56 78a589abc685: Preparing 06:36:56 94cd5591095f: Preparing 06:36:56 70c662a9d373: Preparing 06:36:56 54328cedda7b: Preparing 06:36:56 81c3caf88b9e: Preparing 06:36:56 bd45e8ce13e0: Preparing 06:36:56 16113d51b718: Preparing 06:36:56 bd45e8ce13e0: Waiting 06:36:56 16113d51b718: Waiting 06:36:56 81c3caf88b9e: Layer already exists 06:36:56 54328cedda7b: Layer already exists 06:36:56 78a589abc685: Layer already exists 06:36:56 94cd5591095f: Layer already exists 06:36:56 70c662a9d373: Layer already exists 06:36:56 16113d51b718: Layer already exists 06:36:56 bd45e8ce13e0: Layer already exists 06:36:56 latest: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.107 06:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:36:58 78a589abc685: Preparing 06:36:58 94cd5591095f: Preparing 06:36:58 70c662a9d373: Preparing 06:36:58 54328cedda7b: Preparing 06:36:58 81c3caf88b9e: Preparing 06:36:58 bd45e8ce13e0: Preparing 06:36:58 16113d51b718: Preparing 06:36:58 bd45e8ce13e0: Waiting 06:36:58 16113d51b718: Waiting 06:36:58 81c3caf88b9e: Layer already exists 06:36:58 54328cedda7b: Layer already exists 06:36:58 78a589abc685: Layer already exists 06:36:58 94cd5591095f: Layer already exists 06:36:58 70c662a9d373: Layer already exists 06:36:58 bd45e8ce13e0: Layer already exists 06:36:58 16113d51b718: Layer already exists 06:36:58 3.2.0-dev.107: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:58 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:36:59 78a589abc685: Preparing 06:36:59 94cd5591095f: Preparing 06:36:59 70c662a9d373: Preparing 06:36:59 54328cedda7b: Preparing 06:36:59 81c3caf88b9e: Preparing 06:36:59 bd45e8ce13e0: Preparing 06:36:59 16113d51b718: Preparing 06:36:59 bd45e8ce13e0: Waiting 06:36:59 16113d51b718: Waiting 06:36:59 78a589abc685: Layer already exists 06:36:59 81c3caf88b9e: Layer already exists 06:36:59 54328cedda7b: Layer already exists 06:36:59 70c662a9d373: Layer already exists 06:36:59 94cd5591095f: Layer already exists 06:36:59 bd45e8ce13e0: Layer already exists 06:36:59 16113d51b718: Layer already exists 06:36:59 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 06:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:37:00 78a589abc685: Preparing 06:37:00 94cd5591095f: Preparing 06:37:00 70c662a9d373: Preparing 06:37:00 54328cedda7b: Preparing 06:37:00 81c3caf88b9e: Preparing 06:37:00 bd45e8ce13e0: Preparing 06:37:00 16113d51b718: Preparing 06:37:00 bd45e8ce13e0: Waiting 06:37:00 81c3caf88b9e: Layer already exists 06:37:00 70c662a9d373: Layer already exists 06:37:00 54328cedda7b: Layer already exists 06:37:00 94cd5591095f: Layer already exists 06:37:00 78a589abc685: Layer already exists 06:37:00 bd45e8ce13e0: Layer already exists 06:37:00 16113d51b718: Layer already exists 06:37:00 main: digest: sha256:45ca57ad2c0847834698af8c98bdfa6f7e742eca2cf30ec15ef6021ee78e470f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:00 ===================================================== [Pipeline] echo 06:37:00 taggedImages: 06:37:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:37:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.107 06:37:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:00 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:37:00 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:37:00 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:00 latest 06:37:00 3.2.0-dev.107 06:37:00 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:00 main 06:37:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:37:01 226766294066: Preparing 06:37:01 485f454f08a6: Preparing 06:37:01 037a8b97bced: Preparing 06:37:01 129defad106a: Preparing 06:37:01 64739c57333b: Preparing 06:37:01 54328cedda7b: Preparing 06:37:01 ad27c15ca4bf: Preparing 06:37:01 1b3f683c965e: Preparing 06:37:01 16113d51b718: Preparing 06:37:01 ad27c15ca4bf: Waiting 06:37:01 1b3f683c965e: Waiting 06:37:01 16113d51b718: Waiting 06:37:01 54328cedda7b: Waiting 06:37:01 64739c57333b: Layer already exists 06:37:01 54328cedda7b: Layer already exists 06:37:01 037a8b97bced: Pushed 06:37:01 485f454f08a6: Pushed 06:37:01 226766294066: Pushed 06:37:01 ad27c15ca4bf: Layer already exists 06:37:01 1b3f683c965e: Layer already exists 06:37:01 16113d51b718: Layer already exists 06:37:09 129defad106a: Pushed 06:37:09 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:37:10 226766294066: Preparing 06:37:10 485f454f08a6: Preparing 06:37:10 037a8b97bced: Preparing 06:37:10 129defad106a: Preparing 06:37:10 64739c57333b: Preparing 06:37:10 54328cedda7b: Preparing 06:37:10 54328cedda7b: Waiting 06:37:10 ad27c15ca4bf: Preparing 06:37:10 1b3f683c965e: Preparing 06:37:10 ad27c15ca4bf: Waiting 06:37:10 1b3f683c965e: Waiting 06:37:10 16113d51b718: Preparing 06:37:10 16113d51b718: Waiting 06:37:10 037a8b97bced: Layer already exists 06:37:10 64739c57333b: Layer already exists 06:37:10 485f454f08a6: Layer already exists 06:37:10 226766294066: Layer already exists 06:37:10 129defad106a: Layer already exists 06:37:10 16113d51b718: Layer already exists 06:37:10 ad27c15ca4bf: Layer already exists 06:37:10 54328cedda7b: Layer already exists 06:37:10 1b3f683c965e: Layer already exists 06:37:10 latest: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.107 06:37:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:37:11 226766294066: Preparing 06:37:11 485f454f08a6: Preparing 06:37:11 037a8b97bced: Preparing 06:37:11 129defad106a: Preparing 06:37:11 64739c57333b: Preparing 06:37:11 54328cedda7b: Preparing 06:37:11 ad27c15ca4bf: Preparing 06:37:11 1b3f683c965e: Preparing 06:37:11 16113d51b718: Preparing 06:37:11 ad27c15ca4bf: Waiting 06:37:11 1b3f683c965e: Waiting 06:37:11 16113d51b718: Waiting 06:37:11 54328cedda7b: Waiting 06:37:11 037a8b97bced: Layer already exists 06:37:11 485f454f08a6: Layer already exists 06:37:11 226766294066: Layer already exists 06:37:11 64739c57333b: Layer already exists 06:37:11 129defad106a: Layer already exists 06:37:11 ad27c15ca4bf: Layer already exists 06:37:11 16113d51b718: Layer already exists 06:37:11 54328cedda7b: Layer already exists 06:37:11 1b3f683c965e: Layer already exists 06:37:11 3.2.0-dev.107: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:37:12 226766294066: Preparing 06:37:12 485f454f08a6: Preparing 06:37:12 037a8b97bced: Preparing 06:37:12 129defad106a: Preparing 06:37:12 64739c57333b: Preparing 06:37:12 54328cedda7b: Preparing 06:37:12 ad27c15ca4bf: Preparing 06:37:12 1b3f683c965e: Preparing 06:37:12 16113d51b718: Preparing 06:37:12 ad27c15ca4bf: Waiting 06:37:12 54328cedda7b: Waiting 06:37:12 1b3f683c965e: Waiting 06:37:12 16113d51b718: Waiting 06:37:12 485f454f08a6: Layer already exists 06:37:12 64739c57333b: Layer already exists 06:37:12 037a8b97bced: Layer already exists 06:37:12 129defad106a: Layer already exists 06:37:12 226766294066: Layer already exists 06:37:12 ad27c15ca4bf: Layer already exists 06:37:12 54328cedda7b: Layer already exists 06:37:12 1b3f683c965e: Layer already exists 06:37:12 16113d51b718: Layer already exists 06:37:12 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:37:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:37:13 226766294066: Preparing 06:37:13 485f454f08a6: Preparing 06:37:13 037a8b97bced: Preparing 06:37:13 129defad106a: Preparing 06:37:13 64739c57333b: Preparing 06:37:13 54328cedda7b: Preparing 06:37:13 ad27c15ca4bf: Preparing 06:37:13 1b3f683c965e: Preparing 06:37:13 16113d51b718: Preparing 06:37:13 ad27c15ca4bf: Waiting 06:37:13 1b3f683c965e: Waiting 06:37:13 16113d51b718: Waiting 06:37:13 54328cedda7b: Waiting 06:37:13 64739c57333b: Layer already exists 06:37:13 485f454f08a6: Layer already exists 06:37:13 129defad106a: Layer already exists 06:37:13 037a8b97bced: Layer already exists 06:37:13 226766294066: Layer already exists 06:37:13 54328cedda7b: Layer already exists 06:37:13 1b3f683c965e: Layer already exists 06:37:13 ad27c15ca4bf: Layer already exists 06:37:13 16113d51b718: Layer already exists 06:37:13 main: digest: sha256:3359ed816a7b27cd46db149e5ef057ead9af354b40321b73a302a418c502ccd2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:13 ===================================================== [Pipeline] echo 06:37:13 taggedImages: 06:37:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:37:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.107 06:37:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:13 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:37:13 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:37:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:13 latest 06:37:13 3.2.0-dev.107 06:37:13 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:13 main 06:37:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:37:14 96ba01c7c861: Preparing 06:37:14 dd4c65b49fb5: Preparing 06:37:14 839efc411b47: Preparing 06:37:14 247a4a17e52b: Preparing 06:37:14 74f0e66a837d: Preparing 06:37:14 e23dcfe1bcbf: Preparing 06:37:14 7269432cef97: Preparing 06:37:14 a383e4e6b786: Preparing 06:37:14 64739c57333b: Preparing 06:37:14 54328cedda7b: Preparing 06:37:14 3af5ec6fc830: Preparing 06:37:14 779e94dd31ac: Preparing 06:37:14 5f70bf18a086: Preparing 06:37:14 889a92f4f431: Preparing 06:37:14 44d456bdd286: Preparing 06:37:14 3f8ad28a387d: Preparing 06:37:14 16113d51b718: Preparing 06:37:14 e23dcfe1bcbf: Waiting 06:37:14 779e94dd31ac: Waiting 06:37:14 5f70bf18a086: Waiting 06:37:14 7269432cef97: Waiting 06:37:14 889a92f4f431: Waiting 06:37:14 a383e4e6b786: Waiting 06:37:14 44d456bdd286: Waiting 06:37:14 64739c57333b: Waiting 06:37:14 3f8ad28a387d: Waiting 06:37:14 16113d51b718: Waiting 06:37:14 54328cedda7b: Waiting 06:37:14 3af5ec6fc830: Waiting 06:37:14 839efc411b47: Pushed 06:37:14 74f0e66a837d: Pushed 06:37:14 247a4a17e52b: Pushed 06:37:14 dd4c65b49fb5: Pushed 06:37:14 96ba01c7c861: Pushed 06:37:14 64739c57333b: Layer already exists 06:37:14 54328cedda7b: Layer already exists 06:37:14 e23dcfe1bcbf: Pushed 06:37:14 7269432cef97: Pushed 06:37:14 5f70bf18a086: Layer already exists 06:37:14 3af5ec6fc830: Pushed 06:37:14 779e94dd31ac: Pushed 06:37:14 16113d51b718: Layer already exists 06:37:14 889a92f4f431: Pushed 06:37:14 44d456bdd286: Pushed 06:37:14 3f8ad28a387d: Pushed 06:37:19 a383e4e6b786: Pushed 06:37:19 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:37:19 96ba01c7c861: Preparing 06:37:19 dd4c65b49fb5: Preparing 06:37:19 839efc411b47: Preparing 06:37:19 247a4a17e52b: Preparing 06:37:19 74f0e66a837d: Preparing 06:37:19 e23dcfe1bcbf: Preparing 06:37:19 7269432cef97: Preparing 06:37:19 e23dcfe1bcbf: Waiting 06:37:19 a383e4e6b786: Preparing 06:37:19 7269432cef97: Waiting 06:37:19 64739c57333b: Preparing 06:37:19 a383e4e6b786: Waiting 06:37:19 54328cedda7b: Preparing 06:37:19 64739c57333b: Waiting 06:37:19 3af5ec6fc830: Preparing 06:37:19 54328cedda7b: Waiting 06:37:19 779e94dd31ac: Preparing 06:37:19 5f70bf18a086: Preparing 06:37:19 889a92f4f431: Preparing 06:37:19 44d456bdd286: Preparing 06:37:19 3f8ad28a387d: Preparing 06:37:19 16113d51b718: Preparing 06:37:19 779e94dd31ac: Waiting 06:37:19 5f70bf18a086: Waiting 06:37:19 889a92f4f431: Waiting 06:37:19 44d456bdd286: Waiting 06:37:19 3f8ad28a387d: Waiting 06:37:19 16113d51b718: Waiting 06:37:19 dd4c65b49fb5: Layer already exists 06:37:19 96ba01c7c861: Layer already exists 06:37:19 839efc411b47: Layer already exists 06:37:19 74f0e66a837d: Layer already exists 06:37:19 247a4a17e52b: Layer already exists 06:37:19 a383e4e6b786: Layer already exists 06:37:19 7269432cef97: Layer already exists 06:37:19 e23dcfe1bcbf: Layer already exists 06:37:19 64739c57333b: Layer already exists 06:37:19 54328cedda7b: Layer already exists 06:37:19 779e94dd31ac: Layer already exists 06:37:19 889a92f4f431: Layer already exists 06:37:19 3af5ec6fc830: Layer already exists 06:37:19 44d456bdd286: Layer already exists 06:37:19 5f70bf18a086: Layer already exists 06:37:19 3f8ad28a387d: Layer already exists 06:37:19 16113d51b718: Layer already exists 06:37:20 latest: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.107 06:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:37:20 96ba01c7c861: Preparing 06:37:20 dd4c65b49fb5: Preparing 06:37:20 839efc411b47: Preparing 06:37:20 247a4a17e52b: Preparing 06:37:20 74f0e66a837d: Preparing 06:37:20 e23dcfe1bcbf: Preparing 06:37:20 7269432cef97: Preparing 06:37:20 a383e4e6b786: Preparing 06:37:20 64739c57333b: Preparing 06:37:20 54328cedda7b: Preparing 06:37:20 3af5ec6fc830: Preparing 06:37:20 779e94dd31ac: Preparing 06:37:20 5f70bf18a086: Preparing 06:37:20 889a92f4f431: Preparing 06:37:20 44d456bdd286: Preparing 06:37:20 3f8ad28a387d: Preparing 06:37:20 16113d51b718: Preparing 06:37:20 54328cedda7b: Waiting 06:37:20 3af5ec6fc830: Waiting 06:37:20 779e94dd31ac: Waiting 06:37:20 5f70bf18a086: Waiting 06:37:20 889a92f4f431: Waiting 06:37:20 44d456bdd286: Waiting 06:37:20 3f8ad28a387d: Waiting 06:37:20 16113d51b718: Waiting 06:37:20 7269432cef97: Waiting 06:37:20 a383e4e6b786: Waiting 06:37:20 e23dcfe1bcbf: Waiting 06:37:20 64739c57333b: Waiting 06:37:20 247a4a17e52b: Layer already exists 06:37:20 dd4c65b49fb5: Layer already exists 06:37:20 96ba01c7c861: Layer already exists 06:37:20 74f0e66a837d: Layer already exists 06:37:20 839efc411b47: Layer already exists 06:37:20 a383e4e6b786: Layer already exists 06:37:20 54328cedda7b: Layer already exists 06:37:20 3af5ec6fc830: Layer already exists 06:37:20 5f70bf18a086: Layer already exists 06:37:20 889a92f4f431: Layer already exists 06:37:21 44d456bdd286: Layer already exists 06:37:21 7269432cef97: Layer already exists 06:37:21 e23dcfe1bcbf: Layer already exists 06:37:21 3f8ad28a387d: Layer already exists 06:37:21 64739c57333b: Layer already exists 06:37:21 779e94dd31ac: Layer already exists 06:37:21 16113d51b718: Layer already exists 06:37:21 3.2.0-dev.107: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:37:21 96ba01c7c861: Preparing 06:37:21 dd4c65b49fb5: Preparing 06:37:21 839efc411b47: Preparing 06:37:21 247a4a17e52b: Preparing 06:37:21 74f0e66a837d: Preparing 06:37:21 e23dcfe1bcbf: Preparing 06:37:21 7269432cef97: Preparing 06:37:21 a383e4e6b786: Preparing 06:37:21 64739c57333b: Preparing 06:37:21 54328cedda7b: Preparing 06:37:21 3af5ec6fc830: Preparing 06:37:21 779e94dd31ac: Preparing 06:37:21 5f70bf18a086: Preparing 06:37:21 889a92f4f431: Preparing 06:37:21 44d456bdd286: Preparing 06:37:21 3f8ad28a387d: Preparing 06:37:21 16113d51b718: Preparing 06:37:21 a383e4e6b786: Waiting 06:37:21 64739c57333b: Waiting 06:37:21 54328cedda7b: Waiting 06:37:21 3af5ec6fc830: Waiting 06:37:21 779e94dd31ac: Waiting 06:37:21 5f70bf18a086: Waiting 06:37:21 889a92f4f431: Waiting 06:37:21 44d456bdd286: Waiting 06:37:21 3f8ad28a387d: Waiting 06:37:21 16113d51b718: Waiting 06:37:21 e23dcfe1bcbf: Waiting 06:37:21 7269432cef97: Waiting 06:37:21 dd4c65b49fb5: Layer already exists 06:37:21 839efc411b47: Layer already exists 06:37:21 247a4a17e52b: Layer already exists 06:37:21 96ba01c7c861: Layer already exists 06:37:21 74f0e66a837d: Layer already exists 06:37:21 54328cedda7b: Layer already exists 06:37:21 7269432cef97: Layer already exists 06:37:21 e23dcfe1bcbf: Layer already exists 06:37:21 a383e4e6b786: Layer already exists 06:37:21 64739c57333b: Layer already exists 06:37:21 5f70bf18a086: Layer already exists 06:37:21 3af5ec6fc830: Layer already exists 06:37:21 779e94dd31ac: Layer already exists 06:37:21 889a92f4f431: Layer already exists 06:37:21 44d456bdd286: Layer already exists 06:37:21 16113d51b718: Layer already exists 06:37:21 3f8ad28a387d: Layer already exists 06:37:22 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:37:22 96ba01c7c861: Preparing 06:37:22 dd4c65b49fb5: Preparing 06:37:22 839efc411b47: Preparing 06:37:22 247a4a17e52b: Preparing 06:37:22 74f0e66a837d: Preparing 06:37:22 e23dcfe1bcbf: Preparing 06:37:22 7269432cef97: Preparing 06:37:22 a383e4e6b786: Preparing 06:37:22 64739c57333b: Preparing 06:37:22 54328cedda7b: Preparing 06:37:22 3af5ec6fc830: Preparing 06:37:22 779e94dd31ac: Preparing 06:37:22 5f70bf18a086: Preparing 06:37:22 889a92f4f431: Preparing 06:37:22 44d456bdd286: Preparing 06:37:22 3f8ad28a387d: Preparing 06:37:22 16113d51b718: Preparing 06:37:22 e23dcfe1bcbf: Waiting 06:37:22 779e94dd31ac: Waiting 06:37:22 7269432cef97: Waiting 06:37:22 a383e4e6b786: Waiting 06:37:22 64739c57333b: Waiting 06:37:22 54328cedda7b: Waiting 06:37:22 3af5ec6fc830: Waiting 06:37:22 5f70bf18a086: Waiting 06:37:22 3f8ad28a387d: Waiting 06:37:22 889a92f4f431: Waiting 06:37:22 16113d51b718: Waiting 06:37:22 44d456bdd286: Waiting 06:37:22 96ba01c7c861: Layer already exists 06:37:22 247a4a17e52b: Layer already exists 06:37:22 dd4c65b49fb5: Layer already exists 06:37:22 839efc411b47: Layer already exists 06:37:22 74f0e66a837d: Layer already exists 06:37:22 e23dcfe1bcbf: Layer already exists 06:37:22 a383e4e6b786: Layer already exists 06:37:22 54328cedda7b: Layer already exists 06:37:22 7269432cef97: Layer already exists 06:37:22 64739c57333b: Layer already exists 06:37:22 3af5ec6fc830: Layer already exists 06:37:22 779e94dd31ac: Layer already exists 06:37:22 889a92f4f431: Layer already exists 06:37:22 5f70bf18a086: Layer already exists 06:37:22 44d456bdd286: Layer already exists 06:37:22 3f8ad28a387d: Layer already exists 06:37:22 16113d51b718: Layer already exists 06:37:23 main: digest: sha256:032d5112081bcb985aa95be6759337efbb91a68964079d88206217b8c5819959 size: 3854 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:23 ===================================================== [Pipeline] echo 06:37:23 taggedImages: 06:37:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:37:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.107 06:37:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:23 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:37:23 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:37:23 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:23 latest 06:37:23 3.2.0-dev.107 06:37:23 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:23 main 06:37:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:37:23 daee918724d3: Preparing 06:37:23 b845a3311c96: Preparing 06:37:23 580970c45f6d: Preparing 06:37:23 d81d07d4a408: Preparing 06:37:23 64739c57333b: Preparing 06:37:23 54328cedda7b: Preparing 06:37:23 ad27c15ca4bf: Preparing 06:37:23 1b3f683c965e: Preparing 06:37:23 16113d51b718: Preparing 06:37:23 ad27c15ca4bf: Waiting 06:37:23 1b3f683c965e: Waiting 06:37:23 16113d51b718: Waiting 06:37:23 54328cedda7b: Waiting 06:37:23 64739c57333b: Layer already exists 06:37:23 54328cedda7b: Layer already exists 06:37:24 ad27c15ca4bf: Layer already exists 06:37:24 580970c45f6d: Pushed 06:37:24 b845a3311c96: Pushed 06:37:24 daee918724d3: Pushed 06:37:24 1b3f683c965e: Layer already exists 06:37:24 16113d51b718: Layer already exists 06:37:29 d81d07d4a408: Pushed 06:37:29 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:29 + 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 06:37:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:37:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:37:30 daee918724d3: Preparing 06:37:30 b845a3311c96: Preparing 06:37:30 580970c45f6d: Preparing 06:37:30 d81d07d4a408: Preparing 06:37:30 64739c57333b: Preparing 06:37:30 54328cedda7b: Preparing 06:37:30 ad27c15ca4bf: Preparing 06:37:30 54328cedda7b: Waiting 06:37:30 1b3f683c965e: Preparing 06:37:30 ad27c15ca4bf: Waiting 06:37:30 16113d51b718: Preparing 06:37:30 b845a3311c96: Layer already exists 06:37:30 d81d07d4a408: Layer already exists 06:37:30 64739c57333b: Layer already exists 06:37:30 daee918724d3: Layer already exists 06:37:30 580970c45f6d: Layer already exists 06:37:30 ad27c15ca4bf: Layer already exists 06:37:30 16113d51b718: Layer already exists 06:37:30 1b3f683c965e: Layer already exists 06:37:30 54328cedda7b: Layer already exists 06:37:30 latest: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.107 06:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:37:31 daee918724d3: Preparing 06:37:31 b845a3311c96: Preparing 06:37:31 580970c45f6d: Preparing 06:37:31 d81d07d4a408: Preparing 06:37:31 64739c57333b: Preparing 06:37:31 54328cedda7b: Preparing 06:37:31 ad27c15ca4bf: Preparing 06:37:31 1b3f683c965e: Preparing 06:37:31 16113d51b718: Preparing 06:37:31 54328cedda7b: Waiting 06:37:31 ad27c15ca4bf: Waiting 06:37:31 1b3f683c965e: Waiting 06:37:31 16113d51b718: Waiting 06:37:31 daee918724d3: Layer already exists 06:37:31 d81d07d4a408: Layer already exists 06:37:31 64739c57333b: Layer already exists 06:37:31 580970c45f6d: Layer already exists 06:37:31 b845a3311c96: Layer already exists 06:37:31 54328cedda7b: Layer already exists 06:37:31 ad27c15ca4bf: Layer already exists 06:37:31 16113d51b718: Layer already exists 06:37:31 1b3f683c965e: Layer already exists 06:37:31 3.2.0-dev.107: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:31 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:37:32 daee918724d3: Preparing 06:37:32 b845a3311c96: Preparing 06:37:32 580970c45f6d: Preparing 06:37:32 d81d07d4a408: Preparing 06:37:32 64739c57333b: Preparing 06:37:32 54328cedda7b: Preparing 06:37:32 ad27c15ca4bf: Preparing 06:37:32 1b3f683c965e: Preparing 06:37:32 16113d51b718: Preparing 06:37:32 ad27c15ca4bf: Waiting 06:37:32 1b3f683c965e: Waiting 06:37:32 16113d51b718: Waiting 06:37:32 54328cedda7b: Waiting 06:37:32 64739c57333b: Layer already exists 06:37:32 daee918724d3: Layer already exists 06:37:32 d81d07d4a408: Layer already exists 06:37:32 580970c45f6d: Layer already exists 06:37:32 b845a3311c96: Layer already exists 06:37:32 1b3f683c965e: Layer already exists 06:37:32 54328cedda7b: Layer already exists 06:37:32 ad27c15ca4bf: Layer already exists 06:37:32 16113d51b718: Layer already exists 06:37:32 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:33 + 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 06:37:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:37:33 daee918724d3: Preparing 06:37:33 b845a3311c96: Preparing 06:37:33 580970c45f6d: Preparing 06:37:33 d81d07d4a408: Preparing 06:37:33 64739c57333b: Preparing 06:37:33 54328cedda7b: Preparing 06:37:33 ad27c15ca4bf: Preparing 06:37:33 1b3f683c965e: Preparing 06:37:33 16113d51b718: Preparing 06:37:33 ad27c15ca4bf: Waiting 06:37:33 1b3f683c965e: Waiting 06:37:33 16113d51b718: Waiting 06:37:33 64739c57333b: Layer already exists 06:37:33 daee918724d3: Layer already exists 06:37:33 580970c45f6d: Layer already exists 06:37:33 b845a3311c96: Layer already exists 06:37:33 d81d07d4a408: Layer already exists 06:37:33 16113d51b718: Layer already exists 06:37:33 54328cedda7b: Layer already exists 06:37:33 1b3f683c965e: Layer already exists 06:37:33 ad27c15ca4bf: Layer already exists 06:37:33 main: digest: sha256:0ab781c3e83b05f2384b455c464ac2ed30651ba988e5324ae69363e29678f74d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:34 ===================================================== [Pipeline] echo 06:37:34 taggedImages: 06:37:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:37:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.107 06:37:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:37:34 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:37:34 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:34 latest 06:37:34 3.2.0-dev.107 06:37:34 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:34 main 06:37:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:37:34 4f0968f86509: Preparing 06:37:34 b51e99be4992: Preparing 06:37:34 7d3c861d5e4e: Preparing 06:37:34 8446d1002bd3: Preparing 06:37:34 2122c6815c41: Preparing 06:37:34 64739c57333b: Preparing 06:37:34 54328cedda7b: Preparing 06:37:34 d76051d41bb0: Preparing 06:37:34 edda7b81825e: Preparing 06:37:34 dc06bce10378: Preparing 06:37:34 16113d51b718: Preparing 06:37:34 d76051d41bb0: Waiting 06:37:34 dc06bce10378: Waiting 06:37:34 edda7b81825e: Waiting 06:37:34 64739c57333b: Waiting 06:37:34 16113d51b718: Waiting 06:37:34 54328cedda7b: Waiting 06:37:35 2122c6815c41: Pushed 06:37:35 8446d1002bd3: Pushed 06:37:35 4f0968f86509: Pushed 06:37:35 b51e99be4992: Pushed 06:37:35 64739c57333b: Layer already exists 06:37:35 54328cedda7b: Layer already exists 06:37:35 16113d51b718: Layer already exists 06:37:35 d76051d41bb0: Pushed 06:37:35 edda7b81825e: Pushed 06:37:37 dc06bce10378: Pushed 06:37:37 7d3c861d5e4e: Pushed 06:37:38 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:37:38 4f0968f86509: Preparing 06:37:38 b51e99be4992: Preparing 06:37:38 7d3c861d5e4e: Preparing 06:37:38 8446d1002bd3: Preparing 06:37:38 2122c6815c41: Preparing 06:37:38 64739c57333b: Preparing 06:37:38 54328cedda7b: Preparing 06:37:38 d76051d41bb0: Preparing 06:37:38 edda7b81825e: Preparing 06:37:38 dc06bce10378: Preparing 06:37:38 16113d51b718: Preparing 06:37:38 d76051d41bb0: Waiting 06:37:38 64739c57333b: Waiting 06:37:38 54328cedda7b: Waiting 06:37:38 dc06bce10378: Waiting 06:37:38 edda7b81825e: Waiting 06:37:38 16113d51b718: Waiting 06:37:38 4f0968f86509: Layer already exists 06:37:38 b51e99be4992: Layer already exists 06:37:38 7d3c861d5e4e: Layer already exists 06:37:38 2122c6815c41: Layer already exists 06:37:38 8446d1002bd3: Layer already exists 06:37:38 edda7b81825e: Layer already exists 06:37:38 d76051d41bb0: Layer already exists 06:37:38 64739c57333b: Layer already exists 06:37:38 54328cedda7b: Layer already exists 06:37:38 dc06bce10378: Layer already exists 06:37:38 16113d51b718: Layer already exists 06:37:39 latest: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.107 06:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:37:39 4f0968f86509: Preparing 06:37:39 b51e99be4992: Preparing 06:37:39 7d3c861d5e4e: Preparing 06:37:39 8446d1002bd3: Preparing 06:37:39 2122c6815c41: Preparing 06:37:39 64739c57333b: Preparing 06:37:39 54328cedda7b: Preparing 06:37:39 d76051d41bb0: Preparing 06:37:39 edda7b81825e: Preparing 06:37:39 dc06bce10378: Preparing 06:37:39 16113d51b718: Preparing 06:37:39 54328cedda7b: Waiting 06:37:39 64739c57333b: Waiting 06:37:39 d76051d41bb0: Waiting 06:37:39 dc06bce10378: Waiting 06:37:39 16113d51b718: Waiting 06:37:39 edda7b81825e: Waiting 06:37:39 7d3c861d5e4e: Layer already exists 06:37:39 4f0968f86509: Layer already exists 06:37:39 2122c6815c41: Layer already exists 06:37:39 8446d1002bd3: Layer already exists 06:37:39 b51e99be4992: Layer already exists 06:37:39 64739c57333b: Layer already exists 06:37:39 54328cedda7b: Layer already exists 06:37:39 edda7b81825e: Layer already exists 06:37:39 d76051d41bb0: Layer already exists 06:37:39 dc06bce10378: Layer already exists 06:37:39 16113d51b718: Layer already exists 06:37:39 3.2.0-dev.107: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:40 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:37:40 4f0968f86509: Preparing 06:37:40 b51e99be4992: Preparing 06:37:40 7d3c861d5e4e: Preparing 06:37:40 8446d1002bd3: Preparing 06:37:40 2122c6815c41: Preparing 06:37:40 64739c57333b: Preparing 06:37:40 54328cedda7b: Preparing 06:37:40 d76051d41bb0: Preparing 06:37:40 edda7b81825e: Preparing 06:37:40 dc06bce10378: Preparing 06:37:40 16113d51b718: Preparing 06:37:40 64739c57333b: Waiting 06:37:40 54328cedda7b: Waiting 06:37:40 d76051d41bb0: Waiting 06:37:40 dc06bce10378: Waiting 06:37:40 edda7b81825e: Waiting 06:37:40 2122c6815c41: Layer already exists 06:37:40 7d3c861d5e4e: Layer already exists 06:37:40 8446d1002bd3: Layer already exists 06:37:40 4f0968f86509: Layer already exists 06:37:40 b51e99be4992: Layer already exists 06:37:40 64739c57333b: Layer already exists 06:37:40 54328cedda7b: Layer already exists 06:37:40 d76051d41bb0: Layer already exists 06:37:40 edda7b81825e: Layer already exists 06:37:40 dc06bce10378: Layer already exists 06:37:40 16113d51b718: Layer already exists 06:37:41 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:37:41 4f0968f86509: Preparing 06:37:41 b51e99be4992: Preparing 06:37:41 7d3c861d5e4e: Preparing 06:37:41 8446d1002bd3: Preparing 06:37:41 2122c6815c41: Preparing 06:37:41 64739c57333b: Preparing 06:37:41 54328cedda7b: Preparing 06:37:41 d76051d41bb0: Preparing 06:37:41 edda7b81825e: Preparing 06:37:41 dc06bce10378: Preparing 06:37:41 16113d51b718: Preparing 06:37:41 64739c57333b: Waiting 06:37:41 54328cedda7b: Waiting 06:37:41 d76051d41bb0: Waiting 06:37:41 edda7b81825e: Waiting 06:37:41 dc06bce10378: Waiting 06:37:41 16113d51b718: Waiting 06:37:41 b51e99be4992: Layer already exists 06:37:41 7d3c861d5e4e: Layer already exists 06:37:41 2122c6815c41: Layer already exists 06:37:41 4f0968f86509: Layer already exists 06:37:41 8446d1002bd3: Layer already exists 06:37:41 64739c57333b: Layer already exists 06:37:41 d76051d41bb0: Layer already exists 06:37:41 edda7b81825e: Layer already exists 06:37:41 54328cedda7b: Layer already exists 06:37:41 dc06bce10378: Layer already exists 06:37:41 16113d51b718: Layer already exists 06:37:42 main: digest: sha256:923fe9ab982ec568aafb24f506d03c0f701394ec11eeb68e701c1817f2fa9ff8 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:42 ===================================================== [Pipeline] echo 06:37:42 taggedImages: 06:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.107 06:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:37:42 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:37:42 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:42 latest 06:37:42 3.2.0-dev.107 06:37:42 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:42 main 06:37:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:37:43 9551d3035711: Preparing 06:37:43 a19e6029589a: Preparing 06:37:43 0baef51e533e: Preparing 06:37:43 29ec24cde199: Preparing 06:37:43 3c700d6d9dfe: Preparing 06:37:43 cb498481702d: Preparing 06:37:43 cb498481702d: Waiting 06:37:43 fbe27f41d459: Preparing 06:37:43 fbe27f41d459: Waiting 06:37:43 64739c57333b: Preparing 06:37:43 54328cedda7b: Preparing 06:37:43 64739c57333b: Waiting 06:37:43 3e8baf9585ca: Preparing 06:37:43 fac54be46dd4: Preparing 06:37:43 54328cedda7b: Waiting 06:37:43 16113d51b718: Preparing 06:37:43 3e8baf9585ca: Waiting 06:37:43 fac54be46dd4: Waiting 06:37:43 16113d51b718: Waiting 06:37:43 a19e6029589a: Pushed 06:37:43 3c700d6d9dfe: Pushed 06:37:44 9551d3035711: Pushed 06:37:44 64739c57333b: Layer already exists 06:37:44 cb498481702d: Pushed 06:37:44 fbe27f41d459: Pushed 06:37:44 54328cedda7b: Layer already exists 06:37:44 16113d51b718: Layer already exists 06:37:44 3e8baf9585ca: Pushed 06:37:46 29ec24cde199: Pushed 06:37:46 fac54be46dd4: Pushed 06:37:46 0baef51e533e: Pushed 06:37:47 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:47 + 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 06:37:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:37:47 9551d3035711: Preparing 06:37:47 a19e6029589a: Preparing 06:37:47 0baef51e533e: Preparing 06:37:47 29ec24cde199: Preparing 06:37:47 3c700d6d9dfe: Preparing 06:37:47 cb498481702d: Preparing 06:37:47 fbe27f41d459: Preparing 06:37:47 cb498481702d: Waiting 06:37:47 fbe27f41d459: Waiting 06:37:47 64739c57333b: Preparing 06:37:47 54328cedda7b: Preparing 06:37:47 3e8baf9585ca: Preparing 06:37:47 fac54be46dd4: Preparing 06:37:47 16113d51b718: Preparing 06:37:47 54328cedda7b: Waiting 06:37:47 3e8baf9585ca: Waiting 06:37:47 fac54be46dd4: Waiting 06:37:47 16113d51b718: Waiting 06:37:47 64739c57333b: Waiting 06:37:47 0baef51e533e: Layer already exists 06:37:47 3c700d6d9dfe: Layer already exists 06:37:47 29ec24cde199: Layer already exists 06:37:47 a19e6029589a: Layer already exists 06:37:47 9551d3035711: Layer already exists 06:37:47 cb498481702d: Layer already exists 06:37:47 fbe27f41d459: Layer already exists 06:37:47 64739c57333b: Layer already exists 06:37:47 54328cedda7b: Layer already exists 06:37:47 3e8baf9585ca: Layer already exists 06:37:47 16113d51b718: Layer already exists 06:37:47 fac54be46dd4: Layer already exists 06:37:47 latest: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:48 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.107 06:37:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:37:48 9551d3035711: Preparing 06:37:48 a19e6029589a: Preparing 06:37:48 0baef51e533e: Preparing 06:37:48 29ec24cde199: Preparing 06:37:48 3c700d6d9dfe: Preparing 06:37:48 cb498481702d: Preparing 06:37:48 fbe27f41d459: Preparing 06:37:48 64739c57333b: Preparing 06:37:48 54328cedda7b: Preparing 06:37:48 3e8baf9585ca: Preparing 06:37:48 fac54be46dd4: Preparing 06:37:48 16113d51b718: Preparing 06:37:48 54328cedda7b: Waiting 06:37:48 3e8baf9585ca: Waiting 06:37:48 fac54be46dd4: Waiting 06:37:48 cb498481702d: Waiting 06:37:48 fbe27f41d459: Waiting 06:37:48 64739c57333b: Waiting 06:37:48 29ec24cde199: Layer already exists 06:37:48 3c700d6d9dfe: Layer already exists 06:37:48 9551d3035711: Layer already exists 06:37:48 0baef51e533e: Layer already exists 06:37:48 a19e6029589a: Layer already exists 06:37:48 cb498481702d: Layer already exists 06:37:48 54328cedda7b: Layer already exists 06:37:48 fbe27f41d459: Layer already exists 06:37:48 64739c57333b: Layer already exists 06:37:48 3e8baf9585ca: Layer already exists 06:37:48 16113d51b718: Layer already exists 06:37:48 fac54be46dd4: Layer already exists 06:37:49 3.2.0-dev.107: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:37:49 9551d3035711: Preparing 06:37:49 a19e6029589a: Preparing 06:37:49 0baef51e533e: Preparing 06:37:49 29ec24cde199: Preparing 06:37:49 3c700d6d9dfe: Preparing 06:37:49 cb498481702d: Preparing 06:37:49 fbe27f41d459: Preparing 06:37:49 64739c57333b: Preparing 06:37:49 54328cedda7b: Preparing 06:37:49 3e8baf9585ca: Preparing 06:37:49 fac54be46dd4: Preparing 06:37:49 16113d51b718: Preparing 06:37:49 64739c57333b: Waiting 06:37:49 54328cedda7b: Waiting 06:37:49 fac54be46dd4: Waiting 06:37:49 16113d51b718: Waiting 06:37:49 3e8baf9585ca: Waiting 06:37:49 cb498481702d: Waiting 06:37:49 fbe27f41d459: Waiting 06:37:49 9551d3035711: Layer already exists 06:37:49 3c700d6d9dfe: Layer already exists 06:37:49 29ec24cde199: Layer already exists 06:37:49 0baef51e533e: Layer already exists 06:37:49 a19e6029589a: Layer already exists 06:37:49 cb498481702d: Layer already exists 06:37:49 64739c57333b: Layer already exists 06:37:49 54328cedda7b: Layer already exists 06:37:49 fbe27f41d459: Layer already exists 06:37:49 3e8baf9585ca: Layer already exists 06:37:49 fac54be46dd4: Layer already exists 06:37:49 16113d51b718: Layer already exists 06:37:50 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:50 + 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 06:37:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:37:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:37:50 9551d3035711: Preparing 06:37:50 a19e6029589a: Preparing 06:37:50 0baef51e533e: Preparing 06:37:50 29ec24cde199: Preparing 06:37:50 3c700d6d9dfe: Preparing 06:37:50 cb498481702d: Preparing 06:37:50 fbe27f41d459: Preparing 06:37:50 64739c57333b: Preparing 06:37:50 54328cedda7b: Preparing 06:37:50 3e8baf9585ca: Preparing 06:37:50 fac54be46dd4: Preparing 06:37:50 16113d51b718: Preparing 06:37:50 cb498481702d: Waiting 06:37:50 fbe27f41d459: Waiting 06:37:50 54328cedda7b: Waiting 06:37:50 3e8baf9585ca: Waiting 06:37:50 64739c57333b: Waiting 06:37:50 16113d51b718: Waiting 06:37:50 0baef51e533e: Layer already exists 06:37:50 29ec24cde199: Layer already exists 06:37:50 a19e6029589a: Layer already exists 06:37:50 9551d3035711: Layer already exists 06:37:50 3c700d6d9dfe: Layer already exists 06:37:50 fbe27f41d459: Layer already exists 06:37:50 64739c57333b: Layer already exists 06:37:50 cb498481702d: Layer already exists 06:37:50 54328cedda7b: Layer already exists 06:37:50 3e8baf9585ca: Layer already exists 06:37:50 fac54be46dd4: Layer already exists 06:37:50 16113d51b718: Layer already exists 06:37:51 main: digest: sha256:cb8f9a2aab69bbd5a44cab2bb1517d5ba622e2bf72926bd7b315ee0b2a835baa size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:51 ===================================================== [Pipeline] echo 06:37:51 taggedImages: 06:37:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:37:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.107 06:37:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:37:51 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:37:51 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:51 latest 06:37:51 3.2.0-dev.107 06:37:51 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:51 main 06:37:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:51 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:37:51 822f1a33d517: Preparing 06:37:51 c4cf2f226225: Preparing 06:37:51 64739c57333b: Preparing 06:37:51 54328cedda7b: Preparing 06:37:51 66e17f7371ed: Preparing 06:37:51 07ea4254962e: Preparing 06:37:51 16113d51b718: Preparing 06:37:51 07ea4254962e: Waiting 06:37:51 16113d51b718: Waiting 06:37:51 64739c57333b: Layer already exists 06:37:51 54328cedda7b: Layer already exists 06:37:52 16113d51b718: Layer already exists 06:37:52 822f1a33d517: Pushed 06:37:52 66e17f7371ed: Pushed 06:37:54 07ea4254962e: Pushed 06:37:57 c4cf2f226225: Pushed 06:37:57 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:57 + 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 06:37:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:37:58 822f1a33d517: Preparing 06:37:58 c4cf2f226225: Preparing 06:37:58 64739c57333b: Preparing 06:37:58 54328cedda7b: Preparing 06:37:58 66e17f7371ed: Preparing 06:37:58 07ea4254962e: Preparing 06:37:58 16113d51b718: Preparing 06:37:58 07ea4254962e: Waiting 06:37:58 16113d51b718: Waiting 06:37:58 64739c57333b: Layer already exists 06:37:58 66e17f7371ed: Layer already exists 06:37:58 54328cedda7b: Layer already exists 06:37:58 822f1a33d517: Layer already exists 06:37:58 c4cf2f226225: Layer already exists 06:37:58 07ea4254962e: Layer already exists 06:37:58 16113d51b718: Layer already exists 06:37:58 latest: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.107 06:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:37:58 822f1a33d517: Preparing 06:37:58 c4cf2f226225: Preparing 06:37:58 64739c57333b: Preparing 06:37:58 54328cedda7b: Preparing 06:37:58 66e17f7371ed: Preparing 06:37:58 07ea4254962e: Preparing 06:37:58 16113d51b718: Preparing 06:37:58 07ea4254962e: Waiting 06:37:58 16113d51b718: Waiting 06:37:58 66e17f7371ed: Layer already exists 06:37:58 64739c57333b: Layer already exists 06:37:58 822f1a33d517: Layer already exists 06:37:58 c4cf2f226225: Layer already exists 06:37:58 54328cedda7b: Layer already exists 06:37:58 07ea4254962e: Layer already exists 06:37:58 16113d51b718: Layer already exists 06:37:58 3.2.0-dev.107: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:37:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:37:59 822f1a33d517: Preparing 06:37:59 c4cf2f226225: Preparing 06:37:59 64739c57333b: Preparing 06:37:59 54328cedda7b: Preparing 06:37:59 66e17f7371ed: Preparing 06:37:59 07ea4254962e: Preparing 06:37:59 16113d51b718: Preparing 06:37:59 07ea4254962e: Waiting 06:37:59 16113d51b718: Waiting 06:37:59 c4cf2f226225: Layer already exists 06:37:59 54328cedda7b: Layer already exists 06:37:59 64739c57333b: Layer already exists 06:37:59 66e17f7371ed: Layer already exists 06:37:59 822f1a33d517: Layer already exists 06:37:59 16113d51b718: Layer already exists 06:37:59 07ea4254962e: Layer already exists 06:37:59 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:59 + 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 06:38:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:38:00 822f1a33d517: Preparing 06:38:00 c4cf2f226225: Preparing 06:38:00 64739c57333b: Preparing 06:38:00 54328cedda7b: Preparing 06:38:00 66e17f7371ed: Preparing 06:38:00 07ea4254962e: Preparing 06:38:00 16113d51b718: Preparing 06:38:00 07ea4254962e: Waiting 06:38:00 16113d51b718: Waiting 06:38:00 c4cf2f226225: Layer already exists 06:38:00 64739c57333b: Layer already exists 06:38:00 822f1a33d517: Layer already exists 06:38:00 54328cedda7b: Layer already exists 06:38:00 66e17f7371ed: Layer already exists 06:38:00 16113d51b718: Layer already exists 06:38:00 07ea4254962e: Layer already exists 06:38:00 main: digest: sha256:dac24cf41602606271967b248b12e3207758c171acc719da507862d2c53f8b50 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:00 ===================================================== [Pipeline] echo 06:38:00 taggedImages: 06:38:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:38:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.107 06:38:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:38:00 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:38:00 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:00 latest 06:38:00 3.2.0-dev.107 06:38:00 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:00 main 06:38:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:38:00 1543b509c881: Preparing 06:38:00 3634f1f1b0e6: Preparing 06:38:00 716c4e5dd4f4: Preparing 06:38:00 64739c57333b: Preparing 06:38:00 54328cedda7b: Preparing 06:38:00 04948e18c7d3: Preparing 06:38:00 9d54b3da05b2: Preparing 06:38:00 1821045685e7: Preparing 06:38:00 b61ade81837e: Preparing 06:38:00 16113d51b718: Preparing 06:38:00 1821045685e7: Waiting 06:38:00 b61ade81837e: Waiting 06:38:00 9d54b3da05b2: Waiting 06:38:00 16113d51b718: Waiting 06:38:00 64739c57333b: Layer already exists 06:38:00 54328cedda7b: Layer already exists 06:38:01 3634f1f1b0e6: Pushed 06:38:01 716c4e5dd4f4: Pushed 06:38:01 1543b509c881: Pushed 06:38:01 16113d51b718: Layer already exists 06:38:01 1821045685e7: Pushed 06:38:02 b61ade81837e: Pushed 06:38:14 9d54b3da05b2: Pushed 06:38:22 04948e18c7d3: Pushed 06:38:22 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:23 + 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 06:38:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:38:23 1543b509c881: Preparing 06:38:23 3634f1f1b0e6: Preparing 06:38:23 716c4e5dd4f4: Preparing 06:38:23 64739c57333b: Preparing 06:38:23 54328cedda7b: Preparing 06:38:23 04948e18c7d3: Preparing 06:38:23 9d54b3da05b2: Preparing 06:38:23 1821045685e7: Preparing 06:38:23 b61ade81837e: Preparing 06:38:23 16113d51b718: Preparing 06:38:23 04948e18c7d3: Waiting 06:38:23 9d54b3da05b2: Waiting 06:38:23 b61ade81837e: Waiting 06:38:23 1821045685e7: Waiting 06:38:23 16113d51b718: Waiting 06:38:23 716c4e5dd4f4: Layer already exists 06:38:23 1543b509c881: Layer already exists 06:38:23 3634f1f1b0e6: Layer already exists 06:38:23 64739c57333b: Layer already exists 06:38:23 54328cedda7b: Layer already exists 06:38:23 04948e18c7d3: Layer already exists 06:38:23 16113d51b718: Layer already exists 06:38:23 9d54b3da05b2: Layer already exists 06:38:23 b61ade81837e: Layer already exists 06:38:23 1821045685e7: Layer already exists 06:38:23 latest: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.107 06:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:38:24 1543b509c881: Preparing 06:38:24 3634f1f1b0e6: Preparing 06:38:24 716c4e5dd4f4: Preparing 06:38:24 64739c57333b: Preparing 06:38:24 54328cedda7b: Preparing 06:38:24 04948e18c7d3: Preparing 06:38:24 9d54b3da05b2: Preparing 06:38:24 1821045685e7: Preparing 06:38:24 b61ade81837e: Preparing 06:38:24 16113d51b718: Preparing 06:38:24 9d54b3da05b2: Waiting 06:38:24 1821045685e7: Waiting 06:38:24 b61ade81837e: Waiting 06:38:24 16113d51b718: Waiting 06:38:24 04948e18c7d3: Waiting 06:38:24 54328cedda7b: Layer already exists 06:38:24 1543b509c881: Layer already exists 06:38:24 716c4e5dd4f4: Layer already exists 06:38:24 64739c57333b: Layer already exists 06:38:24 3634f1f1b0e6: Layer already exists 06:38:24 9d54b3da05b2: Layer already exists 06:38:24 04948e18c7d3: Layer already exists 06:38:24 16113d51b718: Layer already exists 06:38:24 b61ade81837e: Layer already exists 06:38:24 1821045685e7: Layer already exists 06:38:24 3.2.0-dev.107: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:38:25 1543b509c881: Preparing 06:38:25 3634f1f1b0e6: Preparing 06:38:25 716c4e5dd4f4: Preparing 06:38:25 64739c57333b: Preparing 06:38:25 54328cedda7b: Preparing 06:38:25 04948e18c7d3: Preparing 06:38:25 9d54b3da05b2: Preparing 06:38:25 1821045685e7: Preparing 06:38:25 b61ade81837e: Preparing 06:38:25 16113d51b718: Preparing 06:38:25 04948e18c7d3: Waiting 06:38:25 b61ade81837e: Waiting 06:38:25 16113d51b718: Waiting 06:38:25 1821045685e7: Waiting 06:38:25 54328cedda7b: Layer already exists 06:38:25 64739c57333b: Layer already exists 06:38:25 1543b509c881: Layer already exists 06:38:25 3634f1f1b0e6: Layer already exists 06:38:25 716c4e5dd4f4: Layer already exists 06:38:25 1821045685e7: Layer already exists 06:38:25 9d54b3da05b2: Layer already exists 06:38:25 04948e18c7d3: Layer already exists 06:38:25 b61ade81837e: Layer already exists 06:38:25 16113d51b718: Layer already exists 06:38:25 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:25 + 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 06:38:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:38:26 1543b509c881: Preparing 06:38:26 3634f1f1b0e6: Preparing 06:38:26 716c4e5dd4f4: Preparing 06:38:26 64739c57333b: Preparing 06:38:26 54328cedda7b: Preparing 06:38:26 04948e18c7d3: Preparing 06:38:26 9d54b3da05b2: Preparing 06:38:26 1821045685e7: Preparing 06:38:26 b61ade81837e: Preparing 06:38:26 16113d51b718: Preparing 06:38:26 1821045685e7: Waiting 06:38:26 b61ade81837e: Waiting 06:38:26 16113d51b718: Waiting 06:38:26 04948e18c7d3: Waiting 06:38:26 9d54b3da05b2: Waiting 06:38:26 1543b509c881: Layer already exists 06:38:26 3634f1f1b0e6: Layer already exists 06:38:26 54328cedda7b: Layer already exists 06:38:26 716c4e5dd4f4: Layer already exists 06:38:26 64739c57333b: Layer already exists 06:38:26 04948e18c7d3: Layer already exists 06:38:26 9d54b3da05b2: Layer already exists 06:38:26 b61ade81837e: Layer already exists 06:38:26 1821045685e7: Layer already exists 06:38:26 16113d51b718: Layer already exists 06:38:26 main: digest: sha256:c011b06aedcef1f3dc24bb714a792c506984010c80b13e2182812fa7b09dc4a7 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:26 ===================================================== [Pipeline] echo 06:38:26 taggedImages: 06:38:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:38:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.107 06:38:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:38:26 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:38:26 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:26 latest 06:38:26 3.2.0-dev.107 06:38:26 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:26 main 06:38:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:38:27 a40174e4a264: Preparing 06:38:27 d9525fa9a602: Preparing 06:38:27 78712f1b8d70: Preparing 06:38:27 64739c57333b: Preparing 06:38:27 54328cedda7b: Preparing 06:38:27 cca5d27c2afc: Preparing 06:38:27 c5ccaa728732: Preparing 06:38:27 4b1bfa0c1548: Preparing 06:38:27 16113d51b718: Preparing 06:38:27 c5ccaa728732: Waiting 06:38:27 4b1bfa0c1548: Waiting 06:38:27 16113d51b718: Waiting 06:38:27 cca5d27c2afc: Waiting 06:38:27 64739c57333b: Layer already exists 06:38:27 54328cedda7b: Layer already exists 06:38:27 78712f1b8d70: Pushed 06:38:27 d9525fa9a602: Pushed 06:38:27 a40174e4a264: Pushed 06:38:27 16113d51b718: Layer already exists 06:38:27 c5ccaa728732: Pushed 06:38:28 4b1bfa0c1548: Pushed 06:38:50 cca5d27c2afc: Pushed 06:38:50 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:50 + 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 06:38:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:38:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:38:50 a40174e4a264: Preparing 06:38:50 d9525fa9a602: Preparing 06:38:50 78712f1b8d70: Preparing 06:38:50 64739c57333b: Preparing 06:38:50 54328cedda7b: Preparing 06:38:50 cca5d27c2afc: Preparing 06:38:50 c5ccaa728732: Preparing 06:38:50 4b1bfa0c1548: Preparing 06:38:50 16113d51b718: Preparing 06:38:50 cca5d27c2afc: Waiting 06:38:50 c5ccaa728732: Waiting 06:38:50 4b1bfa0c1548: Waiting 06:38:50 16113d51b718: Waiting 06:38:50 64739c57333b: Layer already exists 06:38:50 54328cedda7b: Layer already exists 06:38:50 d9525fa9a602: Layer already exists 06:38:50 a40174e4a264: Layer already exists 06:38:50 78712f1b8d70: Layer already exists 06:38:50 4b1bfa0c1548: Layer already exists 06:38:50 c5ccaa728732: Layer already exists 06:38:50 cca5d27c2afc: Layer already exists 06:38:50 16113d51b718: Layer already exists 06:38:51 latest: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.107 06:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:38:51 a40174e4a264: Preparing 06:38:51 d9525fa9a602: Preparing 06:38:51 78712f1b8d70: Preparing 06:38:51 64739c57333b: Preparing 06:38:51 54328cedda7b: Preparing 06:38:51 cca5d27c2afc: Preparing 06:38:51 c5ccaa728732: Preparing 06:38:51 4b1bfa0c1548: Preparing 06:38:51 16113d51b718: Preparing 06:38:51 cca5d27c2afc: Waiting 06:38:51 c5ccaa728732: Waiting 06:38:51 4b1bfa0c1548: Waiting 06:38:51 16113d51b718: Waiting 06:38:51 64739c57333b: Layer already exists 06:38:51 a40174e4a264: Layer already exists 06:38:51 78712f1b8d70: Layer already exists 06:38:51 54328cedda7b: Layer already exists 06:38:51 d9525fa9a602: Layer already exists 06:38:51 cca5d27c2afc: Layer already exists 06:38:51 4b1bfa0c1548: Layer already exists 06:38:51 c5ccaa728732: Layer already exists 06:38:51 16113d51b718: Layer already exists 06:38:51 3.2.0-dev.107: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:38:52 a40174e4a264: Preparing 06:38:52 d9525fa9a602: Preparing 06:38:52 78712f1b8d70: Preparing 06:38:52 64739c57333b: Preparing 06:38:52 54328cedda7b: Preparing 06:38:52 cca5d27c2afc: Preparing 06:38:52 c5ccaa728732: Preparing 06:38:52 4b1bfa0c1548: Preparing 06:38:52 16113d51b718: Preparing 06:38:52 4b1bfa0c1548: Waiting 06:38:52 cca5d27c2afc: Waiting 06:38:52 16113d51b718: Waiting 06:38:52 c5ccaa728732: Waiting 06:38:52 64739c57333b: Layer already exists 06:38:52 54328cedda7b: Layer already exists 06:38:52 78712f1b8d70: Layer already exists 06:38:52 a40174e4a264: Layer already exists 06:38:52 d9525fa9a602: Layer already exists 06:38:52 4b1bfa0c1548: Layer already exists 06:38:52 c5ccaa728732: Layer already exists 06:38:52 cca5d27c2afc: Layer already exists 06:38:52 16113d51b718: Layer already exists 06:38:52 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:52 + 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 06:38:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:38:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:38:53 a40174e4a264: Preparing 06:38:53 d9525fa9a602: Preparing 06:38:53 78712f1b8d70: Preparing 06:38:53 64739c57333b: Preparing 06:38:53 54328cedda7b: Preparing 06:38:53 cca5d27c2afc: Preparing 06:38:53 c5ccaa728732: Preparing 06:38:53 4b1bfa0c1548: Preparing 06:38:53 16113d51b718: Preparing 06:38:53 c5ccaa728732: Waiting 06:38:53 4b1bfa0c1548: Waiting 06:38:53 16113d51b718: Waiting 06:38:53 cca5d27c2afc: Waiting 06:38:53 d9525fa9a602: Layer already exists 06:38:53 78712f1b8d70: Layer already exists 06:38:53 54328cedda7b: Layer already exists 06:38:53 a40174e4a264: Layer already exists 06:38:53 64739c57333b: Layer already exists 06:38:53 cca5d27c2afc: Layer already exists 06:38:53 4b1bfa0c1548: Layer already exists 06:38:53 c5ccaa728732: Layer already exists 06:38:53 16113d51b718: Layer already exists 06:38:53 main: digest: sha256:01598566a1cbd77dafefaf9e1720b6439fa604d13c7713eced2dd220cdad78d4 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:53 ===================================================== [Pipeline] echo 06:38:53 taggedImages: 06:38:53 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:53 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:38:53 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.107 06:38:53 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:53 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:38:53 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:38:53 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:53 latest 06:38:53 3.2.0-dev.107 06:38:53 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:38:53 main 06:38:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:53 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:38:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:38:54 2a92d756c5aa: Preparing 06:38:54 4a13715fe3a3: Preparing 06:38:54 699c750050c3: Preparing 06:38:54 64739c57333b: Preparing 06:38:54 54328cedda7b: Preparing 06:38:54 6f0ec4439cf6: Preparing 06:38:54 1821045685e7: Preparing 06:38:54 b61ade81837e: Preparing 06:38:54 16113d51b718: Preparing 06:38:54 6f0ec4439cf6: Waiting 06:38:54 1821045685e7: Waiting 06:38:54 b61ade81837e: Waiting 06:38:54 16113d51b718: Waiting 06:38:54 64739c57333b: Layer already exists 06:38:54 54328cedda7b: Layer already exists 06:38:54 1821045685e7: Layer already exists 06:38:54 b61ade81837e: Layer already exists 06:38:54 2a92d756c5aa: Pushed 06:38:54 4a13715fe3a3: Pushed 06:38:54 699c750050c3: Pushed 06:38:54 16113d51b718: Layer already exists 06:39:16 6f0ec4439cf6: Pushed 06:39:16 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:16 + 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 06:39:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:39:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:39:17 2a92d756c5aa: Preparing 06:39:17 4a13715fe3a3: Preparing 06:39:17 699c750050c3: Preparing 06:39:17 64739c57333b: Preparing 06:39:17 54328cedda7b: Preparing 06:39:17 6f0ec4439cf6: Preparing 06:39:17 1821045685e7: Preparing 06:39:17 b61ade81837e: Preparing 06:39:17 16113d51b718: Preparing 06:39:17 1821045685e7: Waiting 06:39:17 b61ade81837e: Waiting 06:39:17 16113d51b718: Waiting 06:39:17 6f0ec4439cf6: Waiting 06:39:17 4a13715fe3a3: Layer already exists 06:39:17 64739c57333b: Layer already exists 06:39:17 699c750050c3: Layer already exists 06:39:17 54328cedda7b: Layer already exists 06:39:17 2a92d756c5aa: Layer already exists 06:39:17 b61ade81837e: Layer already exists 06:39:17 6f0ec4439cf6: Layer already exists 06:39:17 1821045685e7: Layer already exists 06:39:17 16113d51b718: Layer already exists 06:39:17 latest: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:17 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.107 06:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:39:18 2a92d756c5aa: Preparing 06:39:18 4a13715fe3a3: Preparing 06:39:18 699c750050c3: Preparing 06:39:18 64739c57333b: Preparing 06:39:18 54328cedda7b: Preparing 06:39:18 6f0ec4439cf6: Preparing 06:39:18 1821045685e7: Preparing 06:39:18 b61ade81837e: Preparing 06:39:18 16113d51b718: Preparing 06:39:18 6f0ec4439cf6: Waiting 06:39:18 1821045685e7: Waiting 06:39:18 b61ade81837e: Waiting 06:39:18 16113d51b718: Waiting 06:39:18 4a13715fe3a3: Layer already exists 06:39:18 2a92d756c5aa: Layer already exists 06:39:18 699c750050c3: Layer already exists 06:39:18 54328cedda7b: Layer already exists 06:39:18 64739c57333b: Layer already exists 06:39:18 b61ade81837e: Layer already exists 06:39:18 1821045685e7: Layer already exists 06:39:18 16113d51b718: Layer already exists 06:39:18 6f0ec4439cf6: Layer already exists 06:39:18 3.2.0-dev.107: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:18 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:39:18 2a92d756c5aa: Preparing 06:39:18 4a13715fe3a3: Preparing 06:39:18 699c750050c3: Preparing 06:39:18 64739c57333b: Preparing 06:39:18 54328cedda7b: Preparing 06:39:18 6f0ec4439cf6: Preparing 06:39:18 1821045685e7: Preparing 06:39:18 b61ade81837e: Preparing 06:39:18 16113d51b718: Preparing 06:39:18 1821045685e7: Waiting 06:39:18 b61ade81837e: Waiting 06:39:18 6f0ec4439cf6: Waiting 06:39:18 16113d51b718: Waiting 06:39:18 4a13715fe3a3: Layer already exists 06:39:18 54328cedda7b: Layer already exists 06:39:18 699c750050c3: Layer already exists 06:39:18 2a92d756c5aa: Layer already exists 06:39:18 64739c57333b: Layer already exists 06:39:18 1821045685e7: Layer already exists 06:39:18 6f0ec4439cf6: Layer already exists 06:39:18 b61ade81837e: Layer already exists 06:39:18 16113d51b718: Layer already exists 06:39:18 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:19 + 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 06:39:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:39:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:39:19 2a92d756c5aa: Preparing 06:39:19 4a13715fe3a3: Preparing 06:39:19 699c750050c3: Preparing 06:39:19 64739c57333b: Preparing 06:39:19 54328cedda7b: Preparing 06:39:19 6f0ec4439cf6: Preparing 06:39:19 1821045685e7: Preparing 06:39:19 b61ade81837e: Preparing 06:39:19 16113d51b718: Preparing 06:39:19 b61ade81837e: Waiting 06:39:19 16113d51b718: Waiting 06:39:19 6f0ec4439cf6: Waiting 06:39:19 1821045685e7: Waiting 06:39:19 4a13715fe3a3: Layer already exists 06:39:19 54328cedda7b: Layer already exists 06:39:19 699c750050c3: Layer already exists 06:39:19 2a92d756c5aa: Layer already exists 06:39:19 64739c57333b: Layer already exists 06:39:19 6f0ec4439cf6: Layer already exists 06:39:19 1821045685e7: Layer already exists 06:39:19 16113d51b718: Layer already exists 06:39:19 b61ade81837e: Layer already exists 06:39:19 main: digest: sha256:7bef8a30c7f1d61c85acd735df7f994a6a8dedd743b73f03a1453e7f4481565a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:39:20 ===================================================== [Pipeline] echo 06:39:20 taggedImages: 06:39:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:39:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.107 06:39:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:39:20 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 06:39:20 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:20 latest 06:39:20 3.2.0-dev.107 06:39:20 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:20 main 06:39:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:20 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:21 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:39:21 28f696b41257: Preparing 06:39:21 fb40ae103c70: Preparing 06:39:21 64739c57333b: Preparing 06:39:21 54328cedda7b: Preparing 06:39:21 42f637d913fa: Preparing 06:39:21 ed75c7c42673: Preparing 06:39:21 16113d51b718: Preparing 06:39:21 ed75c7c42673: Waiting 06:39:21 16113d51b718: Waiting 06:39:21 64739c57333b: Layer already exists 06:39:21 54328cedda7b: Layer already exists 06:39:21 16113d51b718: Layer already exists 06:39:21 28f696b41257: Pushed 06:39:21 42f637d913fa: Pushed 06:39:21 ed75c7c42673: Pushed 06:39:32 fb40ae103c70: Pushed 06:39:32 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:32 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:33 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 06:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:39:33 28f696b41257: Preparing 06:39:33 fb40ae103c70: Preparing 06:39:33 64739c57333b: Preparing 06:39:33 54328cedda7b: Preparing 06:39:33 42f637d913fa: Preparing 06:39:33 ed75c7c42673: Preparing 06:39:33 16113d51b718: Preparing 06:39:33 ed75c7c42673: Waiting 06:39:33 16113d51b718: Waiting 06:39:33 54328cedda7b: Layer already exists 06:39:33 28f696b41257: Layer already exists 06:39:33 42f637d913fa: Layer already exists 06:39:33 64739c57333b: Layer already exists 06:39:33 fb40ae103c70: Layer already exists 06:39:33 16113d51b718: Layer already exists 06:39:33 ed75c7c42673: Layer already exists 06:39:33 latest: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:33 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:34 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.107 06:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:39:34 28f696b41257: Preparing 06:39:34 fb40ae103c70: Preparing 06:39:34 64739c57333b: Preparing 06:39:34 54328cedda7b: Preparing 06:39:34 42f637d913fa: Preparing 06:39:34 ed75c7c42673: Preparing 06:39:34 16113d51b718: Preparing 06:39:34 ed75c7c42673: Waiting 06:39:34 16113d51b718: Waiting 06:39:34 fb40ae103c70: Layer already exists 06:39:34 54328cedda7b: Layer already exists 06:39:34 42f637d913fa: Layer already exists 06:39:34 28f696b41257: Layer already exists 06:39:34 64739c57333b: Layer already exists 06:39:34 16113d51b718: Layer already exists 06:39:34 ed75c7c42673: Layer already exists 06:39:34 3.2.0-dev.107: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:34 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:34 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:39:34 28f696b41257: Preparing 06:39:34 fb40ae103c70: Preparing 06:39:34 64739c57333b: Preparing 06:39:34 54328cedda7b: Preparing 06:39:34 42f637d913fa: Preparing 06:39:34 ed75c7c42673: Preparing 06:39:34 16113d51b718: Preparing 06:39:34 ed75c7c42673: Waiting 06:39:34 16113d51b718: Waiting 06:39:34 64739c57333b: Layer already exists 06:39:34 54328cedda7b: Layer already exists 06:39:34 28f696b41257: Layer already exists 06:39:34 fb40ae103c70: Layer already exists 06:39:34 42f637d913fa: Layer already exists 06:39:34 ed75c7c42673: Layer already exists 06:39:34 16113d51b718: Layer already exists 06:39:34 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:35 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:35 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 06:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:39:35 28f696b41257: Preparing 06:39:35 fb40ae103c70: Preparing 06:39:35 64739c57333b: Preparing 06:39:35 54328cedda7b: Preparing 06:39:35 42f637d913fa: Preparing 06:39:35 ed75c7c42673: Preparing 06:39:35 16113d51b718: Preparing 06:39:35 ed75c7c42673: Waiting 06:39:35 16113d51b718: Waiting 06:39:35 28f696b41257: Layer already exists 06:39:35 fb40ae103c70: Layer already exists 06:39:35 64739c57333b: Layer already exists 06:39:35 42f637d913fa: Layer already exists 06:39:35 54328cedda7b: Layer already exists 06:39:35 ed75c7c42673: Layer already exists 06:39:35 16113d51b718: Layer already exists 06:39:35 main: digest: sha256:655cbb0bab3507e12403257a18612aaba6f863102e19d68a698e1fdcc47d8057 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:39:36 ===================================================== [Pipeline] echo 06:39:36 taggedImages: 06:39:36 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:36 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 06:39:36 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.107 06:39:36 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:36 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 06:39:36 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:39:36 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:36 latest 06:39:36 3.2.0-dev.107 06:39:36 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:36 main 06:39:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:39:36 a3fc9b7c03ef: Preparing 06:39:36 060b3e4022b3: Preparing 06:39:36 cb1f472014e0: Preparing 06:39:36 64739c57333b: Preparing 06:39:36 54328cedda7b: Preparing 06:39:36 95d38465ca6b: Preparing 06:39:36 5f2a8d0b2c2a: Preparing 06:39:36 16113d51b718: Preparing 06:39:36 95d38465ca6b: Waiting 06:39:36 5f2a8d0b2c2a: Waiting 06:39:36 16113d51b718: Waiting 06:39:36 64739c57333b: Layer already exists 06:39:36 54328cedda7b: Layer already exists 06:39:37 060b3e4022b3: Pushed 06:39:37 16113d51b718: Layer already exists 06:39:37 a3fc9b7c03ef: Pushed 06:39:37 95d38465ca6b: Pushed 06:39:37 5f2a8d0b2c2a: Pushed 06:39:49 cb1f472014e0: Pushed 06:39:49 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:39:50 a3fc9b7c03ef: Preparing 06:39:50 060b3e4022b3: Preparing 06:39:50 cb1f472014e0: Preparing 06:39:50 64739c57333b: Preparing 06:39:50 54328cedda7b: Preparing 06:39:50 95d38465ca6b: Preparing 06:39:50 5f2a8d0b2c2a: Preparing 06:39:50 16113d51b718: Preparing 06:39:50 95d38465ca6b: Waiting 06:39:50 5f2a8d0b2c2a: Waiting 06:39:50 16113d51b718: Waiting 06:39:50 64739c57333b: Layer already exists 06:39:50 a3fc9b7c03ef: Layer already exists 06:39:50 54328cedda7b: Layer already exists 06:39:50 cb1f472014e0: Layer already exists 06:39:50 060b3e4022b3: Layer already exists 06:39:50 95d38465ca6b: Layer already exists 06:39:50 5f2a8d0b2c2a: Layer already exists 06:39:50 16113d51b718: Layer already exists 06:39:50 latest: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.107 06:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:39:51 a3fc9b7c03ef: Preparing 06:39:51 060b3e4022b3: Preparing 06:39:51 cb1f472014e0: Preparing 06:39:51 64739c57333b: Preparing 06:39:51 54328cedda7b: Preparing 06:39:51 95d38465ca6b: Preparing 06:39:51 5f2a8d0b2c2a: Preparing 06:39:51 16113d51b718: Preparing 06:39:51 95d38465ca6b: Waiting 06:39:51 5f2a8d0b2c2a: Waiting 06:39:51 16113d51b718: Waiting 06:39:51 64739c57333b: Layer already exists 06:39:51 cb1f472014e0: Layer already exists 06:39:51 a3fc9b7c03ef: Layer already exists 06:39:51 54328cedda7b: Layer already exists 06:39:51 060b3e4022b3: Layer already exists 06:39:51 16113d51b718: Layer already exists 06:39:51 5f2a8d0b2c2a: Layer already exists 06:39:51 95d38465ca6b: Layer already exists 06:39:51 3.2.0-dev.107: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:39:51 a3fc9b7c03ef: Preparing 06:39:51 060b3e4022b3: Preparing 06:39:51 cb1f472014e0: Preparing 06:39:51 64739c57333b: Preparing 06:39:51 54328cedda7b: Preparing 06:39:51 95d38465ca6b: Preparing 06:39:51 5f2a8d0b2c2a: Preparing 06:39:51 16113d51b718: Preparing 06:39:51 5f2a8d0b2c2a: Waiting 06:39:51 16113d51b718: Waiting 06:39:51 95d38465ca6b: Waiting 06:39:51 060b3e4022b3: Layer already exists 06:39:51 cb1f472014e0: Layer already exists 06:39:51 64739c57333b: Layer already exists 06:39:51 a3fc9b7c03ef: Layer already exists 06:39:51 54328cedda7b: Layer already exists 06:39:51 5f2a8d0b2c2a: Layer already exists 06:39:51 95d38465ca6b: Layer already exists 06:39:51 16113d51b718: Layer already exists 06:39:51 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:39:52 a3fc9b7c03ef: Preparing 06:39:52 060b3e4022b3: Preparing 06:39:52 cb1f472014e0: Preparing 06:39:52 64739c57333b: Preparing 06:39:52 54328cedda7b: Preparing 06:39:52 95d38465ca6b: Preparing 06:39:52 5f2a8d0b2c2a: Preparing 06:39:52 16113d51b718: Preparing 06:39:52 5f2a8d0b2c2a: Waiting 06:39:52 16113d51b718: Waiting 06:39:52 95d38465ca6b: Waiting 06:39:52 54328cedda7b: Layer already exists 06:39:52 060b3e4022b3: Layer already exists 06:39:52 a3fc9b7c03ef: Layer already exists 06:39:52 cb1f472014e0: Layer already exists 06:39:52 64739c57333b: Layer already exists 06:39:52 95d38465ca6b: Layer already exists 06:39:52 16113d51b718: Layer already exists 06:39:52 5f2a8d0b2c2a: Layer already exists 06:39:52 main: digest: sha256:0359af0c66583cff3c8849cb006ff245f2e040b2ace0abbcefc4da9c04244a73 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:39:52 ===================================================== [Pipeline] echo 06:39:52 taggedImages: 06:39:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:39:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.107 06:39:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:52 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:39:52 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:39:52 0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:52 latest 06:39:52 3.2.0-dev.107 06:39:52 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:39:52 main 06:39:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:39:53 d2962a550b23: Preparing 06:39:53 715ddaadb34a: Preparing 06:39:53 64739c57333b: Preparing 06:39:53 54328cedda7b: Preparing 06:39:53 ad27c15ca4bf: Preparing 06:39:53 1b3f683c965e: Preparing 06:39:53 16113d51b718: Preparing 06:39:53 16113d51b718: Waiting 06:39:53 1b3f683c965e: Waiting 06:39:53 54328cedda7b: Layer already exists 06:39:53 64739c57333b: Layer already exists 06:39:53 ad27c15ca4bf: Layer already exists 06:39:53 1b3f683c965e: Layer already exists 06:39:53 16113d51b718: Layer already exists 06:39:53 d2962a550b23: Pushed 06:40:05 715ddaadb34a: Pushed 06:40:05 0f2c1aa65e1f19339a388a0f771fbaa268164f8e: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:40:06 d2962a550b23: Preparing 06:40:06 715ddaadb34a: Preparing 06:40:06 64739c57333b: Preparing 06:40:06 54328cedda7b: Preparing 06:40:06 ad27c15ca4bf: Preparing 06:40:06 1b3f683c965e: Preparing 06:40:06 16113d51b718: Preparing 06:40:06 1b3f683c965e: Waiting 06:40:06 16113d51b718: Waiting 06:40:06 64739c57333b: Layer already exists 06:40:06 54328cedda7b: Layer already exists 06:40:06 d2962a550b23: Layer already exists 06:40:06 715ddaadb34a: Layer already exists 06:40:06 ad27c15ca4bf: Layer already exists 06:40:06 1b3f683c965e: Layer already exists 06:40:06 16113d51b718: Layer already exists 06:40:06 latest: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.107 06:40:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:40:07 d2962a550b23: Preparing 06:40:07 715ddaadb34a: Preparing 06:40:07 64739c57333b: Preparing 06:40:07 54328cedda7b: Preparing 06:40:07 ad27c15ca4bf: Preparing 06:40:07 1b3f683c965e: Preparing 06:40:07 16113d51b718: Preparing 06:40:07 1b3f683c965e: Waiting 06:40:07 16113d51b718: Waiting 06:40:07 715ddaadb34a: Layer already exists 06:40:07 64739c57333b: Layer already exists 06:40:07 d2962a550b23: Layer already exists 06:40:07 54328cedda7b: Layer already exists 06:40:07 ad27c15ca4bf: Layer already exists 06:40:07 16113d51b718: Layer already exists 06:40:07 1b3f683c965e: Layer already exists 06:40:07 3.2.0-dev.107: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:40:08 d2962a550b23: Preparing 06:40:08 715ddaadb34a: Preparing 06:40:08 64739c57333b: Preparing 06:40:08 54328cedda7b: Preparing 06:40:08 ad27c15ca4bf: Preparing 06:40:08 1b3f683c965e: Preparing 06:40:08 16113d51b718: Preparing 06:40:08 1b3f683c965e: Waiting 06:40:08 16113d51b718: Waiting 06:40:08 715ddaadb34a: Layer already exists 06:40:08 54328cedda7b: Layer already exists 06:40:08 ad27c15ca4bf: Layer already exists 06:40:08 d2962a550b23: Layer already exists 06:40:08 64739c57333b: Layer already exists 06:40:08 1b3f683c965e: Layer already exists 06:40:08 16113d51b718: Layer already exists 06:40:08 0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:40:09 d2962a550b23: Preparing 06:40:09 715ddaadb34a: Preparing 06:40:09 64739c57333b: Preparing 06:40:09 54328cedda7b: Preparing 06:40:09 ad27c15ca4bf: Preparing 06:40:09 1b3f683c965e: Preparing 06:40:09 16113d51b718: Preparing 06:40:09 1b3f683c965e: Waiting 06:40:09 16113d51b718: Waiting 06:40:09 64739c57333b: Layer already exists 06:40:09 715ddaadb34a: Layer already exists 06:40:09 ad27c15ca4bf: Layer already exists 06:40:09 54328cedda7b: Layer already exists 06:40:09 d2962a550b23: Layer already exists 06:40:09 1b3f683c965e: Layer already exists 06:40:09 16113d51b718: Layer already exists 06:40:09 main: digest: sha256:c1b4d2295d794105123bad61e1032382d9c70538842dba2cdd9b58a83f2ac899 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:40:09 ===================================================== [Pipeline] echo 06:40:09 taggedImages: 06:40:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e 06:40:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:40:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.107 06:40:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0f2c1aa65e1f19339a388a0f771fbaa268164f8e-3.2.0-dev.107 06:40:09 - 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 06:40:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:40:10 06:40:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:40:10 arm64: Pulling from edgex-lftools-log-publisher 06:40:10 8998bd30e6a1: Pulling fs layer 06:40:10 04944245beec: Pulling fs layer 06:40:10 699f458cf7ca: Pulling fs layer 06:40:10 765212b225bb: Pulling fs layer 06:40:10 f23df028b6ca: Pulling fs layer 06:40:10 d65c8cfc05b1: Pulling fs layer 06:40:10 2437ff75d9bd: Pulling fs layer 06:40:10 f23df028b6ca: Waiting 06:40:10 d65c8cfc05b1: Waiting 06:40:10 765212b225bb: Waiting 06:40:10 2437ff75d9bd: Waiting 06:40:10 04944245beec: Verifying Checksum 06:40:10 04944245beec: Download complete 06:40:10 765212b225bb: Download complete 06:40:10 f23df028b6ca: Verifying Checksum 06:40:10 f23df028b6ca: Download complete 06:40:10 d65c8cfc05b1: Verifying Checksum 06:40:10 d65c8cfc05b1: Download complete 06:40:10 699f458cf7ca: Verifying Checksum 06:40:10 699f458cf7ca: Download complete 06:40:11 8998bd30e6a1: Verifying Checksum 06:40:11 8998bd30e6a1: Download complete 06:40:13 2437ff75d9bd: Verifying Checksum 06:40:13 2437ff75d9bd: Download complete 06:40:15 8998bd30e6a1: Pull complete 06:40:16 04944245beec: Pull complete 06:40:17 699f458cf7ca: Pull complete 06:40:18 765212b225bb: Pull complete 06:40:19 f23df028b6ca: Pull complete 06:40:19 d65c8cfc05b1: Pull complete 06:40:37 2437ff75d9bd: Pull complete 06:40:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:40:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:40:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:37 prd-ubuntu20.04-docker-arm64-4c-16g-22912 does not seem to be running inside a container 06:40:37 $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:40:40 $ docker top e720ba4547845d0def582d942b9466b4eb862cdf5d55028921026f5a7eb80547 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:40:40 ---> job-cost.sh 06:40:41 lf-activate-venv: SKIPPING 06:40:41 INFO: No Stack... 06:40:41 INFO: Retrieving Pricing Info for: v3-standard-4 06:40:42 INFO: Archiving Costs [Pipeline] sh 06:40:42 + cat /w/workspace/edgex-go/730/archives/cost.csv 06:40:42 + cut -d, -f6 [Pipeline] lock 06:40:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-730-stack-cost] 06:40:42 Resource [jenkins-edgexfoundry-edgex-go-main-730-stack-cost] did not exist. Created. 06:40:42 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-730-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:40:43 + echo total: 0.10999999940395355 [Pipeline] stash 06:40:43 Stashed 1 file(s) [Pipeline] } 06:40:43 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-730-stack-cost] [Pipeline] // lock [Pipeline] } 06:40:43 $ docker stop --time=1 e720ba4547845d0def582d942b9466b4eb862cdf5d55028921026f5a7eb80547 06:40:45 $ docker rm -f --volumes e720ba4547845d0def582d942b9466b4eb862cdf5d55028921026f5a7eb80547 [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 06:40:45 provisioning config files... 06:40:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/730@tmp/config7913396324342465686tmp [Pipeline] { [Pipeline] sh 06:40:46 + set +x 06:40:46 + bash -s -- 06:40:46 + curl -s https://codecov.io/bash 06:40:46 06:40:46 _____ _ 06:40:46 / ____| | | 06:40:46 | | ___ __| | ___ ___ _____ __ 06:40:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:40:46 | |___| (_) | (_| | __/ (_| (_) \ V / 06:40:46 \_____\___/ \__,_|\___|\___\___/ \_/ 06:40:46 Bash-1.0.6 06:40:46 06:40:46 06:40:46 ==> git version 2.25.1 found 06:40:46 ==> 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 06:40:46 Release-Date: 2020-01-08 06:40:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:40:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:40:46 ==> Jenkins CI detected. 06:40:46 current dir:  /w/workspace/edgex-go/730 06:40:46 project root: . 06:40:46 --> token set from env 06:40:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:40:46 ==> Running gcov in . (disable via -X gcov) 06:40:46 ==> Python coveragepy not found 06:40:46 ==> Searching for coverage reports in: 06:40:46 + . 06:40:46 -> Found 1 reports 06:40:46 ==> Detecting git/mercurial file structure 06:40:46 ==> Reading reports 06:40:46 + ./coverage.out bytes=1550061 06:40:46 ==> Appending adjustments 06:40:46 https://docs.codecov.io/docs/fixing-reports 06:40:47 + Found adjustments 06:40:47 ==> Gzipping contents 06:40:47 132K /tmp/codecov.AXXxac.gz 06:40:47 ==> Uploading reports 06:40:47 url: https://codecov.io 06:40:47 query: branch=main&commit=0f2c1aa65e1f19339a388a0f771fbaa268164f8e&build=730&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F730%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:40:47 -> Pinging Codecov 06:40:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=0f2c1aa65e1f19339a388a0f771fbaa268164f8e&build=730&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F730%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:40:47 -> Uploading to 06:40:47 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/0f2c1aa65e1f19339a388a0f771fbaa268164f8e/74556ee9-a8e6-4224-acbb-e05e772742e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241016%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241016T064047Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=9f3f5a507f57efd7c18ba61cd605e28bd67a5e4cc66d7184349d52fc112034a4 06:40:47 % Total % Received % Xferd Average Speed Time Time Time Current 06:40:47 Dload Upload Total Spent Left Speed 06:40:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131k 0 0 100 131k 0 446k --:--:-- --:--:-- --:--:-- 446k 06:40:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0f2c1aa65e1f19339a388a0f771fbaa268164f8e [Pipeline] } 06:40:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:40:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:40:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:40:48 06:40:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:40:49 latest: Pulling from edgex-devops/edgex-snyk-go 06:40:49 43c4264eed91: Already exists 06:40:49 4cc291be95ef: Already exists 06:40:49 2ac1f1163629: Already exists 06:40:49 5c3c966382ef: Already exists 06:40:49 4f4fb700ef54: Already exists 06:40:49 d9c7d2e4e75e: Pulling fs layer 06:40:49 9c3e1370e548: Pulling fs layer 06:40:49 d9c7d2e4e75e: Verifying Checksum 06:40:49 d9c7d2e4e75e: Download complete 06:40:49 d9c7d2e4e75e: Pull complete 06:40:49 9c3e1370e548: Verifying Checksum 06:40:49 9c3e1370e548: Download complete 06:40:53 9c3e1370e548: Pull complete 06:40:53 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 06:40:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:40:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:40:53 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 06:40:53 $ 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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:40:57 $ docker top e66858265dcdba3c20cb73139bb23aec4e3de5cfee7c07e5fdba1e1f8bff7439 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:58 + git config --global --add safe.directory /w/workspace/edgex-go/730 [Pipeline] echo 06:40:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:40:58 + set -o pipefail 06:40:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 06:41:06 06:41:06 Monitoring /w/workspace/edgex-go/730 (github.com/edgexfoundry/edgex-go)... 06:41:06 06:41:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/a2d8da1b-4414-451a-942d-de0808d97958 06:41:06 06:41:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:41:06 06:41:06 06:41:06 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:41:06 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:41:06 $ docker stop --time=1 e66858265dcdba3c20cb73139bb23aec4e3de5cfee7c07e5fdba1e1f8bff7439 06:41:12 $ docker rm -f --volumes e66858265dcdba3c20cb73139bb23aec4e3de5cfee7c07e5fdba1e1f8bff7439 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:41:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:41:12 provisioning config files... 06:41:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/730@tmp/config10311036921372617889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:13 --> edgex-publish-swagger.sh 06:41:13 === Publish openapi/v3 API === 06:41:13 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 06:41:13 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/730/openapi/v3/core-command.yaml] 06:41:13 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:13 Dload Upload Total Spent Left Speed 06:41:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 63778 --:--:-- --:--:-- --:--:-- 63654 100 32782 0 0 100 32782 0 63654 --:--:-- --:--:-- --:--:-- 63531 06:41:13 06:41:13 06:41:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/730/openapi/v3/core-data.yaml] 06:41:13 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:13 Dload Upload Total Spent Left Speed 06:41:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 161k --:--:-- --:--:-- --:--:-- 161k 06:41:14 06:41:14 06:41:14 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/730/openapi/v3/core-keeper.yaml] 06:41:14 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:14 Dload Upload Total Spent Left Speed 06:41:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 256 124k --:--:-- --:--:-- --:--:-- 124k 06:41:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:41:14 06:41:14 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/730/openapi/v3/core-metadata.yaml] 06:41:14 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:14 Dload Upload Total Spent Left Speed 06:41:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 0 0 100 149k 0 734k --:--:-- --:--:-- --:--:-- 731k 100 149k 100 156 100 149k 443 423k --:--:-- --:--:-- --:--:-- 423k 06:41:14 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:41:14 06:41:14 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/730/openapi/v3/support-cron-scheduler.yaml] 06:41:14 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:14 Dload Upload Total Spent Left Speed 06:41:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48523 100 66 100 48457 301 216k --:--:-- --:--:-- --:--:-- 216k 06:41:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:41:15 06:41:15 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/730/openapi/v3/support-notifications.yaml] 06:41:15 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:15 Dload Upload Total Spent Left Speed 06:41:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 443 242k --:--:-- --:--:-- --:--:-- 242k 06:41:15 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:41:15 06:41:15 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/730/openapi/v3/support-scheduler.yaml] 06:41:15 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:15 Dload Upload Total Spent Left Speed 06:41:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 520 120k --:--:-- --:--:-- --:--:-- 120k 100 37110 100 156 100 36954 520 120k --:--:-- --:--:-- --:--:-- 120k 06:41:15 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 06:41:15 [Pipeline] } 06:41:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 06:41:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:41:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:16 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 06:41:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:41:16 $ docker top 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 -eo pid,comm 06:41:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:41:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:41:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:41:17 [ssh-agent] Looking for ssh-agent implementation... 06:41:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:41:17 $ docker exec 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 ssh-agent 06:41:17 SSH_AUTH_SOCK=/tmp/ssh-LUZxuO1EkXNw/agent.32 06:41:17 SSH_AGENT_PID=38 06:41:17 Running ssh-add (command line suppressed) 06:41:17 Identity added: /w/workspace/edgex-go/730@tmp/private_key_15728358987622659137.key (/w/workspace/edgex-go/730@tmp/private_key_15728358987622659137.key) 06:41:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:41:17 + git semver tag 06:41:17 2024-10-16 06:41:17,896 [run_tag] DEBUG tag force:False 06:41:17 2024-10-16 06:41:17,896 [check_head_tag] DEBUG check head tag 06:41:17 2024-10-16 06:41:17,900 [execute] INFO git cat-file --batch-check 06:41:17 2024-10-16 06:41:17,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=) 06:41:17 2024-10-16 06:41:17,903 [execute] INFO git cat-file --batch 06:41:17 2024-10-16 06:41:17,903 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=) 06:41:17 2024-10-16 06:41:17,946 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 06:41:17 2024-10-16 06:41:17,947 [execute] INFO git tag -a v3.2.0-dev.107 -m v3.2.0-dev.107 06:41:17 2024-10-16 06:41:17,947 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.107', '-m', 'v3.2.0-dev.107'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=None) 06:41:17 2024-10-16 06:41:17,952 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 06:41:17 3.2.0-dev.107 [Pipeline] } 06:41:18 $ docker exec --env ******** --env ******** 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 ssh-agent -k 06:41:18 unset SSH_AUTH_SOCK; 06:41:18 unset SSH_AGENT_PID; 06:41:18 echo Agent pid 38 killed; 06:41:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:41:18 + git semver [Pipeline] } 06:41:18 $ docker stop --time=1 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 06:41:19 $ docker rm -f --volumes 33091d763f536b8d2acdc6171fd36b1de0dbafb5d3f17d7b08bfa584cbfa3c04 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:41:20 06:41:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:41:20 0.23.1-centos7: Pulling from edgex-lftools 06:41:20 ab5ef0e58194: Pulling fs layer 06:41:20 9712f1f96733: Pulling fs layer 06:41:20 63f879dbbcfc: Pulling fs layer 06:41:20 0d9ebad4ef96: Pulling fs layer 06:41:20 e9a5061849ea: Pulling fs layer 06:41:20 d747dcd14b5f: Pulling fs layer 06:41:20 2de7ff778b66: Pulling fs layer 06:41:20 e9a5061849ea: Waiting 06:41:20 d747dcd14b5f: Waiting 06:41:20 2de7ff778b66: Waiting 06:41:20 0d9ebad4ef96: Waiting 06:41:20 9712f1f96733: Download complete 06:41:20 63f879dbbcfc: Verifying Checksum 06:41:20 63f879dbbcfc: Download complete 06:41:21 e9a5061849ea: Verifying Checksum 06:41:21 e9a5061849ea: Download complete 06:41:21 d747dcd14b5f: Download complete 06:41:21 0d9ebad4ef96: Verifying Checksum 06:41:21 0d9ebad4ef96: Download complete 06:41:21 ab5ef0e58194: Verifying Checksum 06:41:21 ab5ef0e58194: Download complete 06:41:21 2de7ff778b66: Verifying Checksum 06:41:21 2de7ff778b66: Download complete 06:41:23 ab5ef0e58194: Pull complete 06:41:23 9712f1f96733: Pull complete 06:41:24 63f879dbbcfc: Pull complete 06:41:28 0d9ebad4ef96: Pull complete 06:41:28 e9a5061849ea: Pull complete 06:41:28 d747dcd14b5f: Pull complete 06:41:29 2de7ff778b66: Pull complete 06:41:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:41:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:41:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:29 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 06:41:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:41:35 $ docker top d5f966b9db6014e07286dbe882ffdcfa50dd47167e4bf545c8a619e9868a6dd7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:41:35 provisioning config files... 06:41:35 copy managed file [sigul-config] to file:/w/workspace/edgex-go/730@tmp/config5117681676227144120tmp 06:41:35 copy managed file [sigul-password] to file:/w/workspace/edgex-go/730@tmp/config3858870961580736715tmp 06:41:35 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/730@tmp/config4751174152663917542tmp [Pipeline] { [Pipeline] echo 06:41:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:41:35 ---> sigul-configuration.sh 06:41:35 gpg: directory `/root/.gnupg' created 06:41:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:41:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:41:35 gpg: keyring `/root/.gnupg/secring.gpg' created 06:41:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:41:35 gpg: CAST5 encrypted data 06:41:35 gpg: encrypted with 1 passphrase 06:41:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:41:35 + mkdir /home/jenkins 06:41:35 + mkdir /home/jenkins/sigul [Pipeline] sh 06:41:36 + 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 06:41:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:41:36 ---> sigul-install.sh 06:41:36 Sigul already installed; skipping installation. [Pipeline] sh 06:41:36 + git tag --list 06:41:36 0.6.0 06:41:36 0.6.1 06:41:36 0.7.0 06:41:36 0.7.1 06:41:36 v1.0.0 06:41:36 v1.0.1 06:41:36 v1.1.0 06:41:36 v1.2.0 06:41:36 v1.2.1 06:41:36 v1.3.0 06:41:36 v1.3.1 06:41:36 v2.0.0 06:41:36 v2.1.0 06:41:36 v2.1.1 06:41:36 v2.2.0 06:41:36 v2.3.0 06:41:36 v3.0 06:41:36 v3.0.0 06:41:36 v3.1 06:41:36 v3.1.0 06:41:36 v3.1.0-dev.1 06:41:36 v3.1.0-dev.10 06:41:36 v3.1.0-dev.11 06:41:36 v3.1.0-dev.12 06:41:36 v3.1.0-dev.13 06:41:36 v3.1.0-dev.14 06:41:36 v3.1.0-dev.15 06:41:36 v3.1.0-dev.16 06:41:36 v3.1.0-dev.17 06:41:36 v3.1.0-dev.18 06:41:36 v3.1.0-dev.19 06:41:36 v3.1.0-dev.2 06:41:36 v3.1.0-dev.20 06:41:36 v3.1.0-dev.21 06:41:36 v3.1.0-dev.22 06:41:36 v3.1.0-dev.23 06:41:36 v3.1.0-dev.24 06:41:36 v3.1.0-dev.25 06:41:36 v3.1.0-dev.26 06:41:36 v3.1.0-dev.27 06:41:36 v3.1.0-dev.28 06:41:36 v3.1.0-dev.29 06:41:36 v3.1.0-dev.3 06:41:36 v3.1.0-dev.30 06:41:36 v3.1.0-dev.31 06:41:36 v3.1.0-dev.32 06:41:36 v3.1.0-dev.33 06:41:36 v3.1.0-dev.34 06:41:36 v3.1.0-dev.35 06:41:36 v3.1.0-dev.36 06:41:36 v3.1.0-dev.37 06:41:36 v3.1.0-dev.38 06:41:36 v3.1.0-dev.39 06:41:36 v3.1.0-dev.4 06:41:36 v3.1.0-dev.40 06:41:36 v3.1.0-dev.41 06:41:36 v3.1.0-dev.42 06:41:36 v3.1.0-dev.43 06:41:36 v3.1.0-dev.44 06:41:36 v3.1.0-dev.45 06:41:36 v3.1.0-dev.46 06:41:36 v3.1.0-dev.47 06:41:36 v3.1.0-dev.48 06:41:36 v3.1.0-dev.49 06:41:36 v3.1.0-dev.5 06:41:36 v3.1.0-dev.50 06:41:36 v3.1.0-dev.51 06:41:36 v3.1.0-dev.52 06:41:36 v3.1.0-dev.53 06:41:36 v3.1.0-dev.54 06:41:36 v3.1.0-dev.55 06:41:36 v3.1.0-dev.56 06:41:36 v3.1.0-dev.57 06:41:36 v3.1.0-dev.58 06:41:36 v3.1.0-dev.59 06:41:36 v3.1.0-dev.6 06:41:36 v3.1.0-dev.60 06:41:36 v3.1.0-dev.61 06:41:36 v3.1.0-dev.62 06:41:36 v3.1.0-dev.63 06:41:36 v3.1.0-dev.64 06:41:36 v3.1.0-dev.65 06:41:36 v3.1.0-dev.66 06:41:36 v3.1.0-dev.67 06:41:36 v3.1.0-dev.68 06:41:36 v3.1.0-dev.69 06:41:36 v3.1.0-dev.7 06:41:36 v3.1.0-dev.70 06:41:36 v3.1.0-dev.71 06:41:36 v3.1.0-dev.72 06:41:36 v3.1.0-dev.73 06:41:36 v3.1.0-dev.8 06:41:36 v3.1.0-dev.9 06:41:36 v3.1.1 06:41:36 v3.1.1-dev.1 06:41:36 v3.1.1-dev.2 06:41:36 v3.2.0-dev.1 06:41:36 v3.2.0-dev.10 06:41:36 v3.2.0-dev.100 06:41:36 v3.2.0-dev.101 06:41:36 v3.2.0-dev.102 06:41:36 v3.2.0-dev.103 06:41:36 v3.2.0-dev.104 06:41:36 v3.2.0-dev.105 06:41:36 v3.2.0-dev.106 06:41:36 v3.2.0-dev.107 06:41:36 v3.2.0-dev.11 06:41:36 v3.2.0-dev.12 06:41:36 v3.2.0-dev.13 06:41:36 v3.2.0-dev.14 06:41:36 v3.2.0-dev.15 06:41:36 v3.2.0-dev.16 06:41:36 v3.2.0-dev.17 06:41:36 v3.2.0-dev.18 06:41:36 v3.2.0-dev.19 06:41:36 v3.2.0-dev.2 06:41:36 v3.2.0-dev.20 06:41:36 v3.2.0-dev.21 06:41:36 v3.2.0-dev.22 06:41:36 v3.2.0-dev.23 06:41:36 v3.2.0-dev.24 06:41:36 v3.2.0-dev.25 06:41:36 v3.2.0-dev.26 06:41:36 v3.2.0-dev.27 06:41:36 v3.2.0-dev.28 06:41:36 v3.2.0-dev.29 06:41:36 v3.2.0-dev.3 06:41:36 v3.2.0-dev.30 06:41:36 v3.2.0-dev.31 06:41:36 v3.2.0-dev.32 06:41:36 v3.2.0-dev.33 06:41:36 v3.2.0-dev.34 06:41:36 v3.2.0-dev.35 06:41:36 v3.2.0-dev.36 06:41:36 v3.2.0-dev.37 06:41:36 v3.2.0-dev.38 06:41:36 v3.2.0-dev.39 06:41:36 v3.2.0-dev.4 06:41:36 v3.2.0-dev.40 06:41:36 v3.2.0-dev.41 06:41:36 v3.2.0-dev.42 06:41:36 v3.2.0-dev.43 06:41:36 v3.2.0-dev.44 06:41:36 v3.2.0-dev.45 06:41:36 v3.2.0-dev.46 06:41:36 v3.2.0-dev.47 06:41:36 v3.2.0-dev.48 06:41:36 v3.2.0-dev.49 06:41:36 v3.2.0-dev.5 06:41:36 v3.2.0-dev.50 06:41:36 v3.2.0-dev.51 06:41:36 v3.2.0-dev.52 06:41:36 v3.2.0-dev.53 06:41:36 v3.2.0-dev.54 06:41:36 v3.2.0-dev.55 06:41:36 v3.2.0-dev.56 06:41:36 v3.2.0-dev.57 06:41:36 v3.2.0-dev.58 06:41:36 v3.2.0-dev.59 06:41:36 v3.2.0-dev.6 06:41:36 v3.2.0-dev.60 06:41:36 v3.2.0-dev.61 06:41:36 v3.2.0-dev.62 06:41:36 v3.2.0-dev.63 06:41:36 v3.2.0-dev.64 06:41:36 v3.2.0-dev.65 06:41:36 v3.2.0-dev.66 06:41:36 v3.2.0-dev.67 06:41:36 v3.2.0-dev.68 06:41:36 v3.2.0-dev.69 06:41:36 v3.2.0-dev.7 06:41:36 v3.2.0-dev.70 06:41:36 v3.2.0-dev.71 06:41:36 v3.2.0-dev.72 06:41:36 v3.2.0-dev.73 06:41:36 v3.2.0-dev.74 06:41:36 v3.2.0-dev.75 06:41:36 v3.2.0-dev.76 06:41:36 v3.2.0-dev.77 06:41:36 v3.2.0-dev.78 06:41:36 v3.2.0-dev.79 06:41:36 v3.2.0-dev.8 06:41:36 v3.2.0-dev.80 06:41:36 v3.2.0-dev.81 06:41:36 v3.2.0-dev.82 06:41:36 v3.2.0-dev.83 06:41:36 v3.2.0-dev.84 06:41:36 v3.2.0-dev.85 06:41:36 v3.2.0-dev.86 06:41:36 v3.2.0-dev.87 06:41:36 v3.2.0-dev.88 06:41:36 v3.2.0-dev.89 06:41:36 v3.2.0-dev.9 06:41:36 v3.2.0-dev.90 06:41:36 v3.2.0-dev.91 06:41:36 v3.2.0-dev.92 06:41:36 v3.2.0-dev.93 06:41:36 v3.2.0-dev.94 06:41:36 v3.2.0-dev.95 06:41:36 v3.2.0-dev.96 06:41:36 v3.2.0-dev.97 06:41:36 v3.2.0-dev.98 06:41:36 v3.2.0-dev.99 [Pipeline] sh 06:41:37 + lftools sign git-tag v3.2.0-dev.107 06:41:37 Signing Git tag with Sigul... 06:41:37 Signing v3.2.0-dev.107 06:43:29 ERROR: I/O error: NSPR connection reset [Pipeline] echo 06:43:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:43:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:43:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:43:29 $ docker stop --time=1 d5f966b9db6014e07286dbe882ffdcfa50dd47167e4bf545c8a619e9868a6dd7 06:43:32 $ docker rm -f --volumes d5f966b9db6014e07286dbe882ffdcfa50dd47167e4bf545c8a619e9868a6dd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:43:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:43:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:43:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:43:32 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 06:43:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:43:33 $ docker top aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef -eo pid,comm 06:43:33 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). 06:43:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:43:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:43:33 [ssh-agent] Looking for ssh-agent implementation... 06:43:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:43:33 $ docker exec aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef ssh-agent 06:43:33 SSH_AUTH_SOCK=/tmp/ssh-DORd5Z9MBqjC/agent.32 06:43:33 SSH_AGENT_PID=38 06:43:33 Running ssh-add (command line suppressed) 06:43:33 Identity added: /w/workspace/edgex-go/730@tmp/private_key_7676503348915362889.key (/w/workspace/edgex-go/730@tmp/private_key_7676503348915362889.key) 06:43:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:43:34 + git semver bump pre 06:43:34 2024-10-16 06:43:34,220 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 06:43:34 2024-10-16 06:43:34,220 [bump_version] DEBUG bumping version:3.2.0-dev.107 on axis:pre with prefix:dev 06:43:34 2024-10-16 06:43:34,220 [bump_version] DEBUG bumped version:3.2.0-dev.108 06:43:34 2024-10-16 06:43:34,220 [write_version] DEBUG write version:3.2.0-dev.108 to path:/w/workspace/edgex-go/730/.semver/main with force:True 06:43:34 2024-10-16 06:43:34,220 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 06:43:34 2024-10-16 06:43:34,220 [write_file] DEBUG write to file:/w/workspace/edgex-go/730/.semver/main 06:43:34 2024-10-16 06:43:34,222 [execute] INFO git cat-file --batch-check 06:43:34 2024-10-16 06:43:34,222 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=) 06:43:34 2024-10-16 06:43:34,227 [execute] INFO git cat-file --batch 06:43:34 2024-10-16 06:43:34,227 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=) 06:43:34 2024-10-16 06:43:34,232 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 06:43:34 3.2.0-dev.108 [Pipeline] } 06:43:34 $ docker exec --env ******** --env ******** aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef ssh-agent -k 06:43:34 unset SSH_AUTH_SOCK; 06:43:34 unset SSH_AGENT_PID; 06:43:34 echo Agent pid 38 killed; 06:43:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:43:34 + git semver [Pipeline] } 06:43:35 $ docker stop --time=1 aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef 06:43:36 $ docker rm -f --volumes aafc55a144d78f93ddae290de3e99c454c04f4960c7dad56f2142f704aa64cef [Pipeline] // withDockerContainer [Pipeline] sh 06:43:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:43:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:43:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:43:36 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 06:43:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:43:37 $ docker top 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c -eo pid,comm 06:43:37 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). 06:43:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:43:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:43:37 [ssh-agent] Looking for ssh-agent implementation... 06:43:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:43:37 $ docker exec 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c ssh-agent 06:43:37 SSH_AUTH_SOCK=/tmp/ssh-v3GIIKGAOV2P/agent.33 06:43:37 SSH_AGENT_PID=39 06:43:37 Running ssh-add (command line suppressed) 06:43:37 Identity added: /w/workspace/edgex-go/730@tmp/private_key_17474995891812631072.key (/w/workspace/edgex-go/730@tmp/private_key_17474995891812631072.key) 06:43:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:43:38 + git semver push 06:43:38 2024-10-16 06:43:38,187 [run_push] DEBUG push 06:43:38 2024-10-16 06:43:38,188 [execute] INFO git cat-file --batch-check 06:43:38 2024-10-16 06:43:38,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=) 06:43:38 2024-10-16 06:43:38,193 [execute] INFO git rev-list a598a4a5442b7c721d3b111bec6979337f291879 -- 06:43:38 2024-10-16 06:43:38,193 [execute] DEBUG Popen(['git', 'rev-list', 'a598a4a5442b7c721d3b111bec6979337f291879', '--'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=None) 06:43:38 2024-10-16 06:43:38,211 [execute] INFO git fetch -v origin 06:43:38 2024-10-16 06:43:38,211 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=True, shell=None, istream=None) 06:43:38 2024-10-16 06:43:38,654 [run_push] DEBUG no remote changes detected 06:43:38 2024-10-16 06:43:38,655 [execute] INFO git push origin semver 06:43:38 2024-10-16 06:43:38,655 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/730/.semver, universal_newlines=False, shell=None, istream=None) 06:43:39 2024-10-16 06:43:39,529 [run_push] DEBUG push all version tags 06:43:39 2024-10-16 06:43:39,530 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:43:39 2024-10-16 06:43:39,530 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/730, universal_newlines=False, shell=None, istream=None) 06:43:40 2024-10-16 06:43:40,340 [read_version] DEBUG read version from /w/workspace/edgex-go/730/.semver/main 06:43:40 3.2.0-dev.108 [Pipeline] } 06:43:40 $ docker exec --env ******** --env ******** 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c ssh-agent -k 06:43:40 unset SSH_AUTH_SOCK; 06:43:40 unset SSH_AGENT_PID; 06:43:40 echo Agent pid 39 killed; 06:43:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:43:41 + git semver [Pipeline] } 06:43:41 $ docker stop --time=1 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c 06:43:42 $ docker rm -f --volumes 0ca5b9cf07feebb9d281faa3dbb9635e25b27dc8e1452171f46eb193bdf4464c [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 06:43:43 + [ -d /w/workspace/edgex-go/730/archives ] [Pipeline] libraryResource [Pipeline] sh 06:43:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:43:44 ---> package-listing.sh 06:43:44 ++ facter osfamily 06:43:44 ++ tr '[:upper:]' '[:lower:]' 06:43:44 + OS_FAMILY=debian 06:43:44 + workspace=/w/workspace/edgex-go/730 06:43:44 + START_PACKAGES=/tmp/packages_start.txt 06:43:44 + END_PACKAGES=/tmp/packages_end.txt 06:43:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:43:44 + PACKAGES=/tmp/packages_start.txt 06:43:44 + '[' /w/workspace/edgex-go/730 ']' 06:43:44 + PACKAGES=/tmp/packages_end.txt 06:43:44 + case "${OS_FAMILY}" in 06:43:44 + dpkg -l 06:43:44 + grep '^ii' 06:43:44 + '[' -f /tmp/packages_start.txt ']' 06:43:44 + '[' -f /tmp/packages_end.txt ']' 06:43:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:43:44 + '[' /w/workspace/edgex-go/730 ']' 06:43:44 + mkdir -p /w/workspace/edgex-go/730/archives/ 06:43:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/730/archives/ [Pipeline] echo 06:43:44 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/730/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:43:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:43:45 06:43:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:43:45 latest: Pulling from edgex-lftools-log-publisher 06:43:45 5eb5b503b376: Pulling fs layer 06:43:45 5c69ac0246d0: Pulling fs layer 06:43:45 ec43610c2a17: Pulling fs layer 06:43:45 3a2ae6a8a46f: Pulling fs layer 06:43:45 33b1e0a273af: Pulling fs layer 06:43:45 5d3b04190fa2: Pulling fs layer 06:43:45 2f39f015ded8: Pulling fs layer 06:43:45 3a2ae6a8a46f: Waiting 06:43:45 33b1e0a273af: Waiting 06:43:45 5d3b04190fa2: Waiting 06:43:45 2f39f015ded8: Waiting 06:43:45 5c69ac0246d0: Verifying Checksum 06:43:45 5c69ac0246d0: Download complete 06:43:45 3a2ae6a8a46f: Verifying Checksum 06:43:45 3a2ae6a8a46f: Download complete 06:43:46 33b1e0a273af: Verifying Checksum 06:43:46 33b1e0a273af: Download complete 06:43:46 5d3b04190fa2: Verifying Checksum 06:43:46 5d3b04190fa2: Download complete 06:43:46 ec43610c2a17: Verifying Checksum 06:43:46 ec43610c2a17: Download complete 06:43:46 5eb5b503b376: Verifying Checksum 06:43:46 5eb5b503b376: Download complete 06:43:46 2f39f015ded8: Download complete 06:43:47 5eb5b503b376: Pull complete 06:43:47 5c69ac0246d0: Pull complete 06:43:47 ec43610c2a17: Pull complete 06:43:47 3a2ae6a8a46f: Pull complete 06:43:47 33b1e0a273af: Pull complete 06:43:48 5d3b04190fa2: Pull complete 06:43:52 2f39f015ded8: Pull complete 06:43:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:43:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:43:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:43:52 prd-ubuntu20.04-docker-8c-8g-22911 does not seem to be running inside a container 06:43:52 $ 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/730/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/730 -v /w/workspace/edgex-go/730:/w/workspace/edgex-go/730:rw,z -v /w/workspace/edgex-go/730@tmp:/w/workspace/edgex-go/730@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 06:43:56 $ docker top a4da1f3f71859f252942499ba49ee28a7fae368bda3e407cc92cd68815bfeeae -eo pid,comm [Pipeline] { [Pipeline] sh 06:43:56 + touch /tmp/pre-build-complete [Pipeline] sh 06:43:56 + mkdir -p /var/log/sysstat [Pipeline] sh 06:43:57 + ls /var/log/sa-host 06:43:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:43:57 provisioning config files... 06:43:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/730@tmp/config9079063157226843132tmp [Pipeline] { [Pipeline] echo 06:43:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:43:57 ---> create-netrc.sh [Pipeline] } 06:43:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:43:58 ---> python-tools-install.sh [Pipeline] echo 06:43:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:43:58 ---> sudo-logs.sh 06:43:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:43:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:43:58 ---> job-cost.sh 06:43:58 lf-activate-venv: SKIPPING 06:43:58 DEBUG: total: 0.10999999940395355 06:43:58 INFO: Retrieving Stack Cost... 06:43:59 INFO: Retrieving Pricing Info for: v3-standard-8 06:43:59 INFO: Archiving Costs [Pipeline] echo 06:43:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:43:59 ---> logs-deploy.sh 06:43:59 lf-activate-venv: SKIPPING 06:43:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/730 06:43:59 INFO: archiving workspace using pattern(s): 06:44:00 Archives upload complete. 06:44:00 INFO: archiving logs to Nexus 06:44:01 ---> uname -a: 06:44:01 Linux prd-ubuntu20-04-docker-8c-8g-22911 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:44:01 06:44:01 06:44:01 ---> lscpu: 06:44:01 Architecture: x86_64 06:44:01 CPU op-mode(s): 32-bit, 64-bit 06:44:01 Byte Order: Little Endian 06:44:01 Address sizes: 40 bits physical, 48 bits virtual 06:44:01 CPU(s): 8 06:44:01 On-line CPU(s) list: 0-7 06:44:01 Thread(s) per core: 1 06:44:01 Core(s) per socket: 1 06:44:01 Socket(s): 8 06:44:01 NUMA node(s): 1 06:44:01 Vendor ID: AuthenticAMD 06:44:01 CPU family: 23 06:44:01 Model: 49 06:44:01 Model name: AMD EPYC-Rome Processor 06:44:01 Stepping: 0 06:44:01 CPU MHz: 2799.998 06:44:01 BogoMIPS: 5599.99 06:44:01 Virtualization: AMD-V 06:44:01 Hypervisor vendor: KVM 06:44:01 Virtualization type: full 06:44:01 L1d cache: 256 KiB 06:44:01 L1i cache: 256 KiB 06:44:01 L2 cache: 4 MiB 06:44:01 L3 cache: 128 MiB 06:44:01 NUMA node0 CPU(s): 0-7 06:44:01 Vulnerability Itlb multihit: Not affected 06:44:01 Vulnerability L1tf: Not affected 06:44:01 Vulnerability Mds: Not affected 06:44:01 Vulnerability Meltdown: Not affected 06:44:01 Vulnerability Mmio stale data: Not affected 06:44:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:44:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:44:01 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:44:01 Vulnerability Srbds: Not affected 06:44:01 Vulnerability Tsx async abort: Not affected 06:44:01 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 06:44:01 06:44:01 06:44:01 ---> nproc: 06:44:01 8 06:44:01 06:44:01 06:44:01 ---> df -h: 06:44:01 Filesystem Size Used Avail Use% Mounted on 06:44:01 overlay 155G 31G 125G 20% / 06:44:01 tmpfs 64M 0 64M 0% /dev 06:44:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:44:01 shm 64M 0 64M 0% /dev/shm 06:44:01 /dev/vda1 155G 31G 125G 20% /facter-os 06:44:01 06:44:01 06:44:01 ---> sar -b -r -n DEV: 06:44:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22911) 10/16/24 _x86_64_ (8 CPU) 06:44:01 06:44:01 05:52:14 LINUX RESTART (8 CPU) 06:44:01 06:44:01 05:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:44:01 05:54:01 184.20 10.70 173.50 0.00 1740.38 61919.28 0.00 06:44:01 05:55:01 75.69 0.10 75.59 0.00 14.40 34413.60 0.00 06:44:01 05:56:01 32.81 0.05 32.76 0.00 0.40 22752.76 0.00 06:44:01 05:57:01 38.43 0.15 38.28 0.00 2.40 29869.82 0.00 06:44:01 05:58:01 302.88 2.75 300.13 0.00 2381.62 221652.46 0.00 06:44:01 05:59:01 722.55 21.48 701.07 0.00 1222.46 176389.27 0.00 06:44:01 06:00:01 329.04 1.98 327.06 0.00 38.92 136839.32 0.00 06:44:01 06:01:01 246.95 0.03 246.92 0.00 0.27 91204.00 0.00 06:44:01 06:02:01 310.63 0.02 310.61 0.00 0.13 106748.88 0.00 06:44:01 06:03:01 527.91 0.08 527.83 0.00 13.20 52716.15 0.00 06:44:01 06:04:01 13.75 0.00 13.75 0.00 0.00 352.21 0.00 06:44:01 06:05:01 20.31 0.02 20.30 0.00 4.27 507.12 0.00 06:44:01 06:06:01 9.93 0.00 9.93 0.00 0.00 250.00 0.00 06:44:01 06:07:08 0.75 0.00 0.75 0.00 0.00 8.75 0.00 06:44:01 06:08:01 2.02 0.02 2.00 0.00 0.15 22.03 0.00 06:44:01 06:09:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 06:44:01 06:10:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 06:44:01 06:11:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 06:44:01 06:12:01 0.87 0.00 0.87 0.00 0.00 9.87 0.00 06:44:01 06:13:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 06:44:01 06:14:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 06:44:01 06:15:01 2.73 1.52 1.22 0.00 37.59 16.93 0.00 06:44:01 06:16:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 06:44:01 06:17:01 1.35 0.02 1.33 0.00 0.13 15.33 0.00 06:44:01 06:18:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 06:44:01 06:19:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 06:44:01 06:20:01 1.12 0.00 1.12 0.00 0.00 11.33 0.00 06:44:01 06:21:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 06:44:01 06:22:01 1.03 0.00 1.03 0.00 0.00 10.40 0.00 06:44:01 06:23:01 14.05 2.10 11.95 0.00 1977.80 2519.71 0.00 06:44:01 06:24:01 1.02 0.00 1.02 0.00 0.00 10.40 0.00 06:44:01 06:25:01 2.10 0.03 2.07 0.00 0.27 23.86 0.00 06:44:01 06:26:01 4.22 2.23 1.99 0.00 36.29 72.58 0.00 06:44:01 06:27:01 1.58 0.00 1.58 0.00 0.00 16.93 0.00 06:44:01 06:28:01 1.42 0.00 1.42 0.00 0.00 22.13 0.00 06:44:01 06:29:01 1.68 0.00 1.68 0.00 0.00 18.40 0.00 06:44:01 06:30:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 06:44:01 06:31:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 06:44:01 06:32:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 06:44:01 06:33:01 1.77 0.00 1.77 0.00 0.00 21.33 0.00 06:44:01 06:34:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 06:44:01 06:35:01 1.22 0.00 1.22 0.00 0.00 15.20 0.00 06:44:01 06:36:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 06:44:01 06:37:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 06:44:01 06:38:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 06:44:01 06:39:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 06:44:01 06:40:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 06:44:01 06:41:01 35.49 0.13 35.36 0.00 8.40 13919.81 0.00 06:44:01 06:42:01 118.73 0.13 118.60 0.00 1.07 38948.84 0.00 06:44:01 06:43:01 4.07 0.00 4.07 0.00 0.00 59.99 0.00 06:44:01 Average: 60.70 0.87 59.83 0.00 149.66 19838.68 0.00 06:44:01 06:44:01 05:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:44:01 05:54:01 27777204 31482976 832732 2.53 115884 3766760 2069496 6.10 1300116 3315156 308212 06:44:01 05:55:01 26901660 31346816 958956 2.92 130536 4429492 2157764 6.36 2017420 3406584 606992 06:44:01 05:56:01 25970536 30419112 1885688 5.73 133640 4406760 3113212 9.17 2413752 3910700 541148 06:44:01 05:57:01 26136908 31502424 800072 2.43 136840 5283264 1897924 5.59 1798168 4329652 536136 06:44:01 05:58:01 20093432 31169456 1114220 3.39 146628 10853388 4108672 12.11 2295484 9705720 1141968 06:44:01 05:59:01 15620584 31326560 942080 2.86 314516 14960180 2530032 7.46 2857980 13250112 543884 06:44:01 06:00:01 7403748 28313716 3881816 11.80 358100 19658568 11837500 34.89 6632604 17124516 1474784 06:44:01 06:01:01 3978392 27136372 5072892 15.43 371948 21830412 10153288 29.92 8655928 18489500 1465244 06:44:01 06:02:01 7792896 31357368 903268 2.75 382524 22375944 2546716 7.51 3350776 20193864 960100 06:44:01 06:03:01 7392624 31402368 865572 2.63 389036 22802872 2257348 6.65 3547824 20401472 948 06:44:01 06:04:01 7392392 31402808 864776 2.63 389624 22803048 2212360 6.52 3620628 20329916 800 06:44:01 06:05:01 7383256 31395008 872452 2.65 390444 22803520 2337456 6.89 4094696 19863552 548 06:44:01 06:06:01 7390480 31402848 864580 2.63 390912 22803580 2274652 6.70 4196656 19752764 4 06:44:01 06:07:08 7391092 31403664 864344 2.63 390916 22803584 2274652 6.70 4196340 19752956 4 06:44:01 06:08:01 7399720 31412352 856048 2.60 390956 22803588 2305244 6.79 4187636 19752960 28 06:44:01 06:09:01 7399728 31412408 855956 2.60 391008 22803592 2305244 6.79 4187604 19752964 200 06:44:01 06:10:01 7402632 31415368 852896 2.59 391028 22803588 2305244 6.79 4184592 19752964 12 06:44:01 06:11:01 7402680 31415428 852756 2.59 391052 22803596 2305244 6.79 4184612 19752968 4 06:44:01 06:12:01 7403100 31415876 852484 2.59 391056 22803600 2305244 6.79 4184648 19752972 24 06:44:01 06:13:01 7402744 31415596 852748 2.59 391072 22803664 2305244 6.79 4184732 19753036 20 06:44:01 06:14:01 7402964 31415828 852456 2.59 391088 22803668 2305244 6.79 4184680 19753040 8 06:44:01 06:15:01 7395812 31410984 857160 2.61 391120 22804788 2305244 6.79 4192956 19753460 40 06:44:01 06:16:01 7395536 31410716 857372 2.61 391144 22804792 2305244 6.79 4192972 19753412 36 06:44:01 06:17:01 7395552 31410768 857256 2.61 391172 22804796 2305244 6.79 4193052 19753408 36 06:44:01 06:18:01 7395912 31411164 856764 2.61 391200 22804804 2305244 6.79 4192832 19753412 12 06:44:01 06:19:01 7395880 31411176 856724 2.61 391228 22804812 2305244 6.79 4192828 19753420 48 06:44:01 06:20:01 7395224 31410672 857096 2.61 391248 22804940 2305244 6.79 4192840 19753556 4 06:44:01 06:21:01 7394868 31410360 857300 2.61 391272 22804944 2305244 6.79 4193140 19753560 196 06:44:01 06:22:01 7394820 31410348 857268 2.61 391292 22804944 2305244 6.79 4193216 19753564 172 06:44:01 06:23:01 7260824 31404836 862252 2.62 392456 22929828 2283788 6.73 4263436 19809736 212 06:44:01 06:24:01 7261256 31405312 861836 2.62 392472 22929828 2283788 6.73 4262936 19809740 8 06:44:01 06:25:01 7261480 31405548 861744 2.62 392508 22929832 2283788 6.73 4263504 19809744 12 06:44:01 06:26:01 7258392 31405172 861784 2.62 392552 22932200 2283788 6.73 4263384 19812036 172 06:44:01 06:27:01 7258408 31405292 861616 2.62 392572 22932324 2283788 6.73 4263068 19812132 44 06:44:01 06:28:01 7258620 31405696 861260 2.62 392640 22932332 2283788 6.73 4263504 19812240 28 06:44:01 06:29:01 7258392 31405508 861440 2.62 392660 22932336 2283788 6.73 4263156 19812240 8 06:44:01 06:30:01 7258036 31405160 861664 2.62 392672 22932340 2283788 6.73 4263524 19812244 188 06:44:01 06:31:01 7258020 31405184 861588 2.62 392700 22932344 2283788 6.73 4263564 19812248 204 06:44:01 06:32:01 7257792 31404972 861804 2.62 392712 22932344 2283788 6.73 4263200 19812244 4 06:44:01 06:33:01 7258048 31405260 861652 2.62 392748 22932352 2283788 6.73 4263304 19812256 36 06:44:01 06:34:01 7258224 31405440 861648 2.62 392768 22932356 2283788 6.73 4263224 19812256 12 06:44:01 06:35:01 7258288 31405556 861744 2.62 392780 22932360 2283788 6.73 4263260 19812268 32 06:44:01 06:36:01 7258272 31405548 861708 2.62 392796 22932364 2267244 6.68 4263244 19812272 4 06:44:01 06:37:01 7257892 31405196 861908 2.62 392812 22932364 2267244 6.68 4263284 19812276 16 06:44:01 06:38:01 7258080 31405392 861736 2.62 392852 22932356 2267244 6.68 4263328 19812280 20 06:44:01 06:39:01 7258000 31405348 861652 2.62 392872 22932368 2267244 6.68 4263312 19812280 12 06:44:01 06:40:01 7257856 31405252 861724 2.62 392884 22932372 2267244 6.68 4263352 19812288 8 06:44:01 06:41:01 6299924 31119696 1140892 3.47 394908 23546772 2723496 8.03 4576020 20390532 214368 06:44:01 06:42:01 6031144 31301964 957916 2.91 410872 23936412 2426652 7.15 4391652 20798944 1156 06:44:01 06:43:01 6031812 31302704 956996 2.91 410944 23936400 2426408 7.15 4390912 20798944 32 06:44:01 Average: 9172423 31225412 1042446 3.17 363873 20956793 2699035 7.95 4078378 18174527 155964 06:44:01 06:44:01 05:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:44:01 05:54:01 ens3 1196.55 1061.27 9830.37 112.06 0.00 0.00 0.00 0.00 06:44:01 05:54:01 docker0 917.80 971.62 67.42 4957.92 0.00 0.00 0.00 0.00 06:44:01 05:54:01 lo 4.47 4.47 0.44 0.44 0.00 0.00 0.00 0.00 06:44:01 05:55:01 ens3 33.89 22.81 33.51 14.90 0.00 0.00 0.00 0.00 06:44:01 05:55:01 docker0 0.08 0.15 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 05:55:01 vethf3a7455 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 06:44:01 05:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 05:56:01 ens3 34.23 24.53 33.88 13.58 0.00 0.00 0.00 0.00 06:44:01 05:56:01 docker0 1.62 1.62 0.12 0.14 0.00 0.00 0.00 0.00 06:44:01 05:56:01 vethf3a7455 1.62 1.63 0.14 0.14 0.00 0.00 0.00 0.00 06:44:01 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:57:01 ens3 27.73 19.71 23.79 14.31 0.00 0.00 0.00 0.00 06:44:01 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:57:01 vethf3a7455 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethbc03595 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth9c5c424 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth4049a9b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethdc47c5c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethbc078a1 0.02 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 05:58:01 ens3 314.15 176.30 4910.91 173.72 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethcdbd37e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vetha02722e 0.02 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 05:58:01 docker0 17.34 31.27 1.10 465.69 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethae6221a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethcac7273 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth641d8f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth17288dd 1.35 2.76 0.10 38.58 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth297b1ff 1.85 3.45 0.14 41.26 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth4f6781f 0.33 0.65 0.03 0.14 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethce85f91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth8c239c5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 05:58:01 vethd1838a6 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 05:58:01 veth6ed8b7e 1.45 2.88 0.11 38.04 0.00 0.00 0.00 0.00 06:44:01 05:59:01 veth529ccbb 74.90 115.36 7.38 897.04 0.00 0.00 0.00 0.07 06:44:01 05:59:01 vetha3855c2 75.00 126.23 7.98 1174.87 0.00 0.00 0.00 0.10 06:44:01 05:59:01 veth01b5726 86.52 130.68 8.80 1174.70 0.00 0.00 0.00 0.10 06:44:01 05:59:01 ens3 802.12 485.94 6916.37 59.04 0.00 0.00 0.00 0.00 06:44:01 05:59:01 docker0 467.17 771.70 39.49 6892.81 0.00 0.00 0.00 0.00 06:44:01 05:59:01 veth4f6781f 0.07 0.67 0.00 0.03 0.00 0.00 0.00 0.00 06:44:01 05:59:01 veth4fda104 86.12 136.99 8.74 1174.83 0.00 0.00 0.00 0.10 06:44:01 05:59:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 06:44:01 05:59:01 veth03f6f1f 88.64 164.41 8.84 1186.84 0.00 0.00 0.00 0.10 06:44:01 06:00:01 vethfcf22b5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth9bfd08a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth36806d9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 ens3 15.36 8.50 13.82 6.68 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth20e7827 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth23d5a35 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 docker0 0.22 0.13 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth2a007f8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth4f6781f 0.22 0.15 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth977f69d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth375fa7d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth5460b81 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth028a8d0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth383c444 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 vethae42cf6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:00:01 veth45a9b35 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:44:01 06:01:01 vethfcf22b5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth9bfd08a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth36806d9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 ens3 3.85 2.35 3.01 1.65 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth20e7827 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth23d5a35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth2a007f8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth4f6781f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth977f69d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth375fa7d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth5460b81 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth028a8d0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth383c444 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 vethae42cf6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:01:01 veth45a9b35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 vethfcf22b5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth9bfd08a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth36806d9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 ens3 4.22 2.48 3.48 1.91 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth20e7827 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth23d5a35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth2a007f8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth4f6781f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth977f69d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth375fa7d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth5460b81 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth028a8d0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth383c444 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 vethae42cf6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:02:01 veth45a9b35 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:03:01 ens3 270.75 264.64 143.99 1302.68 0.00 0.00 0.00 0.00 06:44:01 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:03:01 lo 33.99 33.99 3.35 3.35 0.00 0.00 0.00 0.00 06:44:01 06:04:01 ens3 193.65 206.75 85.13 934.38 0.00 0.00 0.00 0.00 06:44:01 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:04:01 lo 18.26 18.26 1.80 1.80 0.00 0.00 0.00 0.00 06:44:01 06:05:01 ens3 351.92 354.34 116.47 2669.46 0.00 0.00 0.00 0.00 06:44:01 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:05:01 lo 22.20 22.20 2.18 2.18 0.00 0.00 0.00 0.00 06:44:01 06:06:01 ens3 166.93 174.07 70.79 932.01 0.00 0.00 0.00 0.00 06:44:01 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:06:01 lo 11.87 11.87 1.17 1.17 0.00 0.00 0.00 0.00 06:44:01 06:07:08 ens3 0.07 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:07:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:07:08 lo 0.18 0.18 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:08:01 ens3 0.38 0.34 0.10 0.20 0.00 0.00 0.00 0.00 06:44:01 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:09:01 ens3 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 06:44:01 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:10:01 ens3 0.08 0.08 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:11:01 ens3 0.73 0.60 1.76 0.04 0.00 0.00 0.00 0.00 06:44:01 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:13:01 ens3 0.23 0.37 0.08 0.08 0.00 0.00 0.00 0.00 06:44:01 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:13:01 lo 0.23 0.23 0.03 0.03 0.00 0.00 0.00 0.00 06:44:01 06:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:15:01 ens3 6.80 5.47 4.57 5.16 0.00 0.00 0.00 0.00 06:44:01 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:15:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 06:44:01 06:16:01 ens3 1.77 1.43 1.03 1.21 0.00 0.00 0.00 0.00 06:44:01 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:18:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 06:44:01 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:19:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:23:01 ens3 39.63 15.16 685.11 1.26 0.00 0.00 0.00 0.00 06:44:01 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:23:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 06:44:01 06:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:27:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:28:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 06:44:01 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:31:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:33:01 ens3 0.35 0.25 0.25 0.08 0.00 0.00 0.00 0.00 06:44:01 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:37:01 ens3 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 06:44:01 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:38:01 ens3 0.25 0.17 0.13 0.07 0.00 0.00 0.00 0.00 06:44:01 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:41:01 ens3 146.36 83.67 3194.08 15.41 0.00 0.00 0.00 0.00 06:44:01 06:41:01 docker0 31.18 56.14 2.81 542.64 0.00 0.00 0.00 0.00 06:44:01 06:41:01 veth2d79a53 31.18 56.24 3.24 542.65 0.00 0.00 0.00 0.04 06:44:01 06:41:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 06:44:01 06:42:01 ens3 255.07 146.53 3961.70 36.67 0.00 0.00 0.00 0.00 06:44:01 06:42:01 docker0 46.39 99.82 4.43 733.08 0.00 0.00 0.00 0.00 06:44:01 06:42:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 06:44:01 06:42:01 veth2897de4 0.27 0.28 0.04 0.02 0.00 0.00 0.00 0.00 06:44:01 06:43:01 ens3 2.10 1.63 1.67 0.99 0.00 0.00 0.00 0.00 06:44:01 06:43:01 docker0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 06:44:01 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:44:01 06:43:01 veth2897de4 0.07 0.07 0.01 0.00 0.00 0.00 0.00 0.00 06:44:01 Average: ens3 77.43 61.22 600.84 125.96 0.00 0.00 0.00 0.00 06:44:01 Average: docker0 29.64 38.65 2.31 271.86 0.00 0.00 0.00 0.00 06:44:01 Average: lo 1.99 1.99 0.19 0.19 0.00 0.00 0.00 0.00 06:44:01 Average: veth2897de4 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 06:44:01 06:44:01 06:44:01 ---> sar -P ALL: 06:44:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22911) 10/16/24 _x86_64_ (8 CPU) 06:44:01 06:44:01 05:52:14 LINUX RESTART (8 CPU) 06:44:01 06:44:01 05:53:01 CPU %user %nice %system %iowait %steal %idle 06:44:01 05:54:01 all 8.75 0.00 3.95 3.77 0.07 83.45 06:44:01 05:54:01 0 7.59 0.00 3.16 0.98 0.07 88.21 06:44:01 05:54:01 1 10.41 0.00 4.89 4.68 0.07 79.95 06:44:01 05:54:01 2 9.64 0.00 3.43 8.34 0.12 78.48 06:44:01 05:54:01 3 9.86 0.00 3.28 2.74 0.05 84.07 06:44:01 05:54:01 4 8.98 0.00 4.78 0.19 0.05 86.00 06:44:01 05:54:01 5 7.87 0.00 4.35 0.10 0.05 87.64 06:44:01 05:54:01 6 8.73 0.00 3.24 0.44 0.07 87.53 06:44:01 05:54:01 7 6.97 0.00 4.50 12.87 0.07 75.59 06:44:01 05:55:01 all 37.15 0.00 5.85 2.52 0.10 54.39 06:44:01 05:55:01 0 37.79 0.00 5.73 0.15 0.08 56.24 06:44:01 05:55:01 1 36.98 0.00 6.01 16.19 0.15 40.67 06:44:01 05:55:01 2 36.75 0.00 5.78 0.15 0.08 57.23 06:44:01 05:55:01 3 36.87 0.00 5.32 2.37 0.08 55.36 06:44:01 05:55:01 4 37.88 0.00 5.47 0.12 0.13 56.39 06:44:01 05:55:01 5 36.15 0.00 6.37 0.96 0.08 56.44 06:44:01 05:55:01 6 37.59 0.00 6.57 0.07 0.10 55.67 06:44:01 05:55:01 7 37.16 0.00 5.53 0.15 0.10 57.06 06:44:01 05:56:01 all 46.79 0.00 4.98 1.40 0.11 46.72 06:44:01 05:56:01 0 44.97 0.00 4.70 0.05 0.10 50.18 06:44:01 05:56:01 1 48.14 0.00 5.21 8.88 0.12 37.65 06:44:01 05:56:01 2 47.71 0.00 4.92 0.05 0.10 47.22 06:44:01 05:56:01 3 45.97 0.00 4.84 1.12 0.10 47.97 06:44:01 05:56:01 4 49.00 0.00 5.04 0.13 0.10 45.73 06:44:01 05:56:01 5 46.18 0.00 5.28 0.85 0.12 47.57 06:44:01 05:56:01 6 46.16 0.00 4.68 0.08 0.12 48.96 06:44:01 05:56:01 7 46.19 0.00 5.17 0.08 0.10 48.46 06:44:01 05:57:01 all 38.17 0.00 7.03 2.08 0.09 52.63 06:44:01 05:57:01 0 38.35 0.00 7.27 3.98 0.08 50.32 06:44:01 05:57:01 1 39.74 0.00 7.02 0.10 0.08 53.06 06:44:01 05:57:01 2 39.18 0.00 7.90 0.44 0.10 52.39 06:44:01 05:57:01 3 39.77 0.00 6.75 0.47 0.08 52.93 06:44:01 05:57:01 4 36.58 0.00 6.83 0.37 0.10 56.11 06:44:01 05:57:01 5 37.63 0.00 6.54 1.11 0.10 54.62 06:44:01 05:57:01 6 37.99 0.00 6.94 7.34 0.10 47.63 06:44:01 05:57:01 7 36.15 0.00 6.97 2.84 0.08 53.95 06:44:01 05:58:01 all 18.18 0.00 6.38 18.81 0.12 56.50 06:44:01 05:58:01 0 17.60 0.00 5.92 19.92 0.10 56.46 06:44:01 05:58:01 1 20.05 0.00 6.37 21.67 0.22 51.69 06:44:01 05:58:01 2 18.17 0.00 6.52 10.48 0.10 64.73 06:44:01 05:58:01 3 18.47 0.00 7.12 14.79 0.12 59.50 06:44:01 05:58:01 4 17.98 0.00 6.06 6.06 0.09 69.82 06:44:01 05:58:01 5 18.23 0.00 6.54 30.89 0.10 44.24 06:44:01 05:58:01 6 17.92 0.00 6.88 36.48 0.10 38.61 06:44:01 05:58:01 7 17.02 0.00 5.68 10.06 0.12 67.12 06:44:01 05:59:01 all 12.89 0.00 5.62 20.76 0.11 60.62 06:44:01 05:59:01 0 12.66 0.00 5.28 10.85 0.10 71.11 06:44:01 05:59:01 1 13.46 0.00 5.69 22.46 0.14 58.25 06:44:01 05:59:01 2 12.57 0.00 7.88 38.92 0.08 40.54 06:44:01 05:59:01 3 13.25 0.00 4.84 20.98 0.08 60.85 06:44:01 05:59:01 4 13.49 0.00 5.95 18.46 0.09 62.01 06:44:01 05:59:01 5 12.15 0.00 4.93 8.49 0.13 74.30 06:44:01 05:59:01 6 13.32 0.00 5.27 17.46 0.12 63.84 06:44:01 05:59:01 7 12.25 0.00 5.11 28.52 0.12 54.00 06:44:01 06:00:01 all 57.22 0.00 9.43 8.02 0.13 25.20 06:44:01 06:00:01 0 57.49 0.00 9.74 2.50 0.08 30.18 06:44:01 06:00:01 1 56.84 0.00 8.27 4.72 0.10 30.08 06:44:01 06:00:01 2 57.85 0.00 9.40 12.37 0.10 20.27 06:44:01 06:00:01 3 56.55 0.00 10.86 3.19 0.10 29.30 06:44:01 06:00:01 4 57.41 0.00 8.92 6.60 0.08 26.99 06:44:01 06:00:01 5 57.36 0.00 8.31 7.67 0.10 26.56 06:44:01 06:00:01 6 57.62 0.00 10.12 21.03 0.10 11.13 06:44:01 06:00:01 7 56.61 0.00 9.85 6.07 0.34 27.14 06:44:01 06:01:01 all 89.03 0.00 10.81 0.00 0.16 0.00 06:44:01 06:01:01 0 90.30 0.00 9.55 0.00 0.15 0.00 06:44:01 06:01:01 1 87.75 0.00 12.06 0.00 0.19 0.00 06:44:01 06:01:01 2 88.63 0.00 11.20 0.00 0.17 0.00 06:44:01 06:01:01 3 88.29 0.00 11.54 0.00 0.17 0.00 06:44:01 06:01:01 4 89.49 0.00 10.38 0.00 0.13 0.00 06:44:01 06:01:01 5 89.44 0.00 10.41 0.00 0.15 0.00 06:44:01 06:01:01 6 90.56 0.00 9.31 0.00 0.13 0.00 06:44:01 06:01:01 7 87.62 0.00 12.21 0.00 0.17 0.00 06:44:01 06:02:01 all 76.40 0.00 10.49 2.20 0.16 10.75 06:44:01 06:02:01 0 77.04 0.00 9.85 0.22 0.13 12.76 06:44:01 06:02:01 1 75.85 0.00 10.73 0.86 0.16 12.40 06:44:01 06:02:01 2 76.90 0.00 10.30 0.49 0.15 12.16 06:44:01 06:02:01 3 77.28 0.00 10.12 2.21 0.15 10.24 06:44:01 06:02:01 4 75.29 0.00 11.81 1.08 0.26 11.57 06:44:01 06:02:01 5 76.75 0.00 10.29 11.97 0.13 0.86 06:44:01 06:02:01 6 76.79 0.00 10.12 0.59 0.12 12.39 06:44:01 06:02:01 7 75.20 0.00 10.79 0.07 0.17 13.77 06:44:01 06:03:01 all 5.73 0.00 1.72 7.05 0.06 85.44 06:44:01 06:03:01 0 5.50 0.00 1.81 4.01 0.03 88.65 06:44:01 06:03:01 1 5.40 0.00 1.97 4.88 0.07 87.67 06:44:01 06:03:01 2 4.18 0.00 1.96 6.68 0.05 87.12 06:44:01 06:03:01 3 6.95 0.00 1.81 7.14 0.05 84.05 06:44:01 06:03:01 4 6.38 0.00 1.46 2.69 0.05 89.42 06:44:01 06:03:01 5 5.18 0.00 1.62 20.92 0.07 72.21 06:44:01 06:03:01 6 7.85 0.00 1.61 2.48 0.08 87.97 06:44:01 06:03:01 7 4.42 0.00 1.48 7.69 0.07 86.35 06:44:01 06:04:01 all 2.91 0.00 0.45 3.57 1.52 91.54 06:44:01 06:04:01 0 3.01 0.00 0.45 5.94 0.19 90.42 06:44:01 06:04:01 1 3.65 0.00 0.43 0.02 1.10 94.80 06:44:01 06:04:01 2 2.80 0.00 0.45 0.00 1.28 95.48 06:44:01 06:04:01 3 3.65 0.00 0.33 0.02 2.60 93.40 06:44:01 06:04:01 4 2.83 0.00 0.30 0.02 3.00 93.85 06:44:01 06:04:01 5 1.65 0.00 0.85 0.80 1.11 95.58 06:44:01 06:04:01 6 3.33 0.00 0.48 0.30 1.13 94.76 06:44:01 06:04:01 7 2.40 0.00 0.34 21.19 1.76 74.31 06:44:01 06:44:01 06:04:01 CPU %user %nice %system %iowait %steal %idle 06:44:01 06:05:01 all 9.72 0.00 0.69 0.07 0.06 89.46 06:44:01 06:05:01 0 3.88 0.00 0.53 0.02 0.03 95.54 06:44:01 06:05:01 1 7.91 0.00 0.53 0.00 0.07 91.49 06:44:01 06:05:01 2 8.05 0.00 0.75 0.02 0.03 91.15 06:44:01 06:05:01 3 12.41 0.00 0.74 0.07 0.07 86.72 06:44:01 06:05:01 4 8.41 0.00 0.70 0.00 0.05 90.84 06:44:01 06:05:01 5 16.27 0.00 0.77 0.03 0.08 82.84 06:44:01 06:05:01 6 8.04 0.00 0.77 0.03 0.07 91.09 06:44:01 06:05:01 7 12.87 0.00 0.74 0.38 0.07 85.95 06:44:01 06:06:01 all 2.61 0.00 0.32 0.25 0.04 96.78 06:44:01 06:06:01 0 4.51 0.00 0.38 0.02 0.03 95.05 06:44:01 06:06:01 1 0.13 0.00 0.22 0.00 0.02 99.63 06:44:01 06:06:01 2 3.53 0.00 0.40 0.00 0.03 96.04 06:44:01 06:06:01 3 5.22 0.00 0.40 0.03 0.05 94.30 06:44:01 06:06:01 4 4.07 0.00 0.30 0.02 0.05 95.56 06:44:01 06:06:01 5 0.73 0.00 0.27 0.00 0.03 98.97 06:44:01 06:06:01 6 2.46 0.00 0.37 0.03 0.03 97.11 06:44:01 06:06:01 7 0.23 0.00 0.22 1.93 0.03 97.58 06:44:01 06:07:08 all 0.01 0.00 0.07 8.91 6.20 84.80 06:44:01 06:07:08 0 0.04 0.00 0.04 0.00 4.39 95.53 06:44:01 06:07:08 1 0.00 0.00 0.01 0.00 8.58 91.41 06:44:01 06:07:08 2 0.01 0.00 0.06 0.00 4.07 95.86 06:44:01 06:07:08 3 0.00 0.00 0.40 0.00 4.79 94.81 06:44:01 06:07:08 4 0.03 0.00 0.03 0.00 7.91 92.03 06:44:01 06:07:08 5 0.00 0.00 0.01 0.00 7.21 92.78 06:44:01 06:07:08 6 0.01 0.00 0.03 0.00 6.81 93.15 06:44:01 06:07:08 7 0.00 0.00 0.01 71.66 5.66 22.67 06:44:01 06:08:01 all 0.05 0.00 0.13 2.67 0.22 96.93 06:44:01 06:08:01 0 0.06 0.00 0.02 0.00 0.04 99.89 06:44:01 06:08:01 1 0.02 0.00 0.02 0.00 0.00 99.96 06:44:01 06:08:01 2 0.06 0.00 0.00 0.00 0.06 99.89 06:44:01 06:08:01 3 0.08 0.00 0.06 0.00 0.09 99.77 06:44:01 06:08:01 4 0.08 0.00 0.08 0.00 0.02 99.83 06:44:01 06:08:01 5 0.04 0.00 0.00 3.42 0.02 96.53 06:44:01 06:08:01 6 0.04 0.00 0.88 0.19 1.01 97.89 06:44:01 06:08:01 7 0.02 0.00 0.02 17.66 0.53 81.78 06:44:01 06:09:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:44:01 06:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:09:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:44:01 06:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:09:01 4 0.00 0.00 0.03 0.00 0.02 99.95 06:44:01 06:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:09:01 7 0.02 0.00 0.02 0.03 0.02 99.92 06:44:01 06:10:01 all 0.06 0.00 0.02 3.80 0.04 96.08 06:44:01 06:10:01 0 0.27 0.00 0.02 0.00 0.02 99.70 06:44:01 06:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:10:01 3 0.03 0.00 0.03 0.00 0.22 99.72 06:44:01 06:10:01 4 0.07 0.00 0.05 0.00 0.02 99.87 06:44:01 06:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:10:01 7 0.02 0.00 0.00 30.42 0.00 69.56 06:44:01 06:11:01 all 0.16 0.00 0.01 2.34 0.14 97.34 06:44:01 06:11:01 0 1.22 0.00 0.02 0.00 0.02 98.74 06:44:01 06:11:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:44:01 06:11:01 2 0.02 0.00 0.02 0.02 0.03 99.92 06:44:01 06:11:01 3 0.03 0.00 0.03 0.00 0.40 99.53 06:44:01 06:11:01 4 0.00 0.00 0.00 0.00 0.30 99.70 06:44:01 06:11:01 5 0.00 0.00 0.02 0.00 0.37 99.62 06:44:01 06:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:11:01 7 0.02 0.00 0.02 18.72 0.00 81.25 06:44:01 06:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:44:01 06:12:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:44:01 06:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:12:01 2 0.03 0.00 0.03 0.02 0.02 99.90 06:44:01 06:12:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:44:01 06:12:01 4 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:12:01 6 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:12:01 7 0.02 0.00 0.00 0.02 0.00 99.97 06:44:01 06:13:01 all 0.04 0.00 0.02 1.67 0.10 98.18 06:44:01 06:13:01 0 0.18 0.00 0.00 0.00 0.02 99.80 06:44:01 06:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:13:01 2 0.02 0.00 0.05 0.00 0.03 99.90 06:44:01 06:13:01 3 0.05 0.00 0.02 0.00 0.17 99.77 06:44:01 06:13:01 4 0.02 0.00 0.03 0.00 0.02 99.93 06:44:01 06:13:01 5 0.02 0.00 0.02 0.00 0.03 99.93 06:44:01 06:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:13:01 7 0.00 0.00 0.02 13.28 0.55 86.16 06:44:01 06:14:01 all 0.17 0.00 0.01 0.00 0.01 99.80 06:44:01 06:14:01 0 1.27 0.00 0.03 0.00 0.02 98.68 06:44:01 06:14:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:14:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:14:01 3 0.03 0.00 0.03 0.00 0.03 99.90 06:44:01 06:14:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:44:01 06:14:01 5 0.02 0.00 0.00 0.02 0.02 99.95 06:44:01 06:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:15:01 all 0.26 0.00 0.03 0.01 0.01 99.68 06:44:01 06:15:01 0 0.42 0.00 0.00 0.00 0.00 99.58 06:44:01 06:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:44:01 06:15:01 2 0.82 0.00 0.02 0.00 0.03 99.13 06:44:01 06:15:01 3 0.23 0.00 0.05 0.02 0.02 99.68 06:44:01 06:15:01 4 0.13 0.00 0.05 0.00 0.02 99.80 06:44:01 06:15:01 5 0.05 0.00 0.00 0.02 0.00 99.93 06:44:01 06:15:01 6 0.30 0.00 0.05 0.03 0.00 99.62 06:44:01 06:15:01 7 0.12 0.00 0.05 0.03 0.00 99.80 06:44:01 06:44:01 06:15:01 CPU %user %nice %system %iowait %steal %idle 06:44:01 06:16:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:44:01 06:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:16:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:44:01 06:16:01 2 0.07 0.00 0.02 0.00 0.02 99.90 06:44:01 06:16:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:44:01 06:16:01 4 0.08 0.00 0.07 0.00 0.02 99.83 06:44:01 06:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:16:01 6 0.02 0.00 0.00 0.02 0.00 99.97 06:44:01 06:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:44:01 06:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:44:01 06:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:17:01 2 0.03 0.00 0.00 0.00 0.02 99.95 06:44:01 06:17:01 3 0.03 0.00 0.03 0.00 0.03 99.90 06:44:01 06:17:01 4 0.03 0.00 0.03 0.00 0.00 99.93 06:44:01 06:17:01 5 0.05 0.00 0.02 0.02 0.02 99.90 06:44:01 06:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:18:01 all 0.02 0.00 0.00 0.00 0.01 99.97 06:44:01 06:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:18:01 2 0.03 0.00 0.03 0.02 0.02 99.90 06:44:01 06:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:18:01 4 0.05 0.00 0.00 0.00 0.02 99.93 06:44:01 06:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:18:01 6 0.02 0.00 0.00 0.02 0.00 99.97 06:44:01 06:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:19:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:44:01 06:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:19:01 2 0.05 0.00 0.03 0.02 0.02 99.88 06:44:01 06:19:01 3 0.05 0.00 0.02 0.00 0.03 99.90 06:44:01 06:19:01 4 0.05 0.00 0.03 0.00 0.02 99.90 06:44:01 06:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:44:01 06:19:01 6 0.02 0.00 0.02 0.02 0.00 99.95 06:44:01 06:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:44:01 06:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:20:01 1 0.00 0.00 0.00 0.02 0.02 99.97 06:44:01 06:20:01 2 0.02 0.00 0.02 0.00 0.03 99.93 06:44:01 06:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:44:01 06:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 06:44:01 06:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:20:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:21:01 all 0.03 0.00 0.01 0.00 0.01 99.94 06:44:01 06:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:21:01 2 0.05 0.00 0.03 0.02 0.02 99.88 06:44:01 06:21:01 3 0.05 0.00 0.02 0.00 0.02 99.92 06:44:01 06:21:01 4 0.07 0.00 0.03 0.00 0.02 99.88 06:44:01 06:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:21:01 6 0.02 0.00 0.00 0.02 0.02 99.95 06:44:01 06:21:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:44:01 06:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:44:01 06:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:44:01 06:22:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:22:01 3 0.02 0.00 0.03 0.00 0.02 99.93 06:44:01 06:22:01 4 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:23:01 all 0.35 0.00 0.14 0.60 0.01 98.89 06:44:01 06:23:01 0 0.07 0.00 0.03 1.02 0.02 98.87 06:44:01 06:23:01 1 0.30 0.00 0.08 0.97 0.02 98.63 06:44:01 06:23:01 2 0.42 0.00 0.17 0.00 0.03 99.38 06:44:01 06:23:01 3 0.13 0.00 0.12 0.00 0.03 99.72 06:44:01 06:23:01 4 1.32 0.00 0.30 0.02 0.00 98.37 06:44:01 06:23:01 5 0.23 0.00 0.33 2.25 0.00 97.18 06:44:01 06:23:01 6 0.32 0.00 0.05 0.57 0.00 99.07 06:44:01 06:23:01 7 0.05 0.00 0.03 0.02 0.02 99.88 06:44:01 06:24:01 all 0.01 0.00 0.01 0.00 0.01 99.97 06:44:01 06:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:44:01 06:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:24:01 2 0.03 0.00 0.05 0.00 0.02 99.90 06:44:01 06:24:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:44:01 06:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:24:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:25:01 all 0.03 0.00 0.02 0.01 0.01 99.94 06:44:01 06:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:44:01 06:25:01 1 0.07 0.00 0.02 0.00 0.02 99.90 06:44:01 06:25:01 2 0.05 0.00 0.02 0.00 0.03 99.90 06:44:01 06:25:01 3 0.03 0.00 0.03 0.00 0.03 99.90 06:44:01 06:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:25:01 5 0.02 0.00 0.02 0.02 0.00 99.95 06:44:01 06:25:01 6 0.00 0.00 0.02 0.03 0.00 99.95 06:44:01 06:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:26:01 all 0.12 0.00 0.02 0.02 0.01 99.83 06:44:01 06:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:44:01 06:26:01 1 0.76 0.00 0.03 0.03 0.00 99.17 06:44:01 06:26:01 2 0.15 0.00 0.05 0.02 0.02 99.77 06:44:01 06:26:01 3 0.02 0.00 0.03 0.00 0.02 99.93 06:44:01 06:26:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:44:01 06:26:01 5 0.00 0.00 0.02 0.02 0.00 99.97 06:44:01 06:26:01 6 0.02 0.00 0.02 0.07 0.00 99.90 06:44:01 06:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:44:01 06:26:01 CPU %user %nice %system %iowait %steal %idle 06:44:01 06:27:01 all 0.17 0.00 0.01 0.00 0.01 99.80 06:44:01 06:27:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:44:01 06:27:01 1 1.14 0.00 0.02 0.00 0.02 98.83 06:44:01 06:27:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:44:01 06:27:01 3 0.07 0.00 0.02 0.00 0.03 99.88 06:44:01 06:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:27:01 5 0.00 0.00 0.00 0.02 0.02 99.97 06:44:01 06:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:44:01 06:28:01 0 0.05 0.00 0.03 0.02 0.02 99.88 06:44:01 06:28:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:44:01 06:28:01 2 0.03 0.00 0.02 0.00 0.03 99.92 06:44:01 06:28:01 3 0.02 0.00 0.00 0.00 0.03 99.95 06:44:01 06:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:44:01 06:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:28:01 6 0.00 0.00 0.00 0.02 0.02 99.97 06:44:01 06:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:29:01 all 0.04 0.00 0.01 0.01 0.01 99.93 06:44:01 06:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:44:01 06:29:01 1 0.18 0.00 0.00 0.00 0.02 99.80 06:44:01 06:29:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:29:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:29:01 4 0.02 0.00 0.03 0.00 0.00 99.95 06:44:01 06:29:01 5 0.02 0.00 0.02 0.03 0.02 99.92 06:44:01 06:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:30:01 all 0.12 0.00 0.01 0.00 0.01 99.85 06:44:01 06:30:01 0 0.05 0.00 0.00 0.00 0.02 99.93 06:44:01 06:30:01 1 0.80 0.00 0.02 0.00 0.00 99.19 06:44:01 06:30:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:30:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:44:01 06:30:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:44:01 06:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 06:44:01 06:30:01 6 0.02 0.00 0.02 0.02 0.00 99.95 06:44:01 06:30:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:44:01 06:31:01 all 0.01 0.00 0.02 0.00 0.01 99.95 06:44:01 06:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:31:01 1 0.07 0.00 0.00 0.00 0.02 99.92 06:44:01 06:31:01 2 0.00 0.00 0.05 0.00 0.02 99.93 06:44:01 06:31:01 3 0.00 0.00 0.03 0.00 0.02 99.95 06:44:01 06:31:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:44:01 06:31:01 5 0.00 0.00 0.02 0.02 0.02 99.95 06:44:01 06:31:01 6 0.00 0.00 0.02 0.02 0.00 99.97 06:44:01 06:31:01 7 0.03 0.00 0.03 0.00 0.00 99.93 06:44:01 06:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:44:01 06:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:32:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:44:01 06:32:01 2 0.07 0.00 0.05 0.00 0.02 99.87 06:44:01 06:32:01 3 0.05 0.00 0.00 0.00 0.02 99.93 06:44:01 06:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:33:01 all 0.20 0.00 0.02 0.00 0.01 99.77 06:44:01 06:33:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:33:01 1 1.45 0.00 0.03 0.00 0.02 98.50 06:44:01 06:33:01 2 0.03 0.00 0.02 0.00 0.03 99.92 06:44:01 06:33:01 3 0.02 0.00 0.03 0.00 0.03 99.92 06:44:01 06:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:33:01 5 0.02 0.00 0.02 0.02 0.00 99.95 06:44:01 06:33:01 6 0.02 0.00 0.02 0.02 0.00 99.95 06:44:01 06:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:34:01 all 0.27 0.00 0.01 0.00 0.01 99.70 06:44:01 06:34:01 0 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:34:01 1 2.00 0.00 0.03 0.00 0.03 97.93 06:44:01 06:34:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:34:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:44:01 06:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:34:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:34:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:44:01 06:35:01 all 0.10 0.00 0.01 0.00 0.01 99.88 06:44:01 06:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:35:01 1 0.71 0.00 0.02 0.00 0.02 99.25 06:44:01 06:35:01 2 0.05 0.00 0.03 0.00 0.02 99.90 06:44:01 06:35:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:44:01 06:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 06:44:01 06:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:44:01 06:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:36:01 all 0.23 0.00 0.01 0.00 0.01 99.75 06:44:01 06:36:01 0 0.03 0.00 0.00 0.00 0.02 99.95 06:44:01 06:36:01 1 1.66 0.00 0.02 0.00 0.00 98.32 06:44:01 06:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:36:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:36:01 4 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:36:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:44:01 06:36:01 6 0.02 0.00 0.02 0.02 0.02 99.93 06:44:01 06:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:44:01 06:37:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:44:01 06:37:01 0 0.02 0.00 0.03 0.02 0.00 99.93 06:44:01 06:37:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:44:01 06:37:01 2 0.07 0.00 0.03 0.00 0.02 99.88 06:44:01 06:37:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:44:01 06:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:37:01 5 0.00 0.00 0.00 0.02 0.02 99.97 06:44:01 06:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:44:01 06:37:01 CPU %user %nice %system %iowait %steal %idle 06:44:01 06:38:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:44:01 06:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:44:01 06:38:01 2 0.03 0.00 0.03 0.00 0.03 99.90 06:44:01 06:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:38:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:38:01 6 0.02 0.00 0.02 0.02 0.02 99.93 06:44:01 06:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:44:01 06:39:01 all 0.01 0.00 0.00 0.00 0.01 99.97 06:44:01 06:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:44:01 06:39:01 2 0.03 0.00 0.00 0.00 0.03 99.93 06:44:01 06:39:01 3 0.03 0.00 0.00 0.00 0.03 99.93 06:44:01 06:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:39:01 5 0.00 0.00 0.00 0.02 0.02 99.97 06:44:01 06:39:01 6 0.02 0.00 0.00 0.02 0.00 99.97 06:44:01 06:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:44:01 06:40:01 all 0.05 0.00 0.01 0.00 0.01 99.92 06:44:01 06:40:01 0 0.03 0.00 0.00 0.02 0.02 99.93 06:44:01 06:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:44:01 06:40:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:40:01 3 0.18 0.00 0.02 0.00 0.05 99.75 06:44:01 06:40:01 4 0.05 0.00 0.02 0.00 0.00 99.93 06:44:01 06:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:44:01 06:40:01 6 0.02 0.00 0.02 0.02 0.02 99.93 06:44:01 06:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:44:01 06:41:01 all 2.72 0.00 1.05 1.06 0.02 95.15 06:44:01 06:41:01 0 3.53 0.00 1.20 0.00 0.02 95.25 06:44:01 06:41:01 1 2.41 0.00 1.17 0.02 0.02 96.39 06:44:01 06:41:01 2 2.59 0.00 1.10 0.00 0.03 96.27 06:44:01 06:41:01 3 2.98 0.00 0.97 6.67 0.03 89.35 06:44:01 06:41:01 4 3.12 0.00 0.79 0.32 0.02 95.75 06:44:01 06:41:01 5 1.71 0.00 1.27 0.02 0.02 96.99 06:44:01 06:41:01 6 2.86 0.00 1.02 1.47 0.02 94.63 06:44:01 06:41:01 7 2.55 0.00 0.85 0.02 0.02 96.56 06:44:01 06:42:01 all 5.05 0.00 2.19 2.29 0.04 90.42 06:44:01 06:42:01 0 4.92 0.00 1.97 0.42 0.03 92.65 06:44:01 06:42:01 1 5.27 0.00 1.73 0.34 0.03 92.63 06:44:01 06:42:01 2 4.78 0.00 1.61 0.42 0.05 93.13 06:44:01 06:42:01 3 5.49 0.00 2.68 12.68 0.03 79.12 06:44:01 06:42:01 4 4.56 0.00 2.88 0.72 0.05 91.78 06:44:01 06:42:01 5 5.16 0.00 2.46 0.34 0.05 91.99 06:44:01 06:42:01 6 5.44 0.00 1.81 1.42 0.03 91.29 06:44:01 06:42:01 7 4.78 0.00 2.38 2.06 0.03 90.74 06:44:01 06:43:01 all 0.03 0.00 0.02 0.01 0.01 99.92 06:44:01 06:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:44:01 06:43:01 1 0.02 0.00 0.00 0.00 0.03 99.95 06:44:01 06:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:44:01 06:43:01 3 0.05 0.00 0.03 0.03 0.02 99.87 06:44:01 06:43:01 4 0.07 0.00 0.05 0.00 0.00 99.88 06:44:01 06:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:44:01 06:43:01 6 0.05 0.00 0.05 0.00 0.02 99.88 06:44:01 06:43:01 7 0.02 0.00 0.02 0.05 0.02 99.90 06:44:01 Average: all 8.22 0.00 1.42 1.88 0.22 88.26 06:44:01 Average: 0 8.23 0.00 1.35 0.98 0.13 89.30 06:44:01 Average: 1 8.27 0.00 1.42 1.69 0.26 88.35 06:44:01 Average: 2 8.22 0.00 1.47 1.55 0.16 88.61 06:44:01 Average: 3 8.38 0.00 1.44 1.47 0.21 88.50 06:44:01 Average: 4 8.27 0.00 1.44 0.72 0.28 89.29 06:44:01 Average: 5 8.21 0.00 1.40 1.76 0.23 88.40 06:44:01 Average: 6 8.30 0.00 1.40 1.78 0.23 88.29 06:44:01 Average: 7 7.91 0.00 1.42 5.10 0.22 85.36 06:44:01 06:44:01 06:44:01