Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ead55998a61037c88c593b6744c8da68f1c88ef7 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-ssh4490265839428781434.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-ssh12457030162861648132.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-ssh2756513990327328461.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-ssh7578205297967808506.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-ssh4439596687014139196.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-23467’ is offline Running on prd-ubuntu20.04-docker-8c-8g-23469 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/734 [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/734 # 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 ead55998a61037c88c593b6744c8da68f1c88ef7 (main) Commit message: "Merge pull request #4979 from cherrycl/issue-4978" > 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 ead55998a61037c88c593b6744c8da68f1c88ef7 # timeout=10 > git rev-list --no-walk b42af75f5c41006b52319d81bd32a1180a0e4bb8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:34:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:34:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:34:39 ========================================================= 05:34:39 EdgeX Global Pipelines Version Info 05:34:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:34:41 ------------------- 05:34:41 stable info: 05:34:41 ------------------- 05:34:41 Commited By: Ginny Guan ginny@iotechsys.com 05:34:41 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 05:34:41 Message: update stable to v1.0.265 05:34:41 ------------------- 05:34:41 experimental info: 05:34:41 ------------------- 05:34:41 Commited By: Cherry Wang cherry@iotechsys.com 05:34:41 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 05:34:41 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:34:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:34:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] echo 05:34:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ead5599 [Pipeline] echo 05:34:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:34:42 provisioning config files... 05:34:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config1549586654157121182tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:34:42 ---> ****-login.sh 05:34:42 nexus3.edgexfoundry.org:10001 05:34:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:34:43 Configure a credential helper to remove this warning. See 05:34:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:34:43 05:34:43 Login Succeeded 05:34:43 nexus3.edgexfoundry.org:10002 05:34:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:34:44 Configure a credential helper to remove this warning. See 05:34:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:34:44 05:34:44 Login Succeeded 05:34:44 nexus3.edgexfoundry.org:10003 05:34:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:34:44 Configure a credential helper to remove this warning. See 05:34:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:34:44 05:34:44 Login Succeeded 05:34:44 nexus3.edgexfoundry.org:10004 05:34:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:34:44 Configure a credential helper to remove this warning. See 05:34:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:34:44 05:34:44 Login Succeeded 05:34:44 ****.io 05:34:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:34:44 Configure a credential helper to remove this warning. See 05:34:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:34:44 05:34:44 Login Succeeded 05:34:44 ---> ****-login.sh ends [Pipeline] } 05:34:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:34:44 + 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:34:44 + + dirname cmd/core-command/Dockerfilecut 05:34:44 -d/ -f2 05:34:44 + echo core-command,cmd/core-command/Dockerfile 05:34:44 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:34:44 cut -d/ -f2 05:34:44 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:34:44 + cut -d/+ -f2 05:34:44 dirname cmd/core-data/Dockerfile 05:34:44 + echo core-data,cmd/core-data/Dockerfile 05:34:44 + dirname cmd/core-keeper/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo core-keeper,cmd/core-keeper/Dockerfile 05:34:44 + dirname cmd/core-metadata/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo core-metadata,cmd/core-metadata/Dockerfile 05:34:44 + dirname cmd/security-bootstrapper/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:34:44 + dirname cmd/security-proxy-auth/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:34:44 + dirname cmd/security-proxy-setup/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:34:44 + dirname cmd/security-secretstore-setup/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:34:44 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:34:44 + dirname cmd/security-spire-agent/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:34:44 + dirname cmd/security-spire-config/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:34:44 + dirname cmd/security-spire-server/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:34:44 + dirname cmd/support-cron-scheduler/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 05:34:44 + dirname cmd/support-notifications/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo support-notifications,cmd/support-notifications/Dockerfile 05:34:44 + dirname cmd/support-scheduler/Dockerfile 05:34:44 + cut -d/ -f2 05:34:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:34:44 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:34:45 + git rev-list -1 --merges ead55998a61037c88c593b6744c8da68f1c88ef7~1..ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] echo 05:34:45 -----------> git rev-list -1 --merges ead55998a61037c88c593b6744c8da68f1c88ef7~1..ead55998a61037c88c593b6744c8da68f1c88ef7 ead55998a61037c88c593b6744c8da68f1c88ef7 05:34:45 ead55998a61037c88c593b6744c8da68f1c88ef7 [false] [Pipeline] sh 05:34:45 + git log --format=format:%s -1 ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] echo 05:34:45 ========================================================= 05:34:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:34:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:34:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:34:46 + grep -v github /etc/ssh/ssh_known_hosts 05:34:46 + [ -e /tmp/ssh_known_hosts ] 05:34:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:34:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:34:46 + sudo tee -a /etc/ssh/ssh_known_hosts 05:34:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:34:46 05:34:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:34:46 0.1.4: Pulling from edgex-devops/py-git-semver 05:34:46 b85a868b505f: Pulling fs layer 05:34:46 e2be974225ed: Pulling fs layer 05:34:46 339a4e72a1f5: Pulling fs layer 05:34:46 988bab9f4d93: Pulling fs layer 05:34:46 1469e6f7b9e6: Pulling fs layer 05:34:46 eaf3925da568: Pulling fs layer 05:34:46 bab4dde63d76: Pulling fs layer 05:34:46 bde34c3a00c8: Pulling fs layer 05:34:46 b352a97aabf1: Pulling fs layer 05:34:46 4872d77fe225: Pulling fs layer 05:34:46 5851b861e8e6: Pulling fs layer 05:34:46 bab4dde63d76: Waiting 05:34:46 b352a97aabf1: Waiting 05:34:46 bde34c3a00c8: Waiting 05:34:46 4872d77fe225: Waiting 05:34:46 5851b861e8e6: Waiting 05:34:46 eaf3925da568: Waiting 05:34:46 988bab9f4d93: Waiting 05:34:46 1469e6f7b9e6: Waiting 05:34:46 e2be974225ed: Download complete 05:34:46 988bab9f4d93: Verifying Checksum 05:34:46 988bab9f4d93: Download complete 05:34:46 1469e6f7b9e6: Verifying Checksum 05:34:46 1469e6f7b9e6: Download complete 05:34:46 eaf3925da568: Verifying Checksum 05:34:46 eaf3925da568: Download complete 05:34:46 339a4e72a1f5: Verifying Checksum 05:34:46 339a4e72a1f5: Download complete 05:34:46 bde34c3a00c8: Verifying Checksum 05:34:46 bde34c3a00c8: Download complete 05:34:46 b352a97aabf1: Verifying Checksum 05:34:46 b352a97aabf1: Download complete 05:34:46 4872d77fe225: Verifying Checksum 05:34:46 4872d77fe225: Download complete 05:34:46 5851b861e8e6: Verifying Checksum 05:34:47 b85a868b505f: Verifying Checksum 05:34:47 b85a868b505f: Download complete 05:34:47 bab4dde63d76: Verifying Checksum 05:34:47 bab4dde63d76: Download complete 05:34:48 b85a868b505f: Pull complete 05:34:48 e2be974225ed: Pull complete 05:34:49 339a4e72a1f5: Pull complete 05:34:49 988bab9f4d93: Pull complete 05:34:49 1469e6f7b9e6: Pull complete 05:34:49 eaf3925da568: Pull complete 05:34:51 bab4dde63d76: Pull complete 05:34:51 bde34c3a00c8: Pull complete 05:34:51 b352a97aabf1: Pull complete 05:34:51 4872d77fe225: Pull complete 05:34:51 5851b861e8e6: Pull complete 05:34:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:34:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:34:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:34:52 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 05:34:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:34:56 $ docker top b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a -eo pid,comm 05:34:56 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:34:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:34:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:34:56 [ssh-agent] Looking for ssh-agent implementation... 05:34:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:34:56 $ docker exec b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent 05:34:56 SSH_AUTH_SOCK=/tmp/ssh-zLS7IKd2xQl4/agent.32 05:34:56 SSH_AGENT_PID=38 05:34:56 Running ssh-add (command line suppressed) 05:34:56 Identity added: /w/workspace/edgex-go/734@tmp/private_key_9531763757205227344.key (/w/workspace/edgex-go/734@tmp/private_key_9531763757205227344.key) 05:34:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:34:57 + git tag --points-at HEAD [Pipeline] } 05:34:57 $ docker exec --env ******** --env ******** b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent -k 05:34:57 unset SSH_AUTH_SOCK; 05:34:57 unset SSH_AGENT_PID; 05:34:57 echo Agent pid 38 killed; 05:34:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:34:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:34:57 [ssh-agent] Looking for ssh-agent implementation... 05:34:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:34:57 $ docker exec b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent 05:34:57 SSH_AUTH_SOCK=/tmp/ssh-O52yFI2VJUSu/agent.71 05:34:57 SSH_AGENT_PID=77 05:34:57 Running ssh-add (command line suppressed) 05:34:57 Identity added: /w/workspace/edgex-go/734@tmp/private_key_6659967912603827847.key (/w/workspace/edgex-go/734@tmp/private_key_6659967912603827847.key) 05:34:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:34:57 + git semver init 05:34:58 2024-10-22 05:34:57,956 [run_init] DEBUG init version:0.0.0 force:False 05:34:58 2024-10-22 05:34:57,957 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/734/.semver 05:34:58 2024-10-22 05:34:57,958 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/734/.semver 05:34:58 2024-10-22 05:34:57,958 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/734/.semver'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=None) 05:35:04 2024-10-22 05:35:04,231 [append_file] DEBUG append to file:/w/workspace/edgex-go/734/.git/info/exclude 05:35:04 2024-10-22 05:35:04,232 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/734/.semver/main with force:False 05:35:04 2024-10-22 05:35:04,232 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 05:35:04 2024-10-22 05:35:04,232 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 05:35:04 4.0.0-dev.1 [Pipeline] } 05:35:04 $ docker exec --env ******** --env ******** b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a ssh-agent -k 05:35:04 unset SSH_AUTH_SOCK; 05:35:04 unset SSH_AGENT_PID; 05:35:04 echo Agent pid 77 killed; 05:35:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:35:05 + git semver [Pipeline] } 05:35:05 $ docker stop --time=1 b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a 05:35:07 $ docker rm -f --volumes b688dc919f8fa96ac0acfd1746e434c45f984d25e2307c755fac7cdbcf33039a [Pipeline] // withDockerContainer [Pipeline] sh 05:35:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:35:07 Stashed 1 file(s) [Pipeline] echo 05:35:07 [edgeXSemver]: initialized semver on version 4.0.0-dev.1 [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:35:08 + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] echo 05:35:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:35:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:35:08 ========================================================= 05:35:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:35:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:35:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:35:08 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 05:35:08 43c4264eed91: Pulling fs layer 05:35:08 4cc291be95ef: Pulling fs layer 05:35:08 2ac1f1163629: Pulling fs layer 05:35:08 5c3c966382ef: Pulling fs layer 05:35:08 4f4fb700ef54: Pulling fs layer 05:35:08 5d5c8e513c77: Pulling fs layer 05:35:08 9f66e0745190: Pulling fs layer 05:35:08 f49a43e4bbc0: Pulling fs layer 05:35:08 561ebcabdf7f: Pulling fs layer 05:35:08 9f66e0745190: Waiting 05:35:08 5c3c966382ef: Waiting 05:35:08 f49a43e4bbc0: Waiting 05:35:08 5d5c8e513c77: Waiting 05:35:08 4f4fb700ef54: Waiting 05:35:08 4cc291be95ef: Download complete 05:35:08 5c3c966382ef: Verifying Checksum 05:35:08 5c3c966382ef: Download complete 05:35:08 4f4fb700ef54: Verifying Checksum 05:35:08 4f4fb700ef54: Download complete 05:35:08 5d5c8e513c77: Verifying Checksum 05:35:08 5d5c8e513c77: Download complete 05:35:08 43c4264eed91: Download complete 05:35:08 9f66e0745190: Verifying Checksum 05:35:08 9f66e0745190: Download complete 05:35:09 561ebcabdf7f: Verifying Checksum 05:35:09 561ebcabdf7f: Download complete 05:35:09 43c4264eed91: Pull complete 05:35:09 2ac1f1163629: Verifying Checksum 05:35:09 2ac1f1163629: Download complete 05:35:09 4cc291be95ef: Pull complete 05:35:09 f49a43e4bbc0: Download complete 05:35:13 2ac1f1163629: Pull complete 05:35:13 5c3c966382ef: Pull complete 05:35:13 4f4fb700ef54: Pull complete 05:35:13 5d5c8e513c77: Pull complete 05:35:13 9f66e0745190: Pull complete 05:35:15 f49a43e4bbc0: Pull complete 05:35:16 561ebcabdf7f: Pull complete 05:35:16 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 05:35:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:35:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:35:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:35:16 WORKDIR /edgex 05:35:16 COPY go.mod . 05:35:16 RUN go mod download 05:35:16 + docker build -t ci-base-image-x86_64 -f - . 05:35:17 Sending build context to Docker daemon 177.9MB 05:35:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:35:17 ---> 3a752c3f9dda 05:35:17 Step 2/4 : WORKDIR /edgex 05:35:22 ---> Running in 256b6f100892 05:35:22 Removing intermediate container 256b6f100892 05:35:22 ---> 95e79386f1de 05:35:22 Step 3/4 : COPY go.mod . 05:35:22 ---> 9f08cb67bcd5 05:35:22 Step 4/4 : RUN go mod download 05:35:22 ---> Running in 56599f5c1366 05:35:22 Still waiting to schedule task 05:35:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:35:49 Removing intermediate container 56599f5c1366 05:35:49 ---> 92a3e27f49de 05:35:49 Successfully built 92a3e27f49de 05:35:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:49 + docker inspect -f . ci-base-image-x86_64 05:35:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:35:49 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 05:35:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:35:50 $ docker top b1d1b14e2f0a356b86dc760aeaffa4c17157cf0377055046a5af7eff8981b7b6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:35:50 + go version 05:35:50 go version go1.23.2 linux/amd64 [Pipeline] } 05:35:50 $ docker stop --time=1 b1d1b14e2f0a356b86dc760aeaffa4c17157cf0377055046a5af7eff8981b7b6 05:35:51 $ docker rm -f --volumes b1d1b14e2f0a356b86dc760aeaffa4c17157cf0377055046a5af7eff8981b7b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:35:52 + docker inspect -f . ci-base-image-x86_64 05:35:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:35:52 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 05:35:52 $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:35:52 $ docker top e260beb59c8b1c0dd404817a06dc8982603e655e473efb8930630bce95e9809e -eo pid,comm [Pipeline] { [Pipeline] echo 05:35:52 ========================================================= 05:35:52 [edgeXBuildGoParallel] Running Tests and Build... 05:35:52 ========================================================= [Pipeline] sh 05:35:53 + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] fileExists [Pipeline] sh 05:35:53 + make test 05:35:53 go test -race -coverprofile=coverage.out ./... 05:36:01 ? github.com/edgexfoundry/edgex-go [no test files] 05:36:28 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler coverage: 0.0% of statements 05:36:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:36:28 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 05:36:28 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 05:36:30 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 05:36:30 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 05:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.019s coverage: 28.7% of statements 05:36:31 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 05:36:31 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 05:36:31 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 05:36:31 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 05:36:31 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 05:36:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements 05:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 05:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 05:36:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 05:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 05:36:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 05:36:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 05:36:34 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 05:36:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.2% of statements 05:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.042s coverage: 48.4% of statements 05:36:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 05:36:36 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 05:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.806s coverage: 93.4% of statements 05:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.059s coverage: 91.7% of statements 05:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.056s coverage: 9.4% of statements 05:36:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:36:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:36:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 05:36:37 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 05:36:37 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 05:36:37 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 05:36:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:36:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:36:37 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 05:36:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 05:36:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 05:36:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.429s coverage: 95.8% of statements 05:36:39 ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements 05:36:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 05:36:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:36:40 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 05:36:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.025s coverage: 0.0% of statements [no tests to run] 05:36:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements 05:36:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 44.2% of statements 05:36:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.034s coverage: 41.7% of statements 05:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.022s coverage: 77.8% of statements 05:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements 05:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.024s coverage: 96.3% of statements 05:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.029s coverage: 87.5% of statements 05:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:36:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 05:36:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 05:36:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 05:36:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:36:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 05:36:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 05:36:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 05:36:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 05:36:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 05:36:44 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 05:36:45 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 05:36:47 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 05:36:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:36:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 05:36:49 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 05:36:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 05:36:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 05:36:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 05:36:53 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 05:36:53 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 05:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:36:53 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 05:36:53 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 05:36:53 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 05:36:53 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler coverage: 0.0% of statements 05:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.025s coverage: 94.4% of statements 05:36:54 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container coverage: 0.0% of statements 05:36:54 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/config coverage: 0.0% of statements 05:36:54 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action coverage: 0.0% of statements 05:36:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23470 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:36:55 Running in /w/workspace/edgex-go/734 [Pipeline] { [Pipeline] checkout 05:36:56 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 05:36:56 github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:36:56 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 05:36:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 05:36:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 05:36:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 05:36:57 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 05:36:58 The recommended git tool is: git 05:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:36:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:36:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 05:36:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application coverage: 0.0% of statements 05:36:59 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 05:36:59 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 05:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:37:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:37:03 using credential edgex-jenkins-ssh 05:37:03 Cloning the remote Git repository 05:37:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:37:03 > git init /w/workspace/edgex-go/734 # timeout=10 05:37:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:37:03 > git --version # timeout=10 05:37:03 > git --version # 'git version 2.25.1' 05:37:03 using GIT_SSH to set credentials SSH Credentials for GitHub 05:37:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.257s coverage: 79.9% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.041s coverage: 92.9% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 66.7% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 75.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.029s coverage: 87.2% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.059s coverage: 81.8% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.056s coverage: 82.1% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.145s coverage: 63.1% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.114s coverage: 36.5% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 89.5% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application 1.030s coverage: 9.0% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http 1.064s coverage: 97.7% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure 1.024s coverage: 45.8% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.044s coverage: 17.4% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.099s coverage: 95.7% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.026s coverage: 61.8% of statements 05:37:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.059s coverage: 98.9% of statements 05:37:07 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:37:07 running golangci-lint 05:37:07 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 05:37:07 go version go1.23.2 linux/amd64 05:37:08 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 05:37:08 level=info msg="[config_reader] Used config file .golangci.yml" 05:37:08 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 05:37:20 Avoid second fetch 05:37:20 Checking out Revision ead55998a61037c88c593b6744c8da68f1c88ef7 (main) 05:37:20 Commit message: "Merge pull request #4979 from cherrycl/issue-4978" 05:37:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:37:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:37:20 > git config core.sparsecheckout # timeout=10 05:37:20 > git checkout -f ead55998a61037c88c593b6744c8da68f1c88ef7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:37:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:37:26 % Total % Received % Xferd Average Speed Time Time Time Current 05:37:26 Dload Upload Total Spent Left Speed 05:37:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh 05:37:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:37:27 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 05:37:27 /etc/docker/daemon.json 05:37:27 { 05:37:27 "registry-mirrors": [ 05:37:27 "https://nexus3.edgexfoundry.org:10001" 05:37:27 ], 05:37:27 "bip": "10.250.0.254/24", 05:37:27 "hosts": [ 05:37:27 "tcp://0.0.0.0:5555", 05:37:27 "unix:///var/run/docker.sock" 05:37:27 ], 05:37:27 "mtu": 1458, 05:37:27 "selinux-enabled": true, 05:37:27 "seccomp-profile": "/etc/docker/seccomp.json" 05:37:27 } [Pipeline] sh 05:37:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:37:27 + sudo service docker restart 05:37:29 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|types_sizes|deps|exports_file|name) took 21.747715087s" 05:37:29 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.555787ms" 05:37:42 level=info msg="[linters_context/goanalysis] analyzers took 1m39.715225502s with top 10 stages: buildir: 55.838542531s, inspect: 3.140879295s, gosec: 3.069878878s, fact_deprecated: 2.612414411s, printf: 2.224523434s, ctrlflow: 2.134575426s, nilness: 1.284062557s, S1038: 1.268217458s, fact_purity: 1.099318899s, typedness: 771.195044ms" 05:37:42 level=info msg="[runner] Issues before processing: 222, after processing: 0" 05:37:42 level=info msg="[runner] Processors filtering stat (in/out): exclude: 222/222, nolint: 22/0, autogenerated_exclude: 222/222, invalid_issue: 222/222, skip_dirs: 222/222, filename_unadjuster: 222/222, path_prettifier: 222/222, skip_files: 222/222, identifier_marker: 222/222, cgo: 222/222, exclude-rules: 222/22" 05:37:42 level=info msg="[runner] processing took 17.000221ms with stages: nolint: 6.94464ms, identifier_marker: 4.58823ms, autogenerated_exclude: 1.742473ms, path_prettifier: 1.649722ms, exclude-rules: 1.124724ms, skip_dirs: 873.961µs, invalid_issue: 29.441µs, cgo: 28.71µs, filename_unadjuster: 14.77µs, max_same_issues: 830ns, skip_files: 410ns, uniq_by_line: 390ns, fixer: 390ns, path_prefixer: 250ns, exclude: 240ns, sort_results: 240ns, max_from_linter: 180ns, diff: 150ns, source_code: 130ns, path_shortener: 120ns, max_per_file_from_linter: 120ns, severity-rules: 100ns" 05:37:42 level=info msg="[runner] linters took 11.341746079s with stages: goanalysis_metalinter: 11.324664907s" 05:37:42 level=info msg="File cache stats: 0 entries of total size 0B" 05:37:42 level=info msg="Memory: 333 samples, avg is 291.6MB, max is 1315.0MB" 05:37:42 level=info msg="Execution took 33.135957959s" 05:37:42 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:37:46 provisioning config files... 05:37:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config16195242186906416834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:37:46 ---> ****-login.sh 05:37:46 nexus3.edgexfoundry.org:10001 05:37:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:37:47 Configure a credential helper to remove this warning. See 05:37:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:37:47 05:37:47 Login Succeeded 05:37:47 nexus3.edgexfoundry.org:10002 05:37:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:37:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:37:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:37:47 Configure a credential helper to remove this warning. See 05:37:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:37:47 05:37:47 Login Succeeded 05:37:47 nexus3.edgexfoundry.org:10003 05:37:47 ./bin/test-attribution-txt.sh 05:37:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:37:47 Configure a credential helper to remove this warning. See 05:37:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:37:47 05:37:47 Login Succeeded 05:37:47 nexus3.edgexfoundry.org:10004 [Pipeline] echo 05:37:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 05:37:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:37:48 Configure a credential helper to remove this warning. See 05:37:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:37:48 05:37:48 Login Succeeded 05:37:48 + ls -al . 05:37:48 total 1908 05:37:48 drwxrwxr-x 11 1001 1001 4096 Oct 22 05:35 . 05:37:48 drwxr-xr-x 4 root root 4096 Oct 22 05:35 .. 05:37:48 drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 .blubracket 05:37:48 -rw-rw-r-- 1 1001 1001 10 Oct 22 05:34 .dockerignore 05:37:48 drwxrwxr-x 8 1001 1001 4096 Oct 22 05:37 .git 05:37:48 drwxrwxr-x 3 1001 1001 4096 Oct 22 05:34 .github 05:37:48 -rw-rw-r-- 1 1001 1001 1152 Oct 22 05:34 .gitignore 05:37:48 -rw-rw-r-- 1 1001 1001 199 Oct 22 05:34 .golangci.yml 05:37:48 -rw-rw-r-- 1 1001 1001 100 Oct 22 05:34 .hadolint.yml 05:37:48 drwxr-xr-x 3 1001 1001 4096 Oct 22 05:35 .semver 05:37:48 -rw-rw-r-- 1 1001 1001 155 Oct 22 05:34 .sonarcloud.properties 05:37:48 -rw-rw-r-- 1 1001 1001 1171 Oct 22 05:34 ADOPTERS.md 05:37:48 -rw-rw-r-- 1 1001 1001 21553 Oct 22 05:34 Attribution.txt 05:37:48 -rw-rw-r-- 1 1001 1001 100284 Oct 22 05:34 CHANGELOG.md 05:37:48 -rw-rw-r-- 1 1001 1001 3804 Oct 22 05:34 CONTRIBUTING.md 05:37:48 -rw-rw-r-- 1 1001 1001 677 Oct 22 05:34 GOVERNANCE.md 05:37:48 -rw-rw-r-- 1 1001 1001 858 Oct 22 05:34 Jenkinsfile 05:37:48 -rw-rw-r-- 1 1001 1001 10775 Oct 22 05:34 LICENSE 05:37:48 -rw-rw-r-- 1 1001 1001 17391 Oct 22 05:34 Makefile 05:37:48 -rw-rw-r-- 1 1001 1001 582 Oct 22 05:34 OWNERS.md 05:37:48 -rw-rw-r-- 1 1001 1001 9528 Oct 22 05:34 README.md 05:37:48 -rw-rw-r-- 1 1001 1001 789 Oct 22 05:34 SECURITY.md 05:37:48 -rw-rw-r-- 1 1001 1001 11 Oct 22 05:35 VERSION 05:37:48 drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 bin 05:37:48 drwxrwxr-x 20 1001 1001 4096 Oct 22 05:34 cmd 05:37:48 -rw-r--r-- 1 root root 1566560 Oct 22 05:37 coverage.out 05:37:48 drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 fuzz_test 05:37:48 -rw-rw-r-- 1 1001 1001 7277 Oct 22 05:34 go.mod 05:37:48 -rw-rw-r-- 1 1001 1001 101084 Oct 22 05:34 go.sum 05:37:48 drwxrwxr-x 7 1001 1001 4096 Oct 22 05:34 internal 05:37:48 drwxrwxr-x 2 1001 1001 4096 Oct 22 05:34 openapi 05:37:48 -rw-rw-r-- 1 1001 1001 584 Oct 22 05:34 security.txt 05:37:48 -rw-rw-r-- 1 1001 1001 204 Oct 22 05:34 version.go [Pipeline] sh 05:37:48 ****.io 05:37:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:48 + '[' -e coverage.out ] 05:37:48 + chown 1001:1001 coverage.out [Pipeline] stash 05:37:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:37:48 Configure a credential helper to remove this warning. See 05:37:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:37:48 05:37:48 Login Succeeded 05:37:48 ---> ****-login.sh ends [Pipeline] } 05:37:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 05:37:48 Stashed 1 file(s) [Pipeline] sh [Pipeline] sh 05:37:49 + make build 05:37:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:37:49 + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] echo 05:37:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:37:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:37:49 ========================================================= 05:37:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:37:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:37:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:37:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:37:49 cf04c63912e1: Pulling fs layer 05:37:49 55b35a11ae5e: Pulling fs layer 05:37:49 a37a00ec5f00: Pulling fs layer 05:37:49 50b3750afda1: Pulling fs layer 05:37:49 4f4fb700ef54: Pulling fs layer 05:37:49 80978eb59214: Pulling fs layer 05:37:49 c9f46d7d2bd2: Pulling fs layer 05:37:49 c5a475d317c9: Pulling fs layer 05:37:49 4f4fb700ef54: Waiting 05:37:49 80978eb59214: Waiting 05:37:49 c9f46d7d2bd2: Waiting 05:37:49 c5a475d317c9: Waiting 05:37:49 50b3750afda1: Waiting 05:37:49 55b35a11ae5e: Verifying Checksum 05:37:49 55b35a11ae5e: Download complete 05:37:49 50b3750afda1: Verifying Checksum 05:37:49 50b3750afda1: Download complete 05:37:49 4f4fb700ef54: Verifying Checksum 05:37:49 4f4fb700ef54: Download complete 05:37:49 80978eb59214: Verifying Checksum 05:37:49 80978eb59214: Download complete 05:37:49 cf04c63912e1: Download complete 05:37:50 c5a475d317c9: Verifying Checksum 05:37:50 c5a475d317c9: Download complete 05:37:51 cf04c63912e1: Pull complete 05:37:51 55b35a11ae5e: Pull complete 05:37:52 a37a00ec5f00: Verifying Checksum 05:37:52 a37a00ec5f00: Download complete 05:37:52 c9f46d7d2bd2: Verifying Checksum 05:37:52 c9f46d7d2bd2: Download complete 05:38:07 a37a00ec5f00: Pull complete 05:38:07 50b3750afda1: Pull complete 05:38:07 4f4fb700ef54: Pull complete 05:38:07 80978eb59214: Pull complete 05:38:14 c9f46d7d2bd2: Pull complete 05:38:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:38:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:38:15 c5a475d317c9: Pull complete 05:38:15 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 05:38:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:38:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:38:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:38:16 WORKDIR /edgex 05:38:16 COPY go.mod . 05:38:16 RUN go mod download 05:38:16 + docker build -t ci-base-image-arm64 -f - . 05:38:16 Sending build context to Docker daemon 3.72MB 05:38:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:38:16 ---> be29e6b0f0d4 05:38:16 Step 2/4 : WORKDIR /edgex 05:38:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:38:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:38:18 ---> Running in 0b878ae3d0c3 05:38:18 Removing intermediate container 0b878ae3d0c3 05:38:18 ---> a8887e3d8a60 05:38:18 Step 3/4 : COPY go.mod . 05:38:19 ---> 243ca3c5902e 05:38:19 Step 4/4 : RUN go mod download 05:38:19 ---> Running in 3fad3b8dc0a3 05:38:20 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:38:25 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:38:27 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 05:38:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:38:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:38:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:38:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:38:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:38:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:38:37 $ docker stop --time=1 e260beb59c8b1c0dd404817a06dc8982603e655e473efb8930630bce95e9809e 05:38:46 $ docker rm -f --volumes e260beb59c8b1c0dd404817a06dc8982603e655e473efb8930630bce95e9809e [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:38:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:38:48 05:38:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:38:48 latest: Pulling from edgex-devops/edgex-compose 05:38:48 91d30c5bc195: Pulling fs layer 05:38:48 2e9b0aa3be6d: Pulling fs layer 05:38:48 9c61dcf015f6: Pulling fs layer 05:38:48 4698f68db338: Pulling fs layer 05:38:48 4698f68db338: Waiting 05:38:48 2a2f49069b9e: Pulling fs layer 05:38:48 e0025b399a48: Pulling fs layer 05:38:48 91d30c5bc195: Verifying Checksum 05:38:48 91d30c5bc195: Download complete 05:38:48 4698f68db338: Verifying Checksum 05:38:48 4698f68db338: Download complete 05:38:48 2e9b0aa3be6d: Verifying Checksum 05:38:48 2e9b0aa3be6d: Download complete 05:38:48 e0025b399a48: Download complete 05:38:48 2a2f49069b9e: Download complete 05:38:48 91d30c5bc195: Pull complete 05:38:49 2e9b0aa3be6d: Pull complete 05:38:49 9c61dcf015f6: Download complete 05:38:52 9c61dcf015f6: Pull complete 05:38:55 4698f68db338: Pull complete 05:38:55 2a2f49069b9e: Pull complete 05:38:55 e0025b399a48: Pull complete 05:38:55 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:38:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:38:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:38:55 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 05:38:55 $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:38:56 $ docker top ee2df90227b2f85cfd670f5123206ea40aca868f6a72db09de3b4add5ea51742 -eo pid,comm [Pipeline] { [Pipeline] sh 05:38:57 + docker compose -f ./docker-compose-build.yml build --parallel 05:38:59 #1 [support-scheduler internal] load build definition from Dockerfile 05:38:59 #1 transferring dockerfile: 1.93kB done 05:38:59 #1 DONE 0.0s 05:38:59 05:38:59 #2 [security-spire-agent internal] load build definition from Dockerfile 05:38:59 #2 transferring dockerfile: 1.81kB done 05:38:59 #2 DONE 0.0s 05:38:59 05:38:59 #3 [core-command internal] load build definition from Dockerfile 05:38:59 #3 transferring dockerfile: 1.93kB done 05:38:59 #3 DONE 0.0s 05:38:59 05:38:59 #4 [core-keeper internal] load build definition from Dockerfile 05:38:59 #4 transferring dockerfile: 2.07kB done 05:38:59 #4 DONE 0.0s 05:38:59 05:38:59 #5 [support-cron-scheduler internal] load build definition from Dockerfile 05:38:59 #5 transferring dockerfile: 1.85kB done 05:38:59 #5 DONE 0.0s 05:38:59 05:38:59 #6 [security-proxy-setup internal] load build definition from Dockerfile 05:38:59 #6 transferring dockerfile: 2.50kB done 05:38:59 #6 DONE 0.0s 05:38:59 05:38:59 #7 [security-secretstore-setup internal] load build definition from Dockerfile 05:38:59 #7 transferring dockerfile: 2.49kB done 05:38:59 #7 DONE 0.0s 05:38:59 05:38:59 #8 [core-metadata internal] load build definition from Dockerfile 05:38:59 #8 transferring dockerfile: 2.13kB done 05:38:59 #8 DONE 0.1s 05:38:59 05:38:59 #9 [support-notifications internal] load build definition from Dockerfile 05:38:59 #9 transferring dockerfile: 2.02kB done 05:38:59 #9 DONE 0.0s 05:38:59 05:38:59 #10 [security-proxy-auth internal] load build definition from Dockerfile 05:38:59 #10 transferring dockerfile: 2.15kB done 05:38:59 #10 DONE 0.0s 05:38:59 05:38:59 #11 [core-data internal] load build definition from Dockerfile 05:38:59 #11 transferring dockerfile: 2.07kB done 05:38:59 #11 DONE 0.0s 05:38:59 05:38:59 #12 [security-bootstrapper internal] load build definition from Dockerfile 05:38:59 #12 transferring dockerfile: 3.17kB done 05:38:59 #12 DONE 0.1s 05:38:59 05:38:59 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:38:59 #13 transferring dockerfile: 2.23kB done 05:38:59 #13 DONE 0.1s 05:38:59 05:38:59 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:38:59 #14 transferring dockerfile: 1.89kB done 05:38:59 #14 DONE 0.0s 05:38:59 05:38:59 #15 [support-scheduler internal] load .dockerignore 05:38:59 #15 transferring context: 50B done 05:38:59 #15 DONE 0.0s 05:38:59 05:38:59 #16 [security-spire-server internal] load build definition from Dockerfile 05:38:59 #16 transferring dockerfile: 1.70kB done 05:39:00 #16 DONE 0.1s 05:39:00 05:39:00 #17 [security-spire-config internal] load build definition from Dockerfile 05:39:00 #17 transferring dockerfile: 1.69kB done 05:39:00 #17 DONE 0.1s 05:39:00 05:39:00 #18 [security-spire-agent internal] load .dockerignore 05:39:00 #18 transferring context: 50B done 05:39:00 #18 DONE 0.0s 05:39:00 05:39:00 #19 [core-command internal] load .dockerignore 05:39:00 #19 transferring context: 50B done 05:39:00 #19 DONE 0.0s 05:39:00 05:39:00 #20 [core-keeper internal] load .dockerignore 05:39:00 #20 transferring context: 50B done 05:39:00 #20 DONE 0.0s 05:39:00 05:39:00 #21 [support-cron-scheduler internal] load .dockerignore 05:39:00 #21 transferring context: 50B done 05:39:00 #21 DONE 0.0s 05:39:00 05:39:00 #22 [security-proxy-setup internal] load .dockerignore 05:39:00 #22 transferring context: 50B done 05:39:00 #22 DONE 0.0s 05:39:00 05:39:00 #23 [support-notifications internal] load .dockerignore 05:39:00 #23 transferring context: 50B done 05:39:00 #23 DONE 0.0s 05:39:00 05:39:00 #24 [security-secretstore-setup internal] load .dockerignore 05:39:00 #24 transferring context: 50B done 05:39:00 #24 DONE 0.0s 05:39:00 05:39:00 #25 [security-proxy-auth internal] load .dockerignore 05:39:00 #25 transferring context: 50B done 05:39:00 #25 DONE 0.0s 05:39:00 05:39:00 #26 [core-metadata internal] load .dockerignore 05:39:00 #26 transferring context: 50B done 05:39:00 #26 DONE 0.0s 05:39:00 05:39:00 #27 [security-bootstrapper internal] load .dockerignore 05:39:00 #27 transferring context: 50B done 05:39:00 #27 DONE 0.0s 05:39:00 05:39:00 #28 [core-data internal] load .dockerignore 05:39:00 #28 transferring context: 50B done 05:39:00 #28 DONE 0.1s 05:39:00 05:39:00 #29 [core-common-config-bootstrapper internal] load .dockerignore 05:39:00 #29 transferring context: 50B done 05:39:00 #29 DONE 0.0s 05:39:00 05:39:00 #30 [security-spire-config internal] load .dockerignore 05:39:00 #30 transferring context: 50B done 05:39:00 #30 DONE 0.0s 05:39:00 05:39:00 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:39:00 #31 DONE 0.0s 05:39:00 05:39:00 #32 [security-spire-server internal] load .dockerignore 05:39:00 #32 transferring context: 50B done 05:39:00 #32 DONE 0.0s 05:39:00 05:39:00 #33 [security-spiffe-token-provider internal] load .dockerignore 05:39:00 #33 transferring context: 50B done 05:39:00 #33 DONE 0.0s 05:39:00 05:39:00 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 05:39:00 #34 DONE 0.1s 05:39:00 05:39:00 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:00 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:00 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:00 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:39:00 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:39:00 #35 DONE 0.0s 05:39:00 05:39:00 #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 05:39:00 #34 DONE 0.1s 05:39:00 05:39:00 #36 [support-scheduler internal] load build context 05:39:00 #36 ... 05:39:00 05:39:00 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:39:00 #31 DONE 0.0s 05:39:00 05:39:00 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:00 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:00 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:00 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:39:00 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:39:00 #35 DONE 0.1s 05:39:00 05:39:00 #36 [support-scheduler internal] load build context 05:39:00 #36 ... 05:39:00 05:39:00 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:39:00 #31 DONE 0.0s 05:39:00 05:39:00 #36 [support-scheduler internal] load build context 05:39:00 #36 ... 05:39:00 05:39:00 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:39:00 #31 DONE 0.0s 05:39:00 05:39:00 #36 [support-scheduler internal] load build context 05:39:00 #36 ... 05:39:00 05:39:00 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:39:00 #31 DONE 0.0s 05:39:00 05:39:00 #36 [support-scheduler internal] load build context 05:39:06 #36 transferring context: 354.50MB 4.8s 05:39:07 #36 ... 05:39:07 05:39:07 #37 [core-command internal] load build context 05:39:07 #37 ... 05:39:07 05:39:07 #36 [support-scheduler internal] load build context 05:39:09 #36 transferring context: 610.60MB 7.7s done 05:39:10 #36 ... 05:39:10 05:39:10 #38 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:39:10 #38 ... 05:39:10 05:39:10 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:39:11 #39 ... 05:39:11 05:39:11 #40 [support-cron-scheduler internal] load build context 05:39:11 #40 transferring context: 610.60MB 8.0s done 05:39:11 #40 ... 05:39:11 05:39:11 #41 [security-proxy-setup internal] load build context 05:39:11 #41 transferring context: 610.60MB 6.4s done 05:39:11 #41 ... 05:39:11 05:39:11 #42 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:39:11 #0 1.012 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:39:11 #0 1.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:39:11 #0 1.411 (1/1) Installing dumb-init (1.2.5-r3) 05:39:11 #0 1.419 Executing busybox-1.36.1-r29.trigger 05:39:11 #0 1.424 OK: 8 MiB in 15 packages 05:39:11 #42 ... 05:39:11 05:39:11 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:39:11 #34 ... 05:39:11 05:39:11 #43 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:39:12 #43 ... 05:39:12 05:39:12 #44 [core-keeper internal] load build context 05:39:12 #44 transferring context: 610.60MB 7.4s done 05:39:12 #44 ... 05:39:12 05:39:12 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:39:12 #45 ... 05:39:12 05:39:12 #46 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:39:12 #46 ... 05:39:12 05:39:12 #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:12 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:12 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:12 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:39:12 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:39:12 #35 DONE 0.1s 05:39:12 05:39:12 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 05:39:12 #34 DONE 11.9s 05:39:12 05:39:12 #47 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:39:12 #47 ... 05:39:12 05:39:12 #38 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:39:15 Removing intermediate container 3fad3b8dc0a3 05:39:15 ---> 05c86ecae77c 05:39:15 Successfully built 05c86ecae77c 05:39:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:16 + docker inspect -f . ci-base-image-arm64 05:39:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:16 prd-ubuntu20.04-docker-arm64-4c-16g-23470 does not seem to be running inside a container 05:39:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:39:17 $ docker top 0a12b7acc7a12388673390f85cfe69c68dc07c8e3972931b05f84ae594668b1e -eo pid,comm 05:39:17 #38 ... 05:39:17 05:39:17 #37 [core-command internal] load build context 05:39:17 #37 transferring context: 610.60MB 7.1s done 05:39:17 #37 ... 05:39:17 05:39:17 #42 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init [Pipeline] { [Pipeline] sh 05:39:18 + go version 05:39:18 go version go1.23.2 linux/arm64 [Pipeline] } 05:39:18 $ docker stop --time=1 0a12b7acc7a12388673390f85cfe69c68dc07c8e3972931b05f84ae594668b1e 05:39:20 $ docker rm -f --volumes 0a12b7acc7a12388673390f85cfe69c68dc07c8e3972931b05f84ae594668b1e [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:39:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:39:21 05:39:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:39:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:39:21 latest: Pulling from edgex-devops/edgex-compose-arm64 05:39:21 547446be3368: Pulling fs layer 05:39:21 d125d8839a47: Pulling fs layer 05:39:21 3e85d5ac6304: Pulling fs layer 05:39:21 c3105a71a48b: Pulling fs layer 05:39:21 0f093f025ec4: Pulling fs layer 05:39:21 c3106fc0e877: Pulling fs layer 05:39:21 c3105a71a48b: Waiting 05:39:21 0f093f025ec4: Waiting 05:39:21 c3106fc0e877: Waiting 05:39:21 547446be3368: Verifying Checksum 05:39:21 547446be3368: Download complete 05:39:21 c3105a71a48b: Verifying Checksum 05:39:21 c3105a71a48b: Download complete 05:39:22 d125d8839a47: Verifying Checksum 05:39:22 d125d8839a47: Download complete 05:39:22 c3106fc0e877: Verifying Checksum 05:39:22 c3106fc0e877: Download complete 05:39:22 0f093f025ec4: Download complete 05:39:22 547446be3368: Pull complete 05:39:23 #42 ... 05:39:23 05:39:23 #48 [security-secretstore-setup internal] load build context 05:39:23 #48 ... 05:39:23 05:39:23 #49 [security-bootstrapper internal] load build context 05:39:23 #49 ... 05:39:23 05:39:23 #50 [core-metadata internal] load build context 05:39:23 #50 ... 05:39:23 05:39:23 #51 [security-spiffe-token-provider internal] load build context 05:39:23 #51 ... 05:39:23 05:39:23 #52 [security-proxy-auth internal] load build context 05:39:23 #52 ... 05:39:23 05:39:23 #53 [core-common-config-bootstrapper internal] load build context 05:39:23 #53 ... 05:39:23 05:39:23 #54 [support-notifications internal] load build context 05:39:23 #54 ... 05:39:23 05:39:23 #55 [core-data internal] load build context 05:39:23 #55 ... 05:39:23 05:39:23 #41 [security-proxy-setup internal] load build context 05:39:23 #41 DONE 23.3s 05:39:23 05:39:23 #56 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:39:23 d125d8839a47: Pull complete 05:39:24 #56 ... 05:39:24 05:39:24 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:24 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:24 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:24 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:39:24 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:39:24 #35 DONE 0.1s 05:39:24 05:39:24 #37 [core-command internal] load build context 05:39:24 #37 DONE 23.5s 05:39:24 05:39:24 #57 [security-spire-config internal] load build context 05:39:24 #57 DONE 0.0s 05:39:24 05:39:24 #58 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:39:24 #58 DONE 0.0s 05:39:24 05:39:24 #43 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:39:24 #43 DONE 23.6s 05:39:24 05:39:24 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:39:24 #45 DONE 23.7s 05:39:24 05:39:24 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:24 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:24 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:24 #35 sha256:33735bd63cf84d7e388d9f6d297d348c523c044410f553bd878c6d7829612735 528B / 528B done 05:39:24 #35 sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b 1.47kB / 1.47kB done 05:39:24 #35 DONE 0.1s 05:39:24 05:39:24 #44 [core-keeper internal] load build context 05:39:24 #44 DONE 23.6s 05:39:24 05:39:24 #42 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:39:24 #42 DONE 23.9s 05:39:24 05:39:24 #59 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade 05:39:24 3e85d5ac6304: Verifying Checksum 05:39:24 3e85d5ac6304: Download complete 05:39:24 #59 ... 05:39:24 05:39:24 #46 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:39:24 #46 DONE 23.7s 05:39:24 05:39:24 #40 [support-cron-scheduler internal] load build context 05:39:24 #40 DONE 23.7s 05:39:24 05:39:24 #36 [support-scheduler internal] load build context 05:39:24 #36 DONE 23.9s 05:39:24 05:39:24 #59 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:39:29 #59 ... 05:39:29 05:39:29 #52 [security-proxy-auth internal] load build context 05:39:29 #52 transferring context: 235.41MB 4.9s 05:39:33 #52 ... 05:39:33 05:39:33 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:39:33 #58 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.1s done 05:39:33 #58 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:39:33 #58 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 05:39:33 #58 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 05:39:33 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 7.0s 05:39:33 #58 ... 05:39:33 05:39:33 #52 [security-proxy-auth internal] load build context 05:39:33 #52 ... 05:39:33 05:39:33 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:39:33 #0 4.654 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:39:33 #0 4.741 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:39:33 #0 5.069 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:39:33 #0 5.069 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:39:33 #0 5.069 OK: 24165 distinct packages available 05:39:33 #0 5.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:39:33 #0 5.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:39:33 #0 5.464 (1/14) Installing ca-certificates (20240705-r0) 05:39:33 #0 5.491 (2/14) Installing brotli-libs (1.1.0-r2) 05:39:33 #0 5.494 (3/14) Installing c-ares (1.33.1-r0) 05:39:33 #0 5.501 (4/14) Installing libunistring (1.2-r0) 05:39:33 #0 5.514 (5/14) Installing libidn2 (2.3.7-r0) 05:39:33 #0 5.526 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:39:33 #0 5.527 (7/14) Installing libpsl (0.21.5-r1) 05:39:33 #0 5.530 (8/14) Installing zstd-libs (1.5.6-r0) 05:39:33 #0 5.606 (9/14) Installing libcurl (8.10.1-r0) 05:39:33 #0 5.619 (10/14) Installing curl (8.10.1-r0) 05:39:33 #0 5.626 (11/14) Installing dumb-init (1.2.5-r3) 05:39:33 #0 5.631 (12/14) Installing musl-obstack (1.2.3-r2) 05:39:33 #0 5.633 (13/14) Installing libucontext (1.2-r3) 05:39:33 #0 5.635 (14/14) Installing gcompat (1.1.0-r4) 05:39:33 #0 5.642 Executing busybox-1.36.1-r29.trigger 05:39:33 #0 5.644 Executing ca-certificates-20240705-r0.trigger 05:39:33 #0 5.687 OK: 13 MiB in 28 packages 05:39:34 #60 ... 05:39:34 05:39:34 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:39:34 #61 ... 05:39:34 05:39:34 #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:39:34 #62 ... 05:39:34 05:39:34 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:39:34 #63 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.3s done 05:39:34 #63 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:39:34 #63 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 05:39:34 #63 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 05:39:34 #63 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 8.1s 05:39:34 3e85d5ac6304: Pull complete 05:39:34 c3105a71a48b: Pull complete 05:39:34 #63 ... 05:39:34 05:39:34 #48 [security-secretstore-setup internal] load build context 05:39:34 #48 transferring context: 520.83MB 10.0s 05:39:34 #48 ... 05:39:34 05:39:34 #64 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:39:35 #64 ... 05:39:35 05:39:35 #65 [security-spire-agent internal] load build context 05:39:35 #65 transferring context: 27.51kB 0.1s done 05:39:35 #65 ... 05:39:35 05:39:35 #66 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:39:35 #66 ... 05:39:35 05:39:35 #53 [core-common-config-bootstrapper internal] load build context 05:39:35 #53 transferring context: 533.84MB 10.6s 05:39:35 #53 ... 05:39:35 05:39:35 #67 [security-spire-server internal] load build context 05:39:35 0f093f025ec4: Pull complete 05:39:35 #67 ... 05:39:35 05:39:35 #57 [security-spire-config internal] load build context 05:39:35 #57 ... 05:39:35 05:39:35 #51 [security-spiffe-token-provider internal] load build context 05:39:35 #51 transferring context: 610.60MB 10.0s done 05:39:35 #51 ... 05:39:35 05:39:35 #54 [support-notifications internal] load build context 05:39:35 #54 transferring context: 610.60MB 11.1s done 05:39:35 c3106fc0e877: Pull complete 05:39:35 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:39:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:39:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:39:35 #54 ... 05:39:35 05:39:35 #49 [security-bootstrapper internal] load build context 05:39:35 #49 transferring context: 610.60MB 10.8s done 05:39:35 #49 ... 05:39:35 05:39:35 #47 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:39:35 #47 24.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:39:35 #47 24.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:39:35 #47 25.24 (1/3) Installing ca-certificates (20240705-r0) 05:39:35 #47 25.27 (2/3) Installing dumb-init (1.2.5-r3) 05:39:35 #47 25.28 (3/3) Installing tzdata (2024b-r0) 05:39:35 #47 25.31 Executing busybox-1.36.1-r29.trigger 05:39:35 #47 25.32 Executing ca-certificates-20240705-r0.trigger 05:39:35 #47 25.36 OK: 10 MiB in 17 packages 05:39:35 prd-ubuntu20.04-docker-arm64-4c-16g-23470 does not seem to be running inside a container 05:39:35 $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:39:35 #47 ... 05:39:35 05:39:35 #55 [core-data internal] load build context 05:39:35 #55 transferring context: 610.60MB 10.1s done 05:39:35 #55 ... 05:39:35 05:39:35 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:39:35 #68 ... 05:39:35 05:39:35 #50 [core-metadata internal] load build context 05:39:35 #50 transferring context: 610.60MB 9.5s done 05:39:36 #50 ... 05:39:36 05:39:36 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:39:36 #69 ... 05:39:36 05:39:36 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:39:36 #39 25.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:39:36 #39 25.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:39:36 #39 25.52 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:39:36 #39 25.57 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:39:36 #39 25.58 (3/6) Installing dumb-init (1.2.5-r3) 05:39:36 #39 25.58 (4/6) Installing openssl (3.3.2-r1) 05:39:36 #39 25.60 (5/6) Installing su-exec (0.2-r3) 05:39:36 #39 25.60 (6/6) Installing yq-go (4.44.1-r2) 05:39:36 #39 25.73 Executing busybox-1.36.1-r29.trigger 05:39:36 #39 25.74 OK: 19 MiB in 18 packages 05:39:36 #39 ... 05:39:36 05:39:36 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:39:37 $ docker top c95ed133d7d5190ffd25feb75c4219b2c2da74fd1450960963fbf7871591b772 -eo pid,comm [Pipeline] { [Pipeline] sh 05:39:38 + docker compose -f ./docker-compose-build.yml build --parallel 05:39:39 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 13.1s 05:39:43 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 16.2s done 05:39:43 #58 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 05:39:43 #58 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 05:39:44 #58 ... 05:39:44 05:39:44 #52 [security-proxy-auth internal] load build context 05:39:44 #52 transferring context: 610.60MB 10.9s done 05:39:44 #52 ... 05:39:44 05:39:44 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:39:44 #63 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 16.2s done 05:39:44 #63 ... 05:39:44 05:39:44 #48 [security-secretstore-setup internal] load build context 05:39:44 #48 transferring context: 610.60MB 11.4s done 05:39:45 #48 ... 05:39:45 05:39:45 #53 [core-common-config-bootstrapper internal] load build context 05:39:45 #53 transferring context: 610.60MB 11.3s done 05:39:48 #1 [security-proxy-setup internal] load build definition from Dockerfile 05:39:48 #1 transferring dockerfile: 2.50kB done 05:39:48 #1 DONE 0.1s 05:39:48 05:39:48 #2 [security-secretstore-setup internal] load build definition from Dockerfile 05:39:48 #2 transferring dockerfile: 2.49kB done 05:39:48 #2 DONE 0.0s 05:39:48 05:39:48 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:39:48 #3 transferring dockerfile: 1.89kB done 05:39:48 #3 DONE 0.1s 05:39:48 05:39:48 #4 [core-metadata internal] load build definition from Dockerfile 05:39:48 #4 transferring dockerfile: 2.13kB done 05:39:48 #53 ... 05:39:48 05:39:48 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:39:48 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 22.3s 05:39:49 #4 DONE 0.1s 05:39:49 05:39:49 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:39:49 #5 transferring dockerfile: 2.23kB done 05:39:49 #5 DONE 0.1s 05:39:49 05:39:49 #6 [security-spire-agent internal] load build definition from Dockerfile 05:39:49 #6 transferring dockerfile: 1.81kB done 05:39:49 #6 DONE 0.1s 05:39:49 05:39:49 #7 [security-spire-config internal] load build definition from Dockerfile 05:39:49 #7 transferring dockerfile: 1.69kB 0.0s done 05:39:49 #7 DONE 0.1s 05:39:49 05:39:49 #8 [core-keeper internal] load build definition from Dockerfile 05:39:49 #8 transferring dockerfile: 2.07kB 0.0s done 05:39:49 #8 DONE 0.1s 05:39:49 05:39:49 #9 [support-cron-scheduler internal] load build definition from Dockerfile 05:39:49 #9 transferring dockerfile: 1.85kB 0.0s done 05:39:49 #9 DONE 0.1s 05:39:49 05:39:49 #10 [security-spire-server internal] load build definition from Dockerfile 05:39:49 #10 transferring dockerfile: 1.70kB done 05:39:49 #10 DONE 0.1s 05:39:49 05:39:49 #11 [security-bootstrapper internal] load build definition from Dockerfile 05:39:49 #11 transferring dockerfile: 3.17kB done 05:39:49 #11 DONE 0.0s 05:39:49 05:39:49 #12 [security-proxy-auth internal] load build definition from Dockerfile 05:39:49 #12 transferring dockerfile: 2.15kB done 05:39:49 #12 DONE 0.1s 05:39:49 05:39:49 #13 [core-command internal] load build definition from Dockerfile 05:39:49 #13 transferring dockerfile: 1.93kB 0.0s done 05:39:49 #13 DONE 0.1s 05:39:49 05:39:49 #14 [support-notifications internal] load build definition from Dockerfile 05:39:49 #14 transferring dockerfile: 2.02kB 0.0s done 05:39:49 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 22.8s 05:39:49 #14 DONE 0.1s 05:39:49 05:39:49 #15 [core-data internal] load build definition from Dockerfile 05:39:49 #15 transferring dockerfile: 2.07kB 0.0s done 05:39:49 #15 DONE 0.1s 05:39:49 05:39:49 #16 [support-scheduler internal] load build definition from Dockerfile 05:39:49 #16 transferring dockerfile: 1.93kB done 05:39:49 #16 DONE 0.1s 05:39:49 05:39:49 #17 [security-proxy-setup internal] load .dockerignore 05:39:49 #17 transferring context: 50B 0.0s done 05:39:49 #17 DONE 0.1s 05:39:50 05:39:50 #18 [security-secretstore-setup internal] load .dockerignore 05:39:50 #18 transferring context: 50B done 05:39:50 #18 DONE 0.0s 05:39:50 05:39:50 #19 [security-spiffe-token-provider internal] load .dockerignore 05:39:50 #19 transferring context: 50B done 05:39:50 #19 DONE 0.0s 05:39:50 05:39:50 #20 [core-metadata internal] load .dockerignore 05:39:50 #20 transferring context: 50B done 05:39:50 #20 DONE 0.1s 05:39:50 05:39:50 #21 [security-spire-agent internal] load .dockerignore 05:39:50 #21 transferring context: 50B 0.0s done 05:39:50 #21 DONE 0.1s 05:39:50 05:39:50 #22 [security-spire-config internal] load .dockerignore 05:39:50 #22 transferring context: 50B done 05:39:50 #22 DONE 0.1s 05:39:50 05:39:50 #23 [core-common-config-bootstrapper internal] load .dockerignore 05:39:50 #23 transferring context: 50B done 05:39:51 #23 ... 05:39:51 05:39:51 #24 [core-keeper internal] load .dockerignore 05:39:51 #24 transferring context: 50B 0.0s done 05:39:51 #24 DONE 0.1s 05:39:51 05:39:51 #25 [support-cron-scheduler internal] load .dockerignore 05:39:51 #25 transferring context: 50B 0.0s done 05:39:51 #25 DONE 0.1s 05:39:51 05:39:51 #26 [security-spire-server internal] load .dockerignore 05:39:51 #26 transferring context: 50B done 05:39:51 #26 DONE 0.1s 05:39:51 05:39:51 #27 [security-bootstrapper internal] load .dockerignore 05:39:51 #27 transferring context: 50B 0.0s done 05:39:51 #27 DONE 0.1s 05:39:51 05:39:51 #28 [security-proxy-auth internal] load .dockerignore 05:39:51 #28 transferring context: 50B 0.0s done 05:39:51 #28 DONE 0.1s 05:39:51 05:39:51 #29 [core-command internal] load .dockerignore 05:39:51 #29 transferring context: 50B 0.0s done 05:39:51 #29 DONE 0.1s 05:39:51 05:39:51 #23 [core-common-config-bootstrapper internal] load .dockerignore 05:39:51 #23 ... 05:39:51 05:39:51 #30 [support-notifications internal] load .dockerignore 05:39:51 #30 transferring context: 50B done 05:39:51 #30 DONE 0.1s 05:39:51 05:39:51 #31 [support-scheduler internal] load .dockerignore 05:39:51 #31 transferring context: 50B done 05:39:51 #31 DONE 0.1s 05:39:51 05:39:51 #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:51 #32 DONE 0.0s 05:39:51 05:39:51 #33 [core-data internal] load .dockerignore 05:39:51 #33 transferring context: 50B done 05:39:52 #33 ... 05:39:52 05:39:52 #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 05:39:52 #34 DONE 0.4s 05:39:52 05:39:52 #35 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:52 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:52 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:52 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:52 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:52 #35 DONE 0.2s 05:39:52 05:39:52 #36 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:39:52 #36 ... 05:39:52 05:39:52 #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:52 #32 DONE 0.0s 05:39:52 05:39:52 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 05:39:52 #34 DONE 0.4s 05:39:52 05:39:52 #35 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:52 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:52 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:52 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:52 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:52 #35 DONE 0.3s 05:39:52 05:39:52 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:52 #32 DONE 0.0s 05:39:52 05:39:52 #35 [security-spiffe-token-provider stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:52 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:52 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:52 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:52 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:52 #35 DONE 0.3s 05:39:52 05:39:52 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 05:39:52 #34 DONE 0.5s 05:39:52 05:39:52 #35 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:52 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:52 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:52 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:52 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:52 #35 DONE 0.4s 05:39:52 05:39:52 #37 [security-proxy-setup internal] load build context 05:39:52 #37 transferring context: 3.27MB 0.6s done 05:39:52 #37 DONE 0.9s 05:39:52 05:39:52 #38 [core-common-config-bootstrapper stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:39:53 #38 ... 05:39:53 05:39:53 #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:53 #32 DONE 0.0s 05:39:53 05:39:53 #39 [security-secretstore-setup internal] load build context 05:39:53 #39 ... 05:39:53 05:39:53 #35 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:53 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:53 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:53 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:53 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:53 #35 DONE 0.4s 05:39:53 05:39:53 #32 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:53 #32 DONE 0.0s 05:39:53 05:39:53 #39 [security-secretstore-setup internal] load build context 05:39:53 #39 ... 05:39:53 05:39:53 #40 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:39:53 #40 DONE 2.3s 05:39:53 05:39:53 #39 [security-secretstore-setup internal] load build context 05:39:53 #39 ... 05:39:53 05:39:53 #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:53 #32 DONE 0.0s 05:39:53 05:39:53 #39 [security-secretstore-setup internal] load build context 05:39:54 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 27.7s 05:39:54 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 28.0s 05:39:54 #39 ... 05:39:54 05:39:54 #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 05:39:54 #34 DONE 1.5s 05:39:54 05:39:54 #39 [security-secretstore-setup internal] load build context 05:39:54 #39 ... 05:39:54 05:39:54 #35 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:54 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:54 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:54 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:54 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:54 #35 DONE 0.5s 05:39:54 05:39:54 #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:54 #32 DONE 0.0s 05:39:54 05:39:54 #40 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:39:54 #40 DONE 2.4s 05:39:54 05:39:54 #39 [security-secretstore-setup internal] load build context 05:39:54 #39 ... 05:39:54 05:39:54 #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:54 #32 DONE 0.0s 05:39:54 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 28.5s 05:39:54 05:39:54 #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:39:54 #41 ... 05:39:54 05:39:54 #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:54 #32 DONE 0.0s 05:39:54 05:39:54 #42 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 05:39:55 #42 ... 05:39:55 05:39:55 #39 [security-secretstore-setup internal] load build context 05:39:55 #39 transferring context: 3.27MB 1.8s done 05:39:55 #39 DONE 2.2s 05:39:55 05:39:55 #32 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:39:55 #32 DONE 0.0s 05:39:55 05:39:55 #43 [security-spiffe-token-provider internal] load build context 05:39:55 #43 transferring context: 3.27MB 1.6s done 05:39:55 #43 DONE 2.4s 05:39:55 05:39:55 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:39:55 #44 DONE 2.4s 05:39:55 05:39:55 #45 [core-metadata internal] load build context 05:39:55 #45 transferring context: 3.27MB 2.2s done 05:39:55 #45 ... 05:39:55 05:39:55 #35 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:55 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:55 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:55 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:55 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:55 #35 DONE 0.6s 05:39:55 05:39:55 #40 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:39:55 #40 DONE 2.5s 05:39:55 05:39:55 #34 [core-command internal] load metadata for docker.io/library/alpine:3.20 05:39:55 #34 DONE 2.8s 05:39:55 05:39:55 #46 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:39:55 #46 DONE 2.5s 05:39:55 05:39:55 #35 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:55 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:55 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:55 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:55 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:55 #35 DONE 0.6s 05:39:55 05:39:55 #40 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:39:55 #40 DONE 2.5s 05:39:55 05:39:55 #47 [core-data internal] load build context 05:39:55 #47 DONE 0.0s 05:39:55 05:39:55 #42 [support-notifications builder 2/7] WORKDIR /edgex-go 05:39:55 #42 ... 05:39:55 05:39:55 #35 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 05:39:55 #35 resolve docker.io/library/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 0.0s done 05:39:55 #35 sha256:c157a85ed455142fd79bff5dce951fd5f5b0d0c6e45e6f54cfd0c4e2bdec587b 1.49kB / 1.49kB done 05:39:55 #35 sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 1.85kB / 1.85kB done 05:39:55 #35 sha256:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c 528B / 528B done 05:39:55 #35 DONE 0.6s 05:39:55 05:39:55 #40 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:39:55 #40 DONE 2.5s 05:39:55 05:39:55 #48 [security-spire-server internal] load build context 05:39:55 #48 DONE 0.0s 05:39:55 05:39:55 #49 [security-spire-agent internal] load build context 05:39:55 #49 DONE 0.0s 05:39:55 05:39:55 #42 [core-command builder 2/7] WORKDIR /edgex-go 05:39:56 #42 ... 05:39:56 05:39:56 #45 [core-metadata internal] load build context 05:39:56 #45 DONE 3.4s 05:39:56 05:39:56 #50 [core-common-config-bootstrapper internal] load build context 05:39:56 #50 transferring context: 3.27MB 2.3s done 05:39:56 #50 DONE 3.4s 05:39:56 05:39:56 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:39:56 #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:39:57 #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 29.8s done 05:39:57 #51 ... 05:39:57 05:39:57 #42 [core-command builder 2/7] WORKDIR /edgex-go 05:39:57 #42 DONE 4.2s 05:39:57 05:39:57 #52 [support-cron-scheduler internal] load build context 05:39:58 #52 ... 05:39:58 05:39:58 #53 [core-keeper internal] load build context 05:39:58 #53 transferring context: 3.27MB 3.8s done 05:39:58 #53 DONE 5.1s 05:39:58 05:39:58 #52 [support-cron-scheduler internal] load build context 05:39:59 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 32.7s 05:39:59 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 3.15MB / 30.73MB 32.8s 05:39:59 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 32.9s 05:39:59 #52 transferring context: 3.27MB 4.6s done 05:39:59 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 33.1s 05:39:59 #52 ... 05:39:59 05:39:59 #49 [security-spire-agent internal] load build context 05:39:59 #49 transferring context: 27.51kB 0.4s done 05:39:59 #49 DONE 4.1s 05:39:59 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 33.5s 05:40:00 05:40:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:00 #51 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.1s done 05:40:00 #51 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:40:00 #51 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 05:40:00 #51 ... 05:40:00 05:40:00 #48 [security-spire-server internal] load build context 05:40:00 #48 transferring context: 27.98kB 0.4s done 05:40:00 #48 DONE 4.4s 05:40:00 05:40:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:00 #51 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 05:40:00 #51 ... 05:40:00 05:40:00 #54 [security-spire-config internal] load build context 05:40:00 #54 transferring context: 26.23kB 0.4s done 05:40:00 #54 DONE 4.8s 05:40:00 05:40:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:00 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s 05:40:00 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.3s 05:40:00 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 33.6s done 05:40:00 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done 05:40:00 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.7s 05:40:00 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.7s 05:40:01 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.8s 05:40:01 #51 ... 05:40:01 05:40:01 #52 [support-cron-scheduler internal] load build context 05:40:01 #52 DONE 7.1s 05:40:01 05:40:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:01 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s done 05:40:01 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 05:40:01 #51 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s done 05:40:01 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 05:40:01 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s done 05:40:01 #51 ... 05:40:01 05:40:01 #55 [security-proxy-auth internal] load build context 05:40:01 #55 transferring context: 3.27MB 4.4s done 05:40:01 #55 DONE 7.5s 05:40:01 05:40:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:01 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s done 05:40:02 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.0s 05:40:02 #58 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 05:40:02 #51 ... 05:40:02 05:40:02 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:40:02 #0 6.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:02 #0 7.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:02 #56 ... 05:40:02 05:40:02 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:40:02 #0 8.697 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:02 #0 9.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:03 #57 ... 05:40:03 05:40:03 #58 [security-bootstrapper internal] load build context 05:40:03 #58 transferring context: 3.27MB 6.9s done 05:40:03 #58 DONE 8.9s 05:40:03 05:40:03 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:03 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 2.8s 05:40:03 #51 ... 05:40:03 05:40:03 #59 [support-scheduler internal] load build context 05:40:03 #59 transferring context: 3.27MB 5.3s done 05:40:03 #59 DONE 7.8s 05:40:03 05:40:03 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:03 #51 ... 05:40:03 05:40:03 #60 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:03 #60 ... 05:40:03 05:40:03 #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:40:03 #41 8.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:03 #41 ... 05:40:03 05:40:03 #60 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:03 #60 DONE 10.2s 05:40:03 05:40:03 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:04 #61 ... 05:40:04 05:40:04 #47 [core-data internal] load build context 05:40:04 #47 transferring context: 3.27MB 6.3s done 05:40:04 #47 DONE 8.5s 05:40:04 05:40:04 #38 [core-command stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:40:04 #38 7.546 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:04 #38 8.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:04 #58 ... 05:40:04 05:40:04 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:04 #63 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 33.6s done 05:40:04 #63 ... 05:40:04 05:40:04 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:04 #38 ... 05:40:04 05:40:04 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:04 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 3.9s 05:40:04 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 05:40:04 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 38.3s 05:40:04 #51 ... 05:40:04 05:40:04 #62 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:40:04 #62 ... 05:40:04 05:40:04 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:04 #51 ... 05:40:04 05:40:04 #63 [support-notifications internal] load build context 05:40:04 #63 transferring context: 3.27MB 5.8s done 05:40:04 #63 DONE 9.1s 05:40:04 05:40:04 #64 [core-command internal] load build context 05:40:04 #64 transferring context: 3.27MB 5.8s done 05:40:04 #64 DONE 9.1s 05:40:04 05:40:04 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:04 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.39MB / 28.04MB 4.6s 05:40:04 #58 ... 05:40:04 05:40:04 #38 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:40:04 #38 DONE 64.8s 05:40:04 05:40:04 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:04 #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 38.8s done 05:40:05 #51 ... 05:40:05 05:40:05 #36 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:40:05 #36 5.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:05 #36 6.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:05 #36 8.762 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:05 #36 9.140 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:05 #36 9.245 (3/6) Installing dumb-init (1.2.5-r3) 05:40:05 #36 9.245 (4/6) Installing openssl (3.3.2-r1) 05:40:05 #36 9.279 (5/6) Installing su-exec (0.2-r3) 05:40:05 #36 9.302 (6/6) Installing yq-go (4.44.1-r2) 05:40:05 #36 10.41 Executing busybox-1.36.1-r29.trigger 05:40:05 #36 10.59 OK: 20 MiB in 18 packages 05:40:05 #36 DONE 12.9s 05:40:05 05:40:05 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #58 ... 05:40:05 05:40:05 #65 [security-spire-agent internal] load build context 05:40:05 #65 DONE 41.1s 05:40:05 05:40:05 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #58 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 05:40:05 #58 ... 05:40:05 05:40:05 #55 [core-data internal] load build context 05:40:05 #55 DONE 52.9s 05:40:05 05:40:05 #50 [core-metadata internal] load build context 05:40:05 #50 DONE 52.9s 05:40:05 05:40:05 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 05:40:05 #58 ... 05:40:05 05:40:05 #51 [security-spiffe-token-provider internal] load build context 05:40:05 #51 DONE 53.2s 05:40:05 05:40:05 #49 [security-bootstrapper internal] load build context 05:40:05 #49 DONE 53.2s 05:40:05 05:40:05 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #58 ... 05:40:05 05:40:05 #52 [security-proxy-auth internal] load build context 05:40:05 #52 DONE 53.2s 05:40:05 05:40:05 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #58 ... 05:40:05 05:40:05 #54 [support-notifications internal] load build context 05:40:05 #54 DONE 53.4s 05:40:05 05:40:05 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #51 ... 05:40:05 05:40:05 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:40:05 #65 ... 05:40:05 05:40:05 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:05 #66 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.5s done 05:40:05 #66 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:40:05 #66 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 05:40:05 #66 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 05:40:05 #66 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.3s done 05:40:05 #66 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.2s done 05:40:05 #66 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.9s done 05:40:05 #66 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 9.44MB / 18.32MB 5.6s 05:40:05 #66 ... 05:40:05 05:40:05 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:05 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.22MB / 28.04MB 5.8s 05:40:06 #58 ... 05:40:06 05:40:06 #53 [core-common-config-bootstrapper internal] load build context 05:40:06 #53 DONE 53.4s 05:40:06 05:40:06 #48 [security-secretstore-setup internal] load build context 05:40:06 #48 DONE 53.5s 05:40:06 05:40:06 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:06 #51 ... 05:40:06 05:40:06 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:40:06 #56 10.47 (1/4) Installing ca-certificates (20240705-r0) 05:40:06 #56 10.84 (2/4) Installing dumb-init (1.2.5-r3) 05:40:06 #56 10.84 (3/4) Installing su-exec (0.2-r3) 05:40:06 #56 10.90 (4/4) Installing yq-go (4.44.1-r2) 05:40:06 #56 11.65 Executing busybox-1.36.1-r29.trigger 05:40:06 #56 11.81 Executing ca-certificates-20240705-r0.trigger 05:40:06 #56 12.54 OK: 20 MiB in 18 packages 05:40:06 #56 DONE 13.9s 05:40:06 05:40:06 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:06 #51 ... 05:40:06 05:40:06 #38 [core-command stage-1 2/10] RUN apk add --update --no-cache dumb-init 05:40:06 #38 12.51 (1/1) Installing dumb-init (1.2.5-r3) 05:40:06 #38 12.51 Executing busybox-1.36.1-r29.trigger 05:40:06 #38 12.71 OK: 9 MiB in 15 packages 05:40:06 #38 DONE 14.3s 05:40:06 05:40:06 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:40:07 #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done 05:40:07 #67 ... 05:40:07 05:40:07 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:07 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.13MB / 28.04MB 6.8s 05:40:07 #51 ... 05:40:07 05:40:07 #68 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:40:07 #68 ... 05:40:07 05:40:07 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:07 #51 ... 05:40:07 05:40:07 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:40:08 #69 ... 05:40:08 05:40:08 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:08 #70 ... 05:40:08 05:40:08 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:40:08 #71 ... 05:40:08 05:40:08 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:40:08 #72 ... 05:40:08 05:40:08 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 05:40:08 #73 ... 05:40:08 05:40:08 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:40:08 #74 ... 05:40:08 05:40:08 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:08 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.58MB / 28.04MB 8.3s 05:40:08 #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 05:40:09 #58 ... 05:40:09 05:40:09 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:40:09 #60 DONE 45.3s 05:40:09 #51 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 05:40:09 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.67MB / 28.04MB 9.0s 05:40:09 05:40:09 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:40:09 #39 DONE 68.5s 05:40:09 05:40:09 #57 [security-spire-config internal] load build context 05:40:09 #57 transferring context: 26.23kB done 05:40:09 #57 DONE 45.1s 05:40:09 05:40:09 #47 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:40:09 #47 DONE 68.3s 05:40:09 05:40:09 #62 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:40:09 #62 41.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:09 #62 42.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:09 #62 42.81 (1/1) Installing dumb-init (1.2.5-r3) 05:40:09 #62 42.82 Executing busybox-1.36.1-r29.trigger 05:40:09 #62 42.82 OK: 8 MiB in 15 packages 05:40:09 #62 DONE 45.3s 05:40:09 05:40:09 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:40:09 #61 41.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:09 #61 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:09 #61 41.73 (1/4) Installing ca-certificates (20240705-r0) 05:40:09 #61 41.75 (2/4) Installing dumb-init (1.2.5-r3) 05:40:09 #61 41.75 (3/4) Installing su-exec (0.2-r3) 05:40:09 #61 41.75 (4/4) Installing yq-go (4.44.1-r2) 05:40:09 #61 41.83 Executing busybox-1.36.1-r29.trigger 05:40:09 #61 41.84 Executing ca-certificates-20240705-r0.trigger 05:40:09 #61 41.88 OK: 19 MiB in 18 packages 05:40:09 #61 DONE 45.3s 05:40:09 05:40:09 #64 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:40:09 #64 41.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:09 #64 41.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:09 #64 42.13 (1/2) Installing dumb-init (1.2.5-r3) 05:40:09 #64 42.40 (2/2) Installing su-exec (0.2-r3) 05:40:09 #64 42.41 Executing busybox-1.36.1-r29.trigger 05:40:09 #64 42.42 OK: 8 MiB in 16 packages 05:40:09 #64 DONE 45.3s 05:40:09 05:40:09 #68 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:40:09 #68 41.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:09 #68 41.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:09 #68 42.42 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:09 #68 42.42 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:09 #68 42.42 OK: 24165 distinct packages available 05:40:09 #68 42.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:09 #68 42.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:09 #68 42.82 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:09 #68 42.85 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:09 #68 42.86 (3/7) Installing dumb-init (1.2.5-r3) 05:40:09 #68 42.86 (4/7) Installing musl-obstack (1.2.3-r2) 05:40:09 #68 42.87 (5/7) Installing libucontext (1.2-r3) 05:40:09 #68 42.87 (6/7) Installing gcompat (1.1.0-r4) 05:40:09 #68 42.87 (7/7) Installing openssl (3.3.2-r1) 05:40:09 #68 42.88 Executing busybox-1.36.1-r29.trigger 05:40:09 #68 42.89 OK: 9 MiB in 19 packages 05:40:09 #68 DONE 45.0s 05:40:09 05:40:09 #56 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:40:09 #56 41.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:09 #56 41.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:09 #56 42.02 (1/2) Installing ca-certificates (20240705-r0) 05:40:09 #56 42.03 (2/2) Installing dumb-init (1.2.5-r3) 05:40:09 #56 42.04 Executing busybox-1.36.1-r29.trigger 05:40:09 #56 42.04 Executing ca-certificates-20240705-r0.trigger 05:40:09 #56 42.47 OK: 9 MiB in 16 packages 05:40:09 #56 DONE 45.4s 05:40:09 05:40:09 #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:09 #70 ... 05:40:09 05:40:09 #67 [security-spire-server internal] load build context 05:40:09 #67 transferring context: 27.98kB done 05:40:09 #67 DONE 45.3s 05:40:09 05:40:09 #71 [core-command builder 2/7] WORKDIR /edgex-go 05:40:09 #71 DONE 4.3s 05:40:09 05:40:09 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:10 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 9.7s 05:40:10 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.39MB / 28.04MB 10.1s 05:40:11 #51 ... 05:40:11 05:40:11 #41 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:40:11 #41 9.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:11 #41 13.23 (1/3) Installing ca-certificates (20240705-r0) 05:40:11 #41 13.36 (2/3) Installing dumb-init (1.2.5-r3) 05:40:11 #41 13.36 (3/3) Installing tzdata (2024b-r0) 05:40:11 #41 13.80 Executing busybox-1.36.1-r29.trigger 05:40:11 #41 13.89 Executing ca-certificates-20240705-r0.trigger 05:40:11 #41 14.76 OK: 11 MiB in 17 packages 05:40:11 #41 DONE 16.4s 05:40:11 05:40:11 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:11 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.02MB / 28.04MB 10.8s 05:40:11 #51 ... 05:40:11 05:40:11 #62 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 05:40:11 #62 11.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:11 #62 12.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:11 #62 15.78 (1/2) Installing dumb-init (1.2.5-r3) 05:40:11 #62 15.80 (2/2) Installing su-exec (0.2-r3) 05:40:11 #62 15.80 Executing busybox-1.36.1-r29.trigger 05:40:11 #62 15.86 OK: 9 MiB in 16 packages 05:40:11 #62 DONE 16.5s 05:40:11 05:40:11 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:11 #58 ... 05:40:11 05:40:11 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:40:11 #69 45.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #69 45.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #69 46.22 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:11 #69 46.22 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:11 #69 46.22 OK: 24165 distinct packages available 05:40:11 #69 46.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #69 46.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #69 46.72 (1/4) Installing dumb-init (1.2.5-r3) 05:40:11 #69 46.72 (2/4) Installing musl-obstack (1.2.3-r2) 05:40:11 #69 46.73 (3/4) Installing libucontext (1.2-r3) 05:40:11 #69 46.73 (4/4) Installing gcompat (1.1.0-r4) 05:40:11 #69 46.74 Executing busybox-1.36.1-r29.trigger 05:40:11 #69 46.74 OK: 8 MiB in 18 packages 05:40:11 #69 DONE 47.1s 05:40:11 05:40:11 #66 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:11 #66 45.37 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #66 45.84 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #66 46.60 (1/1) Installing dumb-init (1.2.5-r3) 05:40:11 #66 46.91 Executing busybox-1.36.1-r29.trigger 05:40:11 #66 46.92 OK: 8 MiB in 15 packages 05:40:11 #66 DONE 47.1s 05:40:11 05:40:11 #59 [core-command stage-1 3/7] RUN apk --no-cache upgrade 05:40:11 #59 45.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #59 45.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #59 46.17 Upgrading critical system libraries and apk-tools: 05:40:11 #59 46.17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:11 #59 46.18 Executing busybox-1.36.1-r29.trigger 05:40:11 #59 46.25 Continuing the upgrade transaction with new apk-tools: 05:40:11 #59 46.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #59 46.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #59 46.67 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:11 #59 46.72 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:11 #59 46.73 OK: 8 MiB in 15 packages 05:40:11 #59 DONE 47.3s 05:40:11 05:40:11 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:11 #72 ... 05:40:11 05:40:11 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:40:11 #0 1.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.666 Upgrading critical system libraries and apk-tools: 05:40:11 #0 1.666 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:11 #0 1.674 Executing busybox-1.36.1-r29.trigger 05:40:11 #0 1.743 Continuing the upgrade transaction with new apk-tools: 05:40:11 #0 1.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 2.144 OK: 19 MiB in 18 packages 05:40:11 #73 DONE 2.5s 05:40:11 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.12MB / 28.04MB 11.7s 05:40:11 05:40:11 #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:11 #70 1.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #70 1.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #70 2.367 Upgrading critical system libraries and apk-tools: 05:40:11 #70 2.367 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:11 #70 2.367 Executing busybox-1.36.1-r29.trigger 05:40:11 #70 2.422 Continuing the upgrade transaction with new apk-tools: 05:40:11 #70 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #70 2.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #70 ... 05:40:11 05:40:11 #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:40:11 #74 DONE 0.2s 05:40:11 05:40:11 #75 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:40:11 #0 1.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.847 Upgrading critical system libraries and apk-tools: 05:40:11 #0 1.847 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:11 #0 1.863 Executing busybox-1.36.1-r29.trigger 05:40:11 #0 1.935 Continuing the upgrade transaction with new apk-tools: 05:40:11 #0 1.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 2.080 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 2.474 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:11 #0 2.507 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:11 #0 2.521 Executing ca-certificates-20240705-r0.trigger 05:40:11 #0 2.558 OK: 13 MiB in 28 packages 05:40:11 #75 DONE 2.8s 05:40:11 05:40:11 #76 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:40:11 #0 1.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.835 Upgrading critical system libraries and apk-tools: 05:40:11 #0 1.835 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:11 #0 1.845 Executing busybox-1.36.1-r29.trigger 05:40:11 #0 1.926 Continuing the upgrade transaction with new apk-tools: 05:40:11 #0 1.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 2.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 2.435 OK: 9 MiB in 19 packages 05:40:11 #76 DONE 2.8s 05:40:11 05:40:11 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:11 #0 1.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.329 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.667 Upgrading critical system libraries and apk-tools: 05:40:11 #0 1.667 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:11 #0 1.676 Executing busybox-1.36.1-r29.trigger 05:40:11 #0 1.742 Continuing the upgrade transaction with new apk-tools: 05:40:11 #0 1.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:11 #0 1.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:11 #0 2.174 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:11 #0 2.211 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:11 #0 2.239 Executing ca-certificates-20240705-r0.trigger 05:40:11 #0 2.443 OK: 19 MiB in 18 packages 05:40:11 #77 DONE 2.8s 05:40:12 05:40:12 #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:12 #70 2.878 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:12 #70 2.958 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:12 #70 2.969 Executing ca-certificates-20240705-r0.trigger 05:40:12 #51 ... 05:40:12 05:40:12 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:40:12 #57 14.29 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:12 #57 14.29 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:12 #57 14.29 OK: 24043 distinct packages available 05:40:12 #57 14.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:12 #57 15.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:12 #57 18.03 (1/14) Installing ca-certificates (20240705-r0) 05:40:12 #57 18.25 (2/14) Installing brotli-libs (1.1.0-r2) 05:40:12 #57 18.29 (3/14) Installing c-ares (1.33.1-r0) 05:40:12 #57 18.32 (4/14) Installing libunistring (1.2-r0) 05:40:12 #57 18.39 (5/14) Installing libidn2 (2.3.7-r0) 05:40:12 #57 18.39 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:40:12 #57 18.39 (7/14) Installing libpsl (0.21.5-r1) 05:40:12 #57 18.39 (8/14) Installing zstd-libs (1.5.6-r0) 05:40:12 #57 18.42 (9/14) Installing libcurl (8.10.1-r0) 05:40:12 #57 18.46 (10/14) Installing curl (8.10.1-r0) 05:40:12 #57 18.46 (11/14) Installing dumb-init (1.2.5-r3) 05:40:12 #57 18.48 (12/14) Installing musl-obstack (1.2.3-r2) 05:40:12 #57 18.48 (13/14) Installing libucontext (1.2-r3) 05:40:12 #57 18.49 (14/14) Installing gcompat (1.1.0-r4) 05:40:12 #57 18.52 Executing busybox-1.36.1-r29.trigger 05:40:12 #57 18.58 Executing ca-certificates-20240705-r0.trigger 05:40:12 #57 18.88 OK: 15 MiB in 28 packages 05:40:12 #57 DONE 19.6s 05:40:12 05:40:12 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:12 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.15MB / 28.04MB 12.5s 05:40:13 #70 3.807 OK: 9 MiB in 16 packages 05:40:13 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 12.9s 05:40:13 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 13.1s done 05:40:13 #51 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 13.1s done 05:40:13 #70 ... 05:40:13 05:40:13 #78 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:40:13 #0 2.024 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.653 OK: 246 MiB in 54 packages 05:40:13 #78 DONE 4.5s 05:40:13 05:40:13 #79 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:40:13 #0 1.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:13 #0 1.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.201 Upgrading critical system libraries and apk-tools: 05:40:13 #0 2.201 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:13 #0 2.205 Executing busybox-1.36.1-r29.trigger 05:40:13 #0 2.413 Continuing the upgrade transaction with new apk-tools: 05:40:13 #0 2.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.906 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:13 #0 3.002 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:13 #0 3.844 OK: 8 MiB in 15 packages 05:40:13 #79 DONE 4.6s 05:40:13 05:40:13 #80 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:40:13 #0 1.835 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:13 #0 1.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.311 Upgrading critical system libraries and apk-tools: 05:40:13 #0 2.311 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:13 #0 2.400 Executing busybox-1.36.1-r29.trigger 05:40:13 #0 2.501 Continuing the upgrade transaction with new apk-tools: 05:40:13 #0 2.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.988 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:13 #0 3.021 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:13 #0 3.834 OK: 8 MiB in 16 packages 05:40:13 #80 DONE 4.6s 05:40:13 05:40:13 #81 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:40:13 #0 2.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:13 #0 2.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:13 #0 3.299 OK: 246 MiB in 54 packages 05:40:13 #81 DONE 4.7s 05:40:14 05:40:14 #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:14 #70 DONE 4.6s 05:40:14 05:40:14 #82 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:40:14 #0 1.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:14 #0 1.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:14 #0 2.305 Upgrading critical system libraries and apk-tools: 05:40:14 #0 2.305 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:14 #0 2.444 Executing busybox-1.36.1-r29.trigger 05:40:14 #0 2.543 Continuing the upgrade transaction with new apk-tools: 05:40:14 #0 2.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:14 #0 2.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:14 #0 3.038 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:14 #0 3.097 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:14 #0 3.107 Executing ca-certificates-20240705-r0.trigger 05:40:14 #0 3.883 OK: 10 MiB in 17 packages 05:40:14 #82 DONE 4.7s 05:40:14 05:40:14 #83 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:14 #83 DONE 1.9s 05:40:14 05:40:14 #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:40:14 #84 DONE 1.9s 05:40:14 05:40:14 #85 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:14 #85 DONE 4.6s 05:40:14 05:40:14 #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:40:14 #86 DONE 0.1s 05:40:14 05:40:14 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:40:14 #87 ... 05:40:14 05:40:14 #88 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:40:14 #0 4.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:14 #0 4.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:14 #0 4.769 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:14 #0 4.769 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:14 #0 4.769 OK: 24164 distinct packages available 05:40:14 #0 4.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:14 #0 4.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:14 #0 5.179 OK: 246 MiB in 54 packages 05:40:14 #88 DONE 5.5s 05:40:14 05:40:14 #89 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 05:40:14 #89 DONE 1.0s 05:40:14 05:40:14 #90 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:14 #90 DONE 0.9s 05:40:14 05:40:14 #91 [security-spire-server stage-2 6/9] COPY security.txt / 05:40:14 #91 DONE 0.9s 05:40:14 05:40:14 #92 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:40:14 #92 DONE 1.0s 05:40:14 05:40:14 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:40:14 #93 DONE 0.2s 05:40:14 05:40:14 #94 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:40:14 #94 DONE 0.1s 05:40:14 05:40:14 #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:40:14 #95 DONE 0.1s 05:40:14 05:40:14 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:14 #63 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 38.9s done 05:40:14 #63 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 39.3s done 05:40:14 #63 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 05:40:14 #63 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done 05:40:14 #63 ... 05:40:14 05:40:14 #96 [security-spire-agent stage-3 7/10] COPY security.txt / 05:40:14 #96 DONE 0.1s 05:40:14 05:40:14 #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:40:14 #97 DONE 0.1s 05:40:14 05:40:14 #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:40:15 #98 ... 05:40:15 05:40:15 #99 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:40:15 #99 DONE 0.1s 05:40:15 05:40:15 #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:40:15 #51 ... 05:40:15 05:40:15 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:40:15 #75 ... 05:40:15 05:40:15 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:15 #66 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 10.4s done 05:40:15 #66 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 05:40:15 #66 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 05:40:15 #100 ... 05:40:15 05:40:15 #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:40:15 #98 DONE 0.3s 05:40:15 05:40:15 #101 [security-spire-server] exporting to image 05:40:15 #101 exporting layers 05:40:15 #66 ... 05:40:15 05:40:15 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:40:15 #65 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:15 #101 ... 05:40:15 05:40:15 #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:40:15 #100 DONE 0.5s 05:40:15 05:40:15 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:15 #72 4.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:15 #72 4.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:16 #72 ... 05:40:16 05:40:16 #102 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:40:16 #102 DONE 2.1s 05:40:16 05:40:16 #103 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 05:40:16 #103 DONE 0.0s 05:40:16 05:40:16 #104 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:40:16 #104 DONE 0.2s 05:40:16 05:40:16 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:16 #72 4.825 Upgrading critical system libraries and apk-tools: 05:40:16 #72 4.825 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:16 #72 4.832 Executing busybox-1.36.1-r29.trigger 05:40:16 #72 4.897 Continuing the upgrade transaction with new apk-tools: 05:40:16 #72 4.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:16 #72 ... 05:40:16 05:40:16 #105 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:40:16 #0 6.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:16 #0 6.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:16 #0 6.829 OK: 246 MiB in 54 packages 05:40:16 #105 DONE 6.9s 05:40:16 05:40:16 #106 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:40:16 #106 DONE 0.1s 05:40:16 05:40:16 #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:16 #72 4.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:16 #72 5.301 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:16 #72 5.357 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:16 #65 21.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:16 #65 ... 05:40:16 05:40:16 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:16 #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:16 #72 5.369 OK: 8 MiB in 18 packages 05:40:17 #76 ... 05:40:17 05:40:17 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:17 #66 ... 05:40:17 05:40:17 #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:40:17 #72 DONE 5.7s 05:40:17 05:40:17 #107 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:17 #107 ... 05:40:17 05:40:17 #101 [security-spire-agent] exporting to image 05:40:17 #101 exporting layers 1.1s done 05:40:17 #101 writing image sha256:e9225a555ced5e7a3428863f7f35402989f9f358bbe982b9715abc841a06bd0d done 05:40:17 #101 naming to docker.io/library/security-spire-server done 05:40:17 #101 writing image sha256:a042413d3628105703f299f9e92c3a2d236da076666a9790ac9a3a246033b092 done 05:40:17 #101 naming to docker.io/library/security-spire-agent done 05:40:17 #101 DONE 1.6s 05:40:17 #77 ... 05:40:17 05:40:17 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:17 #61 13.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:17 #61 ... 05:40:17 05:40:17 #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:17 #70 DONE 19.6s 05:40:17 05:40:17 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:40:17 #87 2.502 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:40:17 #87 3.024 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:40:17 05:40:17 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:17 #87 3.770 OK: 246 MiB in 54 packages 05:40:17 #87 DONE 3.9s 05:40:17 05:40:17 #107 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:17 #107 DONE 0.7s 05:40:17 05:40:17 #108 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:40:17 #108 DONE 0.1s 05:40:17 05:40:17 #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:40:17 #109 DONE 0.1s 05:40:17 05:40:17 #110 [security-spire-config stage-2 6/10] COPY security.txt / 05:40:17 #110 DONE 0.1s 05:40:17 05:40:17 #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:40:17 #111 DONE 0.0s 05:40:17 05:40:17 #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:40:18 #112 DONE 0.1s 05:40:18 05:40:18 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:40:18 #113 DONE 0.0s 05:40:18 05:40:18 #101 [security-spire-config] exporting to image 05:40:18 #101 exporting layers 0.6s done 05:40:18 #101 writing image sha256:5cc6bb7a90d7aae4f7df614a098f0c69755a6eaf82a1e2fe3076d61b7a98e1ef done 05:40:18 #101 naming to docker.io/library/security-spire-config done 05:40:18 #101 DONE 2.3s 05:40:18 05:40:18 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:19 #66 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 5.2s 05:40:20 #66 ... 05:40:20 05:40:20 #68 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 05:40:20 #68 16.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:20 #68 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:20 #68 20.09 (1/2) Installing ca-certificates (20240705-r0) 05:40:20 #68 20.29 (2/2) Installing dumb-init (1.2.5-r3) 05:40:20 #68 20.30 Executing busybox-1.36.1-r29.trigger 05:40:20 #68 20.51 Executing ca-certificates-20240705-r0.trigger 05:40:20 #68 21.72 OK: 10 MiB in 16 packages 05:40:20 #68 DONE 23.5s 05:40:20 05:40:20 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:20 #66 ... 05:40:20 05:40:20 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:40:20 #0 9.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:21 #78 ... 05:40:21 05:40:21 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:21 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.4s 05:40:21 #51 ... 05:40:21 05:40:21 #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:40:21 #0 7.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:21 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:21 #79 ... 05:40:21 05:40:21 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:22 #51 ... 05:40:22 05:40:22 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:40:22 #0 8.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:22 #80 ... 05:40:22 05:40:22 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:40:22 #67 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:22 #67 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:22 #67 18.45 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:22 #67 18.45 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:22 #67 18.45 OK: 24043 distinct packages available 05:40:22 #67 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:22 #67 21.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:22 #67 ... 05:40:22 05:40:22 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:25 #114 ... 05:40:25 05:40:25 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:25 #115 ... 05:40:25 05:40:25 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:25 #116 ... 05:40:25 05:40:25 #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:25 #117 ... 05:40:25 05:40:25 #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:26 #51 ... 05:40:26 05:40:26 #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 05:40:26 #73 18.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:26 #73 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:26 #73 ... 05:40:26 05:40:26 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:26 #51 ... 05:40:26 05:40:26 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:40:26 #72 18.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:26 #72 20.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:26 #72 ... 05:40:26 05:40:26 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:40:26 #71 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:26 #71 20.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:26 #71 ... 05:40:26 05:40:26 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:40:26 #69 18.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:26 #69 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:26 #69 ... 05:40:26 05:40:26 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:40:26 #74 18.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:26 #74 20.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:26 #74 ... 05:40:26 05:40:26 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:26 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.0s 05:40:27 #51 ... 05:40:27 05:40:27 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:40:27 #0 6.290 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:27 #0 8.652 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:27 #81 ... 05:40:27 05:40:27 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:40:27 #65 31.50 (1/1) Installing dumb-init (1.2.5-r3) 05:40:27 #65 31.56 Executing busybox-1.36.1-r29.trigger 05:40:27 #65 31.74 OK: 9 MiB in 15 packages 05:40:27 #65 ... 05:40:27 05:40:27 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:27 #76 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:27 #76 ... 05:40:27 05:40:27 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:40:28 #51 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.7s done 05:40:28 #51 ... 05:40:28 05:40:28 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:40:28 #75 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:28 #75 15.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:29 #75 ... 05:40:29 05:40:29 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:40:29 #72 31.52 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:29 #72 31.52 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:29 #72 31.52 OK: 24042 distinct packages available 05:40:29 #72 ... 05:40:29 05:40:29 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:29 #61 15.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:29 #61 ... 05:40:29 05:40:29 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:29 #76 22.07 Upgrading critical system libraries and apk-tools: 05:40:29 #76 22.07 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:29 #76 22.30 Executing busybox-1.36.1-r29.trigger 05:40:30 #76 ... 05:40:30 05:40:30 #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:40:30 #77 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:30 #77 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:30 #77 ... 05:40:30 05:40:30 #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:40:30 #79 18.71 Upgrading critical system libraries and apk-tools: 05:40:30 #79 18.73 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:30 #79 18.78 Executing busybox-1.36.1-r29.trigger 05:40:30 #79 ... 05:40:30 05:40:30 #65 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 05:40:30 #65 DONE 34.8s 05:40:30 05:40:30 #73 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 05:40:30 #73 29.81 OK: 238 MiB in 54 packages 05:40:30 #73 DONE 33.2s 05:40:30 05:40:30 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:30 #61 26.75 (1/1) Installing dumb-init (1.2.5-r3) 05:40:31 #61 ... 05:40:31 05:40:31 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:40:31 #69 31.45 OK: 238 MiB in 54 packages 05:40:31 #69 DONE 34.3s 05:40:31 05:40:31 #82 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:31 #0 4.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:31 #0 5.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:31 #82 ... 05:40:31 05:40:31 #83 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:40:31 #83 ... 05:40:31 05:40:31 #66 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:40:31 #66 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.4s done 05:40:31 #66 ... 05:40:31 05:40:31 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:40:31 #72 33.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:31 #72 ... 05:40:31 05:40:31 #74 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:40:31 #74 32.22 OK: 238 MiB in 54 packages 05:40:31 #74 DONE 34.2s 05:40:31 05:40:31 #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 05:40:32 #84 ... 05:40:32 05:40:32 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:40:32 #78 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:32 #78 20.75 Upgrading critical system libraries and apk-tools: 05:40:32 #78 20.75 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:32 #78 20.87 Executing busybox-1.36.1-r29.trigger 05:40:32 #78 ... 05:40:32 05:40:32 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:32 #61 27.88 Executing busybox-1.36.1-r29.trigger 05:40:32 #61 28.08 OK: 9 MiB in 15 packages 05:40:32 #61 ... 05:40:32 05:40:32 #85 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:40:32 #85 DONE 1.8s 05:40:32 05:40:32 #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:32 #86 ... 05:40:32 05:40:32 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:40:32 #67 31.55 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:32 #67 32.53 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:32 #67 32.72 (3/7) Installing dumb-init (1.2.5-r3) 05:40:32 #67 32.77 (4/7) Installing musl-obstack (1.2.3-r2) 05:40:32 #67 32.78 (5/7) Installing libucontext (1.2-r3) 05:40:32 #67 32.81 (6/7) Installing gcompat (1.1.0-r4) 05:40:32 #67 32.86 (7/7) Installing openssl (3.3.2-r1) 05:40:32 #67 32.98 Executing busybox-1.36.1-r29.trigger 05:40:32 #67 33.16 OK: 10 MiB in 19 packages 05:40:32 #67 DONE 35.7s 05:40:32 05:40:32 #83 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:40:32 #83 DONE 1.5s 05:40:32 05:40:32 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:40:33 #87 ... 05:40:33 05:40:33 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:40:33 #80 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:33 #80 19.49 Upgrading critical system libraries and apk-tools: 05:40:33 #80 19.49 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:33 #80 19.49 Executing busybox-1.36.1-r29.trigger 05:40:33 #80 ... 05:40:33 05:40:33 #84 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 05:40:33 #84 DONE 1.3s 05:40:33 05:40:33 #88 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:35 #88 ... 05:40:35 05:40:35 #61 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 05:40:35 #61 DONE 31.0s 05:40:35 05:40:35 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:40:35 #78 23.73 Continuing the upgrade transaction with new apk-tools: 05:40:35 #78 23.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:36 #78 25.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:37 #78 ... 05:40:37 05:40:37 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:40:37 #71 30.18 v3.20.3-190-ga986f1414fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:40:37 #71 30.18 v3.20.3-191-gbcd1124b198 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:40:37 #71 30.18 OK: 24043 distinct packages available 05:40:37 #71 32.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:37 #71 33.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:37 #71 ... 05:40:37 05:40:37 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:40:37 #87 5.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:38 #87 ... 05:40:38 05:40:38 #81 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:40:38 #81 20.12 OK: 238 MiB in 54 packages 05:40:38 #81 DONE 21.4s 05:40:38 05:40:38 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:40:39 #89 DONE 0.5s 05:40:39 05:40:39 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:40 #90 ... 05:40:40 05:40:40 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:40:40 #0 6.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:40 #0 7.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:40 #91 ... 05:40:40 05:40:40 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:40:40 #71 42.88 (1/4) Installing dumb-init (1.2.5-r3) 05:40:40 #71 42.89 (2/4) Installing musl-obstack (1.2.3-r2) 05:40:40 #71 42.93 (3/4) Installing libucontext (1.2-r3) 05:40:40 #71 42.98 (4/4) Installing gcompat (1.1.0-r4) 05:40:40 #71 43.02 Executing busybox-1.36.1-r29.trigger 05:40:40 #71 43.15 OK: 9 MiB in 18 packages 05:40:41 #71 ... 05:40:41 05:40:41 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:41 #76 24.37 Continuing the upgrade transaction with new apk-tools: 05:40:41 #76 24.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:41 #76 26.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:41 #76 ... 05:40:41 05:40:41 #82 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:41 #82 16.57 Upgrading critical system libraries and apk-tools: 05:40:41 #82 16.58 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:41 #82 16.61 Executing busybox-1.36.1-r29.trigger 05:40:41 #82 18.53 Continuing the upgrade transaction with new apk-tools: 05:40:41 #82 18.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:41 #82 20.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:41 #82 ... 05:40:41 05:40:41 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:40:41 #75 26.48 Upgrading critical system libraries and apk-tools: 05:40:41 #75 26.48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:41 #75 26.54 Executing busybox-1.36.1-r29.trigger 05:40:41 #75 29.01 Continuing the upgrade transaction with new apk-tools: 05:40:41 #75 29.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:41 #75 31.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:41 #75 ... 05:40:41 05:40:41 #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:40:41 #77 25.61 Upgrading critical system libraries and apk-tools: 05:40:41 #77 25.61 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:41 #77 25.78 Executing busybox-1.36.1-r29.trigger 05:40:41 #77 28.53 Continuing the upgrade transaction with new apk-tools: 05:40:41 #77 28.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:41 #77 30.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:41 #77 ... 05:40:41 05:40:41 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:41 #76 35.12 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:42 #76 ... 05:40:42 05:40:42 #71 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:40:42 #71 DONE 44.6s 05:40:42 05:40:42 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:42 #92 ... 05:40:42 05:40:42 #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:42 #93 ... 05:40:42 05:40:42 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:40:42 #80 21.58 Continuing the upgrade transaction with new apk-tools: 05:40:42 #80 21.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:42 #80 23.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:43 #80 ... 05:40:43 05:40:43 #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:40:43 #79 21.56 Continuing the upgrade transaction with new apk-tools: 05:40:43 #79 21.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:43 #79 24.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:43 #79 ... 05:40:43 05:40:43 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:43 #76 36.28 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:43 #76 36.46 Executing ca-certificates-20240705-r0.trigger 05:40:43 #76 ... 05:40:43 05:40:43 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:40:43 #72 36.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:43 #72 44.38 OK: 238 MiB in 54 packages 05:40:43 #72 DONE 45.7s 05:40:43 05:40:43 #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:40:43 #94 DONE 0.4s 05:40:43 05:40:43 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:40:45 #95 ... 05:40:45 05:40:45 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:40:45 #75 39.08 OK: 20 MiB in 18 packages 05:40:45 #75 DONE 40.0s 05:40:45 05:40:45 #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:40:45 #96 DONE 0.2s 05:40:45 05:40:45 #79 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 05:40:45 #79 32.31 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:45 #79 33.03 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:45 #79 33.21 OK: 9 MiB in 16 packages 05:40:45 #79 DONE 34.3s 05:40:45 05:40:45 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:40:45 #80 30.95 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:45 #80 32.04 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:45 #80 32.18 Executing ca-certificates-20240705-r0.trigger 05:40:45 #80 33.56 OK: 15 MiB in 28 packages 05:40:46 #80 ... 05:40:46 05:40:46 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:40:46 #76 37.96 OK: 20 MiB in 18 packages 05:40:46 #76 DONE 39.8s 05:40:46 05:40:46 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:40:46 #91 16.14 Upgrading critical system libraries and apk-tools: 05:40:46 #91 16.14 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:46 #91 16.25 Executing busybox-1.36.1-r29.trigger 05:40:47 #91 ... 05:40:47 05:40:47 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:40:47 #80 DONE 35.1s 05:40:47 05:40:47 #77 [security-proxy-auth stage-1 3/10] RUN apk --no-cache upgrade 05:40:47 #77 40.68 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:48 #77 41.28 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:48 #77 41.38 OK: 9 MiB in 15 packages 05:40:48 #77 ... 05:40:48 05:40:48 #97 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:40:48 #97 DONE 2.9s 05:40:48 05:40:48 #98 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 05:40:48 #98 DONE 0.2s 05:40:48 05:40:48 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:40:48 #91 17.82 Continuing the upgrade transaction with new apk-tools: 05:40:48 #91 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:49 #91 ... 05:40:49 05:40:49 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:40:49 #78 35.20 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:49 #78 35.99 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:49 #78 36.17 Executing ca-certificates-20240705-r0.trigger 05:40:49 #78 37.03 OK: 11 MiB in 17 packages 05:40:49 #78 DONE 38.4s 05:40:49 05:40:49 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:49 #92 3.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:49 #92 5.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:49 #92 ... 05:40:49 05:40:49 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:40:49 #87 7.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:49 #87 17.13 Upgrading critical system libraries and apk-tools: 05:40:49 #87 17.13 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:49 #87 17.18 Executing busybox-1.36.1-r29.trigger 05:40:50 #87 ... 05:40:50 05:40:50 #77 [core-metadata stage-1 3/10] RUN apk --no-cache upgrade 05:40:50 #77 DONE 43.2s 05:40:50 05:40:50 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:40:50 #91 19.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:51 #91 ... 05:40:51 05:40:51 #82 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 05:40:51 #82 29.30 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:51 #82 29.62 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:51 #82 29.67 Executing ca-certificates-20240705-r0.trigger 05:40:51 #82 30.26 OK: 10 MiB in 16 packages 05:40:51 #82 DONE 31.1s 05:40:52 05:40:52 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:40:52 #87 18.16 Continuing the upgrade transaction with new apk-tools: 05:40:52 #87 18.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:52 #87 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:54 #87 ... 05:40:54 05:40:54 #91 [core-data stage-1 3/8] RUN apk --no-cache upgrade 05:40:54 #91 22.84 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:54 #91 23.02 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:54 #91 23.09 OK: 9 MiB in 15 packages 05:40:54 #91 DONE 23.6s 05:40:54 05:40:54 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:54 #92 10.23 Upgrading critical system libraries and apk-tools: 05:40:54 #92 10.25 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 05:40:54 #92 10.28 Executing busybox-1.36.1-r29.trigger 05:40:54 #92 10.91 Continuing the upgrade transaction with new apk-tools: 05:40:54 #92 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:40:54 #92 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:40:56 #92 ... 05:40:56 05:40:56 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:40:56 #87 22.67 OK: 10 MiB in 19 packages 05:40:56 #87 DONE 23.3s 05:40:56 05:40:56 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:40:57 #99 DONE 1.2s 05:40:57 05:40:57 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:40:57 #92 13.96 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 05:40:57 #92 14.25 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 05:40:57 #92 14.31 OK: 9 MiB in 18 packages 05:40:57 #92 DONE 14.9s 05:40:57 05:40:57 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:57 #100 ... 05:40:57 05:40:57 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:57 #101 DONE 1.9s 05:40:57 05:40:57 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:40:57 #102 DONE 0.3s 05:40:57 05:40:57 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:58 #103 DONE 1.5s 05:40:58 05:40:58 #104 [security-spire-server stage-2 6/9] COPY security.txt / 05:40:58 #104 DONE 0.5s 05:40:58 05:40:58 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:40:58 #105 ... 05:40:58 05:40:58 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:40:58 #100 DONE 1.5s 05:40:58 05:40:58 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:40:58 #106 DONE 0.3s 05:40:58 05:40:58 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:40:58 #105 DONE 0.2s 05:40:58 05:40:58 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 05:40:58 #107 ... 05:40:58 05:40:58 #108 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:40:58 #108 DONE 0.3s 05:40:59 05:40:59 #109 [security-spire-config stage-2 6/10] COPY security.txt / 05:40:59 #109 ... 05:40:59 05:40:59 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:40:59 #110 DONE 0.3s 05:40:59 05:40:59 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 05:40:59 #107 DONE 0.3s 05:40:59 05:40:59 #109 [security-spire-config stage-2 6/10] COPY security.txt / 05:40:59 #109 DONE 0.3s 05:40:59 05:40:59 #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:40:59 #111 ... 05:40:59 05:40:59 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:40:59 #112 DONE 0.3s 05:40:59 05:40:59 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:40:59 #113 DONE 0.3s 05:40:59 05:40:59 #111 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:40:59 #111 DONE 0.3s 05:40:59 05:40:59 #114 [security-spire-server] exporting to image 05:40:59 #114 exporting layers 05:40:59 #114 ... 05:40:59 05:40:59 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:40:59 #115 DONE 0.4s 05:40:59 05:40:59 #116 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:40:59 #116 DONE 0.4s 05:41:00 05:41:00 #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:41:00 #117 ... 05:41:00 05:41:00 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:41:00 #118 DONE 0.3s 05:41:00 05:41:00 #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:41:00 #117 DONE 0.3s 05:41:00 05:41:00 #114 [security-spire-config] exporting to image 05:41:00 #118 DONE 43.4s 05:41:00 05:41:00 #117 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:00 #117 DONE 44.9s 05:41:00 05:41:00 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:00 #114 DONE 41.8s 05:41:00 05:41:00 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:00 #116 DONE 44.7s 05:41:00 05:41:00 #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:00 #115 DONE 44.9s 05:41:00 05:41:00 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:41:03 #114 exporting layers 3.0s done 05:41:03 #114 writing image sha256:289cd19d2b14c09ddcc738ae53ce80312ad6865f6162b00526c5bf3184949600 0.0s done 05:41:03 #114 naming to docker.io/library/security-spire-server-arm64 0.0s done 05:41:03 #114 exporting layers 2.4s done 05:41:03 #114 writing image sha256:0d5a9e65e1774846f26cfcfbc10e7caee206aa095901064f06d8132ca93bb461 0.0s done 05:41:03 #114 naming to docker.io/library/security-spire-agent-arm64 0.0s done 05:41:03 #114 exporting layers 2.6s done 05:41:03 #114 writing image sha256:a84e6d06f8685378489f8965a4a37c95c980671ca037f17bda5e7a271e4b5dd5 done 05:41:03 #114 naming to docker.io/library/security-spire-config-arm64 done 05:41:03 #114 DONE 3.5s 05:41:03 05:41:03 #23 [core-common-config-bootstrapper internal] load .dockerignore 05:41:10 #119 ... 05:41:10 05:41:10 #120 [support-cron-scheduler builder 6/7] COPY . . 05:41:10 #120 ... 05:41:10 05:41:10 #121 [support-scheduler builder 6/7] COPY . . 05:41:10 #121 ... 05:41:10 05:41:10 #122 [security-proxy-setup builder 6/7] COPY . . 05:41:10 #122 ... 05:41:10 05:41:10 #123 [core-keeper builder 7/8] COPY . . 05:41:14 #123 DONE 14.5s 05:41:14 05:41:14 #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #124 CACHED 05:41:14 05:41:14 #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:41:14 #125 CACHED 05:41:14 05:41:14 #126 [security-bootstrapper builder 6/7] COPY . . 05:41:14 #126 CACHED 05:41:14 05:41:14 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:41:14 #119 DONE 14.5s 05:41:14 05:41:14 #122 [security-proxy-setup builder 6/7] COPY . . 05:41:14 #122 DONE 14.5s 05:41:14 05:41:14 #127 [security-secretstore-setup builder 6/7] COPY . . 05:41:14 #127 CACHED 05:41:14 05:41:14 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #128 CACHED 05:41:14 05:41:14 #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:41:14 #129 CACHED 05:41:14 05:41:14 #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #130 CACHED 05:41:14 05:41:14 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:41:14 #131 CACHED 05:41:14 05:41:14 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 05:41:14 #132 CACHED 05:41:14 05:41:14 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:41:14 #133 CACHED 05:41:14 05:41:14 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #134 CACHED 05:41:14 05:41:14 #135 [security-proxy-auth builder 6/7] COPY . . 05:41:14 #135 CACHED 05:41:14 05:41:14 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #136 CACHED 05:41:14 05:41:14 #137 [core-metadata builder 6/7] COPY . . 05:41:14 #137 CACHED 05:41:14 05:41:14 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:41:14 #138 CACHED 05:41:14 05:41:14 #139 [core-data builder 6/7] COPY . . 05:41:14 #139 CACHED 05:41:14 05:41:14 #140 [core-data builder 4/7] COPY go.mod vendor* ./ 05:41:14 #140 CACHED 05:41:14 05:41:14 #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #141 CACHED 05:41:14 05:41:14 #142 [support-notifications builder 6/7] COPY . . 05:41:14 #142 CACHED 05:41:14 05:41:14 #143 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:41:14 #143 CACHED 05:41:14 05:41:14 #144 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #144 CACHED 05:41:14 05:41:14 #145 [core-command builder 4/7] COPY go.mod vendor* ./ 05:41:14 #145 CACHED 05:41:14 05:41:14 #146 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:41:14 #146 CACHED 05:41:14 05:41:14 #147 [core-command builder 6/7] COPY . . 05:41:14 #147 CACHED 05:41:14 05:41:14 #120 [support-cron-scheduler builder 6/7] COPY . . 05:41:14 #120 DONE 14.6s 05:41:14 05:41:14 #121 [support-scheduler builder 6/7] COPY . . 05:41:14 #121 DONE 14.5s 05:41:14 05:41:14 #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 05:41:15 #148 1.568 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 05:41:25 #148 ... 05:41:25 05:41:25 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:41:25 #0 0.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:41:25 #149 ... 05:41:25 05:41:25 #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 05:41:25 #0 0.434 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:41:25 #150 ... 05:41:25 05:41:25 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:41:25 #0 0.973 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:41:25 #151 ... 05:41:25 05:41:25 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:41:25 #0 1.437 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:41:25 #152 ... 05:41:25 05:41:25 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:41:25 #0 1.150 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:41:25 #153 ... 05:41:25 05:41:25 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:41:25 #0 1.179 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:41:25 #154 ... 05:41:25 05:41:25 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:41:25 #0 0.730 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:41:25 #155 ... 05:41:25 05:41:25 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:41:25 #0 0.738 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:41:25 #156 ... 05:41:25 05:41:25 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:41:25 #0 1.556 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:41:25 #157 ... 05:41:25 05:41:25 #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:41:25 #0 0.907 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:41:25 #158 ... 05:41:25 05:41:25 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:41:25 #0 0.625 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:41:25 #159 ... 05:41:25 05:41:25 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:41:25 #0 1.457 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:42:24 #23 ... 05:42:24 05:42:24 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #95 DONE 93.0s 05:42:24 05:42:24 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #90 DONE 97.6s 05:42:24 05:42:24 #88 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #88 DONE 103.7s 05:42:24 05:42:24 #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #86 DONE 104.4s 05:42:24 05:42:24 #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #93 DONE 104.1s 05:42:24 05:42:24 #119 [core-keeper builder 7/8] COPY . . 05:42:24 #119 DONE 1.7s 05:42:24 05:42:24 #120 [support-cron-scheduler builder 6/7] COPY . . 05:42:24 #120 DONE 1.7s 05:42:24 05:42:24 #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:42:24 #121 CACHED 05:42:24 05:42:24 #122 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #122 CACHED 05:42:24 05:42:24 #123 [support-scheduler builder 6/7] COPY . . 05:42:24 #123 CACHED 05:42:24 05:42:24 #124 [core-data builder 4/7] COPY go.mod vendor* ./ 05:42:24 #124 CACHED 05:42:24 05:42:24 #125 [core-data builder 6/7] COPY . . 05:42:24 #125 CACHED 05:42:24 05:42:24 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #126 CACHED 05:42:24 05:42:24 #127 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:42:24 #127 CACHED 05:42:24 05:42:24 #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #128 CACHED 05:42:24 05:42:24 #129 [support-notifications builder 6/7] COPY . . 05:42:24 #129 CACHED 05:42:24 05:42:24 #130 [core-command builder 6/7] COPY . . 05:42:24 #130 CACHED 05:42:24 05:42:24 #131 [core-command builder 4/7] COPY go.mod vendor* ./ 05:42:24 #131 CACHED 05:42:24 05:42:24 #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #132 CACHED 05:42:24 05:42:24 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #133 CACHED 05:42:24 05:42:24 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:42:24 #134 CACHED 05:42:24 05:42:24 #135 [security-proxy-auth builder 6/7] COPY . . 05:42:24 #135 CACHED 05:42:24 05:42:24 #136 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #136 CACHED 05:42:24 05:42:24 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:42:24 #137 CACHED 05:42:24 05:42:24 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 05:42:24 #138 CACHED 05:42:24 05:42:24 #139 [core-metadata builder 6/7] COPY . . 05:42:24 #139 DONE 1.8s 05:42:24 05:42:24 #140 [security-spiffe-token-provider builder 6/7] COPY . . 05:42:24 #140 DONE 1.8s 05:42:24 05:42:24 #141 [security-proxy-setup builder 6/7] COPY . . 05:42:24 #141 DONE 1.8s 05:42:24 05:42:24 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:42:24 #142 ... 05:42:24 05:42:24 #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #143 CACHED 05:42:24 05:42:24 #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:42:24 #144 CACHED 05:42:24 05:42:24 #145 [security-bootstrapper builder 6/7] COPY . . 05:42:24 #145 CACHED 05:42:24 05:42:24 #146 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:42:24 #146 CACHED 05:42:24 05:42:24 #147 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:42:24 #147 CACHED 05:42:24 05:42:24 #148 [security-secretstore-setup builder 6/7] COPY . . 05:42:24 #148 CACHED 05:42:24 05:42:24 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:42:24 #149 ... 05:42:24 05:42:24 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:42:24 #0 4.996 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:42:24 #150 ... 05:42:24 05:42:24 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:42:24 #0 5.549 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:42:25 #151 ... 05:42:25 05:42:25 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:42:25 #149 6.613 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:42:28 #149 ... 05:42:28 05:42:28 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:42:28 #0 6.835 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:42:28 #152 ... 05:42:28 05:42:28 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 05:42:28 #0 5.503 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 05:42:28 #153 ... 05:42:28 05:42:28 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:42:28 #0 6.907 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:42:29 #154 ... 05:42:29 05:42:29 #155 [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:42:29 #0 6.636 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:42:29 #155 ... 05:42:29 05:42:29 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:42:29 #0 4.466 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:42:29 #156 ... 05:42:29 05:42:29 #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:42:29 #0 6.776 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:42:29 #157 ... 05:42:29 05:42:29 #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:42:29 #0 5.783 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:42:29 #158 ... 05:42:29 05:42:29 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:42:29 #0 5.504 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:42:30 #159 ... 05:42:30 05:42:30 #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:42:30 #0 6.453 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:42:30 #160 ... 05:42:30 05:42:30 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:42:30 #142 6.571 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:42:47 #160 ... 05:42:47 05:42:47 #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 05:42:47 #150 83.67 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:44:08 #150 DONE 168.2s 05:44:08 05:44:08 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:44:08 #151 DONE 168.2s 05:44:08 05:44:08 #160 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:44:08 #160 DONE 168.2s 05:44:08 05:44:08 #158 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:44:08 #158 DONE 168.2s 05:44:08 05:44:08 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:44:08 #149 ... 05:44:08 05:44:08 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:44:08 #155 DONE 168.3s 05:44:08 05:44:08 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:44:08 #156 DONE 168.3s 05:44:08 05:44:08 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:44:08 #152 DONE 168.3s 05:44:08 05:44:08 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #161 ... 05:44:08 05:44:08 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:44:08 #149 DONE 168.4s 05:44:08 05:44:08 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:44:08 #154 DONE 168.4s 05:44:08 05:44:08 #162 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #162 ... 05:44:08 05:44:08 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:44:08 #153 DONE 168.6s 05:44:08 05:44:08 #157 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:44:08 #157 DONE 168.7s 05:44:08 05:44:08 #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 05:44:08 #148 DONE 168.7s 05:44:08 05:44:08 #159 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:44:08 #159 DONE 168.7s 05:44:08 05:44:08 #163 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #163 ... 05:44:08 05:44:08 #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #164 DONE 0.9s 05:44:08 05:44:08 #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #165 DONE 0.9s 05:44:08 05:44:08 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #161 DONE 0.8s 05:44:08 05:44:08 #162 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #162 DONE 0.7s 05:44:08 05:44:08 #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #166 DONE 0.7s 05:44:08 05:44:08 #167 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #167 DONE 0.7s 05:44:08 05:44:08 #168 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:44:08 #168 ... 05:44:08 05:44:08 #163 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #163 DONE 0.6s 05:44:08 05:44:08 #169 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #169 DONE 0.7s 05:44:08 05:44:08 #170 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:44:08 #170 DONE 0.4s 05:44:08 05:44:08 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:44:08 #171 DONE 0.4s 05:44:08 05:44:08 #172 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 05:44:08 #172 ... 05:44:08 05:44:08 #173 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:44:08 #173 DONE 0.7s 05:44:08 05:44:08 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:44:08 #174 DONE 0.6s 05:44:08 05:44:08 #175 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:44:08 #175 CACHED 05:44:08 05:44:08 #176 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #176 CACHED 05:44:08 05:44:08 #177 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #177 CACHED 05:44:08 05:44:08 #178 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 05:44:08 #178 CACHED 05:44:08 05:44:08 #179 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:44:08 #179 CACHED 05:44:08 05:44:08 #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #180 CACHED 05:44:08 05:44:08 #181 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:44:08 #181 DONE 0.7s 05:44:08 05:44:08 #182 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:44:08 #182 CACHED 05:44:08 05:44:08 #183 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #183 CACHED 05:44:08 05:44:08 #168 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:44:08 #168 DONE 0.7s 05:44:08 05:44:08 #184 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:44:08 #184 DONE 0.7s 05:44:08 05:44:08 #185 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:44:08 #185 ... 05:44:08 05:44:08 #186 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:44:08 #186 DONE 0.8s 05:44:08 05:44:08 #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 05:44:08 #187 ... 05:44:08 05:44:08 #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:44:08 #188 DONE 1.3s 05:44:08 05:44:08 #189 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:44:08 #189 DONE 1.7s 05:44:08 05:44:08 #190 [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 05:44:08 #190 DONE 1.4s 05:44:08 05:44:08 #191 [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 05:44:08 #191 ... 05:44:08 05:44:08 #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:44:08 #192 DONE 1.9s 05:44:08 05:44:08 #193 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:44:08 #193 DONE 1.9s 05:44:08 05:44:08 #194 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:44:08 #194 DONE 1.9s 05:44:08 05:44:08 #195 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:44:08 #195 DONE 2.0s 05:44:08 05:44:08 #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:44:08 #196 DONE 2.0s 05:44:08 05:44:08 #172 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 05:44:08 #172 DONE 2.4s 05:44:08 05:44:08 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:44:08 #197 DONE 1.9s 05:44:08 05:44:08 #198 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:44:08 #198 DONE 2.0s 05:44:08 05:44:08 #185 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:44:08 #185 DONE 2.0s 05:44:08 05:44:08 #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:44:08 #199 ... 05:44:08 05:44:08 #187 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 05:44:08 #187 DONE 2.4s 05:44:08 05:44:08 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:44:08 #200 DONE 1.5s 05:44:08 05:44:08 #191 [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 05:44:08 #191 DONE 1.6s 05:44:08 05:44:08 #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:44:08 #201 DONE 1.0s 05:44:08 05:44:08 #101 [core-command] exporting to image 05:44:08 #101 exporting layers 05:44:08 #101 ... 05:44:08 05:44:08 #202 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:44:08 #202 DONE 1.1s 05:44:08 05:44:08 #203 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:44:08 #203 DONE 1.0s 05:44:08 05:44:08 #204 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:44:08 #204 DONE 1.0s 05:44:08 05:44:08 #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:44:08 #205 DONE 1.0s 05:44:08 05:44:08 #206 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 05:44:08 #206 DONE 1.1s 05:44:08 05:44:08 #207 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:44:08 #207 DONE 1.1s 05:44:08 05:44:08 #101 [support-scheduler] exporting to image 05:44:08 #101 ... 05:44:08 05:44:08 #208 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:44:08 #208 DONE 1.1s 05:44:08 05:44:08 #199 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:44:08 #199 DONE 1.1s 05:44:08 05:44:08 #209 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 05:44:08 #209 DONE 0.6s 05:44:08 05:44:08 #101 [core-keeper] exporting to image 05:44:08 #101 exporting layers 0.3s done 05:44:08 #101 ... 05:44:08 05:44:08 #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:44:08 #210 DONE 0.7s 05:44:08 05:44:08 #211 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 05:44:08 #211 DONE 0.7s 05:44:08 05:44:08 #212 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:44:08 #212 DONE 0.6s 05:44:08 05:44:08 #213 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:44:08 #213 DONE 0.6s 05:44:08 05:44:08 #214 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:44:08 #214 DONE 0.6s 05:44:08 05:44:08 #215 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:44:08 #215 DONE 0.6s 05:44:08 05:44:08 #101 [support-cron-scheduler] exporting to image 05:44:08 #101 exporting layers 0.5s done 05:44:08 #101 ... 05:44:08 05:44:08 #216 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 05:44:08 #216 DONE 0.6s 05:44:08 05:44:08 #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:44:08 #217 DONE 0.7s 05:44:08 05:44:08 #218 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 05:44:08 #218 DONE 0.6s 05:44:08 05:44:08 #101 [support-notifications] exporting to image 05:44:08 #101 writing image sha256:136318484e931c8ff9de490e63c0dcbecc3b5d96d700125df7c5d73076a25a38 05:44:08 #101 writing image sha256:7aafa622489e1a95d101f7f18dc4c364d736d3496f2ccafcfb1383163da762bc 05:44:08 #101 writing image sha256:ffb22c042335a3f6af15870b77cc675f060782c2fbf9152c09f95ea9cdde42d3 05:44:08 #101 writing image sha256:0078794605104828ed44a79e99adf48abe6d4cad485bcf79f7d120babdd28c67 05:44:08 #101 ... 05:44:08 05:44:08 #219 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 05:44:08 #219 DONE 0.6s 05:44:08 05:44:08 #220 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 05:44:08 #220 DONE 0.6s 05:44:08 05:44:08 #221 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:44:08 #221 DONE 0.6s 05:44:08 05:44:08 #222 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:44:08 #222 DONE 0.7s 05:44:08 05:44:08 #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:44:08 #223 DONE 0.6s 05:44:08 05:44:08 #101 [core-command] exporting to image 05:44:08 #101 exporting layers 0.7s done 05:44:08 #101 writing image sha256:136318484e931c8ff9de490e63c0dcbecc3b5d96d700125df7c5d73076a25a38 0.3s done 05:44:08 #101 writing image sha256:7aafa622489e1a95d101f7f18dc4c364d736d3496f2ccafcfb1383163da762bc 0.3s done 05:44:08 #101 writing image sha256:ffb22c042335a3f6af15870b77cc675f060782c2fbf9152c09f95ea9cdde42d3 0.3s done 05:44:08 #101 writing image sha256:0078794605104828ed44a79e99adf48abe6d4cad485bcf79f7d120babdd28c67 0.3s done 05:44:08 #101 naming to docker.io/library/support-scheduler done 05:44:08 #101 naming to docker.io/library/core-keeper done 05:44:08 #101 naming to docker.io/library/security-spiffe-token-provider done 05:44:08 #101 naming to docker.io/library/core-command done 05:44:08 #101 writing image sha256:35c0746308653924a765bc3c1b72c4d404f32034aced11eb9a309cfefa41b76a done 05:44:08 #101 naming to docker.io/library/support-cron-scheduler done 05:44:08 #101 writing image sha256:7be5c6791b43f065b2302180d6bc264f23eda370f14712c0524d219d2af29a82 05:44:08 #101 ... 05:44:08 05:44:08 #224 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:44:08 #224 DONE 0.4s 05:44:08 05:44:08 #225 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:44:08 #225 DONE 0.4s 05:44:08 05:44:08 #226 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:44:08 #226 DONE 1.1s 05:44:08 05:44:08 #101 [security-proxy-auth] exporting to image 05:44:08 #101 writing image sha256:7be5c6791b43f065b2302180d6bc264f23eda370f14712c0524d219d2af29a82 0.2s done 05:44:08 #101 naming to docker.io/library/support-notifications done 05:44:08 #101 writing image sha256:0593b49c91ac9d0a8a3ec740ba495a1f0453182517e05ecf6bc836246e2ca480 done 05:44:08 #101 naming to docker.io/library/core-data done 05:44:08 #101 writing image sha256:d13e3fedf5d80ec57ab010bd8a7ae374f364304b294c344a0f6e010e8bbf0e48 05:44:08 #101 ... 05:44:08 05:44:08 #227 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:44:08 #227 DONE 1.2s 05:44:08 05:44:08 #228 [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/ 05:44:08 #228 DONE 0.2s 05:44:08 05:44:08 #101 [core-common-config-bootstrapper] exporting to image 05:44:08 #101 writing image sha256:d13e3fedf5d80ec57ab010bd8a7ae374f364304b294c344a0f6e010e8bbf0e48 done 05:44:08 #101 naming to docker.io/library/core-metadata 0.0s done 05:44:09 #101 ... 05:44:09 05:44:09 #229 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:44:09 #229 DONE 0.2s 05:44:09 05:44:09 #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/ 05:44:09 #230 DONE 0.1s 05:44:09 05:44:09 #231 [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/ 05:44:09 #231 DONE 0.1s 05:44:09 05:44:09 #101 [core-common-config-bootstrapper] exporting to image 05:44:09 #101 exporting layers 0.2s done 05:44:09 #101 writing image sha256:ceba5886079a5db7ebebf868e1fd97e84eb829b6eac8a659428209d282488f1d done 05:44:09 #101 naming to docker.io/library/core-common-config-bootstrapper done 05:44:09 #101 exporting layers 0.3s done 05:44:09 #101 writing image sha256:9535751b443ebe27f1836c0a5d01a0da42d8250450ef29de761a790ac40af6c8 0.0s done 05:44:09 #101 naming to docker.io/library/security-proxy-auth done 05:44:09 #101 DONE 4.4s 05:44:09 05:44:09 #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:44:09 #232 DONE 0.8s 05:44:09 05:44:09 #233 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:44:09 #233 DONE 0.1s 05:44:09 05:44:09 #234 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:44:09 #234 DONE 0.0s 05:44:09 05:44:09 #235 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:44:09 #235 DONE 0.4s 05:44:09 05:44:09 #236 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 05:44:09 #236 DONE 0.4s 05:44:09 05:44:09 #101 [security-secretstore-setup] exporting to image 05:44:09 #101 exporting layers 0.2s done 05:44:09 #101 writing image sha256:c23330a69917e858f12e4dd8efdf128b4d236098106bf1344480090c27e74fa7 done 05:44:09 #101 naming to docker.io/library/security-proxy-setup done 05:44:09 #101 writing image sha256:03ce90a40778ed3c7380a060ed0bb4f370a75a573f4e2c3cdb22946f1c586a00 done 05:44:09 #101 naming to docker.io/library/security-secretstore-setup done 05:44:09 #101 DONE 4.7s 05:44:09 05:44:09 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:44:09 #63 ... 05:44:09 05:44:09 #101 [security-bootstrapper] exporting to image 05:44:09 #101 exporting layers 0.2s done 05:44:09 #101 writing image sha256:58121f54645c29928e8c39e5d5ce387ebe43742ace43a6631aadee4bd364e0a7 done 05:44:09 #101 naming to docker.io/library/security-bootstrapper done 05:44:09 #101 DONE 4.9s 05:44:09 05:44:09 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:44:09 time="2024-10-22T05:38:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:44:09 $ docker stop --time=1 ee2df90227b2f85cfd670f5123206ea40aca868f6a72db09de3b4add5ea51742 05:44:11 $ docker rm -f --volumes ee2df90227b2f85cfd670f5123206ea40aca868f6a72db09de3b4add5ea51742 [Pipeline] // withDockerContainer [Pipeline] sh 05:44:11 + docker images 05:44:11 REPOSITORY TAG IMAGE ID CREATED SIZE 05:44:11 security-bootstrapper latest 58121f54645c 2 seconds ago 32.9MB 05:44:11 security-secretstore-setup latest 03ce90a40778 2 seconds ago 57.9MB 05:44:11 security-proxy-auth latest 9535751b443e 3 seconds ago 40MB 05:44:11 security-proxy-setup latest c23330a69917 3 seconds ago 39.4MB 05:44:11 core-common-config-bootstrapper latest ceba5886079a 3 seconds ago 26.9MB 05:44:11 core-metadata latest d13e3fedf5d8 3 seconds ago 48MB 05:44:11 core-data latest 0593b49c91ac 3 seconds ago 47.8MB 05:44:11 support-cron-scheduler latest 35c074630865 4 seconds ago 72.3MB 05:44:11 support-notifications latest 7be5c6791b43 4 seconds ago 71.1MB 05:44:11 core-keeper latest 7aafa622489e 5 seconds ago 41.5MB 05:44:11 support-scheduler latest 136318484e93 5 seconds ago 70.3MB 05:44:11 core-command latest 007879460510 5 seconds ago 41.9MB 05:44:11 security-spiffe-token-provider latest ffb22c042335 5 seconds ago 47.1MB 05:44:11 security-spire-config latest 5cc6bb7a90d7 3 minutes ago 127MB 05:44:11 security-spire-server latest e9225a555ced 3 minutes ago 128MB 05:44:11 security-spire-agent latest a042413d3628 3 minutes ago 188MB 05:44:11 ci-base-image-x86_64 latest 92a3e27f49de 8 minutes ago 980MB 05:44:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 2 weeks ago 573MB 05:44:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 16 months ago 334MB 05:44:11 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 05:44:11 provisioning config files... 05:44:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config17690774568941239052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:44:11 ---> ****-login.sh 05:44:11 nexus3.edgexfoundry.org:10001 05:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:44:11 Configure a credential helper to remove this warning. See 05:44:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:44:11 05:44:11 Login Succeeded 05:44:11 nexus3.edgexfoundry.org:10002 05:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:44:12 Configure a credential helper to remove this warning. See 05:44:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:44:12 05:44:12 Login Succeeded 05:44:12 nexus3.edgexfoundry.org:10003 05:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:44:12 Configure a credential helper to remove this warning. See 05:44:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:44:12 05:44:12 Login Succeeded 05:44:12 nexus3.edgexfoundry.org:10004 05:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:44:12 Configure a credential helper to remove this warning. See 05:44:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:44:12 05:44:12 Login Succeeded 05:44:12 ****.io 05:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:44:12 Configure a credential helper to remove this warning. See 05:44:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:44:12 05:44:12 Login Succeeded 05:44:12 ---> ****-login.sh ends [Pipeline] } 05:44:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:44:12 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:44:12 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:12 latest 05:44:12 4.0.0-dev.1 05:44:12 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:12 main 05:44:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:13 + docker push nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:13 37ec96bfc5f0: Preparing 05:44:13 daf0f325e07b: Preparing 05:44:13 0b610ac22d7d: Preparing 05:44:13 7c5bf0cbb1a6: Preparing 05:44:13 5376a4c14472: Preparing 05:44:13 dc3e3263c2c0: Preparing 05:44:13 dc3e3263c2c0: Waiting 05:44:13 63ca1fbb43ae: Preparing 05:44:13 63ca1fbb43ae: Waiting 05:44:13 37ec96bfc5f0: Pushed 05:44:13 7c5bf0cbb1a6: Pushed 05:44:13 0b610ac22d7d: Pushed 05:44:13 63ca1fbb43ae: Layer already exists 05:44:13 dc3e3263c2c0: Pushed 05:44:14 5376a4c14472: Pushed 05:44:16 daf0f325e07b: Pushed 05:44:16 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:17 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:44:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:17 37ec96bfc5f0: Preparing 05:44:17 daf0f325e07b: Preparing 05:44:17 0b610ac22d7d: Preparing 05:44:17 7c5bf0cbb1a6: Preparing 05:44:17 5376a4c14472: Preparing 05:44:17 dc3e3263c2c0: Preparing 05:44:17 63ca1fbb43ae: Preparing 05:44:17 dc3e3263c2c0: Waiting 05:44:17 63ca1fbb43ae: Waiting 05:44:17 0b610ac22d7d: Layer already exists 05:44:17 daf0f325e07b: Layer already exists 05:44:17 37ec96bfc5f0: Layer already exists 05:44:17 5376a4c14472: Layer already exists 05:44:17 7c5bf0cbb1a6: Layer already exists 05:44:17 dc3e3263c2c0: Layer already exists 05:44:17 63ca1fbb43ae: Layer already exists 05:44:17 latest: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:18 + docker push nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.1 05:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:18 37ec96bfc5f0: Preparing 05:44:18 daf0f325e07b: Preparing 05:44:18 0b610ac22d7d: Preparing 05:44:18 7c5bf0cbb1a6: Preparing 05:44:18 5376a4c14472: Preparing 05:44:18 dc3e3263c2c0: Preparing 05:44:18 63ca1fbb43ae: Preparing 05:44:18 dc3e3263c2c0: Waiting 05:44:18 63ca1fbb43ae: Waiting 05:44:18 0b610ac22d7d: Layer already exists 05:44:18 7c5bf0cbb1a6: Layer already exists 05:44:18 37ec96bfc5f0: Layer already exists 05:44:18 5376a4c14472: Layer already exists 05:44:18 daf0f325e07b: Layer already exists 05:44:18 dc3e3263c2c0: Layer already exists 05:44:18 63ca1fbb43ae: Layer already exists 05:44:18 4.0.0-dev.1: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:18 + docker push nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:18 37ec96bfc5f0: Preparing 05:44:18 daf0f325e07b: Preparing 05:44:18 0b610ac22d7d: Preparing 05:44:18 7c5bf0cbb1a6: Preparing 05:44:18 5376a4c14472: Preparing 05:44:18 dc3e3263c2c0: Preparing 05:44:18 63ca1fbb43ae: Preparing 05:44:18 dc3e3263c2c0: Waiting 05:44:18 63ca1fbb43ae: Waiting 05:44:18 daf0f325e07b: Layer already exists 05:44:18 0b610ac22d7d: Layer already exists 05:44:18 7c5bf0cbb1a6: Layer already exists 05:44:18 5376a4c14472: Layer already exists 05:44:18 37ec96bfc5f0: Layer already exists 05:44:18 63ca1fbb43ae: Layer already exists 05:44:18 dc3e3263c2c0: Layer already exists 05:44:18 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:19 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:44:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:44:19 37ec96bfc5f0: Preparing 05:44:19 daf0f325e07b: Preparing 05:44:19 0b610ac22d7d: Preparing 05:44:19 7c5bf0cbb1a6: Preparing 05:44:19 5376a4c14472: Preparing 05:44:19 dc3e3263c2c0: Preparing 05:44:19 63ca1fbb43ae: Preparing 05:44:19 dc3e3263c2c0: Waiting 05:44:19 63ca1fbb43ae: Waiting 05:44:19 37ec96bfc5f0: Layer already exists 05:44:19 0b610ac22d7d: Layer already exists 05:44:19 7c5bf0cbb1a6: Layer already exists 05:44:19 5376a4c14472: Layer already exists 05:44:19 daf0f325e07b: Layer already exists 05:44:19 dc3e3263c2c0: Layer already exists 05:44:19 63ca1fbb43ae: Layer already exists 05:44:19 main: digest: sha256:c5bd7ba8f0a73cf32d0ed0c93d1f7515c13a3064aefc0ab05c7766c7c6ed5747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:19 ===================================================== [Pipeline] echo 05:44:19 taggedImages: 05:44:19 - nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:19 - nexus3.edgexfoundry.org:10004/core-command:latest 05:44:19 - nexus3.edgexfoundry.org:10004/core-command:4.0.0-dev.1 05:44:19 - nexus3.edgexfoundry.org:10004/core-command:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:19 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:44:19 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:44:19 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:19 latest 05:44:19 4.0.0-dev.1 05:44:19 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:19 main 05:44:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:20 9df780039af4: Preparing 05:44:20 91c276c21c56: Preparing 05:44:20 cd60b3e4eddf: Preparing 05:44:20 0b8abaabbcd0: Preparing 05:44:20 0b610ac22d7d: Preparing 05:44:20 7c5bf0cbb1a6: Preparing 05:44:20 5376a4c14472: Preparing 05:44:20 dc3e3263c2c0: Preparing 05:44:20 63ca1fbb43ae: Preparing 05:44:20 dc3e3263c2c0: Waiting 05:44:20 63ca1fbb43ae: Waiting 05:44:20 7c5bf0cbb1a6: Waiting 05:44:20 5376a4c14472: Waiting 05:44:20 0b610ac22d7d: Layer already exists 05:44:20 7c5bf0cbb1a6: Layer already exists 05:44:20 5376a4c14472: Layer already exists 05:44:20 dc3e3263c2c0: Layer already exists 05:44:20 9df780039af4: Pushed 05:44:20 cd60b3e4eddf: Pushed 05:44:20 91c276c21c56: Pushed 05:44:20 63ca1fbb43ae: Layer already exists 05:44:21 0b8abaabbcd0: Pushed 05:44:21 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:21 + 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 05:44:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:44:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:22 9df780039af4: Preparing 05:44:22 91c276c21c56: Preparing 05:44:22 cd60b3e4eddf: Preparing 05:44:22 0b8abaabbcd0: Preparing 05:44:22 0b610ac22d7d: Preparing 05:44:22 7c5bf0cbb1a6: Preparing 05:44:22 5376a4c14472: Preparing 05:44:22 dc3e3263c2c0: Preparing 05:44:22 63ca1fbb43ae: Preparing 05:44:22 7c5bf0cbb1a6: Waiting 05:44:22 5376a4c14472: Waiting 05:44:22 63ca1fbb43ae: Waiting 05:44:22 dc3e3263c2c0: Waiting 05:44:22 9df780039af4: Layer already exists 05:44:22 0b610ac22d7d: Layer already exists 05:44:22 cd60b3e4eddf: Layer already exists 05:44:22 0b8abaabbcd0: Layer already exists 05:44:22 91c276c21c56: Layer already exists 05:44:22 7c5bf0cbb1a6: Layer already exists 05:44:22 5376a4c14472: Layer already exists 05:44:22 63ca1fbb43ae: Layer already exists 05:44:22 dc3e3263c2c0: Layer already exists 05:44:22 latest: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.1 05:44:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:22 9df780039af4: Preparing 05:44:22 91c276c21c56: Preparing 05:44:22 cd60b3e4eddf: Preparing 05:44:22 0b8abaabbcd0: Preparing 05:44:22 0b610ac22d7d: Preparing 05:44:22 7c5bf0cbb1a6: Preparing 05:44:22 5376a4c14472: Preparing 05:44:22 dc3e3263c2c0: Preparing 05:44:22 63ca1fbb43ae: Preparing 05:44:22 7c5bf0cbb1a6: Waiting 05:44:22 dc3e3263c2c0: Waiting 05:44:22 63ca1fbb43ae: Waiting 05:44:22 5376a4c14472: Waiting 05:44:22 cd60b3e4eddf: Layer already exists 05:44:22 9df780039af4: Layer already exists 05:44:22 0b610ac22d7d: Layer already exists 05:44:22 0b8abaabbcd0: Layer already exists 05:44:22 91c276c21c56: Layer already exists 05:44:22 5376a4c14472: Layer already exists 05:44:22 7c5bf0cbb1a6: Layer already exists 05:44:22 dc3e3263c2c0: Layer already exists 05:44:22 63ca1fbb43ae: Layer already exists 05:44:22 4.0.0-dev.1: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:23 9df780039af4: Preparing 05:44:23 91c276c21c56: Preparing 05:44:23 cd60b3e4eddf: Preparing 05:44:23 0b8abaabbcd0: Preparing 05:44:23 0b610ac22d7d: Preparing 05:44:23 7c5bf0cbb1a6: Preparing 05:44:23 5376a4c14472: Preparing 05:44:23 dc3e3263c2c0: Preparing 05:44:23 63ca1fbb43ae: Preparing 05:44:23 7c5bf0cbb1a6: Waiting 05:44:23 5376a4c14472: Waiting 05:44:23 dc3e3263c2c0: Waiting 05:44:23 63ca1fbb43ae: Waiting 05:44:23 cd60b3e4eddf: Layer already exists 05:44:23 91c276c21c56: Layer already exists 05:44:23 0b610ac22d7d: Layer already exists 05:44:23 9df780039af4: Layer already exists 05:44:23 0b8abaabbcd0: Layer already exists 05:44:23 dc3e3263c2c0: Layer already exists 05:44:23 5376a4c14472: Layer already exists 05:44:23 63ca1fbb43ae: Layer already exists 05:44:23 7c5bf0cbb1a6: Layer already exists 05:44:23 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:23 + 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 05:44:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:44:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:44:24 9df780039af4: Preparing 05:44:24 91c276c21c56: Preparing 05:44:24 cd60b3e4eddf: Preparing 05:44:24 0b8abaabbcd0: Preparing 05:44:24 0b610ac22d7d: Preparing 05:44:24 7c5bf0cbb1a6: Preparing 05:44:24 5376a4c14472: Preparing 05:44:24 dc3e3263c2c0: Preparing 05:44:24 63ca1fbb43ae: Preparing 05:44:24 7c5bf0cbb1a6: Waiting 05:44:24 5376a4c14472: Waiting 05:44:24 dc3e3263c2c0: Waiting 05:44:24 63ca1fbb43ae: Waiting 05:44:24 0b610ac22d7d: Layer already exists 05:44:24 0b8abaabbcd0: Layer already exists 05:44:24 cd60b3e4eddf: Layer already exists 05:44:24 91c276c21c56: Layer already exists 05:44:24 9df780039af4: Layer already exists 05:44:24 7c5bf0cbb1a6: Layer already exists 05:44:24 dc3e3263c2c0: Layer already exists 05:44:24 63ca1fbb43ae: Layer already exists 05:44:24 5376a4c14472: Layer already exists 05:44:24 main: digest: sha256:62dc1c3d29a5cf7be818d2c6c472597c9797473b3a4845db6856c16470bc0210 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:24 ===================================================== [Pipeline] echo 05:44:24 taggedImages: 05:44:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:44:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.0.0-dev.1 05:44:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:44:24 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:44:24 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:24 latest 05:44:24 4.0.0-dev.1 05:44:24 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:24 main 05:44:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:24 + docker push nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:24 f9d4e03dce36: Preparing 05:44:24 9ac4493bab7d: Preparing 05:44:24 e664a1d1ad17: Preparing 05:44:24 0b610ac22d7d: Preparing 05:44:24 7c5bf0cbb1a6: Preparing 05:44:24 5d987afd29ff: Preparing 05:44:24 43dd5022dcc9: Preparing 05:44:24 63ca1fbb43ae: Preparing 05:44:24 5d987afd29ff: Waiting 05:44:24 43dd5022dcc9: Waiting 05:44:24 63ca1fbb43ae: Waiting 05:44:24 0b610ac22d7d: Layer already exists 05:44:24 7c5bf0cbb1a6: Layer already exists 05:44:24 9ac4493bab7d: Pushed 05:44:24 63ca1fbb43ae: Layer already exists 05:44:24 f9d4e03dce36: Pushed 05:44:24 43dd5022dcc9: Pushed 05:44:25 5d987afd29ff: Pushed 05:44:28 e664a1d1ad17: Pushed 05:44:28 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:28 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:28 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:44:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:28 f9d4e03dce36: Preparing 05:44:28 9ac4493bab7d: Preparing 05:44:28 e664a1d1ad17: Preparing 05:44:28 0b610ac22d7d: Preparing 05:44:28 7c5bf0cbb1a6: Preparing 05:44:28 5d987afd29ff: Preparing 05:44:28 43dd5022dcc9: Preparing 05:44:28 63ca1fbb43ae: Preparing 05:44:28 43dd5022dcc9: Waiting 05:44:28 5d987afd29ff: Waiting 05:44:28 63ca1fbb43ae: Waiting 05:44:28 7c5bf0cbb1a6: Layer already exists 05:44:28 0b610ac22d7d: Layer already exists 05:44:28 9ac4493bab7d: Layer already exists 05:44:28 f9d4e03dce36: Layer already exists 05:44:28 e664a1d1ad17: Layer already exists 05:44:28 5d987afd29ff: Layer already exists 05:44:28 63ca1fbb43ae: Layer already exists 05:44:28 43dd5022dcc9: Layer already exists 05:44:28 latest: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:29 + docker push nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.1 05:44:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:29 f9d4e03dce36: Preparing 05:44:29 9ac4493bab7d: Preparing 05:44:29 e664a1d1ad17: Preparing 05:44:29 0b610ac22d7d: Preparing 05:44:29 7c5bf0cbb1a6: Preparing 05:44:29 5d987afd29ff: Preparing 05:44:29 43dd5022dcc9: Preparing 05:44:29 63ca1fbb43ae: Preparing 05:44:29 5d987afd29ff: Waiting 05:44:29 43dd5022dcc9: Waiting 05:44:29 63ca1fbb43ae: Waiting 05:44:29 9ac4493bab7d: Layer already exists 05:44:29 e664a1d1ad17: Layer already exists 05:44:29 7c5bf0cbb1a6: Layer already exists 05:44:29 0b610ac22d7d: Layer already exists 05:44:29 f9d4e03dce36: Layer already exists 05:44:29 43dd5022dcc9: Layer already exists 05:44:29 5d987afd29ff: Layer already exists 05:44:29 63ca1fbb43ae: Layer already exists 05:44:29 4.0.0-dev.1: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:30 + docker push nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:30 f9d4e03dce36: Preparing 05:44:30 9ac4493bab7d: Preparing 05:44:30 e664a1d1ad17: Preparing 05:44:30 0b610ac22d7d: Preparing 05:44:30 7c5bf0cbb1a6: Preparing 05:44:30 5d987afd29ff: Preparing 05:44:30 43dd5022dcc9: Preparing 05:44:30 63ca1fbb43ae: Preparing 05:44:30 43dd5022dcc9: Waiting 05:44:30 63ca1fbb43ae: Waiting 05:44:30 5d987afd29ff: Waiting 05:44:30 9ac4493bab7d: Layer already exists 05:44:30 7c5bf0cbb1a6: Layer already exists 05:44:30 0b610ac22d7d: Layer already exists 05:44:30 f9d4e03dce36: Layer already exists 05:44:30 e664a1d1ad17: Layer already exists 05:44:30 63ca1fbb43ae: Layer already exists 05:44:30 43dd5022dcc9: Layer already exists 05:44:30 5d987afd29ff: Layer already exists 05:44:30 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:30 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:30 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:44:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:44:30 f9d4e03dce36: Preparing 05:44:30 9ac4493bab7d: Preparing 05:44:30 e664a1d1ad17: Preparing 05:44:30 0b610ac22d7d: Preparing 05:44:30 7c5bf0cbb1a6: Preparing 05:44:30 5d987afd29ff: Preparing 05:44:30 43dd5022dcc9: Preparing 05:44:30 63ca1fbb43ae: Preparing 05:44:30 5d987afd29ff: Waiting 05:44:30 43dd5022dcc9: Waiting 05:44:30 63ca1fbb43ae: Waiting 05:44:30 9ac4493bab7d: Layer already exists 05:44:30 e664a1d1ad17: Layer already exists 05:44:30 7c5bf0cbb1a6: Layer already exists 05:44:30 f9d4e03dce36: Layer already exists 05:44:30 0b610ac22d7d: Layer already exists 05:44:30 5d987afd29ff: Layer already exists 05:44:30 63ca1fbb43ae: Layer already exists 05:44:30 43dd5022dcc9: Layer already exists 05:44:30 main: digest: sha256:38946d3526fcdbd80c438418fbe20b48e7b771a7ddf8978254111e8fd099c0e4 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:30 ===================================================== [Pipeline] echo 05:44:30 taggedImages: 05:44:30 - nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:30 - nexus3.edgexfoundry.org:10004/core-data:latest 05:44:30 - nexus3.edgexfoundry.org:10004/core-data:4.0.0-dev.1 05:44:30 - nexus3.edgexfoundry.org:10004/core-data:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:30 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:44:30 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 05:44:30 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:30 latest 05:44:30 4.0.0-dev.1 05:44:30 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:30 main 05:44:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:44:31 50a7148bb2a3: Preparing 05:44:31 16cad30d6f21: Preparing 05:44:31 e38f0e4d25db: Preparing 05:44:31 7c5bf0cbb1a6: Preparing 05:44:31 5da686b2a9b0: Preparing 05:44:31 a48fd660e41c: Preparing 05:44:31 63ca1fbb43ae: Preparing 05:44:31 a48fd660e41c: Waiting 05:44:31 63ca1fbb43ae: Waiting 05:44:31 7c5bf0cbb1a6: Layer already exists 05:44:31 16cad30d6f21: Pushed 05:44:31 50a7148bb2a3: Pushed 05:44:31 63ca1fbb43ae: Layer already exists 05:44:31 5da686b2a9b0: Pushed 05:44:31 a48fd660e41c: Pushed 05:44:34 e38f0e4d25db: Pushed 05:44:34 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:35 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:35 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 05:44:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:44:35 50a7148bb2a3: Preparing 05:44:35 16cad30d6f21: Preparing 05:44:35 e38f0e4d25db: Preparing 05:44:35 7c5bf0cbb1a6: Preparing 05:44:35 5da686b2a9b0: Preparing 05:44:35 a48fd660e41c: Preparing 05:44:35 63ca1fbb43ae: Preparing 05:44:35 63ca1fbb43ae: Waiting 05:44:35 a48fd660e41c: Waiting 05:44:35 e38f0e4d25db: Layer already exists 05:44:35 5da686b2a9b0: Layer already exists 05:44:35 16cad30d6f21: Layer already exists 05:44:35 50a7148bb2a3: Layer already exists 05:44:35 7c5bf0cbb1a6: Layer already exists 05:44:35 a48fd660e41c: Layer already exists 05:44:35 63ca1fbb43ae: Layer already exists 05:44:35 latest: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:35 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:36 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.1 05:44:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:44:36 50a7148bb2a3: Preparing 05:44:36 16cad30d6f21: Preparing 05:44:36 e38f0e4d25db: Preparing 05:44:36 7c5bf0cbb1a6: Preparing 05:44:36 5da686b2a9b0: Preparing 05:44:36 a48fd660e41c: Preparing 05:44:36 63ca1fbb43ae: Preparing 05:44:36 a48fd660e41c: Waiting 05:44:36 50a7148bb2a3: Layer already exists 05:44:36 5da686b2a9b0: Layer already exists 05:44:36 e38f0e4d25db: Layer already exists 05:44:36 16cad30d6f21: Layer already exists 05:44:36 7c5bf0cbb1a6: Layer already exists 05:44:36 a48fd660e41c: Layer already exists 05:44:36 63ca1fbb43ae: Layer already exists 05:44:36 4.0.0-dev.1: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:36 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:36 + docker push nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:44:36 50a7148bb2a3: Preparing 05:44:36 16cad30d6f21: Preparing 05:44:36 e38f0e4d25db: Preparing 05:44:36 7c5bf0cbb1a6: Preparing 05:44:36 5da686b2a9b0: Preparing 05:44:36 a48fd660e41c: Preparing 05:44:36 63ca1fbb43ae: Preparing 05:44:36 a48fd660e41c: Waiting 05:44:36 50a7148bb2a3: Layer already exists 05:44:36 e38f0e4d25db: Layer already exists 05:44:36 5da686b2a9b0: Layer already exists 05:44:36 16cad30d6f21: Layer already exists 05:44:36 7c5bf0cbb1a6: Layer already exists 05:44:36 63ca1fbb43ae: Layer already exists 05:44:36 a48fd660e41c: Layer already exists 05:44:36 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:37 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 05:44:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:44:37 50a7148bb2a3: Preparing 05:44:37 16cad30d6f21: Preparing 05:44:37 e38f0e4d25db: Preparing 05:44:37 7c5bf0cbb1a6: Preparing 05:44:37 5da686b2a9b0: Preparing 05:44:37 a48fd660e41c: Preparing 05:44:37 63ca1fbb43ae: Preparing 05:44:37 a48fd660e41c: Waiting 05:44:37 63ca1fbb43ae: Waiting 05:44:37 7c5bf0cbb1a6: Layer already exists 05:44:37 e38f0e4d25db: Layer already exists 05:44:37 5da686b2a9b0: Layer already exists 05:44:37 16cad30d6f21: Layer already exists 05:44:37 50a7148bb2a3: Layer already exists 05:44:37 63ca1fbb43ae: Layer already exists 05:44:37 a48fd660e41c: Layer already exists 05:44:37 main: digest: sha256:9867a57f037b0eee4cc5be374d1109ea966849b51424807476a92ef88a5f13bd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:37 ===================================================== [Pipeline] echo 05:44:37 taggedImages: 05:44:37 - nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:37 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:44:37 - nexus3.edgexfoundry.org:10004/core-keeper:4.0.0-dev.1 05:44:37 - nexus3.edgexfoundry.org:10004/core-keeper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:37 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 05:44:37 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:44:37 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:37 latest 05:44:37 4.0.0-dev.1 05:44:37 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:37 main 05:44:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:44:38 10489830d270: Preparing 05:44:38 3240ed9fd298: Preparing 05:44:38 c1d7d195442a: Preparing 05:44:38 f003330c4692: Preparing 05:44:38 0b610ac22d7d: Preparing 05:44:38 7c5bf0cbb1a6: Preparing 05:44:38 5376a4c14472: Preparing 05:44:38 dc3e3263c2c0: Preparing 05:44:38 63ca1fbb43ae: Preparing 05:44:38 7c5bf0cbb1a6: Waiting 05:44:38 5376a4c14472: Waiting 05:44:38 dc3e3263c2c0: Waiting 05:44:38 63ca1fbb43ae: Waiting 05:44:38 0b610ac22d7d: Layer already exists 05:44:38 7c5bf0cbb1a6: Layer already exists 05:44:38 5376a4c14472: Layer already exists 05:44:38 dc3e3263c2c0: Layer already exists 05:44:38 63ca1fbb43ae: Layer already exists 05:44:38 3240ed9fd298: Pushed 05:44:38 c1d7d195442a: Pushed 05:44:38 10489830d270: Pushed 05:44:41 f003330c4692: Pushed 05:44:41 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:44:42 10489830d270: Preparing 05:44:42 3240ed9fd298: Preparing 05:44:42 c1d7d195442a: Preparing 05:44:42 f003330c4692: Preparing 05:44:42 0b610ac22d7d: Preparing 05:44:42 7c5bf0cbb1a6: Preparing 05:44:42 5376a4c14472: Preparing 05:44:42 dc3e3263c2c0: Preparing 05:44:42 63ca1fbb43ae: Preparing 05:44:42 dc3e3263c2c0: Waiting 05:44:42 7c5bf0cbb1a6: Waiting 05:44:42 63ca1fbb43ae: Waiting 05:44:42 5376a4c14472: Waiting 05:44:42 0b610ac22d7d: Layer already exists 05:44:42 10489830d270: Layer already exists 05:44:42 c1d7d195442a: Layer already exists 05:44:42 f003330c4692: Layer already exists 05:44:42 3240ed9fd298: Layer already exists 05:44:42 7c5bf0cbb1a6: Layer already exists 05:44:42 5376a4c14472: Layer already exists 05:44:42 dc3e3263c2c0: Layer already exists 05:44:42 63ca1fbb43ae: Layer already exists 05:44:42 latest: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:42 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.1 05:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:44:42 10489830d270: Preparing 05:44:42 3240ed9fd298: Preparing 05:44:42 c1d7d195442a: Preparing 05:44:42 f003330c4692: Preparing 05:44:42 0b610ac22d7d: Preparing 05:44:42 7c5bf0cbb1a6: Preparing 05:44:42 5376a4c14472: Preparing 05:44:42 dc3e3263c2c0: Preparing 05:44:42 63ca1fbb43ae: Preparing 05:44:42 7c5bf0cbb1a6: Waiting 05:44:42 dc3e3263c2c0: Waiting 05:44:42 63ca1fbb43ae: Waiting 05:44:42 5376a4c14472: Waiting 05:44:42 3240ed9fd298: Layer already exists 05:44:42 f003330c4692: Layer already exists 05:44:42 10489830d270: Layer already exists 05:44:42 0b610ac22d7d: Layer already exists 05:44:42 c1d7d195442a: Layer already exists 05:44:42 7c5bf0cbb1a6: Layer already exists 05:44:42 5376a4c14472: Layer already exists 05:44:42 dc3e3263c2c0: Layer already exists 05:44:42 63ca1fbb43ae: Layer already exists 05:44:42 4.0.0-dev.1: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:44:43 10489830d270: Preparing 05:44:43 3240ed9fd298: Preparing 05:44:43 c1d7d195442a: Preparing 05:44:43 f003330c4692: Preparing 05:44:43 0b610ac22d7d: Preparing 05:44:43 7c5bf0cbb1a6: Preparing 05:44:43 5376a4c14472: Preparing 05:44:43 7c5bf0cbb1a6: Waiting 05:44:43 dc3e3263c2c0: Preparing 05:44:43 5376a4c14472: Waiting 05:44:43 63ca1fbb43ae: Preparing 05:44:43 dc3e3263c2c0: Waiting 05:44:43 63ca1fbb43ae: Waiting 05:44:43 c1d7d195442a: Layer already exists 05:44:43 f003330c4692: Layer already exists 05:44:43 0b610ac22d7d: Layer already exists 05:44:43 10489830d270: Layer already exists 05:44:43 3240ed9fd298: Layer already exists 05:44:43 7c5bf0cbb1a6: Layer already exists 05:44:43 dc3e3263c2c0: Layer already exists 05:44:43 5376a4c14472: Layer already exists 05:44:43 63ca1fbb43ae: Layer already exists 05:44:43 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:44:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:44:44 10489830d270: Preparing 05:44:44 3240ed9fd298: Preparing 05:44:44 c1d7d195442a: Preparing 05:44:44 f003330c4692: Preparing 05:44:44 0b610ac22d7d: Preparing 05:44:44 7c5bf0cbb1a6: Preparing 05:44:44 5376a4c14472: Preparing 05:44:44 dc3e3263c2c0: Preparing 05:44:44 63ca1fbb43ae: Preparing 05:44:44 7c5bf0cbb1a6: Waiting 05:44:44 5376a4c14472: Waiting 05:44:44 dc3e3263c2c0: Waiting 05:44:44 63ca1fbb43ae: Waiting 05:44:44 c1d7d195442a: Layer already exists 05:44:44 10489830d270: Layer already exists 05:44:44 0b610ac22d7d: Layer already exists 05:44:44 3240ed9fd298: Layer already exists 05:44:44 f003330c4692: Layer already exists 05:44:44 dc3e3263c2c0: Layer already exists 05:44:44 5376a4c14472: Layer already exists 05:44:44 7c5bf0cbb1a6: Layer already exists 05:44:44 63ca1fbb43ae: Layer already exists 05:44:44 main: digest: sha256:d73289965df68668b139d6e37e593494ac409aa5882e283601e954c59f20ff78 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:44 ===================================================== [Pipeline] echo 05:44:44 taggedImages: 05:44:44 - nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:44 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:44:44 - nexus3.edgexfoundry.org:10004/core-metadata:4.0.0-dev.1 05:44:44 - nexus3.edgexfoundry.org:10004/core-metadata:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:44 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:44:44 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:44:44 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:44 latest 05:44:44 4.0.0-dev.1 05:44:44 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:44 main 05:44:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:44:45 33d8d6242317: Preparing 05:44:45 c99efb699aad: Preparing 05:44:45 7c0926671c40: Preparing 05:44:45 f5a9b8dc9d76: Preparing 05:44:45 10010c001d98: Preparing 05:44:45 388fd5c9d0d0: Preparing 05:44:45 d1946c0761c4: Preparing 05:44:45 a54828dd79ca: Preparing 05:44:45 0b610ac22d7d: Preparing 05:44:45 7c5bf0cbb1a6: Preparing 05:44:45 279d64f10e8a: Preparing 05:44:45 b3951ae1727d: Preparing 05:44:45 5f70bf18a086: Preparing 05:44:45 c0023b977b84: Preparing 05:44:45 423da3227290: Preparing 05:44:45 1733223080bd: Preparing 05:44:45 63ca1fbb43ae: Preparing 05:44:45 388fd5c9d0d0: Waiting 05:44:45 d1946c0761c4: Waiting 05:44:45 a54828dd79ca: Waiting 05:44:45 1733223080bd: Waiting 05:44:45 c0023b977b84: Waiting 05:44:45 0b610ac22d7d: Waiting 05:44:45 423da3227290: Waiting 05:44:45 7c5bf0cbb1a6: Waiting 05:44:45 279d64f10e8a: Waiting 05:44:45 63ca1fbb43ae: Waiting 05:44:45 b3951ae1727d: Waiting 05:44:45 5f70bf18a086: Waiting 05:44:45 7c0926671c40: Pushed 05:44:45 10010c001d98: Pushed 05:44:45 f5a9b8dc9d76: Pushed 05:44:45 33d8d6242317: Pushed 05:44:45 c99efb699aad: Pushed 05:44:45 0b610ac22d7d: Layer already exists 05:44:45 7c5bf0cbb1a6: Layer already exists 05:44:45 d1946c0761c4: Pushed 05:44:45 388fd5c9d0d0: Pushed 05:44:45 5f70bf18a086: Layer already exists 05:44:45 279d64f10e8a: Pushed 05:44:45 b3951ae1727d: Pushed 05:44:45 63ca1fbb43ae: Layer already exists 05:44:45 c0023b977b84: Pushed 05:44:45 1733223080bd: Pushed 05:44:45 423da3227290: Pushed 05:44:47 a54828dd79ca: Pushed 05:44:47 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:44:48 33d8d6242317: Preparing 05:44:48 c99efb699aad: Preparing 05:44:48 7c0926671c40: Preparing 05:44:48 f5a9b8dc9d76: Preparing 05:44:48 10010c001d98: Preparing 05:44:48 388fd5c9d0d0: Preparing 05:44:48 d1946c0761c4: Preparing 05:44:48 a54828dd79ca: Preparing 05:44:48 0b610ac22d7d: Preparing 05:44:48 7c5bf0cbb1a6: Preparing 05:44:48 279d64f10e8a: Preparing 05:44:48 b3951ae1727d: Preparing 05:44:48 5f70bf18a086: Preparing 05:44:48 c0023b977b84: Preparing 05:44:48 423da3227290: Preparing 05:44:48 1733223080bd: Preparing 05:44:48 63ca1fbb43ae: Preparing 05:44:48 7c5bf0cbb1a6: Waiting 05:44:48 279d64f10e8a: Waiting 05:44:48 b3951ae1727d: Waiting 05:44:48 5f70bf18a086: Waiting 05:44:48 c0023b977b84: Waiting 05:44:48 423da3227290: Waiting 05:44:48 1733223080bd: Waiting 05:44:48 63ca1fbb43ae: Waiting 05:44:48 d1946c0761c4: Waiting 05:44:48 a54828dd79ca: Waiting 05:44:48 388fd5c9d0d0: Waiting 05:44:48 0b610ac22d7d: Waiting 05:44:48 7c0926671c40: Layer already exists 05:44:48 33d8d6242317: Layer already exists 05:44:48 c99efb699aad: Layer already exists 05:44:48 f5a9b8dc9d76: Layer already exists 05:44:48 10010c001d98: Layer already exists 05:44:48 388fd5c9d0d0: Layer already exists 05:44:48 d1946c0761c4: Layer already exists 05:44:48 a54828dd79ca: Layer already exists 05:44:48 0b610ac22d7d: Layer already exists 05:44:48 7c5bf0cbb1a6: Layer already exists 05:44:48 279d64f10e8a: Layer already exists 05:44:48 b3951ae1727d: Layer already exists 05:44:48 c0023b977b84: Layer already exists 05:44:48 5f70bf18a086: Layer already exists 05:44:48 423da3227290: Layer already exists 05:44:48 63ca1fbb43ae: Layer already exists 05:44:48 1733223080bd: Layer already exists 05:44:48 latest: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.1 05:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:44:48 33d8d6242317: Preparing 05:44:48 c99efb699aad: Preparing 05:44:48 7c0926671c40: Preparing 05:44:48 f5a9b8dc9d76: Preparing 05:44:48 10010c001d98: Preparing 05:44:48 388fd5c9d0d0: Preparing 05:44:48 d1946c0761c4: Preparing 05:44:48 a54828dd79ca: Preparing 05:44:48 0b610ac22d7d: Preparing 05:44:48 7c5bf0cbb1a6: Preparing 05:44:48 279d64f10e8a: Preparing 05:44:48 b3951ae1727d: Preparing 05:44:48 5f70bf18a086: Preparing 05:44:48 c0023b977b84: Preparing 05:44:48 423da3227290: Preparing 05:44:48 1733223080bd: Preparing 05:44:48 63ca1fbb43ae: Preparing 05:44:48 279d64f10e8a: Waiting 05:44:48 b3951ae1727d: Waiting 05:44:48 5f70bf18a086: Waiting 05:44:48 c0023b977b84: Waiting 05:44:48 423da3227290: Waiting 05:44:48 1733223080bd: Waiting 05:44:48 63ca1fbb43ae: Waiting 05:44:48 d1946c0761c4: Waiting 05:44:48 7c5bf0cbb1a6: Waiting 05:44:48 a54828dd79ca: Waiting 05:44:48 0b610ac22d7d: Waiting 05:44:48 f5a9b8dc9d76: Layer already exists 05:44:48 33d8d6242317: Layer already exists 05:44:48 7c0926671c40: Layer already exists 05:44:48 c99efb699aad: Layer already exists 05:44:48 10010c001d98: Layer already exists 05:44:48 d1946c0761c4: Layer already exists 05:44:48 0b610ac22d7d: Layer already exists 05:44:48 388fd5c9d0d0: Layer already exists 05:44:48 7c5bf0cbb1a6: Layer already exists 05:44:48 a54828dd79ca: Layer already exists 05:44:48 279d64f10e8a: Layer already exists 05:44:48 b3951ae1727d: Layer already exists 05:44:48 423da3227290: Layer already exists 05:44:48 c0023b977b84: Layer already exists 05:44:48 5f70bf18a086: Layer already exists 05:44:48 1733223080bd: Layer already exists 05:44:48 63ca1fbb43ae: Layer already exists 05:44:48 4.0.0-dev.1: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:44:49 33d8d6242317: Preparing 05:44:49 c99efb699aad: Preparing 05:44:49 7c0926671c40: Preparing 05:44:49 f5a9b8dc9d76: Preparing 05:44:49 10010c001d98: Preparing 05:44:49 388fd5c9d0d0: Preparing 05:44:49 d1946c0761c4: Preparing 05:44:49 a54828dd79ca: Preparing 05:44:49 0b610ac22d7d: Preparing 05:44:49 7c5bf0cbb1a6: Preparing 05:44:49 279d64f10e8a: Preparing 05:44:49 b3951ae1727d: Preparing 05:44:49 5f70bf18a086: Preparing 05:44:49 c0023b977b84: Preparing 05:44:49 423da3227290: Preparing 05:44:49 1733223080bd: Preparing 05:44:49 63ca1fbb43ae: Preparing 05:44:49 279d64f10e8a: Waiting 05:44:49 b3951ae1727d: Waiting 05:44:49 388fd5c9d0d0: Waiting 05:44:49 5f70bf18a086: Waiting 05:44:49 d1946c0761c4: Waiting 05:44:49 c0023b977b84: Waiting 05:44:49 a54828dd79ca: Waiting 05:44:49 423da3227290: Waiting 05:44:49 0b610ac22d7d: Waiting 05:44:49 7c5bf0cbb1a6: Waiting 05:44:49 1733223080bd: Waiting 05:44:49 7c0926671c40: Layer already exists 05:44:49 c99efb699aad: Layer already exists 05:44:49 10010c001d98: Layer already exists 05:44:49 33d8d6242317: Layer already exists 05:44:49 f5a9b8dc9d76: Layer already exists 05:44:49 d1946c0761c4: Layer already exists 05:44:49 a54828dd79ca: Layer already exists 05:44:49 0b610ac22d7d: Layer already exists 05:44:49 7c5bf0cbb1a6: Layer already exists 05:44:49 279d64f10e8a: Layer already exists 05:44:49 5f70bf18a086: Layer already exists 05:44:49 c0023b977b84: Layer already exists 05:44:49 423da3227290: Layer already exists 05:44:49 388fd5c9d0d0: Layer already exists 05:44:49 1733223080bd: Layer already exists 05:44:49 63ca1fbb43ae: Layer already exists 05:44:49 b3951ae1727d: Layer already exists 05:44:49 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:49 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:44:50 33d8d6242317: Preparing 05:44:50 c99efb699aad: Preparing 05:44:50 7c0926671c40: Preparing 05:44:50 f5a9b8dc9d76: Preparing 05:44:50 10010c001d98: Preparing 05:44:50 388fd5c9d0d0: Preparing 05:44:50 d1946c0761c4: Preparing 05:44:50 a54828dd79ca: Preparing 05:44:50 0b610ac22d7d: Preparing 05:44:50 7c5bf0cbb1a6: Preparing 05:44:50 279d64f10e8a: Preparing 05:44:50 b3951ae1727d: Preparing 05:44:50 5f70bf18a086: Preparing 05:44:50 c0023b977b84: Preparing 05:44:50 423da3227290: Preparing 05:44:50 1733223080bd: Preparing 05:44:50 63ca1fbb43ae: Preparing 05:44:50 5f70bf18a086: Waiting 05:44:50 0b610ac22d7d: Waiting 05:44:50 7c5bf0cbb1a6: Waiting 05:44:50 279d64f10e8a: Waiting 05:44:50 b3951ae1727d: Waiting 05:44:50 c0023b977b84: Waiting 05:44:50 423da3227290: Waiting 05:44:50 388fd5c9d0d0: Waiting 05:44:50 d1946c0761c4: Waiting 05:44:50 63ca1fbb43ae: Waiting 05:44:50 10010c001d98: Layer already exists 05:44:50 33d8d6242317: Layer already exists 05:44:50 7c0926671c40: Layer already exists 05:44:50 f5a9b8dc9d76: Layer already exists 05:44:50 c99efb699aad: Layer already exists 05:44:50 d1946c0761c4: Layer already exists 05:44:50 388fd5c9d0d0: Layer already exists 05:44:50 0b610ac22d7d: Layer already exists 05:44:50 a54828dd79ca: Layer already exists 05:44:50 7c5bf0cbb1a6: Layer already exists 05:44:50 279d64f10e8a: Layer already exists 05:44:50 b3951ae1727d: Layer already exists 05:44:50 5f70bf18a086: Layer already exists 05:44:50 423da3227290: Layer already exists 05:44:50 c0023b977b84: Layer already exists 05:44:50 1733223080bd: Layer already exists 05:44:50 63ca1fbb43ae: Layer already exists 05:44:50 main: digest: sha256:2239fb0e0f1cf1d89742e00040f1bfba7487eaa3237672a6f34e981665477f20 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:50 ===================================================== [Pipeline] echo 05:44:50 taggedImages: 05:44:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:44:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.0.0-dev.1 05:44:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:44:50 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:44:50 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:50 latest 05:44:50 4.0.0-dev.1 05:44:50 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:50 main 05:44:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:44:50 9df780039af4: Preparing 05:44:50 91c276c21c56: Preparing 05:44:50 16f97b92f45d: Preparing 05:44:50 ef24a744cd94: Preparing 05:44:50 0b610ac22d7d: Preparing 05:44:50 7c5bf0cbb1a6: Preparing 05:44:50 5376a4c14472: Preparing 05:44:50 dc3e3263c2c0: Preparing 05:44:50 63ca1fbb43ae: Preparing 05:44:50 5376a4c14472: Waiting 05:44:50 7c5bf0cbb1a6: Waiting 05:44:50 dc3e3263c2c0: Waiting 05:44:50 91c276c21c56: Layer already exists 05:44:50 9df780039af4: Layer already exists 05:44:50 0b610ac22d7d: Layer already exists 05:44:50 7c5bf0cbb1a6: Layer already exists 05:44:50 5376a4c14472: Layer already exists 05:44:50 dc3e3263c2c0: Layer already exists 05:44:50 63ca1fbb43ae: Layer already exists 05:44:50 16f97b92f45d: Pushed 05:44:53 ef24a744cd94: Pushed 05:44:53 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:53 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:44:54 9df780039af4: Preparing 05:44:54 91c276c21c56: Preparing 05:44:54 16f97b92f45d: Preparing 05:44:54 ef24a744cd94: Preparing 05:44:54 0b610ac22d7d: Preparing 05:44:54 7c5bf0cbb1a6: Preparing 05:44:54 5376a4c14472: Preparing 05:44:54 dc3e3263c2c0: Preparing 05:44:54 63ca1fbb43ae: Preparing 05:44:54 7c5bf0cbb1a6: Waiting 05:44:54 5376a4c14472: Waiting 05:44:54 dc3e3263c2c0: Waiting 05:44:54 63ca1fbb43ae: Waiting 05:44:54 9df780039af4: Layer already exists 05:44:54 ef24a744cd94: Layer already exists 05:44:54 91c276c21c56: Layer already exists 05:44:54 16f97b92f45d: Layer already exists 05:44:54 0b610ac22d7d: Layer already exists 05:44:54 dc3e3263c2c0: Layer already exists 05:44:54 5376a4c14472: Layer already exists 05:44:54 7c5bf0cbb1a6: Layer already exists 05:44:54 63ca1fbb43ae: Layer already exists 05:44:54 latest: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:54 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.1 05:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:44:54 9df780039af4: Preparing 05:44:54 91c276c21c56: Preparing 05:44:54 16f97b92f45d: Preparing 05:44:54 ef24a744cd94: Preparing 05:44:54 0b610ac22d7d: Preparing 05:44:54 7c5bf0cbb1a6: Preparing 05:44:54 5376a4c14472: Preparing 05:44:54 dc3e3263c2c0: Preparing 05:44:54 63ca1fbb43ae: Preparing 05:44:54 5376a4c14472: Waiting 05:44:54 dc3e3263c2c0: Waiting 05:44:54 63ca1fbb43ae: Waiting 05:44:54 7c5bf0cbb1a6: Waiting 05:44:54 9df780039af4: Layer already exists 05:44:54 ef24a744cd94: Layer already exists 05:44:54 0b610ac22d7d: Layer already exists 05:44:54 91c276c21c56: Layer already exists 05:44:54 16f97b92f45d: Layer already exists 05:44:54 5376a4c14472: Layer already exists 05:44:54 63ca1fbb43ae: Layer already exists 05:44:54 7c5bf0cbb1a6: Layer already exists 05:44:54 dc3e3263c2c0: Layer already exists 05:44:54 4.0.0-dev.1: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:55 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:44:55 9df780039af4: Preparing 05:44:55 91c276c21c56: Preparing 05:44:55 16f97b92f45d: Preparing 05:44:55 ef24a744cd94: Preparing 05:44:55 0b610ac22d7d: Preparing 05:44:55 7c5bf0cbb1a6: Preparing 05:44:55 5376a4c14472: Preparing 05:44:55 dc3e3263c2c0: Preparing 05:44:55 63ca1fbb43ae: Preparing 05:44:55 7c5bf0cbb1a6: Waiting 05:44:55 5376a4c14472: Waiting 05:44:55 dc3e3263c2c0: Waiting 05:44:55 63ca1fbb43ae: Waiting 05:44:55 0b610ac22d7d: Layer already exists 05:44:55 16f97b92f45d: Layer already exists 05:44:55 91c276c21c56: Layer already exists 05:44:55 9df780039af4: Layer already exists 05:44:55 ef24a744cd94: Layer already exists 05:44:55 5376a4c14472: Layer already exists 05:44:55 7c5bf0cbb1a6: Layer already exists 05:44:55 dc3e3263c2c0: Layer already exists 05:44:55 63ca1fbb43ae: Layer already exists 05:44:55 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:55 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:44:56 9df780039af4: Preparing 05:44:56 91c276c21c56: Preparing 05:44:56 16f97b92f45d: Preparing 05:44:56 ef24a744cd94: Preparing 05:44:56 0b610ac22d7d: Preparing 05:44:56 7c5bf0cbb1a6: Preparing 05:44:56 5376a4c14472: Preparing 05:44:56 dc3e3263c2c0: Preparing 05:44:56 63ca1fbb43ae: Preparing 05:44:56 7c5bf0cbb1a6: Waiting 05:44:56 5376a4c14472: Waiting 05:44:56 dc3e3263c2c0: Waiting 05:44:56 63ca1fbb43ae: Waiting 05:44:56 9df780039af4: Layer already exists 05:44:56 16f97b92f45d: Layer already exists 05:44:56 91c276c21c56: Layer already exists 05:44:56 0b610ac22d7d: Layer already exists 05:44:56 ef24a744cd94: Layer already exists 05:44:56 5376a4c14472: Layer already exists 05:44:56 63ca1fbb43ae: Layer already exists 05:44:56 7c5bf0cbb1a6: Layer already exists 05:44:56 dc3e3263c2c0: Layer already exists 05:44:56 main: digest: sha256:ec871786b403e14a0e8760b364633a44bed36f4407cf317bf138425821d0da64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:56 ===================================================== [Pipeline] echo 05:44:56 taggedImages: 05:44:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:44:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.0.0-dev.1 05:44:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:44:56 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:44:56 ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:56 latest 05:44:56 4.0.0-dev.1 05:44:56 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:44:56 main 05:44:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:56 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 05:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:44:56 b9ec6e6d5073: Preparing 05:44:56 45822b26cea4: Preparing 05:44:56 dd8514193af3: Preparing 05:44:56 9710bda7966f: Preparing 05:44:56 8171d43c87fd: Preparing 05:44:56 0b610ac22d7d: Preparing 05:44:56 7c5bf0cbb1a6: Preparing 05:44:56 16930dca5e62: Preparing 05:44:56 60382ced8b9b: Preparing 05:44:56 77a2d6e60e67: Preparing 05:44:56 63ca1fbb43ae: Preparing 05:44:56 0b610ac22d7d: Waiting 05:44:56 16930dca5e62: Waiting 05:44:56 7c5bf0cbb1a6: Waiting 05:44:56 60382ced8b9b: Waiting 05:44:56 63ca1fbb43ae: Waiting 05:44:56 45822b26cea4: Pushed 05:44:56 8171d43c87fd: Pushed 05:44:56 0b610ac22d7d: Layer already exists 05:44:56 b9ec6e6d5073: Pushed 05:44:56 7c5bf0cbb1a6: Layer already exists 05:44:56 9710bda7966f: Pushed 05:44:56 63ca1fbb43ae: Layer already exists 05:44:57 16930dca5e62: Pushed 05:44:57 60382ced8b9b: Pushed 05:44:58 dd8514193af3: Pushed 05:44:58 77a2d6e60e67: Pushed 05:44:58 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:44:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:44:59 b9ec6e6d5073: Preparing 05:44:59 45822b26cea4: Preparing 05:44:59 dd8514193af3: Preparing 05:44:59 9710bda7966f: Preparing 05:44:59 8171d43c87fd: Preparing 05:44:59 0b610ac22d7d: Preparing 05:44:59 7c5bf0cbb1a6: Preparing 05:44:59 16930dca5e62: Preparing 05:44:59 60382ced8b9b: Preparing 05:44:59 77a2d6e60e67: Preparing 05:44:59 63ca1fbb43ae: Preparing 05:44:59 0b610ac22d7d: Waiting 05:44:59 16930dca5e62: Waiting 05:44:59 60382ced8b9b: Waiting 05:44:59 77a2d6e60e67: Waiting 05:44:59 63ca1fbb43ae: Waiting 05:44:59 7c5bf0cbb1a6: Waiting 05:44:59 9710bda7966f: Layer already exists 05:44:59 dd8514193af3: Layer already exists 05:44:59 8171d43c87fd: Layer already exists 05:44:59 45822b26cea4: Layer already exists 05:44:59 b9ec6e6d5073: Layer already exists 05:44:59 0b610ac22d7d: Layer already exists 05:44:59 7c5bf0cbb1a6: Layer already exists 05:44:59 16930dca5e62: Layer already exists 05:44:59 77a2d6e60e67: Layer already exists 05:44:59 60382ced8b9b: Layer already exists 05:44:59 63ca1fbb43ae: Layer already exists 05:44:59 latest: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.1 05:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:00 b9ec6e6d5073: Preparing 05:45:00 45822b26cea4: Preparing 05:45:00 dd8514193af3: Preparing 05:45:00 9710bda7966f: Preparing 05:45:00 8171d43c87fd: Preparing 05:45:00 0b610ac22d7d: Preparing 05:45:00 7c5bf0cbb1a6: Preparing 05:45:00 16930dca5e62: Preparing 05:45:00 60382ced8b9b: Preparing 05:45:00 0b610ac22d7d: Waiting 05:45:00 7c5bf0cbb1a6: Waiting 05:45:00 16930dca5e62: Waiting 05:45:00 77a2d6e60e67: Preparing 05:45:00 63ca1fbb43ae: Preparing 05:45:00 60382ced8b9b: Waiting 05:45:00 63ca1fbb43ae: Waiting 05:45:00 77a2d6e60e67: Waiting 05:45:00 dd8514193af3: Layer already exists 05:45:00 45822b26cea4: Layer already exists 05:45:00 9710bda7966f: Layer already exists 05:45:00 b9ec6e6d5073: Layer already exists 05:45:00 8171d43c87fd: Layer already exists 05:45:00 7c5bf0cbb1a6: Layer already exists 05:45:00 0b610ac22d7d: Layer already exists 05:45:00 77a2d6e60e67: Layer already exists 05:45:00 16930dca5e62: Layer already exists 05:45:00 60382ced8b9b: Layer already exists 05:45:00 63ca1fbb43ae: Layer already exists 05:45:00 4.0.0-dev.1: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:00 b9ec6e6d5073: Preparing 05:45:00 45822b26cea4: Preparing 05:45:00 dd8514193af3: Preparing 05:45:00 9710bda7966f: Preparing 05:45:00 8171d43c87fd: Preparing 05:45:00 0b610ac22d7d: Preparing 05:45:00 7c5bf0cbb1a6: Preparing 05:45:00 16930dca5e62: Preparing 05:45:00 60382ced8b9b: Preparing 05:45:00 77a2d6e60e67: Preparing 05:45:00 63ca1fbb43ae: Preparing 05:45:00 60382ced8b9b: Waiting 05:45:00 77a2d6e60e67: Waiting 05:45:00 63ca1fbb43ae: Waiting 05:45:00 0b610ac22d7d: Waiting 05:45:00 16930dca5e62: Waiting 05:45:00 7c5bf0cbb1a6: Waiting 05:45:00 45822b26cea4: Layer already exists 05:45:00 8171d43c87fd: Layer already exists 05:45:00 9710bda7966f: Layer already exists 05:45:00 dd8514193af3: Layer already exists 05:45:00 b9ec6e6d5073: Layer already exists 05:45:00 7c5bf0cbb1a6: Layer already exists 05:45:00 0b610ac22d7d: Layer already exists 05:45:00 16930dca5e62: Layer already exists 05:45:00 60382ced8b9b: Layer already exists 05:45:00 77a2d6e60e67: Layer already exists 05:45:00 63ca1fbb43ae: Layer already exists 05:45:00 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:45:01 b9ec6e6d5073: Preparing 05:45:01 45822b26cea4: Preparing 05:45:01 dd8514193af3: Preparing 05:45:01 9710bda7966f: Preparing 05:45:01 8171d43c87fd: Preparing 05:45:01 0b610ac22d7d: Preparing 05:45:01 7c5bf0cbb1a6: Preparing 05:45:01 16930dca5e62: Preparing 05:45:01 60382ced8b9b: Preparing 05:45:01 77a2d6e60e67: Preparing 05:45:01 63ca1fbb43ae: Preparing 05:45:01 7c5bf0cbb1a6: Waiting 05:45:01 16930dca5e62: Waiting 05:45:01 60382ced8b9b: Waiting 05:45:01 77a2d6e60e67: Waiting 05:45:01 63ca1fbb43ae: Waiting 05:45:01 b9ec6e6d5073: Layer already exists 05:45:01 9710bda7966f: Layer already exists 05:45:01 45822b26cea4: Layer already exists 05:45:01 dd8514193af3: Layer already exists 05:45:01 8171d43c87fd: Layer already exists 05:45:01 0b610ac22d7d: Layer already exists 05:45:01 7c5bf0cbb1a6: Layer already exists 05:45:01 16930dca5e62: Layer already exists 05:45:01 77a2d6e60e67: Layer already exists 05:45:01 60382ced8b9b: Layer already exists 05:45:01 63ca1fbb43ae: Layer already exists 05:45:01 main: digest: sha256:c1b3792f574ddbeca3f0bb4831633b452d9bee8a3a257541e43049e9673292b6 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:01 ===================================================== [Pipeline] echo 05:45:01 taggedImages: 05:45:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:45:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.0.0-dev.1 05:45:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:45:01 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:45:01 ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:01 latest 05:45:01 4.0.0-dev.1 05:45:01 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:01 main 05:45:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:01 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:02 bde0220dd8d4: Preparing 05:45:02 8dca52b4a033: Preparing 05:45:02 3d0da96a8c91: Preparing 05:45:02 4f718a5e803b: Preparing 05:45:02 4d21efc71e4b: Preparing 05:45:02 6ca089dc6a26: Preparing 05:45:02 09ad3b3e405a: Preparing 05:45:02 0b610ac22d7d: Preparing 05:45:02 7c5bf0cbb1a6: Preparing 05:45:02 04b33fa6d165: Preparing 05:45:02 d8b35ebcf182: Preparing 05:45:02 63ca1fbb43ae: Preparing 05:45:02 6ca089dc6a26: Waiting 05:45:02 09ad3b3e405a: Waiting 05:45:02 0b610ac22d7d: Waiting 05:45:02 7c5bf0cbb1a6: Waiting 05:45:02 04b33fa6d165: Waiting 05:45:02 d8b35ebcf182: Waiting 05:45:02 8dca52b4a033: Pushed 05:45:02 4d21efc71e4b: Pushed 05:45:02 bde0220dd8d4: Pushed 05:45:02 6ca089dc6a26: Pushed 05:45:02 0b610ac22d7d: Layer already exists 05:45:02 7c5bf0cbb1a6: Layer already exists 05:45:02 09ad3b3e405a: Pushed 05:45:02 63ca1fbb43ae: Layer already exists 05:45:03 04b33fa6d165: Pushed 05:45:03 4f718a5e803b: Pushed 05:45:03 d8b35ebcf182: Pushed 05:45:04 3d0da96a8c91: Pushed 05:45:04 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:04 bde0220dd8d4: Preparing 05:45:04 8dca52b4a033: Preparing 05:45:04 3d0da96a8c91: Preparing 05:45:04 4f718a5e803b: Preparing 05:45:04 4d21efc71e4b: Preparing 05:45:04 6ca089dc6a26: Preparing 05:45:04 09ad3b3e405a: Preparing 05:45:04 0b610ac22d7d: Preparing 05:45:04 7c5bf0cbb1a6: Preparing 05:45:04 04b33fa6d165: Preparing 05:45:04 d8b35ebcf182: Preparing 05:45:04 63ca1fbb43ae: Preparing 05:45:04 7c5bf0cbb1a6: Waiting 05:45:04 0b610ac22d7d: Waiting 05:45:04 04b33fa6d165: Waiting 05:45:04 63ca1fbb43ae: Waiting 05:45:04 d8b35ebcf182: Waiting 05:45:04 6ca089dc6a26: Waiting 05:45:04 09ad3b3e405a: Waiting 05:45:04 8dca52b4a033: Layer already exists 05:45:04 4f718a5e803b: Layer already exists 05:45:04 3d0da96a8c91: Layer already exists 05:45:04 4d21efc71e4b: Layer already exists 05:45:04 bde0220dd8d4: Layer already exists 05:45:04 6ca089dc6a26: Layer already exists 05:45:04 09ad3b3e405a: Layer already exists 05:45:04 0b610ac22d7d: Layer already exists 05:45:04 7c5bf0cbb1a6: Layer already exists 05:45:04 04b33fa6d165: Layer already exists 05:45:04 d8b35ebcf182: Layer already exists 05:45:04 63ca1fbb43ae: Layer already exists 05:45:04 latest: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:05 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.1 05:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:05 bde0220dd8d4: Preparing 05:45:05 8dca52b4a033: Preparing 05:45:05 3d0da96a8c91: Preparing 05:45:05 4f718a5e803b: Preparing 05:45:05 4d21efc71e4b: Preparing 05:45:05 6ca089dc6a26: Preparing 05:45:05 09ad3b3e405a: Preparing 05:45:05 6ca089dc6a26: Waiting 05:45:05 0b610ac22d7d: Preparing 05:45:05 7c5bf0cbb1a6: Preparing 05:45:05 04b33fa6d165: Preparing 05:45:05 09ad3b3e405a: Waiting 05:45:05 d8b35ebcf182: Preparing 05:45:05 63ca1fbb43ae: Preparing 05:45:05 0b610ac22d7d: Waiting 05:45:05 7c5bf0cbb1a6: Waiting 05:45:05 04b33fa6d165: Waiting 05:45:05 d8b35ebcf182: Waiting 05:45:05 63ca1fbb43ae: Waiting 05:45:05 8dca52b4a033: Layer already exists 05:45:05 3d0da96a8c91: Layer already exists 05:45:05 4f718a5e803b: Layer already exists 05:45:05 bde0220dd8d4: Layer already exists 05:45:05 4d21efc71e4b: Layer already exists 05:45:05 0b610ac22d7d: Layer already exists 05:45:05 6ca089dc6a26: Layer already exists 05:45:05 09ad3b3e405a: Layer already exists 05:45:05 7c5bf0cbb1a6: Layer already exists 05:45:05 04b33fa6d165: Layer already exists 05:45:05 d8b35ebcf182: Layer already exists 05:45:05 63ca1fbb43ae: Layer already exists 05:45:05 4.0.0-dev.1: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:05 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:06 bde0220dd8d4: Preparing 05:45:06 8dca52b4a033: Preparing 05:45:06 3d0da96a8c91: Preparing 05:45:06 4f718a5e803b: Preparing 05:45:06 4d21efc71e4b: Preparing 05:45:06 6ca089dc6a26: Preparing 05:45:06 09ad3b3e405a: Preparing 05:45:06 0b610ac22d7d: Preparing 05:45:06 7c5bf0cbb1a6: Preparing 05:45:06 04b33fa6d165: Preparing 05:45:06 d8b35ebcf182: Preparing 05:45:06 63ca1fbb43ae: Preparing 05:45:06 6ca089dc6a26: Waiting 05:45:06 0b610ac22d7d: Waiting 05:45:06 d8b35ebcf182: Waiting 05:45:06 09ad3b3e405a: Waiting 05:45:06 7c5bf0cbb1a6: Waiting 05:45:06 04b33fa6d165: Waiting 05:45:06 8dca52b4a033: Layer already exists 05:45:06 4f718a5e803b: Layer already exists 05:45:06 bde0220dd8d4: Layer already exists 05:45:06 4d21efc71e4b: Layer already exists 05:45:06 3d0da96a8c91: Layer already exists 05:45:06 6ca089dc6a26: Layer already exists 05:45:06 09ad3b3e405a: Layer already exists 05:45:06 0b610ac22d7d: Layer already exists 05:45:06 7c5bf0cbb1a6: Layer already exists 05:45:06 04b33fa6d165: Layer already exists 05:45:06 d8b35ebcf182: Layer already exists 05:45:06 63ca1fbb43ae: Layer already exists 05:45:06 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:06 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:45:06 bde0220dd8d4: Preparing 05:45:06 8dca52b4a033: Preparing 05:45:06 3d0da96a8c91: Preparing 05:45:06 4f718a5e803b: Preparing 05:45:06 4d21efc71e4b: Preparing 05:45:06 6ca089dc6a26: Preparing 05:45:06 09ad3b3e405a: Preparing 05:45:06 0b610ac22d7d: Preparing 05:45:06 7c5bf0cbb1a6: Preparing 05:45:06 04b33fa6d165: Preparing 05:45:06 d8b35ebcf182: Preparing 05:45:06 63ca1fbb43ae: Preparing 05:45:06 09ad3b3e405a: Waiting 05:45:06 0b610ac22d7d: Waiting 05:45:06 7c5bf0cbb1a6: Waiting 05:45:06 63ca1fbb43ae: Waiting 05:45:06 04b33fa6d165: Waiting 05:45:06 6ca089dc6a26: Waiting 05:45:06 d8b35ebcf182: Waiting 05:45:06 3d0da96a8c91: Layer already exists 05:45:06 4f718a5e803b: Layer already exists 05:45:06 8dca52b4a033: Layer already exists 05:45:06 bde0220dd8d4: Layer already exists 05:45:06 4d21efc71e4b: Layer already exists 05:45:06 6ca089dc6a26: Layer already exists 05:45:06 09ad3b3e405a: Layer already exists 05:45:06 7c5bf0cbb1a6: Layer already exists 05:45:06 04b33fa6d165: Layer already exists 05:45:06 0b610ac22d7d: Layer already exists 05:45:06 63ca1fbb43ae: Layer already exists 05:45:06 d8b35ebcf182: Layer already exists 05:45:06 main: digest: sha256:aaee3e0affe4a9ee5de3a4881ef6a361f9929df9ea01cc36ac37145083d42a57 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:06 ===================================================== [Pipeline] echo 05:45:06 taggedImages: 05:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.0.0-dev.1 05:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:45:06 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:45:06 ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:06 latest 05:45:06 4.0.0-dev.1 05:45:06 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:06 main 05:45:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:07 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:07 b894b54f2bed: Preparing 05:45:07 40053362fd33: Preparing 05:45:07 0b610ac22d7d: Preparing 05:45:07 7c5bf0cbb1a6: Preparing 05:45:07 61d631fc0f1b: Preparing 05:45:07 bc2fb1612cfe: Preparing 05:45:07 63ca1fbb43ae: Preparing 05:45:07 63ca1fbb43ae: Waiting 05:45:07 bc2fb1612cfe: Waiting 05:45:07 0b610ac22d7d: Layer already exists 05:45:07 7c5bf0cbb1a6: Layer already exists 05:45:07 63ca1fbb43ae: Layer already exists 05:45:07 b894b54f2bed: Pushed 05:45:08 61d631fc0f1b: Pushed 05:45:08 bc2fb1612cfe: Pushed 05:45:10 40053362fd33: Pushed 05:45:10 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:10 + 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 05:45:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:10 b894b54f2bed: Preparing 05:45:10 40053362fd33: Preparing 05:45:10 0b610ac22d7d: Preparing 05:45:10 7c5bf0cbb1a6: Preparing 05:45:10 61d631fc0f1b: Preparing 05:45:10 bc2fb1612cfe: Preparing 05:45:10 63ca1fbb43ae: Preparing 05:45:10 63ca1fbb43ae: Waiting 05:45:10 bc2fb1612cfe: Waiting 05:45:10 40053362fd33: Layer already exists 05:45:10 61d631fc0f1b: Layer already exists 05:45:10 0b610ac22d7d: Layer already exists 05:45:10 7c5bf0cbb1a6: Layer already exists 05:45:10 b894b54f2bed: Layer already exists 05:45:10 63ca1fbb43ae: Layer already exists 05:45:10 bc2fb1612cfe: Layer already exists 05:45:10 latest: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.1 05:45:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:11 b894b54f2bed: Preparing 05:45:11 40053362fd33: Preparing 05:45:11 0b610ac22d7d: Preparing 05:45:11 7c5bf0cbb1a6: Preparing 05:45:11 61d631fc0f1b: Preparing 05:45:11 bc2fb1612cfe: Preparing 05:45:11 63ca1fbb43ae: Preparing 05:45:11 63ca1fbb43ae: Waiting 05:45:11 bc2fb1612cfe: Waiting 05:45:11 40053362fd33: Layer already exists 05:45:11 7c5bf0cbb1a6: Layer already exists 05:45:11 b894b54f2bed: Layer already exists 05:45:11 61d631fc0f1b: Layer already exists 05:45:11 0b610ac22d7d: Layer already exists 05:45:11 63ca1fbb43ae: Layer already exists 05:45:11 bc2fb1612cfe: Layer already exists 05:45:11 4.0.0-dev.1: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:12 b894b54f2bed: Preparing 05:45:12 40053362fd33: Preparing 05:45:12 0b610ac22d7d: Preparing 05:45:12 7c5bf0cbb1a6: Preparing 05:45:12 61d631fc0f1b: Preparing 05:45:12 bc2fb1612cfe: Preparing 05:45:12 63ca1fbb43ae: Preparing 05:45:12 63ca1fbb43ae: Waiting 05:45:12 bc2fb1612cfe: Waiting 05:45:12 40053362fd33: Layer already exists 05:45:12 0b610ac22d7d: Layer already exists 05:45:12 b894b54f2bed: Layer already exists 05:45:12 61d631fc0f1b: Layer already exists 05:45:12 7c5bf0cbb1a6: Layer already exists 05:45:12 bc2fb1612cfe: Layer already exists 05:45:12 63ca1fbb43ae: Layer already exists 05:45:12 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45: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 05:45:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:45:13 b894b54f2bed: Preparing 05:45:13 40053362fd33: Preparing 05:45:13 0b610ac22d7d: Preparing 05:45:13 7c5bf0cbb1a6: Preparing 05:45:13 61d631fc0f1b: Preparing 05:45:13 bc2fb1612cfe: Preparing 05:45:13 63ca1fbb43ae: Preparing 05:45:13 bc2fb1612cfe: Waiting 05:45:13 61d631fc0f1b: Layer already exists 05:45:13 0b610ac22d7d: Layer already exists 05:45:13 7c5bf0cbb1a6: Layer already exists 05:45:13 b894b54f2bed: Layer already exists 05:45:13 40053362fd33: Layer already exists 05:45:13 bc2fb1612cfe: Layer already exists 05:45:13 63ca1fbb43ae: Layer already exists 05:45:13 main: digest: sha256:08d794b347b772128d1404969d4101e4544aa16b7b50a10e46f992dca6c7b257 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:13 ===================================================== [Pipeline] echo 05:45:13 taggedImages: 05:45:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:45:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.0.0-dev.1 05:45:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:45:13 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:45:13 ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:13 latest 05:45:13 4.0.0-dev.1 05:45:13 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:13 main 05:45:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:14 593ec08cabf3: Preparing 05:45:14 79e28c2c2111: Preparing 05:45:14 f3e5a69a3700: Preparing 05:45:14 0b610ac22d7d: Preparing 05:45:14 7c5bf0cbb1a6: Preparing 05:45:14 212b6599e676: Preparing 05:45:14 6817927ae79c: Preparing 05:45:14 ca5eb1b88122: Preparing 05:45:14 81b89c964405: Preparing 05:45:14 63ca1fbb43ae: Preparing 05:45:14 212b6599e676: Waiting 05:45:14 81b89c964405: Waiting 05:45:14 63ca1fbb43ae: Waiting 05:45:14 ca5eb1b88122: Waiting 05:45:14 6817927ae79c: Waiting 05:45:14 7c5bf0cbb1a6: Layer already exists 05:45:14 0b610ac22d7d: Layer already exists 05:45:14 79e28c2c2111: Pushed 05:45:14 f3e5a69a3700: Pushed 05:45:14 593ec08cabf3: Pushed 05:45:14 63ca1fbb43ae: Layer already exists 05:45:14 ca5eb1b88122: Pushed 05:45:14 81b89c964405: Pushed 05:45:19 6817927ae79c: Pushed 05:45:22 212b6599e676: Pushed 05:45:22 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:22 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:23 593ec08cabf3: Preparing 05:45:23 79e28c2c2111: Preparing 05:45:23 f3e5a69a3700: Preparing 05:45:23 0b610ac22d7d: Preparing 05:45:23 7c5bf0cbb1a6: Preparing 05:45:23 212b6599e676: Preparing 05:45:23 6817927ae79c: Preparing 05:45:23 ca5eb1b88122: Preparing 05:45:23 81b89c964405: Preparing 05:45:23 63ca1fbb43ae: Preparing 05:45:23 6817927ae79c: Waiting 05:45:23 212b6599e676: Waiting 05:45:23 ca5eb1b88122: Waiting 05:45:23 81b89c964405: Waiting 05:45:23 63ca1fbb43ae: Waiting 05:45:23 f3e5a69a3700: Layer already exists 05:45:23 79e28c2c2111: Layer already exists 05:45:23 593ec08cabf3: Layer already exists 05:45:23 0b610ac22d7d: Layer already exists 05:45:23 7c5bf0cbb1a6: Layer already exists 05:45:23 6817927ae79c: Layer already exists 05:45:23 212b6599e676: Layer already exists 05:45:23 81b89c964405: Layer already exists 05:45:23 ca5eb1b88122: Layer already exists 05:45:23 63ca1fbb43ae: Layer already exists 05:45:23 latest: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:23 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.1 05:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:23 593ec08cabf3: Preparing 05:45:23 79e28c2c2111: Preparing 05:45:23 f3e5a69a3700: Preparing 05:45:23 0b610ac22d7d: Preparing 05:45:23 7c5bf0cbb1a6: Preparing 05:45:23 212b6599e676: Preparing 05:45:23 6817927ae79c: Preparing 05:45:23 ca5eb1b88122: Preparing 05:45:23 81b89c964405: Preparing 05:45:23 212b6599e676: Waiting 05:45:23 6817927ae79c: Waiting 05:45:23 ca5eb1b88122: Waiting 05:45:23 81b89c964405: Waiting 05:45:23 63ca1fbb43ae: Preparing 05:45:23 63ca1fbb43ae: Waiting 05:45:23 7c5bf0cbb1a6: Layer already exists 05:45:23 593ec08cabf3: Layer already exists 05:45:23 f3e5a69a3700: Layer already exists 05:45:23 0b610ac22d7d: Layer already exists 05:45:23 79e28c2c2111: Layer already exists 05:45:23 6817927ae79c: Layer already exists 05:45:23 212b6599e676: Layer already exists 05:45:23 81b89c964405: Layer already exists 05:45:23 ca5eb1b88122: Layer already exists 05:45:23 63ca1fbb43ae: Layer already exists 05:45:23 4.0.0-dev.1: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:24 593ec08cabf3: Preparing 05:45:24 79e28c2c2111: Preparing 05:45:24 f3e5a69a3700: Preparing 05:45:24 0b610ac22d7d: Preparing 05:45:24 7c5bf0cbb1a6: Preparing 05:45:24 212b6599e676: Preparing 05:45:24 6817927ae79c: Preparing 05:45:24 ca5eb1b88122: Preparing 05:45:24 81b89c964405: Preparing 05:45:24 63ca1fbb43ae: Preparing 05:45:24 212b6599e676: Waiting 05:45:24 81b89c964405: Waiting 05:45:24 63ca1fbb43ae: Waiting 05:45:24 ca5eb1b88122: Waiting 05:45:24 6817927ae79c: Waiting 05:45:24 f3e5a69a3700: Layer already exists 05:45:24 593ec08cabf3: Layer already exists 05:45:24 7c5bf0cbb1a6: Layer already exists 05:45:24 79e28c2c2111: Layer already exists 05:45:24 0b610ac22d7d: Layer already exists 05:45:24 212b6599e676: Layer already exists 05:45:24 81b89c964405: Layer already exists 05:45:24 6817927ae79c: Layer already exists 05:45:24 63ca1fbb43ae: Layer already exists 05:45:24 ca5eb1b88122: Layer already exists 05:45:24 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:45:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:45:25 593ec08cabf3: Preparing 05:45:25 79e28c2c2111: Preparing 05:45:25 f3e5a69a3700: Preparing 05:45:25 0b610ac22d7d: Preparing 05:45:25 7c5bf0cbb1a6: Preparing 05:45:25 212b6599e676: Preparing 05:45:25 6817927ae79c: Preparing 05:45:25 ca5eb1b88122: Preparing 05:45:25 81b89c964405: Preparing 05:45:25 63ca1fbb43ae: Preparing 05:45:25 6817927ae79c: Waiting 05:45:25 81b89c964405: Waiting 05:45:25 63ca1fbb43ae: Waiting 05:45:25 ca5eb1b88122: Waiting 05:45:25 7c5bf0cbb1a6: Layer already exists 05:45:25 593ec08cabf3: Layer already exists 05:45:25 79e28c2c2111: Layer already exists 05:45:25 0b610ac22d7d: Layer already exists 05:45:25 f3e5a69a3700: Layer already exists 05:45:25 212b6599e676: Layer already exists 05:45:25 ca5eb1b88122: Layer already exists 05:45:25 6817927ae79c: Layer already exists 05:45:25 63ca1fbb43ae: Layer already exists 05:45:25 81b89c964405: Layer already exists 05:45:25 main: digest: sha256:1b699e2ba0046a44cefbac8389335ade426a1378120420b0781a86f5835ab2e6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:25 ===================================================== [Pipeline] echo 05:45:25 taggedImages: 05:45:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:45:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.0.0-dev.1 05:45:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:25 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:45:25 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:45:25 ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:25 latest 05:45:25 4.0.0-dev.1 05:45:25 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:25 main 05:45:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:25 99e42e1e25fb: Preparing 05:45:25 9f2ec276f705: Preparing 05:45:25 2716c77c7142: Preparing 05:45:25 0b610ac22d7d: Preparing 05:45:25 7c5bf0cbb1a6: Preparing 05:45:25 d7d62311509a: Preparing 05:45:25 717f034b4ebe: Preparing 05:45:25 94bb476b0e31: Preparing 05:45:25 63ca1fbb43ae: Preparing 05:45:25 d7d62311509a: Waiting 05:45:25 717f034b4ebe: Waiting 05:45:25 94bb476b0e31: Waiting 05:45:25 63ca1fbb43ae: Waiting 05:45:25 7c5bf0cbb1a6: Layer already exists 05:45:25 0b610ac22d7d: Layer already exists 05:45:25 99e42e1e25fb: Pushed 05:45:25 2716c77c7142: Pushed 05:45:25 9f2ec276f705: Pushed 05:45:25 63ca1fbb43ae: Layer already exists 05:45:26 94bb476b0e31: Pushed 05:45:26 717f034b4ebe: Pushed 05:45:34 d7d62311509a: Pushed 05:45:34 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:35 99e42e1e25fb: Preparing 05:45:35 9f2ec276f705: Preparing 05:45:35 2716c77c7142: Preparing 05:45:35 0b610ac22d7d: Preparing 05:45:35 7c5bf0cbb1a6: Preparing 05:45:35 d7d62311509a: Preparing 05:45:35 717f034b4ebe: Preparing 05:45:35 d7d62311509a: Waiting 05:45:35 94bb476b0e31: Preparing 05:45:35 63ca1fbb43ae: Preparing 05:45:35 717f034b4ebe: Waiting 05:45:35 94bb476b0e31: Waiting 05:45:35 63ca1fbb43ae: Waiting 05:45:35 9f2ec276f705: Layer already exists 05:45:35 2716c77c7142: Layer already exists 05:45:35 0b610ac22d7d: Layer already exists 05:45:35 99e42e1e25fb: Layer already exists 05:45:35 7c5bf0cbb1a6: Layer already exists 05:45:35 717f034b4ebe: Layer already exists 05:45:35 d7d62311509a: Layer already exists 05:45:35 94bb476b0e31: Layer already exists 05:45:35 63ca1fbb43ae: Layer already exists 05:45:35 latest: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.1 05:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:36 99e42e1e25fb: Preparing 05:45:36 9f2ec276f705: Preparing 05:45:36 2716c77c7142: Preparing 05:45:36 0b610ac22d7d: Preparing 05:45:36 7c5bf0cbb1a6: Preparing 05:45:36 d7d62311509a: Preparing 05:45:36 717f034b4ebe: Preparing 05:45:36 94bb476b0e31: Preparing 05:45:36 63ca1fbb43ae: Preparing 05:45:36 d7d62311509a: Waiting 05:45:36 63ca1fbb43ae: Waiting 05:45:36 94bb476b0e31: Waiting 05:45:36 7c5bf0cbb1a6: Layer already exists 05:45:36 9f2ec276f705: Layer already exists 05:45:36 0b610ac22d7d: Layer already exists 05:45:36 99e42e1e25fb: Layer already exists 05:45:36 2716c77c7142: Layer already exists 05:45:36 717f034b4ebe: Layer already exists 05:45:36 d7d62311509a: Layer already exists 05:45:36 94bb476b0e31: Layer already exists 05:45:36 63ca1fbb43ae: Layer already exists 05:45:36 4.0.0-dev.1: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:36 99e42e1e25fb: Preparing 05:45:36 9f2ec276f705: Preparing 05:45:36 2716c77c7142: Preparing 05:45:36 0b610ac22d7d: Preparing 05:45:36 7c5bf0cbb1a6: Preparing 05:45:36 d7d62311509a: Preparing 05:45:36 717f034b4ebe: Preparing 05:45:36 94bb476b0e31: Preparing 05:45:36 63ca1fbb43ae: Preparing 05:45:36 d7d62311509a: Waiting 05:45:36 717f034b4ebe: Waiting 05:45:36 63ca1fbb43ae: Waiting 05:45:36 94bb476b0e31: Waiting 05:45:36 7c5bf0cbb1a6: Layer already exists 05:45:36 99e42e1e25fb: Layer already exists 05:45:36 9f2ec276f705: Layer already exists 05:45:36 0b610ac22d7d: Layer already exists 05:45:36 2716c77c7142: Layer already exists 05:45:36 d7d62311509a: Layer already exists 05:45:36 63ca1fbb43ae: Layer already exists 05:45:36 94bb476b0e31: Layer already exists 05:45:36 717f034b4ebe: Layer already exists 05:45:36 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:45:37 99e42e1e25fb: Preparing 05:45:37 9f2ec276f705: Preparing 05:45:37 2716c77c7142: Preparing 05:45:37 0b610ac22d7d: Preparing 05:45:37 7c5bf0cbb1a6: Preparing 05:45:37 d7d62311509a: Preparing 05:45:37 717f034b4ebe: Preparing 05:45:37 94bb476b0e31: Preparing 05:45:37 63ca1fbb43ae: Preparing 05:45:37 d7d62311509a: Waiting 05:45:37 94bb476b0e31: Waiting 05:45:37 717f034b4ebe: Waiting 05:45:37 63ca1fbb43ae: Waiting 05:45:37 9f2ec276f705: Layer already exists 05:45:37 2716c77c7142: Layer already exists 05:45:37 0b610ac22d7d: Layer already exists 05:45:37 7c5bf0cbb1a6: Layer already exists 05:45:37 99e42e1e25fb: Layer already exists 05:45:37 717f034b4ebe: Layer already exists 05:45:37 d7d62311509a: Layer already exists 05:45:37 94bb476b0e31: Layer already exists 05:45:37 63ca1fbb43ae: Layer already exists 05:45:37 main: digest: sha256:9cc0c15bc8161c0be0406159f11362dd0f3e6a2250789bae08b6faad102b5673 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:37 ===================================================== [Pipeline] echo 05:45:37 taggedImages: 05:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config:4.0.0-dev.1 05:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:37 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:45:37 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:45:37 ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:37 latest 05:45:37 4.0.0-dev.1 05:45:37 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:37 main 05:45:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:38 1d8fa5a88fed: Preparing 05:45:38 57ab9f21744b: Preparing 05:45:38 b7a2a5d05789: Preparing 05:45:38 0b610ac22d7d: Preparing 05:45:38 7c5bf0cbb1a6: Preparing 05:45:38 8098902b1cf6: Preparing 05:45:38 ca5eb1b88122: Preparing 05:45:38 81b89c964405: Preparing 05:45:38 63ca1fbb43ae: Preparing 05:45:38 8098902b1cf6: Waiting 05:45:38 81b89c964405: Waiting 05:45:38 ca5eb1b88122: Waiting 05:45:38 63ca1fbb43ae: Waiting 05:45:38 7c5bf0cbb1a6: Layer already exists 05:45:38 0b610ac22d7d: Layer already exists 05:45:38 ca5eb1b88122: Layer already exists 05:45:38 81b89c964405: Layer already exists 05:45:38 63ca1fbb43ae: Layer already exists 05:45:38 57ab9f21744b: Pushed 05:45:38 1d8fa5a88fed: Pushed 05:45:38 b7a2a5d05789: Pushed 05:45:48 8098902b1cf6: Pushed 05:45:48 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:48 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:48 1d8fa5a88fed: Preparing 05:45:48 57ab9f21744b: Preparing 05:45:48 b7a2a5d05789: Preparing 05:45:48 0b610ac22d7d: Preparing 05:45:48 7c5bf0cbb1a6: Preparing 05:45:48 8098902b1cf6: Preparing 05:45:48 ca5eb1b88122: Preparing 05:45:48 81b89c964405: Preparing 05:45:48 63ca1fbb43ae: Preparing 05:45:48 81b89c964405: Waiting 05:45:48 63ca1fbb43ae: Waiting 05:45:48 8098902b1cf6: Waiting 05:45:48 0b610ac22d7d: Layer already exists 05:45:48 b7a2a5d05789: Layer already exists 05:45:48 1d8fa5a88fed: Layer already exists 05:45:48 57ab9f21744b: Layer already exists 05:45:48 7c5bf0cbb1a6: Layer already exists 05:45:48 8098902b1cf6: Layer already exists 05:45:48 ca5eb1b88122: Layer already exists 05:45:48 81b89c964405: Layer already exists 05:45:48 63ca1fbb43ae: Layer already exists 05:45:48 latest: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.1 05:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:49 1d8fa5a88fed: Preparing 05:45:49 57ab9f21744b: Preparing 05:45:49 b7a2a5d05789: Preparing 05:45:49 0b610ac22d7d: Preparing 05:45:49 7c5bf0cbb1a6: Preparing 05:45:49 8098902b1cf6: Preparing 05:45:49 ca5eb1b88122: Preparing 05:45:49 81b89c964405: Preparing 05:45:49 63ca1fbb43ae: Preparing 05:45:49 8098902b1cf6: Waiting 05:45:49 63ca1fbb43ae: Waiting 05:45:49 7c5bf0cbb1a6: Layer already exists 05:45:49 b7a2a5d05789: Layer already exists 05:45:49 1d8fa5a88fed: Layer already exists 05:45:49 57ab9f21744b: Layer already exists 05:45:49 0b610ac22d7d: Layer already exists 05:45:49 8098902b1cf6: Layer already exists 05:45:49 81b89c964405: Layer already exists 05:45:49 ca5eb1b88122: Layer already exists 05:45:49 63ca1fbb43ae: Layer already exists 05:45:49 4.0.0-dev.1: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:49 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:50 1d8fa5a88fed: Preparing 05:45:50 57ab9f21744b: Preparing 05:45:50 b7a2a5d05789: Preparing 05:45:50 0b610ac22d7d: Preparing 05:45:50 7c5bf0cbb1a6: Preparing 05:45:50 8098902b1cf6: Preparing 05:45:50 ca5eb1b88122: Preparing 05:45:50 81b89c964405: Preparing 05:45:50 63ca1fbb43ae: Preparing 05:45:50 8098902b1cf6: Waiting 05:45:50 ca5eb1b88122: Waiting 05:45:50 81b89c964405: Waiting 05:45:50 63ca1fbb43ae: Waiting 05:45:50 0b610ac22d7d: Layer already exists 05:45:50 1d8fa5a88fed: Layer already exists 05:45:50 57ab9f21744b: Layer already exists 05:45:50 b7a2a5d05789: Layer already exists 05:45:50 7c5bf0cbb1a6: Layer already exists 05:45:50 8098902b1cf6: Layer already exists 05:45:50 81b89c964405: Layer already exists 05:45:50 63ca1fbb43ae: Layer already exists 05:45:50 ca5eb1b88122: Layer already exists 05:45:50 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:50 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:45:50 1d8fa5a88fed: Preparing 05:45:50 57ab9f21744b: Preparing 05:45:50 b7a2a5d05789: Preparing 05:45:50 0b610ac22d7d: Preparing 05:45:50 7c5bf0cbb1a6: Preparing 05:45:50 8098902b1cf6: Preparing 05:45:50 ca5eb1b88122: Preparing 05:45:50 81b89c964405: Preparing 05:45:50 63ca1fbb43ae: Preparing 05:45:50 8098902b1cf6: Waiting 05:45:50 ca5eb1b88122: Waiting 05:45:50 81b89c964405: Waiting 05:45:50 63ca1fbb43ae: Waiting 05:45:50 1d8fa5a88fed: Layer already exists 05:45:50 57ab9f21744b: Layer already exists 05:45:50 7c5bf0cbb1a6: Layer already exists 05:45:50 0b610ac22d7d: Layer already exists 05:45:50 b7a2a5d05789: Layer already exists 05:45:50 8098902b1cf6: Layer already exists 05:45:50 81b89c964405: Layer already exists 05:45:50 ca5eb1b88122: Layer already exists 05:45:50 63ca1fbb43ae: Layer already exists 05:45:50 main: digest: sha256:548318b8c049c51c5965dca17e25212b184b25201c52448c22059e172401de7b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:45:51 ===================================================== [Pipeline] echo 05:45:51 taggedImages: 05:45:51 - nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:51 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:45:51 - nexus3.edgexfoundry.org:10004/security-spire-server:4.0.0-dev.1 05:45:51 - nexus3.edgexfoundry.org:10004/security-spire-server:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:51 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:45:51 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 05:45:51 ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:51 latest 05:45:51 4.0.0-dev.1 05:45:51 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:51 main 05:45:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:51 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:51 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 05:45:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 05:45:51 534268ac4ec2: Preparing 05:45:51 6c5b42895174: Preparing 05:45:51 0b610ac22d7d: Preparing 05:45:51 7c5bf0cbb1a6: Preparing 05:45:51 58fbadc384c2: Preparing 05:45:51 25ae6de74af7: Preparing 05:45:51 63ca1fbb43ae: Preparing 05:45:51 25ae6de74af7: Waiting 05:45:51 63ca1fbb43ae: Waiting 05:45:51 0b610ac22d7d: Layer already exists 05:45:51 7c5bf0cbb1a6: Layer already exists 05:45:51 63ca1fbb43ae: Layer already exists 05:45:51 534268ac4ec2: Pushed 05:45:52 25ae6de74af7: Pushed 05:45:52 58fbadc384c2: Pushed 05:45:57 6c5b42895174: Pushed 05:45:57 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:57 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:58 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 05:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 05:45:58 534268ac4ec2: Preparing 05:45:58 6c5b42895174: Preparing 05:45:58 0b610ac22d7d: Preparing 05:45:58 7c5bf0cbb1a6: Preparing 05:45:58 58fbadc384c2: Preparing 05:45:58 25ae6de74af7: Preparing 05:45:58 63ca1fbb43ae: Preparing 05:45:58 25ae6de74af7: Waiting 05:45:58 63ca1fbb43ae: Waiting 05:45:58 7c5bf0cbb1a6: Layer already exists 05:45:58 534268ac4ec2: Layer already exists 05:45:58 0b610ac22d7d: Layer already exists 05:45:58 58fbadc384c2: Layer already exists 05:45:58 6c5b42895174: Layer already exists 05:45:58 63ca1fbb43ae: Layer already exists 05:45:58 25ae6de74af7: Layer already exists 05:45:58 latest: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:58 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:58 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.1 05:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 05:45:58 534268ac4ec2: Preparing 05:45:58 6c5b42895174: Preparing 05:45:58 0b610ac22d7d: Preparing 05:45:58 7c5bf0cbb1a6: Preparing 05:45:58 58fbadc384c2: Preparing 05:45:58 25ae6de74af7: Preparing 05:45:58 63ca1fbb43ae: Preparing 05:45:58 25ae6de74af7: Waiting 05:45:58 63ca1fbb43ae: Waiting 05:45:58 7c5bf0cbb1a6: Layer already exists 05:45:58 0b610ac22d7d: Layer already exists 05:45:58 58fbadc384c2: Layer already exists 05:45:58 534268ac4ec2: Layer already exists 05:45:58 6c5b42895174: Layer already exists 05:45:58 63ca1fbb43ae: Layer already exists 05:45:58 25ae6de74af7: Layer already exists 05:45:58 4.0.0-dev.1: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:59 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:59 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:45:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 05:45:59 534268ac4ec2: Preparing 05:45:59 6c5b42895174: Preparing 05:45:59 0b610ac22d7d: Preparing 05:45:59 7c5bf0cbb1a6: Preparing 05:45:59 58fbadc384c2: Preparing 05:45:59 25ae6de74af7: Preparing 05:45:59 63ca1fbb43ae: Preparing 05:45:59 63ca1fbb43ae: Waiting 05:45:59 25ae6de74af7: Waiting 05:45:59 6c5b42895174: Layer already exists 05:45:59 7c5bf0cbb1a6: Layer already exists 05:45:59 534268ac4ec2: Layer already exists 05:45:59 0b610ac22d7d: Layer already exists 05:45:59 58fbadc384c2: Layer already exists 05:45:59 25ae6de74af7: Layer already exists 05:45:59 63ca1fbb43ae: Layer already exists 05:45:59 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:59 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:00 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 05:46:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 05:46:00 534268ac4ec2: Preparing 05:46:00 6c5b42895174: Preparing 05:46:00 0b610ac22d7d: Preparing 05:46:00 7c5bf0cbb1a6: Preparing 05:46:00 58fbadc384c2: Preparing 05:46:00 25ae6de74af7: Preparing 05:46:00 63ca1fbb43ae: Preparing 05:46:00 25ae6de74af7: Waiting 05:46:00 63ca1fbb43ae: Waiting 05:46:00 0b610ac22d7d: Layer already exists 05:46:00 534268ac4ec2: Layer already exists 05:46:00 58fbadc384c2: Layer already exists 05:46:00 6c5b42895174: Layer already exists 05:46:00 7c5bf0cbb1a6: Layer already exists 05:46:00 63ca1fbb43ae: Layer already exists 05:46:00 25ae6de74af7: Layer already exists 05:46:00 main: digest: sha256:b54859e63a8c8735c6bfacbc36d8bc547afcf30a53ad15a9ec742ea74aa9941e size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:46:00 ===================================================== [Pipeline] echo 05:46:00 taggedImages: 05:46:00 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:00 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 05:46:00 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:4.0.0-dev.1 05:46:00 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:00 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 05:46:00 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:46:00 ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:00 latest 05:46:00 4.0.0-dev.1 05:46:00 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:00 main 05:46:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:01 44cb67a11cee: Preparing 05:46:01 2158f87d5460: Preparing 05:46:01 b6dfea8eb4e8: Preparing 05:46:01 0b610ac22d7d: Preparing 05:46:01 7c5bf0cbb1a6: Preparing 05:46:01 38d7421498c3: Preparing 05:46:01 140db8e0041a: Preparing 05:46:01 63ca1fbb43ae: Preparing 05:46:01 38d7421498c3: Waiting 05:46:01 140db8e0041a: Waiting 05:46:01 63ca1fbb43ae: Waiting 05:46:01 0b610ac22d7d: Layer already exists 05:46:01 7c5bf0cbb1a6: Layer already exists 05:46:01 2158f87d5460: Pushed 05:46:01 44cb67a11cee: Pushed 05:46:01 63ca1fbb43ae: Layer already exists 05:46:01 140db8e0041a: Pushed 05:46:01 38d7421498c3: Pushed 05:46:06 b6dfea8eb4e8: Pushed 05:46:06 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:46:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:07 44cb67a11cee: Preparing 05:46:07 2158f87d5460: Preparing 05:46:07 b6dfea8eb4e8: Preparing 05:46:07 0b610ac22d7d: Preparing 05:46:07 7c5bf0cbb1a6: Preparing 05:46:07 38d7421498c3: Preparing 05:46:07 140db8e0041a: Preparing 05:46:07 63ca1fbb43ae: Preparing 05:46:07 140db8e0041a: Waiting 05:46:07 63ca1fbb43ae: Waiting 05:46:07 38d7421498c3: Waiting 05:46:07 7c5bf0cbb1a6: Layer already exists 05:46:07 b6dfea8eb4e8: Layer already exists 05:46:07 0b610ac22d7d: Layer already exists 05:46:07 2158f87d5460: Layer already exists 05:46:07 44cb67a11cee: Layer already exists 05:46:07 38d7421498c3: Layer already exists 05:46:07 140db8e0041a: Layer already exists 05:46:07 63ca1fbb43ae: Layer already exists 05:46:07 latest: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.1 05:46:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:08 44cb67a11cee: Preparing 05:46:08 2158f87d5460: Preparing 05:46:08 b6dfea8eb4e8: Preparing 05:46:08 0b610ac22d7d: Preparing 05:46:08 7c5bf0cbb1a6: Preparing 05:46:08 38d7421498c3: Preparing 05:46:08 140db8e0041a: Preparing 05:46:08 63ca1fbb43ae: Preparing 05:46:08 140db8e0041a: Waiting 05:46:08 63ca1fbb43ae: Waiting 05:46:08 38d7421498c3: Waiting 05:46:08 0b610ac22d7d: Layer already exists 05:46:08 2158f87d5460: Layer already exists 05:46:08 44cb67a11cee: Layer already exists 05:46:08 b6dfea8eb4e8: Layer already exists 05:46:08 7c5bf0cbb1a6: Layer already exists 05:46:08 38d7421498c3: Layer already exists 05:46:08 140db8e0041a: Layer already exists 05:46:08 63ca1fbb43ae: Layer already exists 05:46:08 4.0.0-dev.1: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:08 44cb67a11cee: Preparing 05:46:08 2158f87d5460: Preparing 05:46:08 b6dfea8eb4e8: Preparing 05:46:08 0b610ac22d7d: Preparing 05:46:08 7c5bf0cbb1a6: Preparing 05:46:08 38d7421498c3: Preparing 05:46:08 140db8e0041a: Preparing 05:46:08 63ca1fbb43ae: Preparing 05:46:08 38d7421498c3: Waiting 05:46:08 63ca1fbb43ae: Waiting 05:46:08 140db8e0041a: Waiting 05:46:08 0b610ac22d7d: Layer already exists 05:46:08 7c5bf0cbb1a6: Layer already exists 05:46:08 44cb67a11cee: Layer already exists 05:46:08 2158f87d5460: Layer already exists 05:46:08 b6dfea8eb4e8: Layer already exists 05:46:08 38d7421498c3: Layer already exists 05:46:08 140db8e0041a: Layer already exists 05:46:08 63ca1fbb43ae: Layer already exists 05:46:08 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:46:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:46:09 44cb67a11cee: Preparing 05:46:09 2158f87d5460: Preparing 05:46:09 b6dfea8eb4e8: Preparing 05:46:09 0b610ac22d7d: Preparing 05:46:09 7c5bf0cbb1a6: Preparing 05:46:09 38d7421498c3: Preparing 05:46:09 140db8e0041a: Preparing 05:46:09 38d7421498c3: Waiting 05:46:09 63ca1fbb43ae: Preparing 05:46:09 63ca1fbb43ae: Waiting 05:46:09 7c5bf0cbb1a6: Layer already exists 05:46:09 b6dfea8eb4e8: Layer already exists 05:46:09 2158f87d5460: Layer already exists 05:46:09 44cb67a11cee: Layer already exists 05:46:09 0b610ac22d7d: Layer already exists 05:46:09 140db8e0041a: Layer already exists 05:46:09 38d7421498c3: Layer already exists 05:46:09 63ca1fbb43ae: Layer already exists 05:46:09 main: digest: sha256:39e8b019052f0fbb1ff61aa04463fe0d248ca4b1a7e1e22e3d202f6d66c55b41 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:46:09 ===================================================== [Pipeline] echo 05:46:09 taggedImages: 05:46:09 - nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:09 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:46:09 - nexus3.edgexfoundry.org:10004/support-notifications:4.0.0-dev.1 05:46:09 - nexus3.edgexfoundry.org:10004/support-notifications:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:09 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:46:09 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:46:09 ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:09 latest 05:46:09 4.0.0-dev.1 05:46:09 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:09 main 05:46:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:10 07b0f9a71c0d: Preparing 05:46:10 f4cd429a0da6: Preparing 05:46:10 0b610ac22d7d: Preparing 05:46:10 7c5bf0cbb1a6: Preparing 05:46:10 5376a4c14472: Preparing 05:46:10 dc3e3263c2c0: Preparing 05:46:10 63ca1fbb43ae: Preparing 05:46:10 63ca1fbb43ae: Waiting 05:46:10 dc3e3263c2c0: Waiting 05:46:10 7c5bf0cbb1a6: Layer already exists 05:46:10 5376a4c14472: Layer already exists 05:46:10 0b610ac22d7d: Layer already exists 05:46:10 dc3e3263c2c0: Layer already exists 05:46:10 63ca1fbb43ae: Layer already exists 05:46:10 07b0f9a71c0d: Pushed 05:46:15 f4cd429a0da6: Pushed 05:46:15 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:16 07b0f9a71c0d: Preparing 05:46:16 f4cd429a0da6: Preparing 05:46:16 0b610ac22d7d: Preparing 05:46:16 7c5bf0cbb1a6: Preparing 05:46:16 5376a4c14472: Preparing 05:46:16 dc3e3263c2c0: Preparing 05:46:16 63ca1fbb43ae: Preparing 05:46:16 dc3e3263c2c0: Waiting 05:46:16 63ca1fbb43ae: Waiting 05:46:16 0b610ac22d7d: Layer already exists 05:46:16 07b0f9a71c0d: Layer already exists 05:46:16 f4cd429a0da6: Layer already exists 05:46:16 5376a4c14472: Layer already exists 05:46:16 7c5bf0cbb1a6: Layer already exists 05:46:16 dc3e3263c2c0: Layer already exists 05:46:16 63ca1fbb43ae: Layer already exists 05:46:16 latest: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.1 05:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:16 07b0f9a71c0d: Preparing 05:46:16 f4cd429a0da6: Preparing 05:46:16 0b610ac22d7d: Preparing 05:46:16 7c5bf0cbb1a6: Preparing 05:46:16 5376a4c14472: Preparing 05:46:16 dc3e3263c2c0: Preparing 05:46:16 63ca1fbb43ae: Preparing 05:46:16 63ca1fbb43ae: Waiting 05:46:16 dc3e3263c2c0: Waiting 05:46:16 07b0f9a71c0d: Layer already exists 05:46:16 7c5bf0cbb1a6: Layer already exists 05:46:16 0b610ac22d7d: Layer already exists 05:46:16 f4cd429a0da6: Layer already exists 05:46:16 5376a4c14472: Layer already exists 05:46:16 dc3e3263c2c0: Layer already exists 05:46:16 63ca1fbb43ae: Layer already exists 05:46:16 4.0.0-dev.1: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:17 07b0f9a71c0d: Preparing 05:46:17 f4cd429a0da6: Preparing 05:46:17 0b610ac22d7d: Preparing 05:46:17 7c5bf0cbb1a6: Preparing 05:46:17 5376a4c14472: Preparing 05:46:17 dc3e3263c2c0: Preparing 05:46:17 63ca1fbb43ae: Preparing 05:46:17 dc3e3263c2c0: Waiting 05:46:17 63ca1fbb43ae: Waiting 05:46:17 07b0f9a71c0d: Layer already exists 05:46:17 0b610ac22d7d: Layer already exists 05:46:17 f4cd429a0da6: Layer already exists 05:46:17 7c5bf0cbb1a6: Layer already exists 05:46:17 5376a4c14472: Layer already exists 05:46:17 dc3e3263c2c0: Layer already exists 05:46:17 63ca1fbb43ae: Layer already exists 05:46:17 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:46:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:46:18 07b0f9a71c0d: Preparing 05:46:18 f4cd429a0da6: Preparing 05:46:18 0b610ac22d7d: Preparing 05:46:18 7c5bf0cbb1a6: Preparing 05:46:18 5376a4c14472: Preparing 05:46:18 dc3e3263c2c0: Preparing 05:46:18 63ca1fbb43ae: Preparing 05:46:18 63ca1fbb43ae: Waiting 05:46:18 dc3e3263c2c0: Waiting 05:46:18 07b0f9a71c0d: Layer already exists 05:46:18 7c5bf0cbb1a6: Layer already exists 05:46:18 0b610ac22d7d: Layer already exists 05:46:18 5376a4c14472: Layer already exists 05:46:18 f4cd429a0da6: Layer already exists 05:46:18 dc3e3263c2c0: Layer already exists 05:46:18 63ca1fbb43ae: Layer already exists 05:46:18 main: digest: sha256:1bfacfd12b2f05b698aea3b1e8eb80dbca9fdec5e79b2c7eb4f220e5896506c3 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:46:18 ===================================================== [Pipeline] echo 05:46:18 taggedImages: 05:46:18 - nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7 05:46:18 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:46:18 - nexus3.edgexfoundry.org:10004/support-scheduler:4.0.0-dev.1 05:46:18 - nexus3.edgexfoundry.org:10004/support-scheduler:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 05:46:18 - 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:03:09 #142 ... 06:03:09 06:03:09 #155 [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:03:09 #155 1248.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:03:14 #155 ... 06:03:14 06:03:14 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:03:14 #149 DONE 1255.9s 06:03:14 06:03:14 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:03:15 #159 ... 06:03:15 06:03:15 #161 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:03:15 #161 DONE 0.4s 06:03:15 06:03:15 #162 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 06:03:18 #162 DONE 2.6s 06:03:18 06:03:18 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:03:18 #153 ... 06:03:18 06:03:18 #163 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 06:03:18 #163 DONE 0.3s 06:03:18 06:03:18 #164 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:03:18 #164 ... 06:03:18 06:03:18 #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:03:18 #142 DONE 1260.3s 06:03:18 06:03:18 #164 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 06:03:18 #164 DONE 0.4s 06:03:18 06:03:18 #165 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:03:19 #165 ... 06:03:19 06:03:19 #166 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:03:19 #166 DONE 0.2s 06:03:19 06:03:19 #165 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:03:19 #165 DONE 0.8s 06:03:19 06:03:19 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:03:20 #167 DONE 0.3s 06:03:20 06:03:20 #168 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:03:20 #168 DONE 0.2s 06:03:20 06:03:20 #169 [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:03:20 #169 ... 06:03:20 06:03:20 #170 [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:03:20 #170 DONE 0.2s 06:03:20 06:03:20 #169 [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:03:20 #169 DONE 0.3s 06:03:20 06:03:20 #171 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:03:20 #171 DONE 0.3s 06:03:20 06:03:20 #172 [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:03:20 #172 DONE 0.1s 06:03:20 06:03:20 #173 [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:03:20 #173 DONE 0.3s 06:03:20 06:03:20 #174 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:03:20 #174 DONE 0.4s 06:03:20 06:03:20 #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 06:03:20 #175 DONE 0.2s 06:03:20 06:03:20 #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:03:21 #176 ... 06:03:21 06:03:21 #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:03:21 #177 DONE 0.2s 06:03:21 06:03:21 #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:03:21 #178 ... 06:03:21 06:03:21 #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:03:21 #176 DONE 0.3s 06:03:21 06:03:21 #179 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 06:03:25 #179 DONE 3.8s 06:03:25 06:03:25 #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:03:25 #157 ... 06:03:25 06:03:25 #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:03:25 #178 DONE 4.0s 06:03:25 06:03:25 #114 [security-proxy-setup] exporting to image 06:03:25 #114 exporting layers 06:03:27 #114 exporting layers 2.1s done 06:03:27 #114 writing image sha256:eb9c11b0f74c0fb226772289e0487be9a15337bc85e2dc579526979ab21b4e37 0.0s done 06:03:27 #114 naming to docker.io/library/security-proxy-setup-arm64 done 06:03:27 #114 exporting layers 2.3s done 06:03:27 #114 writing image sha256:d04e57233da65686129d89e0d5d2e64ae4cc068ffb3e219129dc609f6db2aeeb done 06:03:27 #114 naming to docker.io/library/security-bootstrapper-arm64 done 06:03:27 #114 DONE 6.6s 06:03:27 06:03:27 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:03:39 #152 ... 06:03:39 06:03:39 #155 [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:03:39 #155 DONE 1280.1s 06:03:39 06:03:39 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:03:39 #153 ... 06:03:39 06:03:39 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:03:39 #180 DONE 0.2s 06:03:39 06:03:39 #181 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:03:39 #181 DONE 0.2s 06:03:39 06:03:39 #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:03:40 #182 DONE 0.2s 06:03:40 06:03:40 #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:03:40 #183 DONE 0.1s 06:03:40 06:03:40 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:03:40 #184 DONE 0.1s 06:03:40 06:03:40 #185 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:03:40 #185 DONE 0.3s 06:03:40 06:03:40 #186 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:03:40 #186 DONE 0.3s 06:03:40 06:03:40 #187 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:03:40 #187 DONE 0.1s 06:03:40 06:03:40 #188 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:03:43 #188 DONE 2.3s 06:03:43 06:03:43 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:03:43 #51 ... 06:03:43 06:03:43 #114 [security-secretstore-setup] exporting to image 06:03:43 #114 exporting layers 06:03:44 #114 exporting layers 1.5s done 06:03:44 #114 writing image sha256:a7d900f1c6d765ecd023995e7361db67b88961614408d208a1be00e8d513e5db done 06:03:44 #114 naming to docker.io/library/security-secretstore-setup-arm64 done 06:03:44 #114 DONE 8.0s 06:03:44 06:03:44 #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:04:32 #160 ... 06:04:32 06:04:32 #158 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:04:32 #158 DONE 1329.5s 06:04:32 06:04:32 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:04:32 #23 ... 06:04:32 06:04:32 #189 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:04:32 #189 DONE 0.3s 06:04:32 06:04:32 #190 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:04:32 #190 DONE 0.1s 06:04:32 06:04:32 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:04:32 #153 ... 06:04:32 06:04:32 #191 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:04:32 #191 DONE 0.3s 06:04:32 06:04:32 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:04:32 #153 ... 06:04:32 06:04:32 #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:04:32 #192 DONE 0.2s 06:04:32 06:04:32 #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:04:32 #193 DONE 0.1s 06:04:32 06:04:32 #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:04:32 #194 DONE 2.3s 06:04:32 06:04:32 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:04:32 #159 ... 06:04:32 06:04:32 #114 [core-common-config-bootstrapper] exporting to image 06:04:32 #114 exporting layers 06:04:32 #114 exporting layers 0.7s done 06:04:32 #114 writing image sha256:431b787730a10f2a8baef7d8ae541569c39f5969c5876b121d6afc9df2227a7c done 06:04:32 #114 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 06:04:32 #114 DONE 8.7s 06:04:32 06:04:32 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:06:54 #151 ... 06:06:54 06:06:54 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:06:54 #152 DONE 1470.2s 06:06:54 06:06:54 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:06:54 #150 ... 06:06:54 06:06:54 #195 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:06:54 #195 DONE 0.2s 06:06:54 06:06:54 #196 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:06:54 #196 DONE 0.3s 06:06:54 06:06:54 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:06:54 #197 DONE 0.5s 06:06:54 06:06:54 #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:06:54 #198 DONE 0.1s 06:06:54 06:06:54 #114 [security-spiffe-token-provider] exporting to image 06:06:54 #114 exporting layers 06:06:54 #114 exporting layers 1.0s done 06:06:54 #114 writing image sha256:26a9f0edec4cc79ea75a250cade3683c3b4c85def72cff1c53a50694d05c8176 done 06:06:54 #114 naming to docker.io/library/security-spiffe-token-provider-arm64 done 06:06:54 #114 DONE 9.7s 06:06:54 06:06:54 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:15:16 #153 ... 06:15:16 06:15:16 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:15:16 #151 DONE 1966.4s 06:15:16 06:15:16 #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:15:16 #160 ... 06:15:16 06:15:16 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:15:16 #199 DONE 0.1s 06:15:16 06:15:16 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:15:16 #200 DONE 0.2s 06:15:16 06:15:16 #33 [core-data internal] load .dockerignore 06:15:16 #33 ... 06:15:16 06:15:16 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:15:16 #201 DONE 0.5s 06:15:16 06:15:16 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:15:16 #202 DONE 0.2s 06:15:16 06:15:16 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:15:16 #203 DONE 0.2s 06:15:16 06:15:16 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:15:16 #204 DONE 2.3s 06:15:16 06:15:16 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:15:16 #154 ... 06:15:16 06:15:16 #114 [security-proxy-auth] exporting to image 06:15:16 #114 exporting layers 06:15:16 #114 exporting layers 0.8s done 06:15:16 #114 writing image sha256:864602823255fb404d0ba3881785b23b654cca1767489689d310e6293515eb9d 0.0s done 06:15:16 #114 naming to docker.io/library/security-proxy-auth-arm64 done 06:15:16 #114 DONE 10.5s 06:15:16 06:15:16 #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:16:23 #157 DONE 2040.6s 06:16:23 06:16:23 #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:16:23 #160 ... 06:16:23 06:16:23 #205 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:16:23 #205 DONE 0.3s 06:16:23 06:16:23 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 06:16:23 #51 ... 06:16:23 06:16:23 #206 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:16:23 #206 DONE 0.2s 06:16:23 06:16:23 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:16:23 #156 ... 06:16:23 06:16:23 #207 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:16:23 #207 DONE 0.5s 06:16:23 06:16:23 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:16:23 #208 DONE 0.2s 06:16:23 06:16:23 #114 [core-command] exporting to image 06:16:23 #114 exporting layers 06:16:23 #114 exporting layers 0.4s done 06:16:23 #114 writing image sha256:a7677c3f1ed7aeecf85c52be971c92bdd9ab2171bd666dd946560034cbdc75b4 done 06:16:23 #114 naming to docker.io/library/core-command-arm64 done 06:16:23 #114 DONE 11.0s 06:16:23 06:16:23 #33 [core-data internal] load .dockerignore 06:18:46 #33 ... 06:18:46 06:18:46 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:18:46 #156 DONE 2182.0s 06:18:46 06:18:46 #33 [core-data internal] load .dockerignore 06:18:46 #33 ... 06:18:46 06:18:46 #209 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:18:46 #209 DONE 0.3s 06:18:46 06:18:46 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:18:46 #159 ... 06:18:46 06:18:46 #210 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:18:46 #210 DONE 0.6s 06:18:46 06:18:46 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:18:46 #23 ... 06:18:46 06:18:46 #211 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:18:46 #211 DONE 0.2s 06:18:46 06:18:46 #212 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 06:18:46 #212 DONE 0.2s 06:18:46 06:18:46 #114 [core-keeper] exporting to image 06:18:46 #114 exporting layers 06:18:46 #114 exporting layers 0.5s done 06:18:46 #114 writing image sha256:d882994da66db6955a03e3d739c93e52efc0f8f8c604285e8b56d1ca87359eac done 06:18:46 #114 naming to docker.io/library/core-keeper-arm64 done 06:18:46 #114 DONE 11.5s 06:18:46 06:18:46 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:18:46 #153 ... 06:18:46 06:18:46 #160 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:18:46 #160 DONE 2185.5s 06:18:46 06:18:46 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:18:46 #153 ... 06:18:46 06:18:46 #213 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 06:18:46 #213 DONE 0.1s 06:18:46 06:18:46 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:18:46 #154 ... 06:18:46 06:18:46 #214 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 06:18:46 #214 DONE 0.2s 06:18:46 06:18:46 #215 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:18:46 #215 DONE 0.6s 06:18:46 06:18:46 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:18:46 #23 ... 06:18:46 06:18:46 #216 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:18:46 #216 DONE 0.2s 06:18:46 06:18:46 #217 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:18:46 #217 DONE 0.2s 06:18:46 06:18:46 #218 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 06:18:46 #218 DONE 0.2s 06:18:46 06:18:46 #114 [core-metadata] exporting to image 06:18:46 #114 exporting layers 0.5s done 06:18:46 #114 writing image sha256:527a9864464ff68c6adf134ec27cbe4961d15c0f6b7033d7b66a212a92efc78b done 06:18:46 #114 naming to docker.io/library/core-metadata-arm64 done 06:18:46 #114 DONE 12.0s 06:18:46 06:18:46 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:18:48 #153 ... 06:18:48 06:18:48 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:18:48 #154 DONE 2190.0s 06:18:48 06:18:48 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:18:49 #23 ... 06:18:49 06:18:49 #219 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:18:49 #219 DONE 0.2s 06:18:49 06:18:49 #220 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:18:49 #220 DONE 0.2s 06:18:49 06:18:49 #221 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:18:50 #221 DONE 0.6s 06:18:50 06:18:50 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:18:50 #23 ... 06:18:50 06:18:50 #222 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:18:50 #222 DONE 0.2s 06:18:50 06:18:50 #223 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 06:18:50 #223 DONE 0.1s 06:18:50 06:18:50 #114 [core-data] exporting to image 06:18:50 #114 exporting layers 0.6s done 06:18:50 #114 writing image sha256:418781f5a5d5e9f10853497790953e47406ec1949c6a179f30c469e29afbe135 done 06:18:50 #114 naming to docker.io/library/core-data-arm64 done 06:18:50 #114 DONE 12.6s 06:18:50 06:18:50 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:19:37 #23 ... 06:19:37 06:19:37 #159 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:19:37 #159 DONE 2232.9s 06:19:37 06:19:37 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:19:37 #150 DONE 2232.9s 06:19:37 06:19:37 #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 06:19:37 #153 DONE 2233.0s 06:19:37 06:19:37 #224 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:19:37 #224 ... 06:19:37 06:19:37 #225 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:19:37 #225 DONE 0.3s 06:19:37 06:19:37 #224 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:19:37 #224 DONE 0.6s 06:19:37 06:19:37 #226 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:19:37 #226 DONE 0.3s 06:19:37 06:19:37 #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:19:37 #227 DONE 0.2s 06:19:37 06:19:37 #33 [core-data internal] load .dockerignore 06:19:37 #33 ... 06:19:37 06:19:37 #228 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:19:37 #228 DONE 0.1s 06:19:37 06:19:37 #229 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:19:37 #229 DONE 0.3s 06:19:37 06:19:37 #230 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:19:37 #230 ... 06:19:37 06:19:37 #231 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:19:37 #231 DONE 1.1s 06:19:37 06:19:37 #230 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:19:37 #230 DONE 0.7s 06:19:37 06:19:37 #232 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 06:19:37 #232 DONE 0.9s 06:19:37 06:19:37 #233 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 06:19:37 #233 DONE 0.3s 06:19:37 06:19:37 #234 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:19:37 #234 DONE 0.3s 06:19:37 06:19:37 #235 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:19:37 #235 DONE 0.2s 06:19:37 06:19:37 #114 [support-cron-scheduler] exporting to image 06:19:37 #114 exporting layers 06:19:37 #114 ... 06:19:37 06:19:37 #236 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 06:19:37 #236 DONE 0.3s 06:19:37 06:19:37 #114 [support-notifications] exporting to image 06:19:37 #114 exporting layers 1.0s done 06:19:37 #114 writing image sha256:3894985f8379d1571b9f6704914ac26913f3e5a6f060901a294c3716400bf2be 0.0s done 06:19:37 #114 naming to docker.io/library/support-scheduler-arm64 done 06:19:37 #114 exporting layers 0.9s done 06:19:37 #114 writing image sha256:69a657dcfb8e8eced3f8229fc049701ca7daaacacda0a4d55aaf09f0e5dabc4c done 06:19:37 #114 naming to docker.io/library/support-notifications-arm64 done 06:19:37 #114 exporting layers 1.5s done 06:19:37 #114 writing image sha256:3fdfca2e2904455985673c9d94749e3f1462ff7261e123d1b855639d977cf358 done 06:19:37 #114 naming to docker.io/library/support-cron-scheduler-arm64 done 06:19:37 #114 DONE 14.3s 06:19:37 06:19:37 #33 [core-data internal] load .dockerignore 06:19:37 time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:19:37 time="2024-10-22T05:39:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:19:37 $ docker stop --time=1 c95ed133d7d5190ffd25feb75c4219b2c2da74fd1450960963fbf7871591b772 06:19:39 $ docker rm -f --volumes c95ed133d7d5190ffd25feb75c4219b2c2da74fd1450960963fbf7871591b772 [Pipeline] // withDockerContainer [Pipeline] sh 06:19:40 + docker images 06:19:40 REPOSITORY TAG IMAGE ID CREATED SIZE 06:19:40 support-notifications-arm64 latest 69a657dcfb8e 6 seconds ago 71.6MB 06:19:40 support-cron-scheduler-arm64 latest 3fdfca2e2904 7 seconds ago 72.6MB 06:19:40 support-scheduler-arm64 latest 3894985f8379 7 seconds ago 70.5MB 06:19:40 core-data-arm64 latest 418781f5a5d5 50 seconds ago 48.5MB 06:19:40 core-metadata-arm64 latest 527a9864464f 54 seconds ago 48.6MB 06:19:40 core-keeper-arm64 latest d882994da66d 58 seconds ago 41.7MB 06:19:40 core-command-arm64 latest a7677c3f1ed7 3 minutes ago 42.7MB 06:19:40 security-proxy-auth-arm64 latest 864602823255 4 minutes ago 40.9MB 06:19:40 security-spiffe-token-provider-arm64 latest 26a9f0edec4c 12 minutes ago 48.5MB 06:19:40 core-common-config-bootstrapper-arm64 latest 431b787730a1 15 minutes ago 28.1MB 06:19:40 security-secretstore-setup-arm64 latest a7d900f1c6d7 15 minutes ago 58.2MB 06:19:40 security-proxy-setup-arm64 latest eb9c11b0f74c 16 minutes ago 40.4MB 06:19:40 security-bootstrapper-arm64 latest d04e57233da6 16 minutes ago 33.9MB 06:19:40 security-spire-config-arm64 latest a84e6d06f868 38 minutes ago 123MB 06:19:40 security-spire-agent-arm64 latest 0d5a9e65e177 38 minutes ago 182MB 06:19:40 security-spire-server-arm64 latest 289cd19d2b14 38 minutes ago 124MB 06:19:40 ci-base-image-arm64 latest 05c86ecae77c 40 minutes ago 965MB 06:19:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine be29e6b0f0d4 2 weeks ago 558MB 06:19:40 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:19:40 provisioning config files... 06:19:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/734@tmp/config3893668472040469724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:19:40 ---> ****-login.sh 06:19:40 nexus3.edgexfoundry.org:10001 06:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:19:40 Configure a credential helper to remove this warning. See 06:19:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:19:40 06:19:40 Login Succeeded 06:19:40 nexus3.edgexfoundry.org:10002 06:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:19:41 Configure a credential helper to remove this warning. See 06:19:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:19:41 06:19:41 Login Succeeded 06:19:41 nexus3.edgexfoundry.org:10003 06:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:19:41 Configure a credential helper to remove this warning. See 06:19:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:19:41 06:19:41 Login Succeeded 06:19:41 nexus3.edgexfoundry.org:10004 06:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:19:42 Configure a credential helper to remove this warning. See 06:19:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:19:42 06:19:42 Login Succeeded 06:19:42 ****.io 06:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:19:42 Configure a credential helper to remove this warning. See 06:19:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:19:42 06:19:42 Login Succeeded 06:19:42 ---> ****-login.sh ends [Pipeline] } 06:19:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:19:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:19:42 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:19:42 ead55998a61037c88c593b6744c8da68f1c88ef7 06:19:42 latest 06:19:42 4.0.0-dev.1 06:19:42 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:19:42 main 06:19:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:19:43 be88e5ff8e4e: Preparing 06:19:43 f4ca084a18fe: Preparing 06:19:43 e8b21a1b26a0: Preparing 06:19:43 427804f1478f: Preparing 06:19:43 8a991fcc91fc: Preparing 06:19:43 ad8a70947c72: Preparing 06:19:43 16113d51b718: Preparing 06:19:43 ad8a70947c72: Waiting 06:19:43 16113d51b718: Waiting 06:19:44 427804f1478f: Pushed 06:19:44 be88e5ff8e4e: Pushed 06:19:44 e8b21a1b26a0: Pushed 06:19:44 16113d51b718: Layer already exists 06:19:44 ad8a70947c72: Pushed 06:19:45 8a991fcc91fc: Pushed 06:19:51 f4ca084a18fe: Pushed 06:19:51 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:19:52 be88e5ff8e4e: Preparing 06:19:52 f4ca084a18fe: Preparing 06:19:52 e8b21a1b26a0: Preparing 06:19:52 427804f1478f: Preparing 06:19:52 8a991fcc91fc: Preparing 06:19:52 ad8a70947c72: Preparing 06:19:52 16113d51b718: Preparing 06:19:52 ad8a70947c72: Waiting 06:19:52 16113d51b718: Waiting 06:19:52 be88e5ff8e4e: Layer already exists 06:19:52 427804f1478f: Layer already exists 06:19:52 f4ca084a18fe: Layer already exists 06:19:52 e8b21a1b26a0: Layer already exists 06:19:52 8a991fcc91fc: Layer already exists 06:19:52 ad8a70947c72: Layer already exists 06:19:52 16113d51b718: Layer already exists 06:19:52 latest: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.1 06:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:19:53 be88e5ff8e4e: Preparing 06:19:53 f4ca084a18fe: Preparing 06:19:53 e8b21a1b26a0: Preparing 06:19:53 427804f1478f: Preparing 06:19:53 8a991fcc91fc: Preparing 06:19:53 ad8a70947c72: Preparing 06:19:53 16113d51b718: Preparing 06:19:53 ad8a70947c72: Waiting 06:19:53 16113d51b718: Waiting 06:19:53 f4ca084a18fe: Layer already exists 06:19:53 8a991fcc91fc: Layer already exists 06:19:53 427804f1478f: Layer already exists 06:19:53 be88e5ff8e4e: Layer already exists 06:19:53 e8b21a1b26a0: Layer already exists 06:19:53 16113d51b718: Layer already exists 06:19:53 ad8a70947c72: Layer already exists 06:19:53 4.0.0-dev.1: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:19:54 be88e5ff8e4e: Preparing 06:19:54 f4ca084a18fe: Preparing 06:19:54 e8b21a1b26a0: Preparing 06:19:54 427804f1478f: Preparing 06:19:54 8a991fcc91fc: Preparing 06:19:54 ad8a70947c72: Preparing 06:19:54 16113d51b718: Preparing 06:19:54 ad8a70947c72: Waiting 06:19:54 16113d51b718: Waiting 06:19:54 8a991fcc91fc: Layer already exists 06:19:54 f4ca084a18fe: Layer already exists 06:19:54 427804f1478f: Layer already exists 06:19:54 e8b21a1b26a0: Layer already exists 06:19:54 be88e5ff8e4e: Layer already exists 06:19:54 ad8a70947c72: Layer already exists 06:19:54 16113d51b718: Layer already exists 06:19:54 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:19:55 be88e5ff8e4e: Preparing 06:19:55 f4ca084a18fe: Preparing 06:19:55 e8b21a1b26a0: Preparing 06:19:55 427804f1478f: Preparing 06:19:55 8a991fcc91fc: Preparing 06:19:55 ad8a70947c72: Preparing 06:19:55 16113d51b718: Preparing 06:19:55 ad8a70947c72: Waiting 06:19:55 16113d51b718: Waiting 06:19:55 427804f1478f: Layer already exists 06:19:55 f4ca084a18fe: Layer already exists 06:19:55 8a991fcc91fc: Layer already exists 06:19:55 be88e5ff8e4e: Layer already exists 06:19:55 e8b21a1b26a0: Layer already exists 06:19:55 16113d51b718: Layer already exists 06:19:55 ad8a70947c72: Layer already exists 06:19:55 main: digest: sha256:0073360e972e7c36dd7dc6ea6199bf668f81940ac160b10469f4960abac02c0f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:19:56 ===================================================== [Pipeline] echo 06:19:56 taggedImages: 06:19:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:19:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:19:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.0.0-dev.1 06:19:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:19:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:19:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:19:56 ead55998a61037c88c593b6744c8da68f1c88ef7 06:19:56 latest 06:19:56 4.0.0-dev.1 06:19:56 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:19:56 main 06:19:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:19:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:19:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:19:56 9474628b9bd9: Preparing 06:19:56 d5986a865634: Preparing 06:19:56 537fbe37fba4: Preparing 06:19:56 eabce9b54222: Preparing 06:19:56 e8b21a1b26a0: Preparing 06:19:56 427804f1478f: Preparing 06:19:56 8a991fcc91fc: Preparing 06:19:56 ad8a70947c72: Preparing 06:19:56 16113d51b718: Preparing 06:19:56 427804f1478f: Waiting 06:19:56 8a991fcc91fc: Waiting 06:19:56 ad8a70947c72: Waiting 06:19:56 16113d51b718: Waiting 06:19:57 e8b21a1b26a0: Layer already exists 06:19:57 427804f1478f: Layer already exists 06:19:57 8a991fcc91fc: Layer already exists 06:19:57 d5986a865634: Pushed 06:19:57 537fbe37fba4: Pushed 06:19:57 9474628b9bd9: Pushed 06:19:57 ad8a70947c72: Layer already exists 06:19:57 16113d51b718: Layer already exists 06:20:00 eabce9b54222: Pushed 06:20:00 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:00 + 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:20:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:20:01 9474628b9bd9: Preparing 06:20:01 d5986a865634: Preparing 06:20:01 537fbe37fba4: Preparing 06:20:01 eabce9b54222: Preparing 06:20:01 e8b21a1b26a0: Preparing 06:20:01 427804f1478f: Preparing 06:20:01 8a991fcc91fc: Preparing 06:20:01 ad8a70947c72: Preparing 06:20:01 16113d51b718: Preparing 06:20:01 427804f1478f: Waiting 06:20:01 8a991fcc91fc: Waiting 06:20:01 ad8a70947c72: Waiting 06:20:01 16113d51b718: Waiting 06:20:01 e8b21a1b26a0: Layer already exists 06:20:01 d5986a865634: Layer already exists 06:20:01 eabce9b54222: Layer already exists 06:20:01 537fbe37fba4: Layer already exists 06:20:01 9474628b9bd9: Layer already exists 06:20:01 16113d51b718: Layer already exists 06:20:01 ad8a70947c72: Layer already exists 06:20:01 427804f1478f: Layer already exists 06:20:01 8a991fcc91fc: Layer already exists 06:20:01 latest: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.1 06:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:20:02 9474628b9bd9: Preparing 06:20:02 d5986a865634: Preparing 06:20:02 537fbe37fba4: Preparing 06:20:02 eabce9b54222: Preparing 06:20:02 e8b21a1b26a0: Preparing 06:20:02 427804f1478f: Preparing 06:20:02 8a991fcc91fc: Preparing 06:20:02 ad8a70947c72: Preparing 06:20:02 16113d51b718: Preparing 06:20:02 427804f1478f: Waiting 06:20:02 8a991fcc91fc: Waiting 06:20:02 ad8a70947c72: Waiting 06:20:02 16113d51b718: Waiting 06:20:02 e8b21a1b26a0: Layer already exists 06:20:02 d5986a865634: Layer already exists 06:20:02 9474628b9bd9: Layer already exists 06:20:02 537fbe37fba4: Layer already exists 06:20:02 eabce9b54222: Layer already exists 06:20:02 8a991fcc91fc: Layer already exists 06:20:02 427804f1478f: Layer already exists 06:20:02 ad8a70947c72: Layer already exists 06:20:02 16113d51b718: Layer already exists 06:20:02 4.0.0-dev.1: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:20:03 9474628b9bd9: Preparing 06:20:03 d5986a865634: Preparing 06:20:03 537fbe37fba4: Preparing 06:20:03 eabce9b54222: Preparing 06:20:03 e8b21a1b26a0: Preparing 06:20:03 427804f1478f: Preparing 06:20:03 8a991fcc91fc: Preparing 06:20:03 427804f1478f: Waiting 06:20:03 ad8a70947c72: Preparing 06:20:03 8a991fcc91fc: Waiting 06:20:03 16113d51b718: Preparing 06:20:03 ad8a70947c72: Waiting 06:20:03 16113d51b718: Waiting 06:20:03 e8b21a1b26a0: Layer already exists 06:20:03 eabce9b54222: Layer already exists 06:20:03 9474628b9bd9: Layer already exists 06:20:03 8a991fcc91fc: Layer already exists 06:20:03 427804f1478f: Layer already exists 06:20:03 ad8a70947c72: Layer already exists 06:20:03 537fbe37fba4: Layer already exists 06:20:03 d5986a865634: Layer already exists 06:20:03 16113d51b718: Layer already exists 06:20:03 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:03 + 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:20:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:20:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:20:04 9474628b9bd9: Preparing 06:20:04 d5986a865634: Preparing 06:20:04 537fbe37fba4: Preparing 06:20:04 eabce9b54222: Preparing 06:20:04 e8b21a1b26a0: Preparing 06:20:04 427804f1478f: Preparing 06:20:04 8a991fcc91fc: Preparing 06:20:04 ad8a70947c72: Preparing 06:20:04 16113d51b718: Preparing 06:20:04 427804f1478f: Waiting 06:20:04 8a991fcc91fc: Waiting 06:20:04 ad8a70947c72: Waiting 06:20:04 16113d51b718: Waiting 06:20:04 e8b21a1b26a0: Layer already exists 06:20:04 d5986a865634: Layer already exists 06:20:04 9474628b9bd9: Layer already exists 06:20:04 eabce9b54222: Layer already exists 06:20:04 537fbe37fba4: Layer already exists 06:20:04 ad8a70947c72: Layer already exists 06:20:04 427804f1478f: Layer already exists 06:20:04 8a991fcc91fc: Layer already exists 06:20:04 16113d51b718: Layer already exists 06:20:04 main: digest: sha256:1f3b90f5fc8fc55e4d0513d670dc5f891d70d7f4b28dd01bd586a0e5d8ac08f2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:20:04 ===================================================== [Pipeline] echo 06:20:04 taggedImages: 06:20:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:20:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.0.0-dev.1 06:20:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:20:04 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:20:04 ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:04 latest 06:20:04 4.0.0-dev.1 06:20:04 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:04 main 06:20:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:20:05 2d04513a5416: Preparing 06:20:05 b609c3bdf0c0: Preparing 06:20:05 7c321859db36: Preparing 06:20:05 e8b21a1b26a0: Preparing 06:20:05 427804f1478f: Preparing 06:20:05 d2746e2ee5fd: Preparing 06:20:05 ac7981a14880: Preparing 06:20:05 16113d51b718: Preparing 06:20:05 d2746e2ee5fd: Waiting 06:20:05 ac7981a14880: Waiting 06:20:05 16113d51b718: Waiting 06:20:05 e8b21a1b26a0: Layer already exists 06:20:05 427804f1478f: Layer already exists 06:20:05 b609c3bdf0c0: Pushed 06:20:05 2d04513a5416: Pushed 06:20:05 16113d51b718: Layer already exists 06:20:05 ac7981a14880: Pushed 06:20:07 d2746e2ee5fd: Pushed 06:20:14 7c321859db36: Pushed 06:20:14 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:20:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:20:15 2d04513a5416: Preparing 06:20:15 b609c3bdf0c0: Preparing 06:20:15 7c321859db36: Preparing 06:20:15 e8b21a1b26a0: Preparing 06:20:15 427804f1478f: Preparing 06:20:15 d2746e2ee5fd: Preparing 06:20:15 ac7981a14880: Preparing 06:20:15 16113d51b718: Preparing 06:20:15 d2746e2ee5fd: Waiting 06:20:15 ac7981a14880: Waiting 06:20:15 16113d51b718: Waiting 06:20:15 e8b21a1b26a0: Layer already exists 06:20:15 7c321859db36: Layer already exists 06:20:15 b609c3bdf0c0: Layer already exists 06:20:15 427804f1478f: Layer already exists 06:20:15 2d04513a5416: Layer already exists 06:20:15 d2746e2ee5fd: Layer already exists 06:20:15 ac7981a14880: Layer already exists 06:20:15 16113d51b718: Layer already exists 06:20:15 latest: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.1 06:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:20:16 2d04513a5416: Preparing 06:20:16 b609c3bdf0c0: Preparing 06:20:16 7c321859db36: Preparing 06:20:16 e8b21a1b26a0: Preparing 06:20:16 427804f1478f: Preparing 06:20:16 d2746e2ee5fd: Preparing 06:20:16 ac7981a14880: Preparing 06:20:16 16113d51b718: Preparing 06:20:16 ac7981a14880: Waiting 06:20:16 16113d51b718: Waiting 06:20:16 d2746e2ee5fd: Waiting 06:20:16 2d04513a5416: Layer already exists 06:20:16 7c321859db36: Layer already exists 06:20:16 427804f1478f: Layer already exists 06:20:16 e8b21a1b26a0: Layer already exists 06:20:16 b609c3bdf0c0: Layer already exists 06:20:16 16113d51b718: Layer already exists 06:20:16 d2746e2ee5fd: Layer already exists 06:20:16 ac7981a14880: Layer already exists 06:20:16 4.0.0-dev.1: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:20:17 2d04513a5416: Preparing 06:20:17 b609c3bdf0c0: Preparing 06:20:17 7c321859db36: Preparing 06:20:17 e8b21a1b26a0: Preparing 06:20:17 427804f1478f: Preparing 06:20:17 d2746e2ee5fd: Preparing 06:20:17 ac7981a14880: Preparing 06:20:17 16113d51b718: Preparing 06:20:17 d2746e2ee5fd: Waiting 06:20:17 ac7981a14880: Waiting 06:20:17 16113d51b718: Waiting 06:20:17 b609c3bdf0c0: Layer already exists 06:20:17 427804f1478f: Layer already exists 06:20:17 e8b21a1b26a0: Layer already exists 06:20:17 2d04513a5416: Layer already exists 06:20:17 7c321859db36: Layer already exists 06:20:17 d2746e2ee5fd: Layer already exists 06:20:17 ac7981a14880: Layer already exists 06:20:17 16113d51b718: Layer already exists 06:20:17 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:17 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:18 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:20:18 2d04513a5416: Preparing 06:20:18 b609c3bdf0c0: Preparing 06:20:18 7c321859db36: Preparing 06:20:18 e8b21a1b26a0: Preparing 06:20:18 427804f1478f: Preparing 06:20:18 d2746e2ee5fd: Preparing 06:20:18 ac7981a14880: Preparing 06:20:18 16113d51b718: Preparing 06:20:18 d2746e2ee5fd: Waiting 06:20:18 ac7981a14880: Waiting 06:20:18 16113d51b718: Waiting 06:20:18 7c321859db36: Layer already exists 06:20:18 e8b21a1b26a0: Layer already exists 06:20:18 2d04513a5416: Layer already exists 06:20:18 b609c3bdf0c0: Layer already exists 06:20:18 427804f1478f: Layer already exists 06:20:18 ac7981a14880: Layer already exists 06:20:18 16113d51b718: Layer already exists 06:20:18 d2746e2ee5fd: Layer already exists 06:20:18 main: digest: sha256:42a6e41c41007db26ad9e415ccc090961fada9b8bcfa1490c2c70b99bdef322e size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:20:18 ===================================================== [Pipeline] echo 06:20:18 taggedImages: 06:20:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:20:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.0.0-dev.1 06:20:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:18 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:20:18 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 06:20:18 ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:18 latest 06:20:18 4.0.0-dev.1 06:20:18 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:18 main 06:20:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:20:19 894c81775846: Preparing 06:20:19 e8d2c8d0c894: Preparing 06:20:19 2465b8375888: Preparing 06:20:19 427804f1478f: Preparing 06:20:19 f53d5a29f3c6: Preparing 06:20:19 f3c85b69d79f: Preparing 06:20:19 16113d51b718: Preparing 06:20:19 f3c85b69d79f: Waiting 06:20:19 16113d51b718: Waiting 06:20:19 427804f1478f: Layer already exists 06:20:19 e8d2c8d0c894: Pushed 06:20:19 894c81775846: Pushed 06:20:19 16113d51b718: Layer already exists 06:20:19 f53d5a29f3c6: Pushed 06:20:19 f3c85b69d79f: Pushed 06:20:27 2465b8375888: Pushed 06:20:27 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:28 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:20:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:20:28 894c81775846: Preparing 06:20:28 e8d2c8d0c894: Preparing 06:20:28 2465b8375888: Preparing 06:20:28 427804f1478f: Preparing 06:20:28 f53d5a29f3c6: Preparing 06:20:28 f3c85b69d79f: Preparing 06:20:28 16113d51b718: Preparing 06:20:28 f3c85b69d79f: Waiting 06:20:28 16113d51b718: Waiting 06:20:28 894c81775846: Layer already exists 06:20:28 2465b8375888: Layer already exists 06:20:28 427804f1478f: Layer already exists 06:20:28 f53d5a29f3c6: Layer already exists 06:20:28 e8d2c8d0c894: Layer already exists 06:20:28 16113d51b718: Layer already exists 06:20:28 f3c85b69d79f: Layer already exists 06:20:28 latest: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:29 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.1 06:20:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:20:29 894c81775846: Preparing 06:20:29 e8d2c8d0c894: Preparing 06:20:29 2465b8375888: Preparing 06:20:29 427804f1478f: Preparing 06:20:29 f53d5a29f3c6: Preparing 06:20:29 f3c85b69d79f: Preparing 06:20:29 16113d51b718: Preparing 06:20:29 f3c85b69d79f: Waiting 06:20:29 16113d51b718: Waiting 06:20:29 e8d2c8d0c894: Layer already exists 06:20:29 f53d5a29f3c6: Layer already exists 06:20:29 2465b8375888: Layer already exists 06:20:29 894c81775846: Layer already exists 06:20:29 427804f1478f: Layer already exists 06:20:29 f3c85b69d79f: Layer already exists 06:20:29 16113d51b718: Layer already exists 06:20:29 4.0.0-dev.1: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:30 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:20:30 894c81775846: Preparing 06:20:30 e8d2c8d0c894: Preparing 06:20:30 2465b8375888: Preparing 06:20:30 427804f1478f: Preparing 06:20:30 f53d5a29f3c6: Preparing 06:20:30 f3c85b69d79f: Preparing 06:20:30 16113d51b718: Preparing 06:20:30 16113d51b718: Waiting 06:20:30 f3c85b69d79f: Waiting 06:20:30 e8d2c8d0c894: Layer already exists 06:20:30 f53d5a29f3c6: Layer already exists 06:20:30 2465b8375888: Layer already exists 06:20:30 894c81775846: Layer already exists 06:20:30 427804f1478f: Layer already exists 06:20:30 16113d51b718: Layer already exists 06:20:30 f3c85b69d79f: Layer already exists 06:20:30 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 06:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:20:31 894c81775846: Preparing 06:20:31 e8d2c8d0c894: Preparing 06:20:31 2465b8375888: Preparing 06:20:31 427804f1478f: Preparing 06:20:31 f53d5a29f3c6: Preparing 06:20:31 f3c85b69d79f: Preparing 06:20:31 16113d51b718: Preparing 06:20:31 f3c85b69d79f: Waiting 06:20:31 16113d51b718: Waiting 06:20:31 e8d2c8d0c894: Layer already exists 06:20:31 2465b8375888: Layer already exists 06:20:31 f53d5a29f3c6: Layer already exists 06:20:31 894c81775846: Layer already exists 06:20:31 427804f1478f: Layer already exists 06:20:31 f3c85b69d79f: Layer already exists 06:20:31 16113d51b718: Layer already exists 06:20:31 main: digest: sha256:0da7f97e658364f57d2d1ec160ae44a782d121d0398fa7cebc0d7615d09331ad size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:20:31 ===================================================== [Pipeline] echo 06:20:31 taggedImages: 06:20:31 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:31 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:20:31 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.0.0-dev.1 06:20:31 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:31 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:20:31 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:20:31 ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:31 latest 06:20:31 4.0.0-dev.1 06:20:31 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:31 main 06:20:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:20:32 6e8ef623b286: Preparing 06:20:32 84869bb81901: Preparing 06:20:32 967511a8eb85: Preparing 06:20:32 fc46f19a43cf: Preparing 06:20:32 e8b21a1b26a0: Preparing 06:20:32 427804f1478f: Preparing 06:20:32 8a991fcc91fc: Preparing 06:20:32 ad8a70947c72: Preparing 06:20:32 16113d51b718: Preparing 06:20:32 8a991fcc91fc: Waiting 06:20:32 ad8a70947c72: Waiting 06:20:32 16113d51b718: Waiting 06:20:32 e8b21a1b26a0: Layer already exists 06:20:32 427804f1478f: Layer already exists 06:20:32 967511a8eb85: Pushed 06:20:32 8a991fcc91fc: Layer already exists 06:20:32 84869bb81901: Pushed 06:20:32 ad8a70947c72: Layer already exists 06:20:32 16113d51b718: Layer already exists 06:20:32 6e8ef623b286: Pushed 06:20:41 fc46f19a43cf: Pushed 06:20:41 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:20:41 6e8ef623b286: Preparing 06:20:41 84869bb81901: Preparing 06:20:41 967511a8eb85: Preparing 06:20:41 fc46f19a43cf: Preparing 06:20:41 e8b21a1b26a0: Preparing 06:20:41 427804f1478f: Preparing 06:20:41 8a991fcc91fc: Preparing 06:20:41 427804f1478f: Waiting 06:20:41 ad8a70947c72: Preparing 06:20:41 8a991fcc91fc: Waiting 06:20:41 ad8a70947c72: Waiting 06:20:41 16113d51b718: Preparing 06:20:41 16113d51b718: Waiting 06:20:41 fc46f19a43cf: Layer already exists 06:20:41 84869bb81901: Layer already exists 06:20:41 6e8ef623b286: Layer already exists 06:20:41 967511a8eb85: Layer already exists 06:20:41 e8b21a1b26a0: Layer already exists 06:20:41 427804f1478f: Layer already exists 06:20:41 8a991fcc91fc: Layer already exists 06:20:41 16113d51b718: Layer already exists 06:20:41 ad8a70947c72: Layer already exists 06:20:42 latest: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.1 06:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:20:42 6e8ef623b286: Preparing 06:20:42 84869bb81901: Preparing 06:20:42 967511a8eb85: Preparing 06:20:42 fc46f19a43cf: Preparing 06:20:42 e8b21a1b26a0: Preparing 06:20:42 427804f1478f: Preparing 06:20:42 8a991fcc91fc: Preparing 06:20:42 ad8a70947c72: Preparing 06:20:42 16113d51b718: Preparing 06:20:42 8a991fcc91fc: Waiting 06:20:42 ad8a70947c72: Waiting 06:20:42 16113d51b718: Waiting 06:20:42 427804f1478f: Waiting 06:20:42 84869bb81901: Layer already exists 06:20:42 e8b21a1b26a0: Layer already exists 06:20:42 6e8ef623b286: Layer already exists 06:20:42 fc46f19a43cf: Layer already exists 06:20:42 967511a8eb85: Layer already exists 06:20:42 427804f1478f: Layer already exists 06:20:42 ad8a70947c72: Layer already exists 06:20:42 16113d51b718: Layer already exists 06:20:42 8a991fcc91fc: Layer already exists 06:20:43 4.0.0-dev.1: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:20:43 6e8ef623b286: Preparing 06:20:43 84869bb81901: Preparing 06:20:43 967511a8eb85: Preparing 06:20:43 fc46f19a43cf: Preparing 06:20:43 e8b21a1b26a0: Preparing 06:20:43 427804f1478f: Preparing 06:20:43 8a991fcc91fc: Preparing 06:20:43 ad8a70947c72: Preparing 06:20:43 16113d51b718: Preparing 06:20:43 427804f1478f: Waiting 06:20:43 8a991fcc91fc: Waiting 06:20:43 ad8a70947c72: Waiting 06:20:43 16113d51b718: Waiting 06:20:43 e8b21a1b26a0: Layer already exists 06:20:43 6e8ef623b286: Layer already exists 06:20:43 fc46f19a43cf: Layer already exists 06:20:43 84869bb81901: Layer already exists 06:20:43 967511a8eb85: Layer already exists 06:20:43 427804f1478f: Layer already exists 06:20:43 8a991fcc91fc: Layer already exists 06:20:43 ad8a70947c72: Layer already exists 06:20:43 16113d51b718: Layer already exists 06:20:44 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:20:44 6e8ef623b286: Preparing 06:20:44 84869bb81901: Preparing 06:20:44 967511a8eb85: Preparing 06:20:44 fc46f19a43cf: Preparing 06:20:44 e8b21a1b26a0: Preparing 06:20:44 427804f1478f: Preparing 06:20:44 8a991fcc91fc: Preparing 06:20:44 ad8a70947c72: Preparing 06:20:44 16113d51b718: Preparing 06:20:44 ad8a70947c72: Waiting 06:20:44 427804f1478f: Waiting 06:20:44 8a991fcc91fc: Waiting 06:20:44 16113d51b718: Waiting 06:20:44 84869bb81901: Layer already exists 06:20:44 967511a8eb85: Layer already exists 06:20:44 6e8ef623b286: Layer already exists 06:20:44 e8b21a1b26a0: Layer already exists 06:20:44 fc46f19a43cf: Layer already exists 06:20:44 16113d51b718: Layer already exists 06:20:44 427804f1478f: Layer already exists 06:20:44 8a991fcc91fc: Layer already exists 06:20:44 ad8a70947c72: Layer already exists 06:20:45 main: digest: sha256:c86c3d100fda54b53bb7d06a67cb74790bb4fd3b6663a878dafa5a394d10de64 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:20:45 ===================================================== [Pipeline] echo 06:20:45 taggedImages: 06:20:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:20:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.0.0-dev.1 06:20:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:20:45 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:20:45 ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:45 latest 06:20:45 4.0.0-dev.1 06:20:45 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:45 main 06:20:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:20:45 20f45b79f40f: Preparing 06:20:45 9eea10865989: Preparing 06:20:45 9e014089c898: Preparing 06:20:45 f1945df33dc7: Preparing 06:20:45 a1496c7daf9a: Preparing 06:20:45 3e88c94e5293: Preparing 06:20:45 85e7c1d0e484: Preparing 06:20:45 234b2dde59c9: Preparing 06:20:45 e8b21a1b26a0: Preparing 06:20:45 427804f1478f: Preparing 06:20:45 adad03197193: Preparing 06:20:45 41e9d4ff361d: Preparing 06:20:45 5f70bf18a086: Preparing 06:20:45 2cab18264a86: Preparing 06:20:45 0681518136f3: Preparing 06:20:45 832793e3392d: Preparing 06:20:45 16113d51b718: Preparing 06:20:45 427804f1478f: Waiting 06:20:45 2cab18264a86: Waiting 06:20:45 adad03197193: Waiting 06:20:45 41e9d4ff361d: Waiting 06:20:45 5f70bf18a086: Waiting 06:20:45 0681518136f3: Waiting 06:20:45 832793e3392d: Waiting 06:20:45 3e88c94e5293: Waiting 06:20:45 16113d51b718: Waiting 06:20:45 85e7c1d0e484: Waiting 06:20:45 e8b21a1b26a0: Waiting 06:20:45 234b2dde59c9: Waiting 06:20:46 a1496c7daf9a: Pushed 06:20:46 9eea10865989: Pushed 06:20:46 9e014089c898: Pushed 06:20:46 f1945df33dc7: Pushed 06:20:46 20f45b79f40f: Pushed 06:20:46 e8b21a1b26a0: Layer already exists 06:20:46 3e88c94e5293: Pushed 06:20:46 427804f1478f: Layer already exists 06:20:46 85e7c1d0e484: Pushed 06:20:46 5f70bf18a086: Layer already exists 06:20:46 adad03197193: Pushed 06:20:46 41e9d4ff361d: Pushed 06:20:46 2cab18264a86: Pushed 06:20:46 16113d51b718: Layer already exists 06:20:46 832793e3392d: Pushed 06:20:48 0681518136f3: Pushed 06:20:51 234b2dde59c9: Pushed 06:20:51 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:20:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:20:52 20f45b79f40f: Preparing 06:20:52 9eea10865989: Preparing 06:20:52 9e014089c898: Preparing 06:20:52 f1945df33dc7: Preparing 06:20:52 a1496c7daf9a: Preparing 06:20:52 3e88c94e5293: Preparing 06:20:52 85e7c1d0e484: Preparing 06:20:52 234b2dde59c9: Preparing 06:20:52 e8b21a1b26a0: Preparing 06:20:52 427804f1478f: Preparing 06:20:52 adad03197193: Preparing 06:20:52 41e9d4ff361d: Preparing 06:20:52 5f70bf18a086: Preparing 06:20:52 2cab18264a86: Preparing 06:20:52 0681518136f3: Preparing 06:20:52 832793e3392d: Preparing 06:20:52 16113d51b718: Preparing 06:20:52 85e7c1d0e484: Waiting 06:20:52 234b2dde59c9: Waiting 06:20:52 e8b21a1b26a0: Waiting 06:20:52 427804f1478f: Waiting 06:20:52 adad03197193: Waiting 06:20:52 41e9d4ff361d: Waiting 06:20:52 5f70bf18a086: Waiting 06:20:52 16113d51b718: Waiting 06:20:52 2cab18264a86: Waiting 06:20:52 0681518136f3: Waiting 06:20:52 832793e3392d: Waiting 06:20:52 3e88c94e5293: Waiting 06:20:52 9e014089c898: Layer already exists 06:20:52 f1945df33dc7: Layer already exists 06:20:52 a1496c7daf9a: Layer already exists 06:20:52 20f45b79f40f: Layer already exists 06:20:52 9eea10865989: Layer already exists 06:20:52 427804f1478f: Layer already exists 06:20:52 234b2dde59c9: Layer already exists 06:20:52 85e7c1d0e484: Layer already exists 06:20:52 e8b21a1b26a0: Layer already exists 06:20:52 3e88c94e5293: Layer already exists 06:20:52 5f70bf18a086: Layer already exists 06:20:52 2cab18264a86: Layer already exists 06:20:52 adad03197193: Layer already exists 06:20:52 41e9d4ff361d: Layer already exists 06:20:52 0681518136f3: Layer already exists 06:20:52 832793e3392d: Layer already exists 06:20:52 16113d51b718: Layer already exists 06:20:52 latest: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.1 06:20:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:20:53 20f45b79f40f: Preparing 06:20:53 9eea10865989: Preparing 06:20:53 9e014089c898: Preparing 06:20:53 f1945df33dc7: Preparing 06:20:53 a1496c7daf9a: Preparing 06:20:53 3e88c94e5293: Preparing 06:20:53 85e7c1d0e484: Preparing 06:20:53 234b2dde59c9: Preparing 06:20:53 e8b21a1b26a0: Preparing 06:20:53 427804f1478f: Preparing 06:20:53 adad03197193: Preparing 06:20:53 41e9d4ff361d: Preparing 06:20:53 5f70bf18a086: Preparing 06:20:53 2cab18264a86: Preparing 06:20:53 0681518136f3: Preparing 06:20:53 832793e3392d: Preparing 06:20:53 16113d51b718: Preparing 06:20:53 3e88c94e5293: Waiting 06:20:53 85e7c1d0e484: Waiting 06:20:53 41e9d4ff361d: Waiting 06:20:53 234b2dde59c9: Waiting 06:20:53 5f70bf18a086: Waiting 06:20:53 e8b21a1b26a0: Waiting 06:20:53 2cab18264a86: Waiting 06:20:53 0681518136f3: Waiting 06:20:53 832793e3392d: Waiting 06:20:53 16113d51b718: Waiting 06:20:53 adad03197193: Waiting 06:20:53 427804f1478f: Waiting 06:20:53 9eea10865989: Layer already exists 06:20:53 f1945df33dc7: Layer already exists 06:20:53 9e014089c898: Layer already exists 06:20:53 20f45b79f40f: Layer already exists 06:20:53 a1496c7daf9a: Layer already exists 06:20:53 234b2dde59c9: Layer already exists 06:20:53 427804f1478f: Layer already exists 06:20:53 3e88c94e5293: Layer already exists 06:20:53 85e7c1d0e484: Layer already exists 06:20:53 e8b21a1b26a0: Layer already exists 06:20:53 adad03197193: Layer already exists 06:20:53 5f70bf18a086: Layer already exists 06:20:53 2cab18264a86: Layer already exists 06:20:53 0681518136f3: Layer already exists 06:20:53 41e9d4ff361d: Layer already exists 06:20:53 832793e3392d: Layer already exists 06:20:53 16113d51b718: Layer already exists 06:20:53 4.0.0-dev.1: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:20:54 20f45b79f40f: Preparing 06:20:54 9eea10865989: Preparing 06:20:54 9e014089c898: Preparing 06:20:54 f1945df33dc7: Preparing 06:20:54 a1496c7daf9a: Preparing 06:20:54 3e88c94e5293: Preparing 06:20:54 85e7c1d0e484: Preparing 06:20:54 234b2dde59c9: Preparing 06:20:54 e8b21a1b26a0: Preparing 06:20:54 427804f1478f: Preparing 06:20:54 adad03197193: Preparing 06:20:54 41e9d4ff361d: Preparing 06:20:54 5f70bf18a086: Preparing 06:20:54 2cab18264a86: Preparing 06:20:54 0681518136f3: Preparing 06:20:54 832793e3392d: Preparing 06:20:54 16113d51b718: Preparing 06:20:54 0681518136f3: Waiting 06:20:54 832793e3392d: Waiting 06:20:54 16113d51b718: Waiting 06:20:54 427804f1478f: Waiting 06:20:54 adad03197193: Waiting 06:20:54 41e9d4ff361d: Waiting 06:20:54 5f70bf18a086: Waiting 06:20:54 3e88c94e5293: Waiting 06:20:54 2cab18264a86: Waiting 06:20:54 234b2dde59c9: Waiting 06:20:54 85e7c1d0e484: Waiting 06:20:54 e8b21a1b26a0: Waiting 06:20:54 9eea10865989: Layer already exists 06:20:54 20f45b79f40f: Layer already exists 06:20:54 9e014089c898: Layer already exists 06:20:54 a1496c7daf9a: Layer already exists 06:20:54 f1945df33dc7: Layer already exists 06:20:54 234b2dde59c9: Layer already exists 06:20:54 85e7c1d0e484: Layer already exists 06:20:54 e8b21a1b26a0: Layer already exists 06:20:54 3e88c94e5293: Layer already exists 06:20:54 427804f1478f: Layer already exists 06:20:54 adad03197193: Layer already exists 06:20:54 41e9d4ff361d: Layer already exists 06:20:54 5f70bf18a086: Layer already exists 06:20:54 2cab18264a86: Layer already exists 06:20:54 0681518136f3: Layer already exists 06:20:54 832793e3392d: Layer already exists 06:20:54 16113d51b718: Layer already exists 06:20:54 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:20:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:20:55 20f45b79f40f: Preparing 06:20:55 9eea10865989: Preparing 06:20:55 9e014089c898: Preparing 06:20:55 f1945df33dc7: Preparing 06:20:55 a1496c7daf9a: Preparing 06:20:55 3e88c94e5293: Preparing 06:20:55 85e7c1d0e484: Preparing 06:20:55 3e88c94e5293: Waiting 06:20:55 85e7c1d0e484: Waiting 06:20:55 234b2dde59c9: Preparing 06:20:55 e8b21a1b26a0: Preparing 06:20:55 234b2dde59c9: Waiting 06:20:55 e8b21a1b26a0: Waiting 06:20:55 427804f1478f: Preparing 06:20:55 adad03197193: Preparing 06:20:55 427804f1478f: Waiting 06:20:55 41e9d4ff361d: Preparing 06:20:55 adad03197193: Waiting 06:20:55 41e9d4ff361d: Waiting 06:20:55 5f70bf18a086: Preparing 06:20:55 2cab18264a86: Preparing 06:20:55 5f70bf18a086: Waiting 06:20:55 2cab18264a86: Waiting 06:20:55 0681518136f3: Preparing 06:20:55 832793e3392d: Preparing 06:20:55 0681518136f3: Waiting 06:20:55 16113d51b718: Preparing 06:20:55 832793e3392d: Waiting 06:20:55 16113d51b718: Waiting 06:20:55 f1945df33dc7: Layer already exists 06:20:55 9eea10865989: Layer already exists 06:20:55 20f45b79f40f: Layer already exists 06:20:55 a1496c7daf9a: Layer already exists 06:20:55 9e014089c898: Layer already exists 06:20:55 3e88c94e5293: Layer already exists 06:20:55 85e7c1d0e484: Layer already exists 06:20:55 234b2dde59c9: Layer already exists 06:20:55 e8b21a1b26a0: Layer already exists 06:20:55 427804f1478f: Layer already exists 06:20:55 41e9d4ff361d: Layer already exists 06:20:55 5f70bf18a086: Layer already exists 06:20:55 adad03197193: Layer already exists 06:20:55 2cab18264a86: Layer already exists 06:20:55 0681518136f3: Layer already exists 06:20:55 16113d51b718: Layer already exists 06:20:55 832793e3392d: Layer already exists 06:20:55 main: digest: sha256:a0f94997711e70f9e07f7d58c43f7a59eb146a7acc77455ef67dce12de1609f5 size: 3855 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:20:55 ===================================================== [Pipeline] echo 06:20:55 taggedImages: 06:20:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:20:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.0.0-dev.1 06:20:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:20:55 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:20:55 ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:55 latest 06:20:55 4.0.0-dev.1 06:20:55 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:20:55 main 06:20:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:20:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:20:56 1d8d85a6fdec: Preparing 06:20:56 7bf110c36c7f: Preparing 06:20:56 7f6491c01325: Preparing 06:20:56 eabb70cd3555: Preparing 06:20:56 e8b21a1b26a0: Preparing 06:20:56 427804f1478f: Preparing 06:20:56 8a991fcc91fc: Preparing 06:20:56 ad8a70947c72: Preparing 06:20:56 16113d51b718: Preparing 06:20:56 427804f1478f: Waiting 06:20:56 8a991fcc91fc: Waiting 06:20:56 16113d51b718: Waiting 06:20:56 ad8a70947c72: Waiting 06:20:56 e8b21a1b26a0: Layer already exists 06:20:56 427804f1478f: Layer already exists 06:20:56 7f6491c01325: Pushed 06:20:56 7bf110c36c7f: Pushed 06:20:56 8a991fcc91fc: Layer already exists 06:20:56 1d8d85a6fdec: Pushed 06:20:56 ad8a70947c72: Layer already exists 06:20:56 16113d51b718: Layer already exists 06:21:03 eabb70cd3555: Pushed 06:21:03 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:03 + 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:21:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:21:04 1d8d85a6fdec: Preparing 06:21:04 7bf110c36c7f: Preparing 06:21:04 7f6491c01325: Preparing 06:21:04 eabb70cd3555: Preparing 06:21:04 e8b21a1b26a0: Preparing 06:21:04 427804f1478f: Preparing 06:21:04 8a991fcc91fc: Preparing 06:21:04 ad8a70947c72: Preparing 06:21:04 16113d51b718: Preparing 06:21:04 427804f1478f: Waiting 06:21:04 8a991fcc91fc: Waiting 06:21:04 ad8a70947c72: Waiting 06:21:04 1d8d85a6fdec: Layer already exists 06:21:04 7bf110c36c7f: Layer already exists 06:21:04 eabb70cd3555: Layer already exists 06:21:04 7f6491c01325: Layer already exists 06:21:04 e8b21a1b26a0: Layer already exists 06:21:04 427804f1478f: Layer already exists 06:21:04 8a991fcc91fc: Layer already exists 06:21:04 ad8a70947c72: Layer already exists 06:21:04 16113d51b718: Layer already exists 06:21:04 latest: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:04 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.1 06:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:21:04 1d8d85a6fdec: Preparing 06:21:04 7bf110c36c7f: Preparing 06:21:04 7f6491c01325: Preparing 06:21:04 eabb70cd3555: Preparing 06:21:04 e8b21a1b26a0: Preparing 06:21:04 427804f1478f: Preparing 06:21:04 8a991fcc91fc: Preparing 06:21:04 ad8a70947c72: Preparing 06:21:04 16113d51b718: Preparing 06:21:04 427804f1478f: Waiting 06:21:04 8a991fcc91fc: Waiting 06:21:04 ad8a70947c72: Waiting 06:21:04 16113d51b718: Waiting 06:21:04 1d8d85a6fdec: Layer already exists 06:21:04 7f6491c01325: Layer already exists 06:21:04 7bf110c36c7f: Layer already exists 06:21:04 eabb70cd3555: Layer already exists 06:21:04 e8b21a1b26a0: Layer already exists 06:21:04 ad8a70947c72: Layer already exists 06:21:04 427804f1478f: Layer already exists 06:21:04 16113d51b718: Layer already exists 06:21:04 8a991fcc91fc: Layer already exists 06:21:05 4.0.0-dev.1: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:05 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:21:05 1d8d85a6fdec: Preparing 06:21:05 7bf110c36c7f: Preparing 06:21:05 7f6491c01325: Preparing 06:21:05 eabb70cd3555: Preparing 06:21:05 e8b21a1b26a0: Preparing 06:21:05 427804f1478f: Preparing 06:21:05 8a991fcc91fc: Preparing 06:21:05 ad8a70947c72: Preparing 06:21:05 16113d51b718: Preparing 06:21:05 8a991fcc91fc: Waiting 06:21:05 ad8a70947c72: Waiting 06:21:05 16113d51b718: Waiting 06:21:05 427804f1478f: Waiting 06:21:05 e8b21a1b26a0: Layer already exists 06:21:05 eabb70cd3555: Layer already exists 06:21:05 7bf110c36c7f: Layer already exists 06:21:05 1d8d85a6fdec: Layer already exists 06:21:05 7f6491c01325: Layer already exists 06:21:05 ad8a70947c72: Layer already exists 06:21:05 427804f1478f: Layer already exists 06:21:05 8a991fcc91fc: Layer already exists 06:21:05 16113d51b718: Layer already exists 06:21:06 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:06 + 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:21:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:21:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:21:06 1d8d85a6fdec: Preparing 06:21:06 7bf110c36c7f: Preparing 06:21:06 7f6491c01325: Preparing 06:21:06 eabb70cd3555: Preparing 06:21:06 e8b21a1b26a0: Preparing 06:21:06 427804f1478f: Preparing 06:21:06 8a991fcc91fc: Preparing 06:21:06 427804f1478f: Waiting 06:21:06 ad8a70947c72: Preparing 06:21:06 8a991fcc91fc: Waiting 06:21:06 ad8a70947c72: Waiting 06:21:06 16113d51b718: Preparing 06:21:06 16113d51b718: Waiting 06:21:06 e8b21a1b26a0: Layer already exists 06:21:06 eabb70cd3555: Layer already exists 06:21:07 1d8d85a6fdec: Layer already exists 06:21:07 7f6491c01325: Layer already exists 06:21:07 7bf110c36c7f: Layer already exists 06:21:07 16113d51b718: Layer already exists 06:21:07 8a991fcc91fc: Layer already exists 06:21:07 427804f1478f: Layer already exists 06:21:07 ad8a70947c72: Layer already exists 06:21:07 main: digest: sha256:b164ed92b8d6ded2e4d846fb1f18699c4660a89f3932330b480b2ab4097af995 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:21:07 ===================================================== [Pipeline] echo 06:21:07 taggedImages: 06:21:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:21:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.0.0-dev.1 06:21:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:07 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:21:07 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:21:07 ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:07 latest 06:21:07 4.0.0-dev.1 06:21:07 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:07 main 06:21:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:07 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:21:08 0cb7709713f6: Preparing 06:21:08 f84704523eba: Preparing 06:21:08 c482bc683ab5: Preparing 06:21:08 79829601ce8d: Preparing 06:21:08 08e826d3ca5c: Preparing 06:21:08 e8b21a1b26a0: Preparing 06:21:08 427804f1478f: Preparing 06:21:08 6e243f507dd9: Preparing 06:21:08 e8dfe97f78e1: Preparing 06:21:08 eb21661e3fd4: Preparing 06:21:08 16113d51b718: Preparing 06:21:08 e8dfe97f78e1: Waiting 06:21:08 eb21661e3fd4: Waiting 06:21:08 16113d51b718: Waiting 06:21:08 e8b21a1b26a0: Waiting 06:21:08 427804f1478f: Waiting 06:21:08 6e243f507dd9: Waiting 06:21:08 08e826d3ca5c: Pushed 06:21:08 f84704523eba: Pushed 06:21:08 79829601ce8d: Pushed 06:21:08 0cb7709713f6: Pushed 06:21:08 e8b21a1b26a0: Layer already exists 06:21:08 427804f1478f: Layer already exists 06:21:08 16113d51b718: Layer already exists 06:21:08 6e243f507dd9: Pushed 06:21:08 e8dfe97f78e1: Pushed 06:21:13 c482bc683ab5: Pushed 06:21:14 eb21661e3fd4: Pushed 06:21:14 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:14 + 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:21:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:21:15 0cb7709713f6: Preparing 06:21:15 f84704523eba: Preparing 06:21:15 c482bc683ab5: Preparing 06:21:15 79829601ce8d: Preparing 06:21:15 08e826d3ca5c: Preparing 06:21:15 e8b21a1b26a0: Preparing 06:21:15 427804f1478f: Preparing 06:21:15 6e243f507dd9: Preparing 06:21:15 e8dfe97f78e1: Preparing 06:21:15 eb21661e3fd4: Preparing 06:21:15 16113d51b718: Preparing 06:21:15 e8b21a1b26a0: Waiting 06:21:15 427804f1478f: Waiting 06:21:15 6e243f507dd9: Waiting 06:21:15 e8dfe97f78e1: Waiting 06:21:15 16113d51b718: Waiting 06:21:15 eb21661e3fd4: Waiting 06:21:15 f84704523eba: Layer already exists 06:21:15 c482bc683ab5: Layer already exists 06:21:15 79829601ce8d: Layer already exists 06:21:15 0cb7709713f6: Layer already exists 06:21:15 08e826d3ca5c: Layer already exists 06:21:15 e8b21a1b26a0: Layer already exists 06:21:15 6e243f507dd9: Layer already exists 06:21:15 427804f1478f: Layer already exists 06:21:15 eb21661e3fd4: Layer already exists 06:21:15 e8dfe97f78e1: Layer already exists 06:21:15 16113d51b718: Layer already exists 06:21:15 latest: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.1 06:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:21:16 0cb7709713f6: Preparing 06:21:16 f84704523eba: Preparing 06:21:16 c482bc683ab5: Preparing 06:21:16 79829601ce8d: Preparing 06:21:16 08e826d3ca5c: Preparing 06:21:16 e8b21a1b26a0: Preparing 06:21:16 427804f1478f: Preparing 06:21:16 6e243f507dd9: Preparing 06:21:16 e8dfe97f78e1: Preparing 06:21:16 eb21661e3fd4: Preparing 06:21:16 16113d51b718: Preparing 06:21:16 427804f1478f: Waiting 06:21:16 6e243f507dd9: Waiting 06:21:16 e8dfe97f78e1: Waiting 06:21:16 eb21661e3fd4: Waiting 06:21:16 16113d51b718: Waiting 06:21:16 e8b21a1b26a0: Waiting 06:21:16 79829601ce8d: Layer already exists 06:21:16 f84704523eba: Layer already exists 06:21:16 c482bc683ab5: Layer already exists 06:21:16 08e826d3ca5c: Layer already exists 06:21:16 0cb7709713f6: Layer already exists 06:21:16 e8b21a1b26a0: Layer already exists 06:21:16 eb21661e3fd4: Layer already exists 06:21:16 6e243f507dd9: Layer already exists 06:21:16 427804f1478f: Layer already exists 06:21:16 e8dfe97f78e1: Layer already exists 06:21:16 16113d51b718: Layer already exists 06:21:16 4.0.0-dev.1: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:21:17 0cb7709713f6: Preparing 06:21:17 f84704523eba: Preparing 06:21:17 c482bc683ab5: Preparing 06:21:17 79829601ce8d: Preparing 06:21:17 08e826d3ca5c: Preparing 06:21:17 e8b21a1b26a0: Preparing 06:21:17 427804f1478f: Preparing 06:21:17 6e243f507dd9: Preparing 06:21:17 e8dfe97f78e1: Preparing 06:21:17 eb21661e3fd4: Preparing 06:21:17 16113d51b718: Preparing 06:21:17 427804f1478f: Waiting 06:21:17 6e243f507dd9: Waiting 06:21:17 e8dfe97f78e1: Waiting 06:21:17 eb21661e3fd4: Waiting 06:21:17 e8b21a1b26a0: Waiting 06:21:17 16113d51b718: Waiting 06:21:17 f84704523eba: Layer already exists 06:21:17 79829601ce8d: Layer already exists 06:21:17 c482bc683ab5: Layer already exists 06:21:17 0cb7709713f6: Layer already exists 06:21:17 08e826d3ca5c: Layer already exists 06:21:17 e8dfe97f78e1: Layer already exists 06:21:17 e8b21a1b26a0: Layer already exists 06:21:17 427804f1478f: Layer already exists 06:21:17 6e243f507dd9: Layer already exists 06:21:17 eb21661e3fd4: Layer already exists 06:21:17 16113d51b718: Layer already exists 06:21:17 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:17 + 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:21:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:21:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:21:18 0cb7709713f6: Preparing 06:21:18 f84704523eba: Preparing 06:21:18 c482bc683ab5: Preparing 06:21:18 79829601ce8d: Preparing 06:21:18 08e826d3ca5c: Preparing 06:21:18 e8b21a1b26a0: Preparing 06:21:18 427804f1478f: Preparing 06:21:18 6e243f507dd9: Preparing 06:21:18 e8dfe97f78e1: Preparing 06:21:18 eb21661e3fd4: Preparing 06:21:18 16113d51b718: Preparing 06:21:18 427804f1478f: Waiting 06:21:18 6e243f507dd9: Waiting 06:21:18 e8dfe97f78e1: Waiting 06:21:18 eb21661e3fd4: Waiting 06:21:18 16113d51b718: Waiting 06:21:18 e8b21a1b26a0: Waiting 06:21:18 0cb7709713f6: Layer already exists 06:21:18 08e826d3ca5c: Layer already exists 06:21:18 79829601ce8d: Layer already exists 06:21:18 f84704523eba: Layer already exists 06:21:18 c482bc683ab5: Layer already exists 06:21:18 e8dfe97f78e1: Layer already exists 06:21:18 427804f1478f: Layer already exists 06:21:18 e8b21a1b26a0: Layer already exists 06:21:18 6e243f507dd9: Layer already exists 06:21:18 eb21661e3fd4: Layer already exists 06:21:18 16113d51b718: Layer already exists 06:21:18 main: digest: sha256:490eb3ad1ff000d8c1c9bf91d3f99519a9c0c8aff914febd86b348e76137978d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:21:18 ===================================================== [Pipeline] echo 06:21:18 taggedImages: 06:21:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:21:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.0.0-dev.1 06:21:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:21:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:21:18 ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:18 latest 06:21:18 4.0.0-dev.1 06:21:18 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:18 main 06:21:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:21:19 366107263f57: Preparing 06:21:19 f623e6a2f1f3: Preparing 06:21:19 46f6a77668a1: Preparing 06:21:19 b924d6b50816: Preparing 06:21:19 7fb62c85fd44: Preparing 06:21:19 12727fe84543: Preparing 06:21:19 2c4635230d1c: Preparing 06:21:19 e8b21a1b26a0: Preparing 06:21:19 427804f1478f: Preparing 06:21:19 1fdcdacb06c3: Preparing 06:21:19 d11e1c29e819: Preparing 06:21:19 16113d51b718: Preparing 06:21:19 12727fe84543: Waiting 06:21:19 2c4635230d1c: Waiting 06:21:19 e8b21a1b26a0: Waiting 06:21:19 427804f1478f: Waiting 06:21:19 1fdcdacb06c3: Waiting 06:21:19 d11e1c29e819: Waiting 06:21:19 16113d51b718: Waiting 06:21:19 f623e6a2f1f3: Pushed 06:21:19 366107263f57: Pushed 06:21:19 7fb62c85fd44: Pushed 06:21:19 e8b21a1b26a0: Layer already exists 06:21:19 427804f1478f: Layer already exists 06:21:19 12727fe84543: Pushed 06:21:19 2c4635230d1c: Pushed 06:21:19 16113d51b718: Layer already exists 06:21:21 1fdcdacb06c3: Pushed 06:21:23 d11e1c29e819: Pushed 06:21:23 b924d6b50816: Pushed 06:21:24 46f6a77668a1: Pushed 06:21:24 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:24 + 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:21:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:21:25 366107263f57: Preparing 06:21:25 f623e6a2f1f3: Preparing 06:21:25 46f6a77668a1: Preparing 06:21:25 b924d6b50816: Preparing 06:21:25 7fb62c85fd44: Preparing 06:21:25 12727fe84543: Preparing 06:21:25 2c4635230d1c: Preparing 06:21:25 e8b21a1b26a0: Preparing 06:21:25 427804f1478f: Preparing 06:21:25 1fdcdacb06c3: Preparing 06:21:25 d11e1c29e819: Preparing 06:21:25 16113d51b718: Preparing 06:21:25 e8b21a1b26a0: Waiting 06:21:25 427804f1478f: Waiting 06:21:25 12727fe84543: Waiting 06:21:25 2c4635230d1c: Waiting 06:21:25 1fdcdacb06c3: Waiting 06:21:25 d11e1c29e819: Waiting 06:21:25 16113d51b718: Waiting 06:21:25 7fb62c85fd44: Layer already exists 06:21:25 f623e6a2f1f3: Layer already exists 06:21:25 b924d6b50816: Layer already exists 06:21:25 46f6a77668a1: Layer already exists 06:21:25 366107263f57: Layer already exists 06:21:25 12727fe84543: Layer already exists 06:21:25 427804f1478f: Layer already exists 06:21:25 1fdcdacb06c3: Layer already exists 06:21:25 e8b21a1b26a0: Layer already exists 06:21:25 2c4635230d1c: Layer already exists 06:21:25 d11e1c29e819: Layer already exists 06:21:25 16113d51b718: Layer already exists 06:21:25 latest: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:25 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.1 06:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:21:26 366107263f57: Preparing 06:21:26 f623e6a2f1f3: Preparing 06:21:26 46f6a77668a1: Preparing 06:21:26 b924d6b50816: Preparing 06:21:26 7fb62c85fd44: Preparing 06:21:26 12727fe84543: Preparing 06:21:26 2c4635230d1c: Preparing 06:21:26 e8b21a1b26a0: Preparing 06:21:26 427804f1478f: Preparing 06:21:26 1fdcdacb06c3: Preparing 06:21:26 d11e1c29e819: Preparing 06:21:26 16113d51b718: Preparing 06:21:26 2c4635230d1c: Waiting 06:21:26 e8b21a1b26a0: Waiting 06:21:26 427804f1478f: Waiting 06:21:26 1fdcdacb06c3: Waiting 06:21:26 16113d51b718: Waiting 06:21:26 d11e1c29e819: Waiting 06:21:26 12727fe84543: Waiting 06:21:26 366107263f57: Layer already exists 06:21:26 7fb62c85fd44: Layer already exists 06:21:26 f623e6a2f1f3: Layer already exists 06:21:26 46f6a77668a1: Layer already exists 06:21:26 b924d6b50816: Layer already exists 06:21:26 2c4635230d1c: Layer already exists 06:21:26 427804f1478f: Layer already exists 06:21:26 e8b21a1b26a0: Layer already exists 06:21:26 12727fe84543: Layer already exists 06:21:26 1fdcdacb06c3: Layer already exists 06:21:26 16113d51b718: Layer already exists 06:21:26 d11e1c29e819: Layer already exists 06:21:26 4.0.0-dev.1: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:26 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:21:27 366107263f57: Preparing 06:21:27 f623e6a2f1f3: Preparing 06:21:27 46f6a77668a1: Preparing 06:21:27 b924d6b50816: Preparing 06:21:27 7fb62c85fd44: Preparing 06:21:27 12727fe84543: Preparing 06:21:27 2c4635230d1c: Preparing 06:21:27 e8b21a1b26a0: Preparing 06:21:27 427804f1478f: Preparing 06:21:27 1fdcdacb06c3: Preparing 06:21:27 d11e1c29e819: Preparing 06:21:27 16113d51b718: Preparing 06:21:27 12727fe84543: Waiting 06:21:27 2c4635230d1c: Waiting 06:21:27 e8b21a1b26a0: Waiting 06:21:27 1fdcdacb06c3: Waiting 06:21:27 427804f1478f: Waiting 06:21:27 d11e1c29e819: Waiting 06:21:27 16113d51b718: Waiting 06:21:27 7fb62c85fd44: Layer already exists 06:21:27 b924d6b50816: Layer already exists 06:21:27 46f6a77668a1: Layer already exists 06:21:27 366107263f57: Layer already exists 06:21:27 f623e6a2f1f3: Layer already exists 06:21:27 2c4635230d1c: Layer already exists 06:21:27 e8b21a1b26a0: Layer already exists 06:21:27 12727fe84543: Layer already exists 06:21:27 427804f1478f: Layer already exists 06:21:27 1fdcdacb06c3: Layer already exists 06:21:27 d11e1c29e819: Layer already exists 06:21:27 16113d51b718: Layer already exists 06:21:27 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:27 + 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:21:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:21:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:21:28 366107263f57: Preparing 06:21:28 f623e6a2f1f3: Preparing 06:21:28 46f6a77668a1: Preparing 06:21:28 b924d6b50816: Preparing 06:21:28 7fb62c85fd44: Preparing 06:21:28 12727fe84543: Preparing 06:21:28 2c4635230d1c: Preparing 06:21:28 e8b21a1b26a0: Preparing 06:21:28 427804f1478f: Preparing 06:21:28 1fdcdacb06c3: Preparing 06:21:28 d11e1c29e819: Preparing 06:21:28 16113d51b718: Preparing 06:21:28 e8b21a1b26a0: Waiting 06:21:28 427804f1478f: Waiting 06:21:28 1fdcdacb06c3: Waiting 06:21:28 d11e1c29e819: Waiting 06:21:28 16113d51b718: Waiting 06:21:28 12727fe84543: Waiting 06:21:28 2c4635230d1c: Waiting 06:21:28 f623e6a2f1f3: Layer already exists 06:21:28 366107263f57: Layer already exists 06:21:28 7fb62c85fd44: Layer already exists 06:21:28 b924d6b50816: Layer already exists 06:21:28 46f6a77668a1: Layer already exists 06:21:28 12727fe84543: Layer already exists 06:21:28 1fdcdacb06c3: Layer already exists 06:21:28 e8b21a1b26a0: Layer already exists 06:21:28 2c4635230d1c: Layer already exists 06:21:28 427804f1478f: Layer already exists 06:21:28 d11e1c29e819: Layer already exists 06:21:28 16113d51b718: Layer already exists 06:21:28 main: digest: sha256:f74f60f0bdea7c3143f5df6d8a9610636779a89cbfba90d576c385df9c2da7e0 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:21:28 ===================================================== [Pipeline] echo 06:21:28 taggedImages: 06:21:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:21:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.0.0-dev.1 06:21:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:28 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:21:28 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:21:28 ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:28 latest 06:21:28 4.0.0-dev.1 06:21:28 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:28 main 06:21:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:21:29 3eeb56362d63: Preparing 06:21:29 050bf37e4ddc: Preparing 06:21:29 e8b21a1b26a0: Preparing 06:21:29 427804f1478f: Preparing 06:21:29 e357dbfbf09b: Preparing 06:21:29 2e70d09da069: Preparing 06:21:29 16113d51b718: Preparing 06:21:29 2e70d09da069: Waiting 06:21:29 16113d51b718: Waiting 06:21:29 427804f1478f: Layer already exists 06:21:29 e8b21a1b26a0: Layer already exists 06:21:29 16113d51b718: Layer already exists 06:21:29 3eeb56362d63: Pushed 06:21:31 e357dbfbf09b: Pushed 06:21:31 2e70d09da069: Pushed 06:21:35 050bf37e4ddc: Pushed 06:21:35 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:36 + 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:21:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:21:36 3eeb56362d63: Preparing 06:21:36 050bf37e4ddc: Preparing 06:21:36 e8b21a1b26a0: Preparing 06:21:36 427804f1478f: Preparing 06:21:36 e357dbfbf09b: Preparing 06:21:36 2e70d09da069: Preparing 06:21:36 16113d51b718: Preparing 06:21:36 2e70d09da069: Waiting 06:21:36 16113d51b718: Waiting 06:21:36 e8b21a1b26a0: Layer already exists 06:21:36 050bf37e4ddc: Layer already exists 06:21:36 3eeb56362d63: Layer already exists 06:21:36 e357dbfbf09b: Layer already exists 06:21:36 427804f1478f: Layer already exists 06:21:36 2e70d09da069: Layer already exists 06:21:36 16113d51b718: Layer already exists 06:21:36 latest: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.1 06:21:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:21:37 3eeb56362d63: Preparing 06:21:37 050bf37e4ddc: Preparing 06:21:37 e8b21a1b26a0: Preparing 06:21:37 427804f1478f: Preparing 06:21:37 e357dbfbf09b: Preparing 06:21:37 2e70d09da069: Preparing 06:21:37 16113d51b718: Preparing 06:21:37 2e70d09da069: Waiting 06:21:37 16113d51b718: Waiting 06:21:37 427804f1478f: Layer already exists 06:21:37 e357dbfbf09b: Layer already exists 06:21:37 3eeb56362d63: Layer already exists 06:21:37 050bf37e4ddc: Layer already exists 06:21:37 e8b21a1b26a0: Layer already exists 06:21:37 2e70d09da069: Layer already exists 06:21:37 16113d51b718: Layer already exists 06:21:37 4.0.0-dev.1: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:38 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:21:38 3eeb56362d63: Preparing 06:21:38 050bf37e4ddc: Preparing 06:21:38 e8b21a1b26a0: Preparing 06:21:38 427804f1478f: Preparing 06:21:38 e357dbfbf09b: Preparing 06:21:38 2e70d09da069: Preparing 06:21:38 16113d51b718: Preparing 06:21:38 2e70d09da069: Waiting 06:21:38 16113d51b718: Waiting 06:21:38 050bf37e4ddc: Layer already exists 06:21:38 e357dbfbf09b: Layer already exists 06:21:38 427804f1478f: Layer already exists 06:21:38 e8b21a1b26a0: Layer already exists 06:21:38 3eeb56362d63: Layer already exists 06:21:38 16113d51b718: Layer already exists 06:21:38 2e70d09da069: Layer already exists 06:21:38 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:39 + 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:21:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:21:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:21:39 3eeb56362d63: Preparing 06:21:39 050bf37e4ddc: Preparing 06:21:39 e8b21a1b26a0: Preparing 06:21:39 427804f1478f: Preparing 06:21:39 e357dbfbf09b: Preparing 06:21:39 2e70d09da069: Preparing 06:21:39 16113d51b718: Preparing 06:21:39 2e70d09da069: Waiting 06:21:39 16113d51b718: Waiting 06:21:39 050bf37e4ddc: Layer already exists 06:21:39 3eeb56362d63: Layer already exists 06:21:39 e357dbfbf09b: Layer already exists 06:21:39 427804f1478f: Layer already exists 06:21:39 e8b21a1b26a0: Layer already exists 06:21:39 2e70d09da069: Layer already exists 06:21:39 16113d51b718: Layer already exists 06:21:39 main: digest: sha256:f947979489fe2ccc3c6136f0870d4e620217f516bbba37ec7b16ce654ac2c77c size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:21:39 ===================================================== [Pipeline] echo 06:21:39 taggedImages: 06:21:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:21:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.0.0-dev.1 06:21:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:21:40 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:21:40 ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:40 latest 06:21:40 4.0.0-dev.1 06:21:40 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:21:40 main 06:21:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:40 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:21:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:21:40 cefa8e247a05: Preparing 06:21:40 dedb32cfaf3d: Preparing 06:21:40 618f2750fed7: Preparing 06:21:40 e8b21a1b26a0: Preparing 06:21:40 427804f1478f: Preparing 06:21:40 fdd5bc9eb382: Preparing 06:21:40 13f5cc9785e8: Preparing 06:21:40 44fc5493043b: Preparing 06:21:40 e04c5f2d2779: Preparing 06:21:40 16113d51b718: Preparing 06:21:40 13f5cc9785e8: Waiting 06:21:40 44fc5493043b: Waiting 06:21:40 e04c5f2d2779: Waiting 06:21:40 16113d51b718: Waiting 06:21:40 fdd5bc9eb382: Waiting 06:21:40 e8b21a1b26a0: Layer already exists 06:21:40 427804f1478f: Layer already exists 06:21:41 618f2750fed7: Pushed 06:21:41 dedb32cfaf3d: Pushed 06:21:41 cefa8e247a05: Pushed 06:21:41 16113d51b718: Layer already exists 06:21:41 44fc5493043b: Pushed 06:21:43 e04c5f2d2779: Pushed 06:21:56 13f5cc9785e8: Pushed 06:22:04 fdd5bc9eb382: Pushed 06:22:04 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:04 + 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:22:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:22:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:22:05 cefa8e247a05: Preparing 06:22:05 dedb32cfaf3d: Preparing 06:22:05 618f2750fed7: Preparing 06:22:05 e8b21a1b26a0: Preparing 06:22:05 427804f1478f: Preparing 06:22:05 fdd5bc9eb382: Preparing 06:22:05 13f5cc9785e8: Preparing 06:22:05 44fc5493043b: Preparing 06:22:05 e04c5f2d2779: Preparing 06:22:05 16113d51b718: Preparing 06:22:05 fdd5bc9eb382: Waiting 06:22:05 13f5cc9785e8: Waiting 06:22:05 44fc5493043b: Waiting 06:22:05 e04c5f2d2779: Waiting 06:22:05 16113d51b718: Waiting 06:22:05 e8b21a1b26a0: Layer already exists 06:22:05 427804f1478f: Layer already exists 06:22:05 cefa8e247a05: Layer already exists 06:22:05 dedb32cfaf3d: Layer already exists 06:22:05 618f2750fed7: Layer already exists 06:22:05 16113d51b718: Layer already exists 06:22:05 e04c5f2d2779: Layer already exists 06:22:05 fdd5bc9eb382: Layer already exists 06:22:05 44fc5493043b: Layer already exists 06:22:05 13f5cc9785e8: Layer already exists 06:22:05 latest: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.1 06:22:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:22:06 cefa8e247a05: Preparing 06:22:06 dedb32cfaf3d: Preparing 06:22:06 618f2750fed7: Preparing 06:22:06 e8b21a1b26a0: Preparing 06:22:06 427804f1478f: Preparing 06:22:06 fdd5bc9eb382: Preparing 06:22:06 13f5cc9785e8: Preparing 06:22:06 44fc5493043b: Preparing 06:22:06 e04c5f2d2779: Preparing 06:22:06 16113d51b718: Preparing 06:22:06 13f5cc9785e8: Waiting 06:22:06 44fc5493043b: Waiting 06:22:06 e04c5f2d2779: Waiting 06:22:06 16113d51b718: Waiting 06:22:06 fdd5bc9eb382: Waiting 06:22:06 cefa8e247a05: Layer already exists 06:22:06 618f2750fed7: Layer already exists 06:22:06 dedb32cfaf3d: Layer already exists 06:22:06 427804f1478f: Layer already exists 06:22:06 e8b21a1b26a0: Layer already exists 06:22:06 fdd5bc9eb382: Layer already exists 06:22:06 13f5cc9785e8: Layer already exists 06:22:06 e04c5f2d2779: Layer already exists 06:22:06 44fc5493043b: Layer already exists 06:22:06 16113d51b718: Layer already exists 06:22:06 4.0.0-dev.1: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:06 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:22:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:22:07 cefa8e247a05: Preparing 06:22:07 dedb32cfaf3d: Preparing 06:22:07 618f2750fed7: Preparing 06:22:07 e8b21a1b26a0: Preparing 06:22:07 427804f1478f: Preparing 06:22:07 fdd5bc9eb382: Preparing 06:22:07 13f5cc9785e8: Preparing 06:22:07 44fc5493043b: Preparing 06:22:07 e04c5f2d2779: Preparing 06:22:07 16113d51b718: Preparing 06:22:07 fdd5bc9eb382: Waiting 06:22:07 13f5cc9785e8: Waiting 06:22:07 44fc5493043b: Waiting 06:22:07 16113d51b718: Waiting 06:22:07 e04c5f2d2779: Waiting 06:22:07 427804f1478f: Layer already exists 06:22:07 e8b21a1b26a0: Layer already exists 06:22:07 618f2750fed7: Layer already exists 06:22:07 dedb32cfaf3d: Layer already exists 06:22:07 cefa8e247a05: Layer already exists 06:22:07 16113d51b718: Layer already exists 06:22:07 e04c5f2d2779: Layer already exists 06:22:07 fdd5bc9eb382: Layer already exists 06:22:07 44fc5493043b: Layer already exists 06:22:07 13f5cc9785e8: Layer already exists 06:22:07 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:07 + 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:22:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:22:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:22:08 cefa8e247a05: Preparing 06:22:08 dedb32cfaf3d: Preparing 06:22:08 618f2750fed7: Preparing 06:22:08 e8b21a1b26a0: Preparing 06:22:08 427804f1478f: Preparing 06:22:08 fdd5bc9eb382: Preparing 06:22:08 13f5cc9785e8: Preparing 06:22:08 44fc5493043b: Preparing 06:22:08 e04c5f2d2779: Preparing 06:22:08 16113d51b718: Preparing 06:22:08 44fc5493043b: Waiting 06:22:08 e04c5f2d2779: Waiting 06:22:08 16113d51b718: Waiting 06:22:08 fdd5bc9eb382: Waiting 06:22:08 13f5cc9785e8: Waiting 06:22:08 dedb32cfaf3d: Layer already exists 06:22:08 427804f1478f: Layer already exists 06:22:08 e8b21a1b26a0: Layer already exists 06:22:08 618f2750fed7: Layer already exists 06:22:08 cefa8e247a05: Layer already exists 06:22:08 13f5cc9785e8: Layer already exists 06:22:08 44fc5493043b: Layer already exists 06:22:08 e04c5f2d2779: Layer already exists 06:22:08 16113d51b718: Layer already exists 06:22:08 fdd5bc9eb382: Layer already exists 06:22:08 main: digest: sha256:faec327c220ffeb3f9c35135fe2bf525d21f64c5da1c587db04d6a6938f02c5a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:22:08 ===================================================== [Pipeline] echo 06:22:08 taggedImages: 06:22:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:22:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:22:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.0.0-dev.1 06:22:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:22:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:22:08 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:22:08 ead55998a61037c88c593b6744c8da68f1c88ef7 06:22:08 latest 06:22:08 4.0.0-dev.1 06:22:08 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:22:08 main 06:22:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:22:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:22:09 a67a78bb5696: Preparing 06:22:09 ca15e89cf72c: Preparing 06:22:09 ffc65233b45a: Preparing 06:22:09 e8b21a1b26a0: Preparing 06:22:09 427804f1478f: Preparing 06:22:09 9dae3200b6ca: Preparing 06:22:09 7e67f8d10c26: Preparing 06:22:09 185828e7c101: Preparing 06:22:09 16113d51b718: Preparing 06:22:09 7e67f8d10c26: Waiting 06:22:09 185828e7c101: Waiting 06:22:09 16113d51b718: Waiting 06:22:09 9dae3200b6ca: Waiting 06:22:09 ffc65233b45a: Pushed 06:22:09 ca15e89cf72c: Pushed 06:22:11 427804f1478f: Layer already exists 06:22:11 e8b21a1b26a0: Layer already exists 06:22:11 16113d51b718: Layer already exists 06:22:11 a67a78bb5696: Pushed 06:22:11 185828e7c101: Pushed 06:22:12 7e67f8d10c26: Pushed 06:22:34 9dae3200b6ca: Pushed 06:22:34 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:35 + 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:22:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:22:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:22:35 a67a78bb5696: Preparing 06:22:35 ca15e89cf72c: Preparing 06:22:35 ffc65233b45a: Preparing 06:22:35 e8b21a1b26a0: Preparing 06:22:35 427804f1478f: Preparing 06:22:35 9dae3200b6ca: Preparing 06:22:35 7e67f8d10c26: Preparing 06:22:35 185828e7c101: Preparing 06:22:35 16113d51b718: Preparing 06:22:35 7e67f8d10c26: Waiting 06:22:35 9dae3200b6ca: Waiting 06:22:35 185828e7c101: Waiting 06:22:35 16113d51b718: Waiting 06:22:35 ca15e89cf72c: Layer already exists 06:22:35 427804f1478f: Layer already exists 06:22:35 ffc65233b45a: Layer already exists 06:22:35 e8b21a1b26a0: Layer already exists 06:22:35 a67a78bb5696: Layer already exists 06:22:35 9dae3200b6ca: Layer already exists 06:22:35 7e67f8d10c26: Layer already exists 06:22:35 185828e7c101: Layer already exists 06:22:35 16113d51b718: Layer already exists 06:22:35 latest: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.1 06:22:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:22:36 a67a78bb5696: Preparing 06:22:36 ca15e89cf72c: Preparing 06:22:36 ffc65233b45a: Preparing 06:22:36 e8b21a1b26a0: Preparing 06:22:36 427804f1478f: Preparing 06:22:36 9dae3200b6ca: Preparing 06:22:36 7e67f8d10c26: Preparing 06:22:36 185828e7c101: Preparing 06:22:36 16113d51b718: Preparing 06:22:36 7e67f8d10c26: Waiting 06:22:36 16113d51b718: Waiting 06:22:36 185828e7c101: Waiting 06:22:36 9dae3200b6ca: Waiting 06:22:36 427804f1478f: Layer already exists 06:22:36 e8b21a1b26a0: Layer already exists 06:22:36 ffc65233b45a: Layer already exists 06:22:36 a67a78bb5696: Layer already exists 06:22:36 ca15e89cf72c: Layer already exists 06:22:36 7e67f8d10c26: Layer already exists 06:22:36 9dae3200b6ca: Layer already exists 06:22:36 185828e7c101: Layer already exists 06:22:36 16113d51b718: Layer already exists 06:22:36 4.0.0-dev.1: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:37 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:22:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:22:37 a67a78bb5696: Preparing 06:22:37 ca15e89cf72c: Preparing 06:22:37 ffc65233b45a: Preparing 06:22:37 e8b21a1b26a0: Preparing 06:22:37 427804f1478f: Preparing 06:22:37 9dae3200b6ca: Preparing 06:22:37 7e67f8d10c26: Preparing 06:22:37 185828e7c101: Preparing 06:22:37 16113d51b718: Preparing 06:22:37 9dae3200b6ca: Waiting 06:22:37 7e67f8d10c26: Waiting 06:22:37 185828e7c101: Waiting 06:22:37 16113d51b718: Waiting 06:22:37 427804f1478f: Layer already exists 06:22:37 ca15e89cf72c: Layer already exists 06:22:37 a67a78bb5696: Layer already exists 06:22:37 ffc65233b45a: Layer already exists 06:22:37 e8b21a1b26a0: Layer already exists 06:22:37 9dae3200b6ca: Layer already exists 06:22:37 185828e7c101: Layer already exists 06:22:37 7e67f8d10c26: Layer already exists 06:22:37 16113d51b718: Layer already exists 06:22:37 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:38 + 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:22:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:22:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:22:38 a67a78bb5696: Preparing 06:22:38 ca15e89cf72c: Preparing 06:22:38 ffc65233b45a: Preparing 06:22:38 e8b21a1b26a0: Preparing 06:22:38 427804f1478f: Preparing 06:22:38 9dae3200b6ca: Preparing 06:22:38 7e67f8d10c26: Preparing 06:22:38 185828e7c101: Preparing 06:22:38 16113d51b718: Preparing 06:22:38 7e67f8d10c26: Waiting 06:22:38 9dae3200b6ca: Waiting 06:22:38 185828e7c101: Waiting 06:22:38 16113d51b718: Waiting 06:22:38 427804f1478f: Layer already exists 06:22:38 ffc65233b45a: Layer already exists 06:22:38 e8b21a1b26a0: Layer already exists 06:22:38 ca15e89cf72c: Layer already exists 06:22:38 a67a78bb5696: Layer already exists 06:22:38 7e67f8d10c26: Layer already exists 06:22:38 9dae3200b6ca: Layer already exists 06:22:38 185828e7c101: Layer already exists 06:22:38 16113d51b718: Layer already exists 06:22:38 main: digest: sha256:6eab2c8345f64806595d5370e0905e7d9f613f4c0dc4b687b0fe7fbb5ee2bf43 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:22:38 ===================================================== [Pipeline] echo 06:22:38 taggedImages: 06:22:38 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:22:38 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:22:38 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.0.0-dev.1 06:22:38 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:22:38 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:22:38 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:22:38 ead55998a61037c88c593b6744c8da68f1c88ef7 06:22:38 latest 06:22:38 4.0.0-dev.1 06:22:38 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:22:38 main 06:22:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:22:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:22:39 2b107164984c: Preparing 06:22:39 a9952222fab8: Preparing 06:22:39 a0d4800b60bc: Preparing 06:22:39 e8b21a1b26a0: Preparing 06:22:39 427804f1478f: Preparing 06:22:39 76e0e8cdf08c: Preparing 06:22:39 44fc5493043b: Preparing 06:22:39 e04c5f2d2779: Preparing 06:22:39 16113d51b718: Preparing 06:22:39 76e0e8cdf08c: Waiting 06:22:39 44fc5493043b: Waiting 06:22:39 e04c5f2d2779: Waiting 06:22:39 16113d51b718: Waiting 06:22:39 e8b21a1b26a0: Layer already exists 06:22:39 427804f1478f: Layer already exists 06:22:39 44fc5493043b: Layer already exists 06:22:39 a9952222fab8: Pushed 06:22:39 a0d4800b60bc: Pushed 06:22:39 e04c5f2d2779: Layer already exists 06:22:39 2b107164984c: Pushed 06:22:39 16113d51b718: Layer already exists 06:23:06 76e0e8cdf08c: Pushed 06:23:06 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:07 + 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:23:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:23:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:23:07 2b107164984c: Preparing 06:23:07 a9952222fab8: Preparing 06:23:07 a0d4800b60bc: Preparing 06:23:07 e8b21a1b26a0: Preparing 06:23:07 427804f1478f: Preparing 06:23:07 76e0e8cdf08c: Preparing 06:23:07 44fc5493043b: Preparing 06:23:07 e04c5f2d2779: Preparing 06:23:07 16113d51b718: Preparing 06:23:07 44fc5493043b: Waiting 06:23:07 e04c5f2d2779: Waiting 06:23:07 16113d51b718: Waiting 06:23:07 76e0e8cdf08c: Waiting 06:23:07 a9952222fab8: Layer already exists 06:23:07 427804f1478f: Layer already exists 06:23:07 e8b21a1b26a0: Layer already exists 06:23:07 a0d4800b60bc: Layer already exists 06:23:07 2b107164984c: Layer already exists 06:23:07 e04c5f2d2779: Layer already exists 06:23:07 44fc5493043b: Layer already exists 06:23:07 76e0e8cdf08c: Layer already exists 06:23:07 16113d51b718: Layer already exists 06:23:07 latest: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.1 06:23:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:23:08 2b107164984c: Preparing 06:23:08 a9952222fab8: Preparing 06:23:08 a0d4800b60bc: Preparing 06:23:08 e8b21a1b26a0: Preparing 06:23:08 427804f1478f: Preparing 06:23:08 76e0e8cdf08c: Preparing 06:23:08 44fc5493043b: Preparing 06:23:08 e04c5f2d2779: Preparing 06:23:08 16113d51b718: Preparing 06:23:08 76e0e8cdf08c: Waiting 06:23:08 44fc5493043b: Waiting 06:23:08 e04c5f2d2779: Waiting 06:23:08 16113d51b718: Waiting 06:23:08 e8b21a1b26a0: Layer already exists 06:23:08 a9952222fab8: Layer already exists 06:23:08 a0d4800b60bc: Layer already exists 06:23:08 2b107164984c: Layer already exists 06:23:08 427804f1478f: Layer already exists 06:23:08 44fc5493043b: Layer already exists 06:23:08 76e0e8cdf08c: Layer already exists 06:23:08 16113d51b718: Layer already exists 06:23:08 e04c5f2d2779: Layer already exists 06:23:08 4.0.0-dev.1: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:23:09 2b107164984c: Preparing 06:23:09 a9952222fab8: Preparing 06:23:09 a0d4800b60bc: Preparing 06:23:09 e8b21a1b26a0: Preparing 06:23:09 427804f1478f: Preparing 06:23:09 76e0e8cdf08c: Preparing 06:23:09 44fc5493043b: Preparing 06:23:09 e04c5f2d2779: Preparing 06:23:09 16113d51b718: Preparing 06:23:09 44fc5493043b: Waiting 06:23:09 e04c5f2d2779: Waiting 06:23:09 16113d51b718: Waiting 06:23:09 76e0e8cdf08c: Waiting 06:23:09 a0d4800b60bc: Layer already exists 06:23:09 e8b21a1b26a0: Layer already exists 06:23:09 427804f1478f: Layer already exists 06:23:09 a9952222fab8: Layer already exists 06:23:09 2b107164984c: Layer already exists 06:23:09 76e0e8cdf08c: Layer already exists 06:23:09 44fc5493043b: Layer already exists 06:23:09 e04c5f2d2779: Layer already exists 06:23:09 16113d51b718: Layer already exists 06:23:09 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:10 + 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:23:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:23:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:23:10 2b107164984c: Preparing 06:23:10 a9952222fab8: Preparing 06:23:10 a0d4800b60bc: Preparing 06:23:10 e8b21a1b26a0: Preparing 06:23:10 427804f1478f: Preparing 06:23:10 76e0e8cdf08c: Preparing 06:23:10 44fc5493043b: Preparing 06:23:10 e04c5f2d2779: Preparing 06:23:10 16113d51b718: Preparing 06:23:10 44fc5493043b: Waiting 06:23:10 e04c5f2d2779: Waiting 06:23:10 16113d51b718: Waiting 06:23:10 76e0e8cdf08c: Waiting 06:23:10 427804f1478f: Layer already exists 06:23:10 e8b21a1b26a0: Layer already exists 06:23:10 a0d4800b60bc: Layer already exists 06:23:10 2b107164984c: Layer already exists 06:23:10 a9952222fab8: Layer already exists 06:23:10 16113d51b718: Layer already exists 06:23:10 44fc5493043b: Layer already exists 06:23:10 e04c5f2d2779: Layer already exists 06:23:10 76e0e8cdf08c: Layer already exists 06:23:10 main: digest: sha256:cc5d18a73742700644ec02e4586109c327b72ecf5a3946e5660ea0e35d39d9e0 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:23:11 ===================================================== [Pipeline] echo 06:23:11 taggedImages: 06:23:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:23:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.0.0-dev.1 06:23:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:23:11 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 06:23:11 ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:11 latest 06:23:11 4.0.0-dev.1 06:23:11 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:11 main 06:23:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:11 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:11 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:23:11 46f755b7e05d: Preparing 06:23:11 f59ee3f7e455: Preparing 06:23:11 e8b21a1b26a0: Preparing 06:23:11 427804f1478f: Preparing 06:23:11 a9dd423a2157: Preparing 06:23:11 5f1dd5f812b9: Preparing 06:23:11 16113d51b718: Preparing 06:23:11 5f1dd5f812b9: Waiting 06:23:11 16113d51b718: Waiting 06:23:11 427804f1478f: Layer already exists 06:23:12 e8b21a1b26a0: Layer already exists 06:23:12 16113d51b718: Layer already exists 06:23:12 46f755b7e05d: Pushed 06:23:12 5f1dd5f812b9: Pushed 06:23:13 a9dd423a2157: Pushed 06:23:26 f59ee3f7e455: Pushed 06:23:26 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:26 + 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:23:26 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 06:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:23:26 46f755b7e05d: Preparing 06:23:26 f59ee3f7e455: Preparing 06:23:26 e8b21a1b26a0: Preparing 06:23:26 427804f1478f: Preparing 06:23:26 a9dd423a2157: Preparing 06:23:26 5f1dd5f812b9: Preparing 06:23:26 16113d51b718: Preparing 06:23:26 5f1dd5f812b9: Waiting 06:23:26 16113d51b718: Waiting 06:23:26 427804f1478f: Layer already exists 06:23:26 f59ee3f7e455: Layer already exists 06:23:26 a9dd423a2157: Layer already exists 06:23:26 e8b21a1b26a0: Layer already exists 06:23:26 46f755b7e05d: Layer already exists 06:23:27 5f1dd5f812b9: Layer already exists 06:23:27 16113d51b718: Layer already exists 06:23:27 latest: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:27 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:27 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.1 06:23:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:23:27 46f755b7e05d: Preparing 06:23:27 f59ee3f7e455: Preparing 06:23:27 e8b21a1b26a0: Preparing 06:23:27 427804f1478f: Preparing 06:23:27 a9dd423a2157: Preparing 06:23:27 5f1dd5f812b9: Preparing 06:23:27 16113d51b718: Preparing 06:23:27 5f1dd5f812b9: Waiting 06:23:27 16113d51b718: Waiting 06:23:27 46f755b7e05d: Layer already exists 06:23:27 e8b21a1b26a0: Layer already exists 06:23:27 f59ee3f7e455: Layer already exists 06:23:27 a9dd423a2157: Layer already exists 06:23:27 427804f1478f: Layer already exists 06:23:27 5f1dd5f812b9: Layer already exists 06:23:27 16113d51b718: Layer already exists 06:23:28 4.0.0-dev.1: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:28 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:28 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:23:28 46f755b7e05d: Preparing 06:23:28 f59ee3f7e455: Preparing 06:23:28 e8b21a1b26a0: Preparing 06:23:28 427804f1478f: Preparing 06:23:28 a9dd423a2157: Preparing 06:23:28 5f1dd5f812b9: Preparing 06:23:28 16113d51b718: Preparing 06:23:28 5f1dd5f812b9: Waiting 06:23:28 16113d51b718: Waiting 06:23:28 46f755b7e05d: Layer already exists 06:23:28 427804f1478f: Layer already exists 06:23:28 e8b21a1b26a0: Layer already exists 06:23:28 f59ee3f7e455: Layer already exists 06:23:28 a9dd423a2157: Layer already exists 06:23:28 5f1dd5f812b9: Layer already exists 06:23:28 16113d51b718: Layer already exists 06:23:29 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:29 + 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:23:29 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 06:23:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 06:23:29 46f755b7e05d: Preparing 06:23:29 f59ee3f7e455: Preparing 06:23:29 e8b21a1b26a0: Preparing 06:23:29 427804f1478f: Preparing 06:23:29 a9dd423a2157: Preparing 06:23:29 5f1dd5f812b9: Preparing 06:23:29 16113d51b718: Preparing 06:23:29 5f1dd5f812b9: Waiting 06:23:29 16113d51b718: Waiting 06:23:29 46f755b7e05d: Layer already exists 06:23:29 427804f1478f: Layer already exists 06:23:29 a9dd423a2157: Layer already exists 06:23:29 e8b21a1b26a0: Layer already exists 06:23:29 f59ee3f7e455: Layer already exists 06:23:29 5f1dd5f812b9: Layer already exists 06:23:30 16113d51b718: Layer already exists 06:23:30 main: digest: sha256:997ce79312f648943577bdaa8d0255d3471c85709ecf5cee3d55c1c15e3bc2c2 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:23:30 ===================================================== [Pipeline] echo 06:23:30 taggedImages: 06:23:30 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:30 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 06:23:30 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:4.0.0-dev.1 06:23:30 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:30 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 06:23:30 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:23:30 ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:30 latest 06:23:30 4.0.0-dev.1 06:23:30 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:30 main 06:23:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:23:30 2472703e274b: Preparing 06:23:30 040024e7d269: Preparing 06:23:30 dccadc1f24cd: Preparing 06:23:30 e8b21a1b26a0: Preparing 06:23:30 427804f1478f: Preparing 06:23:30 f5d928588e36: Preparing 06:23:30 5c5c95b087d5: Preparing 06:23:30 16113d51b718: Preparing 06:23:30 f5d928588e36: Waiting 06:23:30 16113d51b718: Waiting 06:23:30 5c5c95b087d5: Waiting 06:23:31 e8b21a1b26a0: Layer already exists 06:23:31 427804f1478f: Layer already exists 06:23:31 040024e7d269: Pushed 06:23:31 2472703e274b: Pushed 06:23:31 16113d51b718: Layer already exists 06:23:31 5c5c95b087d5: Pushed 06:23:32 f5d928588e36: Pushed 06:23:45 dccadc1f24cd: Pushed 06:23:45 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:23:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:23:46 2472703e274b: Preparing 06:23:46 040024e7d269: Preparing 06:23:46 dccadc1f24cd: Preparing 06:23:46 e8b21a1b26a0: Preparing 06:23:46 427804f1478f: Preparing 06:23:46 f5d928588e36: Preparing 06:23:46 5c5c95b087d5: Preparing 06:23:46 16113d51b718: Preparing 06:23:46 5c5c95b087d5: Waiting 06:23:46 16113d51b718: Waiting 06:23:46 f5d928588e36: Waiting 06:23:46 427804f1478f: Layer already exists 06:23:46 dccadc1f24cd: Layer already exists 06:23:46 e8b21a1b26a0: Layer already exists 06:23:46 040024e7d269: Layer already exists 06:23:46 2472703e274b: Layer already exists 06:23:46 16113d51b718: Layer already exists 06:23:46 f5d928588e36: Layer already exists 06:23:46 5c5c95b087d5: Layer already exists 06:23:46 latest: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.1 06:23:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:23:47 2472703e274b: Preparing 06:23:47 040024e7d269: Preparing 06:23:47 dccadc1f24cd: Preparing 06:23:47 e8b21a1b26a0: Preparing 06:23:47 427804f1478f: Preparing 06:23:47 f5d928588e36: Preparing 06:23:47 5c5c95b087d5: Preparing 06:23:47 16113d51b718: Preparing 06:23:47 f5d928588e36: Waiting 06:23:47 5c5c95b087d5: Waiting 06:23:47 2472703e274b: Layer already exists 06:23:47 e8b21a1b26a0: Layer already exists 06:23:47 427804f1478f: Layer already exists 06:23:47 dccadc1f24cd: Layer already exists 06:23:47 040024e7d269: Layer already exists 06:23:47 16113d51b718: Layer already exists 06:23:47 5c5c95b087d5: Layer already exists 06:23:47 f5d928588e36: Layer already exists 06:23:47 4.0.0-dev.1: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:23:48 2472703e274b: Preparing 06:23:48 040024e7d269: Preparing 06:23:48 dccadc1f24cd: Preparing 06:23:48 e8b21a1b26a0: Preparing 06:23:48 427804f1478f: Preparing 06:23:48 f5d928588e36: Preparing 06:23:48 5c5c95b087d5: Preparing 06:23:48 16113d51b718: Preparing 06:23:48 f5d928588e36: Waiting 06:23:48 5c5c95b087d5: Waiting 06:23:48 16113d51b718: Waiting 06:23:48 2472703e274b: Layer already exists 06:23:48 e8b21a1b26a0: Layer already exists 06:23:48 dccadc1f24cd: Layer already exists 06:23:48 040024e7d269: Layer already exists 06:23:48 427804f1478f: Layer already exists 06:23:48 5c5c95b087d5: Layer already exists 06:23:48 f5d928588e36: Layer already exists 06:23:48 16113d51b718: Layer already exists 06:23:48 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:23:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:23:49 2472703e274b: Preparing 06:23:49 040024e7d269: Preparing 06:23:49 dccadc1f24cd: Preparing 06:23:49 e8b21a1b26a0: Preparing 06:23:49 427804f1478f: Preparing 06:23:49 f5d928588e36: Preparing 06:23:49 5c5c95b087d5: Preparing 06:23:49 16113d51b718: Preparing 06:23:49 f5d928588e36: Waiting 06:23:49 5c5c95b087d5: Waiting 06:23:49 16113d51b718: Waiting 06:23:49 e8b21a1b26a0: Layer already exists 06:23:49 2472703e274b: Layer already exists 06:23:49 040024e7d269: Layer already exists 06:23:49 dccadc1f24cd: Layer already exists 06:23:49 427804f1478f: Layer already exists 06:23:49 f5d928588e36: Layer already exists 06:23:49 5c5c95b087d5: Layer already exists 06:23:49 16113d51b718: Layer already exists 06:23:49 main: digest: sha256:58010f7c0f9313bd08afd70b0b13568ac0ab72f018edb915a09ca1d12bda1bf3 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:23:49 ===================================================== [Pipeline] echo 06:23:49 taggedImages: 06:23:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:23:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.0.0-dev.1 06:23:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:23:49 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:23:49 ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:49 latest 06:23:49 4.0.0-dev.1 06:23:49 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:23:49 main 06:23:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:23:50 fb39b85b5833: Preparing 06:23:50 bdc045417dc3: Preparing 06:23:50 e8b21a1b26a0: Preparing 06:23:50 427804f1478f: Preparing 06:23:50 8a991fcc91fc: Preparing 06:23:50 ad8a70947c72: Preparing 06:23:50 16113d51b718: Preparing 06:23:50 ad8a70947c72: Waiting 06:23:50 16113d51b718: Waiting 06:23:50 427804f1478f: Layer already exists 06:23:50 8a991fcc91fc: Layer already exists 06:23:50 e8b21a1b26a0: Layer already exists 06:23:50 ad8a70947c72: Layer already exists 06:23:50 16113d51b718: Layer already exists 06:23:50 fb39b85b5833: Pushed 06:24:05 bdc045417dc3: Pushed 06:24:05 ead55998a61037c88c593b6744c8da68f1c88ef7: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:24:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:24:06 fb39b85b5833: Preparing 06:24:06 bdc045417dc3: Preparing 06:24:06 e8b21a1b26a0: Preparing 06:24:06 427804f1478f: Preparing 06:24:06 8a991fcc91fc: Preparing 06:24:06 ad8a70947c72: Preparing 06:24:06 16113d51b718: Preparing 06:24:06 ad8a70947c72: Waiting 06:24:06 16113d51b718: Waiting 06:24:06 427804f1478f: Layer already exists 06:24:06 8a991fcc91fc: Layer already exists 06:24:06 fb39b85b5833: Layer already exists 06:24:06 e8b21a1b26a0: Layer already exists 06:24:06 bdc045417dc3: Layer already exists 06:24:06 16113d51b718: Layer already exists 06:24:06 ad8a70947c72: Layer already exists 06:24:06 latest: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.1 06:24:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:24:07 fb39b85b5833: Preparing 06:24:07 bdc045417dc3: Preparing 06:24:07 e8b21a1b26a0: Preparing 06:24:07 427804f1478f: Preparing 06:24:07 8a991fcc91fc: Preparing 06:24:07 ad8a70947c72: Preparing 06:24:07 16113d51b718: Preparing 06:24:07 ad8a70947c72: Waiting 06:24:07 16113d51b718: Waiting 06:24:07 bdc045417dc3: Layer already exists 06:24:07 e8b21a1b26a0: Layer already exists 06:24:07 427804f1478f: Layer already exists 06:24:07 8a991fcc91fc: Layer already exists 06:24:07 fb39b85b5833: Layer already exists 06:24:07 16113d51b718: Layer already exists 06:24:07 ad8a70947c72: Layer already exists 06:24:07 4.0.0-dev.1: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:24:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:24:08 fb39b85b5833: Preparing 06:24:08 bdc045417dc3: Preparing 06:24:08 e8b21a1b26a0: Preparing 06:24:08 427804f1478f: Preparing 06:24:08 8a991fcc91fc: Preparing 06:24:08 ad8a70947c72: Preparing 06:24:08 16113d51b718: Preparing 06:24:08 ad8a70947c72: Waiting 06:24:08 16113d51b718: Waiting 06:24:08 fb39b85b5833: Layer already exists 06:24:08 8a991fcc91fc: Layer already exists 06:24:08 bdc045417dc3: Layer already exists 06:24:08 e8b21a1b26a0: Layer already exists 06:24:08 427804f1478f: Layer already exists 06:24:08 16113d51b718: Layer already exists 06:24:08 ad8a70947c72: Layer already exists 06:24:08 ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24: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:24:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:24:09 fb39b85b5833: Preparing 06:24:09 bdc045417dc3: Preparing 06:24:09 e8b21a1b26a0: Preparing 06:24:09 427804f1478f: Preparing 06:24:09 8a991fcc91fc: Preparing 06:24:09 ad8a70947c72: Preparing 06:24:09 16113d51b718: Preparing 06:24:09 ad8a70947c72: Waiting 06:24:09 16113d51b718: Waiting 06:24:09 8a991fcc91fc: Layer already exists 06:24:09 427804f1478f: Layer already exists 06:24:09 e8b21a1b26a0: Layer already exists 06:24:09 bdc045417dc3: Layer already exists 06:24:09 fb39b85b5833: Layer already exists 06:24:09 16113d51b718: Layer already exists 06:24:09 ad8a70947c72: Layer already exists 06:24:09 main: digest: sha256:b230a40a4f1197dd8d45d464e56155f489c3c7d4154ef039947615b66fd1d99f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:24:09 ===================================================== [Pipeline] echo 06:24:09 taggedImages: 06:24:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7 06:24:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:24:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.0.0-dev.1 06:24:09 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:ead55998a61037c88c593b6744c8da68f1c88ef7-4.0.0-dev.1 06:24: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:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:09 06:24:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:10 arm64: Pulling from edgex-lftools-log-publisher 06:24:10 8998bd30e6a1: Pulling fs layer 06:24:10 04944245beec: Pulling fs layer 06:24:10 699f458cf7ca: Pulling fs layer 06:24:10 765212b225bb: Pulling fs layer 06:24:10 f23df028b6ca: Pulling fs layer 06:24:10 d65c8cfc05b1: Pulling fs layer 06:24:10 765212b225bb: Waiting 06:24:10 f23df028b6ca: Waiting 06:24:10 2437ff75d9bd: Pulling fs layer 06:24:10 d65c8cfc05b1: Waiting 06:24:10 2437ff75d9bd: Waiting 06:24:10 04944245beec: Verifying Checksum 06:24:10 04944245beec: Download complete 06:24:10 765212b225bb: Verifying Checksum 06:24:10 765212b225bb: Download complete 06:24:10 f23df028b6ca: Verifying Checksum 06:24:10 f23df028b6ca: Download complete 06:24:10 d65c8cfc05b1: Verifying Checksum 06:24:10 d65c8cfc05b1: Download complete 06:24:10 699f458cf7ca: Verifying Checksum 06:24:10 699f458cf7ca: Download complete 06:24:11 8998bd30e6a1: Verifying Checksum 06:24:11 8998bd30e6a1: Download complete 06:24:13 2437ff75d9bd: Verifying Checksum 06:24:13 2437ff75d9bd: Download complete 06:24:16 8998bd30e6a1: Pull complete 06:24:16 04944245beec: Pull complete 06:24:18 699f458cf7ca: Pull complete 06:24:18 765212b225bb: Pull complete 06:24:19 f23df028b6ca: Pull complete 06:24:19 d65c8cfc05b1: Pull complete 06:24:37 2437ff75d9bd: Pull complete 06:24:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:24:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:38 prd-ubuntu20.04-docker-arm64-4c-16g-23470 does not seem to be running inside a container 06:24:38 $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:24:41 $ docker top 017c86f0aa5c8d2c186e35bc9f559bd4fd0bb0ccabad83e5aba215e733d2e26e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:42 ---> job-cost.sh 06:24:42 lf-activate-venv: SKIPPING 06:24:42 INFO: No Stack... 06:24:43 INFO: Retrieving Pricing Info for: v3-standard-4 06:24:44 INFO: Archiving Costs [Pipeline] sh 06:24:45 + cat /w/workspace/edgex-go/734/archives/cost.csv 06:24:45 + cut -d, -f6 [Pipeline] lock 06:24:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-734-stack-cost] 06:24:45 Resource [jenkins-edgexfoundry-edgex-go-main-734-stack-cost] did not exist. Created. 06:24:45 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-734-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:24:45 + echo total: 0.10999999940395355 [Pipeline] stash 06:24:46 Stashed 1 file(s) [Pipeline] } 06:24:46 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-734-stack-cost] [Pipeline] // lock [Pipeline] } 06:24:46 $ docker stop --time=1 017c86f0aa5c8d2c186e35bc9f559bd4fd0bb0ccabad83e5aba215e733d2e26e 06:24:48 $ docker rm -f --volumes 017c86f0aa5c8d2c186e35bc9f559bd4fd0bb0ccabad83e5aba215e733d2e26e [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:24:49 provisioning config files... 06:24:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/734@tmp/config15688742819910184690tmp [Pipeline] { [Pipeline] sh 06:24:49 + set +x 06:24:49 + curl -s https://codecov.io/bash 06:24:49 + bash -s -- 06:24:49 06:24:49 _____ _ 06:24:49 / ____| | | 06:24:49 | | ___ __| | ___ ___ _____ __ 06:24:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:24:49 | |___| (_) | (_| | __/ (_| (_) \ V / 06:24:49 \_____\___/ \__,_|\___|\___\___/ \_/ 06:24:49 Bash-1.0.6 06:24:49 06:24:49 06:24:49 ==> git version 2.25.1 found 06:24:49 ==> 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:24:49 Release-Date: 2020-01-08 06:24:49 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:24:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:24:49 ==> Jenkins CI detected. 06:24:49 current dir:  /w/workspace/edgex-go/734 06:24:49 project root: . 06:24:49 --> token set from env 06:24:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:24:49 ==> Running gcov in . (disable via -X gcov) 06:24:49 ==> Python coveragepy not found 06:24:49 ==> Searching for coverage reports in: 06:24:49 + . 06:24:49 -> Found 1 reports 06:24:49 ==> Detecting git/mercurial file structure 06:24:49 ==> Reading reports 06:24:49 + ./coverage.out bytes=1566560 06:24:49 ==> Appending adjustments 06:24:49 https://docs.codecov.io/docs/fixing-reports 06:24:50 + Found adjustments 06:24:50 ==> Gzipping contents 06:24:50 136K /tmp/codecov.lWQ2TY.gz 06:24:50 ==> Uploading reports 06:24:50 url: https://codecov.io 06:24:50 query: branch=main&commit=ead55998a61037c88c593b6744c8da68f1c88ef7&build=734&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F734%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:24:50 -> Pinging Codecov 06:24:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=ead55998a61037c88c593b6744c8da68f1c88ef7&build=734&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F734%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:24:57 -> Uploading to 06:24:57 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/edgex-go/ead55998a61037c88c593b6744c8da68f1c88ef7/967bb069-aea5-4bd9-ae36-923cc7c6312c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241022%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241022T062454Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=7d53b03e2bf0c4d36f68fe942316f96ce6e7b3c72052226f2585056babe7c348 06:24:57 % Total % Received % Xferd Average Speed Time Time Time Current 06:24:57 Dload Upload Total Spent Left Speed 06:24:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 0 0 100 132k 0 458k --:--:-- --:--:-- --:--:-- 458k 06:24:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/ead55998a61037c88c593b6744c8da68f1c88ef7 [Pipeline] } 06:24:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:24:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:24:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:24:58 06:24:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:24:58 latest: Pulling from edgex-devops/edgex-snyk-go 06:24:58 43c4264eed91: Already exists 06:24:58 4cc291be95ef: Already exists 06:24:58 2ac1f1163629: Already exists 06:24:58 5c3c966382ef: Already exists 06:24:58 4f4fb700ef54: Already exists 06:24:58 d9c7d2e4e75e: Pulling fs layer 06:24:58 9c3e1370e548: Pulling fs layer 06:24:58 d9c7d2e4e75e: Verifying Checksum 06:24:58 d9c7d2e4e75e: Download complete 06:24:58 d9c7d2e4e75e: Pull complete 06:24:59 9c3e1370e548: Verifying Checksum 06:24:59 9c3e1370e548: Download complete 06:25:02 9c3e1370e548: Pull complete 06:25:02 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 06:25:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:25:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:02 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 06:25:02 $ 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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:25:07 $ docker top e3d2d0a15518e491bf64e3570c65e701d123b93d54f4f940bb0d5cedf9e45d5d -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:07 + git config --global --add safe.directory /w/workspace/edgex-go/734 [Pipeline] echo 06:25:07 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:25:07 + set -o pipefail 06:25:07 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 06:25:15 06:25:15 Monitoring /w/workspace/edgex-go/734 (github.com/edgexfoundry/edgex-go)... 06:25:15 06:25:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/92faa2ac-37b1-466c-af4e-5abba082c293 06:25:15 06:25:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:25:15 [Pipeline] } 06:25:15 $ docker stop --time=1 e3d2d0a15518e491bf64e3570c65e701d123b93d54f4f940bb0d5cedf9e45d5d 06:25:21 $ docker rm -f --volumes e3d2d0a15518e491bf64e3570c65e701d123b93d54f4f940bb0d5cedf9e45d5d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:25:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:25:21 provisioning config files... 06:25:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/734@tmp/config6801191967068275363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:21 --> edgex-publish-swagger.sh 06:25:21 === Publish openapi API === 06:25:21 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 06:25:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/734/openapi/core-command.yaml] 06:25:21 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:21 Dload Upload Total Spent Left Speed 06:25:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 65959 --:--:-- --:--:-- --:--:-- 65959 06:25:22 06:25:22 06:25:22 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/734/openapi/core-data.yaml] 06:25:22 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:22 Dload Upload Total Spent Left Speed 06:25:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 170k --:--:-- --:--:-- --:--:-- 169k 100 72043 0 0 100 72043 0 170k --:--:-- --:--:-- --:--:-- 169k 06:25:22 06:25:22 06:25:22 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/734/openapi/core-keeper.yaml] 06:25:22 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:22 Dload Upload Total Spent Left Speed 06:25:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 276 134k --:--:-- --:--:-- --:--:-- 134k 06:25:22 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:25:22 06:25:22 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/734/openapi/core-metadata.yaml] 06:25:22 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:22 Dload Upload Total Spent Left Speed 06:25:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 154k 0 0 100 154k 0 325k --:--:-- --:--:-- --:--:-- 325k 06:25:23 06:25:23 06:25:23 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/734/openapi/support-cron-scheduler.yaml] 06:25:23 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:23 Dload Upload Total Spent Left Speed 06:25:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50731 0 0 100 50731 0 244k --:--:-- --:--:-- --:--:-- 242k 100 50797 100 66 100 50731 242 182k --:--:-- --:--:-- --:--:-- 181k 06:25:23 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:25:23 06:25:23 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/734/openapi/support-notifications.yaml] 06:25:23 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:23 Dload Upload Total Spent Left Speed 06:25:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87301 0 0 100 87301 0 202k --:--:-- --:--:-- --:--:-- 202k 06:25:24 06:25:24 06:25:24 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/734/openapi/support-scheduler.yaml] 06:25:24 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:24 Dload Upload Total Spent Left Speed 06:25:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37935 0 0 100 37935 0 98532 --:--:-- --:--:-- --:--:-- 98532 06:25:24 06:25:24 [Pipeline] } 06:25:24 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:25:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:25:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:25:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:25 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 06:25:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:25:25 $ docker top cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 -eo pid,comm 06:25:26 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:25:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:25:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:26 [ssh-agent] Looking for ssh-agent implementation... 06:25:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:26 $ docker exec cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 ssh-agent 06:25:26 SSH_AUTH_SOCK=/tmp/ssh-8sBhWAkpLTPs/agent.33 06:25:26 SSH_AGENT_PID=39 06:25:26 Running ssh-add (command line suppressed) 06:25:26 Identity added: /w/workspace/edgex-go/734@tmp/private_key_13361142997570076476.key (/w/workspace/edgex-go/734@tmp/private_key_13361142997570076476.key) 06:25:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:26 + git semver tag 06:25:26 2024-10-22 06:25:26,895 [run_tag] DEBUG tag force:False 06:25:26 2024-10-22 06:25:26,895 [check_head_tag] DEBUG check head tag 06:25:26 2024-10-22 06:25:26,898 [execute] INFO git cat-file --batch-check 06:25:26 2024-10-22 06:25:26,898 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=) 06:25:26 2024-10-22 06:25:26,902 [execute] INFO git cat-file --batch 06:25:26 2024-10-22 06:25:26,902 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=) 06:25:26 2024-10-22 06:25:26,944 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 06:25:26 2024-10-22 06:25:26,945 [execute] INFO git tag -a v4.0.0-dev.1 -m v4.0.0-dev.1 06:25:26 2024-10-22 06:25:26,945 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.1', '-m', 'v4.0.0-dev.1'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=None) 06:25:26 2024-10-22 06:25:26,951 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 06:25:26 4.0.0-dev.1 [Pipeline] } 06:25:26 $ docker exec --env ******** --env ******** cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 ssh-agent -k 06:25:27 unset SSH_AUTH_SOCK; 06:25:27 unset SSH_AGENT_PID; 06:25:27 echo Agent pid 39 killed; 06:25:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:25:27 + git semver [Pipeline] } 06:25:27 $ docker stop --time=1 cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 06:25:28 $ docker rm -f --volumes cdfe333eb15a17dc8056fb597f4496674e4797013f9bcbd0558271a6e107a9a0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:25:29 06:25:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:25:29 0.23.1-centos7: Pulling from edgex-lftools 06:25:29 ab5ef0e58194: Pulling fs layer 06:25:29 9712f1f96733: Pulling fs layer 06:25:29 63f879dbbcfc: Pulling fs layer 06:25:29 0d9ebad4ef96: Pulling fs layer 06:25:29 e9a5061849ea: Pulling fs layer 06:25:29 d747dcd14b5f: Pulling fs layer 06:25:29 2de7ff778b66: Pulling fs layer 06:25:29 0d9ebad4ef96: Waiting 06:25:29 2de7ff778b66: Waiting 06:25:29 d747dcd14b5f: Waiting 06:25:29 9712f1f96733: Verifying Checksum 06:25:29 9712f1f96733: Download complete 06:25:30 63f879dbbcfc: Verifying Checksum 06:25:30 63f879dbbcfc: Download complete 06:25:30 e9a5061849ea: Verifying Checksum 06:25:30 e9a5061849ea: Download complete 06:25:30 d747dcd14b5f: Download complete 06:25:30 0d9ebad4ef96: Verifying Checksum 06:25:30 0d9ebad4ef96: Download complete 06:25:30 ab5ef0e58194: Verifying Checksum 06:25:30 ab5ef0e58194: Download complete 06:25:30 2de7ff778b66: Verifying Checksum 06:25:30 2de7ff778b66: Download complete 06:25:32 ab5ef0e58194: Pull complete 06:25:33 9712f1f96733: Pull complete 06:25:33 63f879dbbcfc: Pull complete 06:25:37 0d9ebad4ef96: Pull complete 06:25:38 e9a5061849ea: Pull complete 06:25:38 d747dcd14b5f: Pull complete 06:25:39 2de7ff778b66: Pull complete 06:25:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:25:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:39 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 06:25:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:25:46 $ docker top 554c3898cf6975e44cf5c31b54d5ad588958b17e751514d82eec6dba42579ebf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:25:46 provisioning config files... 06:25:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/734@tmp/config14530816264462366566tmp 06:25:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/734@tmp/config4214959856531622238tmp 06:25:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/734@tmp/config13511095996536296676tmp [Pipeline] { [Pipeline] echo 06:25:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:25:46 ---> sigul-configuration.sh 06:25:46 gpg: directory `/root/.gnupg' created 06:25:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:25:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:25:46 gpg: keyring `/root/.gnupg/secring.gpg' created 06:25:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:25:46 gpg: CAST5 encrypted data 06:25:46 gpg: encrypted with 1 passphrase 06:25:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:25:47 + mkdir /home/jenkins 06:25:47 + mkdir /home/jenkins/sigul [Pipeline] sh 06:25:47 + 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:25:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:25:47 ---> sigul-install.sh 06:25:47 Sigul already installed; skipping installation. [Pipeline] sh 06:25:47 + git tag --list 06:25:47 0.6.0 06:25:47 0.6.1 06:25:47 0.7.0 06:25:47 0.7.1 06:25:47 v1.0.0 06:25:47 v1.0.1 06:25:47 v1.1.0 06:25:47 v1.2.0 06:25:47 v1.2.1 06:25:47 v1.3.0 06:25:47 v1.3.1 06:25:47 v2.0.0 06:25:47 v2.1.0 06:25:47 v2.1.1 06:25:47 v2.2.0 06:25:47 v2.3.0 06:25:47 v3.0 06:25:47 v3.0.0 06:25:47 v3.1 06:25:47 v3.1.0 06:25:47 v3.1.0-dev.1 06:25:47 v3.1.0-dev.10 06:25:47 v3.1.0-dev.11 06:25:47 v3.1.0-dev.12 06:25:47 v3.1.0-dev.13 06:25:47 v3.1.0-dev.14 06:25:47 v3.1.0-dev.15 06:25:47 v3.1.0-dev.16 06:25:47 v3.1.0-dev.17 06:25:47 v3.1.0-dev.18 06:25:47 v3.1.0-dev.19 06:25:47 v3.1.0-dev.2 06:25:47 v3.1.0-dev.20 06:25:47 v3.1.0-dev.21 06:25:47 v3.1.0-dev.22 06:25:47 v3.1.0-dev.23 06:25:47 v3.1.0-dev.24 06:25:47 v3.1.0-dev.25 06:25:47 v3.1.0-dev.26 06:25:47 v3.1.0-dev.27 06:25:47 v3.1.0-dev.28 06:25:47 v3.1.0-dev.29 06:25:47 v3.1.0-dev.3 06:25:47 v3.1.0-dev.30 06:25:47 v3.1.0-dev.31 06:25:47 v3.1.0-dev.32 06:25:47 v3.1.0-dev.33 06:25:47 v3.1.0-dev.34 06:25:47 v3.1.0-dev.35 06:25:47 v3.1.0-dev.36 06:25:47 v3.1.0-dev.37 06:25:47 v3.1.0-dev.38 06:25:47 v3.1.0-dev.39 06:25:47 v3.1.0-dev.4 06:25:47 v3.1.0-dev.40 06:25:47 v3.1.0-dev.41 06:25:47 v3.1.0-dev.42 06:25:47 v3.1.0-dev.43 06:25:47 v3.1.0-dev.44 06:25:47 v3.1.0-dev.45 06:25:47 v3.1.0-dev.46 06:25:47 v3.1.0-dev.47 06:25:47 v3.1.0-dev.48 06:25:47 v3.1.0-dev.49 06:25:47 v3.1.0-dev.5 06:25:47 v3.1.0-dev.50 06:25:47 v3.1.0-dev.51 06:25:47 v3.1.0-dev.52 06:25:47 v3.1.0-dev.53 06:25:47 v3.1.0-dev.54 06:25:47 v3.1.0-dev.55 06:25:47 v3.1.0-dev.56 06:25:47 v3.1.0-dev.57 06:25:47 v3.1.0-dev.58 06:25:47 v3.1.0-dev.59 06:25:47 v3.1.0-dev.6 06:25:47 v3.1.0-dev.60 06:25:47 v3.1.0-dev.61 06:25:47 v3.1.0-dev.62 06:25:47 v3.1.0-dev.63 06:25:47 v3.1.0-dev.64 06:25:47 v3.1.0-dev.65 06:25:47 v3.1.0-dev.66 06:25:47 v3.1.0-dev.67 06:25:47 v3.1.0-dev.68 06:25:47 v3.1.0-dev.69 06:25:47 v3.1.0-dev.7 06:25:47 v3.1.0-dev.70 06:25:47 v3.1.0-dev.71 06:25:47 v3.1.0-dev.72 06:25:47 v3.1.0-dev.73 06:25:47 v3.1.0-dev.8 06:25:47 v3.1.0-dev.9 06:25:47 v3.1.1 06:25:47 v3.1.1-dev.1 06:25:47 v3.1.1-dev.2 06:25:47 v3.2.0-dev.1 06:25:47 v3.2.0-dev.10 06:25:47 v3.2.0-dev.100 06:25:47 v3.2.0-dev.101 06:25:47 v3.2.0-dev.102 06:25:47 v3.2.0-dev.103 06:25:47 v3.2.0-dev.104 06:25:47 v3.2.0-dev.105 06:25:47 v3.2.0-dev.106 06:25:47 v3.2.0-dev.107 06:25:47 v3.2.0-dev.108 06:25:47 v3.2.0-dev.109 06:25:47 v3.2.0-dev.11 06:25:47 v3.2.0-dev.12 06:25:47 v3.2.0-dev.13 06:25:47 v3.2.0-dev.14 06:25:47 v3.2.0-dev.15 06:25:47 v3.2.0-dev.16 06:25:47 v3.2.0-dev.17 06:25:47 v3.2.0-dev.18 06:25:47 v3.2.0-dev.19 06:25:47 v3.2.0-dev.2 06:25:47 v3.2.0-dev.20 06:25:47 v3.2.0-dev.21 06:25:47 v3.2.0-dev.22 06:25:47 v3.2.0-dev.23 06:25:47 v3.2.0-dev.24 06:25:47 v3.2.0-dev.25 06:25:47 v3.2.0-dev.26 06:25:47 v3.2.0-dev.27 06:25:47 v3.2.0-dev.28 06:25:47 v3.2.0-dev.29 06:25:47 v3.2.0-dev.3 06:25:47 v3.2.0-dev.30 06:25:47 v3.2.0-dev.31 06:25:47 v3.2.0-dev.32 06:25:47 v3.2.0-dev.33 06:25:47 v3.2.0-dev.34 06:25:47 v3.2.0-dev.35 06:25:47 v3.2.0-dev.36 06:25:47 v3.2.0-dev.37 06:25:47 v3.2.0-dev.38 06:25:47 v3.2.0-dev.39 06:25:47 v3.2.0-dev.4 06:25:47 v3.2.0-dev.40 06:25:47 v3.2.0-dev.41 06:25:47 v3.2.0-dev.42 06:25:47 v3.2.0-dev.43 06:25:47 v3.2.0-dev.44 06:25:47 v3.2.0-dev.45 06:25:47 v3.2.0-dev.46 06:25:47 v3.2.0-dev.47 06:25:47 v3.2.0-dev.48 06:25:47 v3.2.0-dev.49 06:25:47 v3.2.0-dev.5 06:25:47 v3.2.0-dev.50 06:25:47 v3.2.0-dev.51 06:25:47 v3.2.0-dev.52 06:25:47 v3.2.0-dev.53 06:25:47 v3.2.0-dev.54 06:25:47 v3.2.0-dev.55 06:25:47 v3.2.0-dev.56 06:25:47 v3.2.0-dev.57 06:25:47 v3.2.0-dev.58 06:25:47 v3.2.0-dev.59 06:25:47 v3.2.0-dev.6 06:25:47 v3.2.0-dev.60 06:25:47 v3.2.0-dev.61 06:25:47 v3.2.0-dev.62 06:25:47 v3.2.0-dev.63 06:25:47 v3.2.0-dev.64 06:25:47 v3.2.0-dev.65 06:25:47 v3.2.0-dev.66 06:25:47 v3.2.0-dev.67 06:25:47 v3.2.0-dev.68 06:25:47 v3.2.0-dev.69 06:25:47 v3.2.0-dev.7 06:25:47 v3.2.0-dev.70 06:25:47 v3.2.0-dev.71 06:25:47 v3.2.0-dev.72 06:25:47 v3.2.0-dev.73 06:25:47 v3.2.0-dev.74 06:25:47 v3.2.0-dev.75 06:25:47 v3.2.0-dev.76 06:25:47 v3.2.0-dev.77 06:25:47 v3.2.0-dev.78 06:25:47 v3.2.0-dev.79 06:25:47 v3.2.0-dev.8 06:25:47 v3.2.0-dev.80 06:25:47 v3.2.0-dev.81 06:25:47 v3.2.0-dev.82 06:25:47 v3.2.0-dev.83 06:25:47 v3.2.0-dev.84 06:25:47 v3.2.0-dev.85 06:25:47 v3.2.0-dev.86 06:25:47 v3.2.0-dev.87 06:25:47 v3.2.0-dev.88 06:25:47 v3.2.0-dev.89 06:25:47 v3.2.0-dev.9 06:25:47 v3.2.0-dev.90 06:25:47 v3.2.0-dev.91 06:25:47 v3.2.0-dev.92 06:25:47 v3.2.0-dev.93 06:25:47 v3.2.0-dev.94 06:25:47 v3.2.0-dev.95 06:25:47 v3.2.0-dev.96 06:25:47 v3.2.0-dev.97 06:25:47 v3.2.0-dev.98 06:25:47 v3.2.0-dev.99 06:25:47 v4.0.0-dev.1 [Pipeline] sh 06:25:48 + lftools sign git-tag v4.0.0-dev.1 06:25:48 Signing Git tag with Sigul... 06:25:48 Signing v4.0.0-dev.1 [Pipeline] echo 06:25:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:25:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:25:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:25:49 $ docker stop --time=1 554c3898cf6975e44cf5c31b54d5ad588958b17e751514d82eec6dba42579ebf 06:25:51 $ docker rm -f --volumes 554c3898cf6975e44cf5c31b54d5ad588958b17e751514d82eec6dba42579ebf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:25:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:25:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:25:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:51 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 06:25:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:25:52 $ docker top a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 -eo pid,comm 06:25:52 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:25:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:25:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:53 [ssh-agent] Looking for ssh-agent implementation... 06:25:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:53 $ docker exec a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 ssh-agent 06:25:53 SSH_AUTH_SOCK=/tmp/ssh-ipJLvzxFQfXT/agent.21 06:25:53 SSH_AGENT_PID=38 06:25:53 Running ssh-add (command line suppressed) 06:25:53 Identity added: /w/workspace/edgex-go/734@tmp/private_key_16370197044640576349.key (/w/workspace/edgex-go/734@tmp/private_key_16370197044640576349.key) 06:25:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:53 + git semver bump pre 06:25:53 2024-10-22 06:25:53,882 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 06:25:53 2024-10-22 06:25:53,882 [bump_version] DEBUG bumping version:4.0.0-dev.1 on axis:pre with prefix:dev 06:25:53 2024-10-22 06:25:53,882 [bump_version] DEBUG bumped version:4.0.0-dev.2 06:25:53 2024-10-22 06:25:53,882 [write_version] DEBUG write version:4.0.0-dev.2 to path:/w/workspace/edgex-go/734/.semver/main with force:True 06:25:53 2024-10-22 06:25:53,882 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 06:25:53 2024-10-22 06:25:53,882 [write_file] DEBUG write to file:/w/workspace/edgex-go/734/.semver/main 06:25:53 2024-10-22 06:25:53,885 [execute] INFO git cat-file --batch-check 06:25:53 2024-10-22 06:25:53,885 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=) 06:25:53 2024-10-22 06:25:53,892 [execute] INFO git cat-file --batch 06:25:53 2024-10-22 06:25:53,892 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=) 06:25:53 2024-10-22 06:25:53,897 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 06:25:53 4.0.0-dev.2 [Pipeline] } 06:25:53 $ docker exec --env ******** --env ******** a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 ssh-agent -k 06:25:54 unset SSH_AUTH_SOCK; 06:25:54 unset SSH_AGENT_PID; 06:25:54 echo Agent pid 38 killed; 06:25:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:25:54 + git semver [Pipeline] } 06:25:54 $ docker stop --time=1 a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 06:25:55 $ docker rm -f --volumes a80a785ba5296385c216fab41d1e52bfd706b5700b095ac80a92adb41f5e6d38 [Pipeline] // withDockerContainer [Pipeline] sh 06:25:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:25:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:25:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:56 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 06:25:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:25:57 $ docker top 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c -eo pid,comm 06:25:57 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:25:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:25:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:57 [ssh-agent] Looking for ssh-agent implementation... 06:25:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:57 $ docker exec 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c ssh-agent 06:25:57 SSH_AUTH_SOCK=/tmp/ssh-DLAOsW525aaQ/agent.32 06:25:57 SSH_AGENT_PID=38 06:25:57 Running ssh-add (command line suppressed) 06:25:57 Identity added: /w/workspace/edgex-go/734@tmp/private_key_17920905409854384407.key (/w/workspace/edgex-go/734@tmp/private_key_17920905409854384407.key) 06:25:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:57 + git semver push 06:25:58 2024-10-22 06:25:57,976 [run_push] DEBUG push 06:25:58 2024-10-22 06:25:57,976 [execute] INFO git cat-file --batch-check 06:25:58 2024-10-22 06:25:57,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=) 06:25:58 2024-10-22 06:25:57,981 [execute] INFO git rev-list f1a530436407780932055c6d61587bb0f54e86ca -- 06:25:58 2024-10-22 06:25:57,981 [execute] DEBUG Popen(['git', 'rev-list', 'f1a530436407780932055c6d61587bb0f54e86ca', '--'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=None) 06:25:58 2024-10-22 06:25:57,999 [execute] INFO git fetch -v origin 06:25:58 2024-10-22 06:25:57,999 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=True, shell=None, istream=None) 06:25:58 2024-10-22 06:25:58,431 [run_push] DEBUG no remote changes detected 06:25:58 2024-10-22 06:25:58,431 [execute] INFO git push origin semver 06:25:58 2024-10-22 06:25:58,432 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/734/.semver, universal_newlines=False, shell=None, istream=None) 06:25:59 2024-10-22 06:25:59,171 [run_push] DEBUG push all version tags 06:25:59 2024-10-22 06:25:59,171 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:25:59 2024-10-22 06:25:59,172 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/734, universal_newlines=False, shell=None, istream=None) 06:26:00 2024-10-22 06:25:59,815 [read_version] DEBUG read version from /w/workspace/edgex-go/734/.semver/main 06:26:00 4.0.0-dev.2 [Pipeline] } 06:26:00 $ docker exec --env ******** --env ******** 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c ssh-agent -k 06:26:00 unset SSH_AUTH_SOCK; 06:26:00 unset SSH_AGENT_PID; 06:26:00 echo Agent pid 38 killed; 06:26:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:26:00 + git semver [Pipeline] } 06:26:00 $ docker stop --time=1 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c 06:26:02 $ docker rm -f --volumes 4c14a0f527a630f603b155973d88381bdd0e78f6855c73fe69164ad5f293d46c [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:26:02 + [ -d /w/workspace/edgex-go/734/archives ] [Pipeline] libraryResource [Pipeline] sh 06:26:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:26:03 ---> package-listing.sh 06:26:03 ++ facter osfamily 06:26:03 ++ tr '[:upper:]' '[:lower:]' 06:26:04 + OS_FAMILY=debian 06:26:04 + workspace=/w/workspace/edgex-go/734 06:26:04 + START_PACKAGES=/tmp/packages_start.txt 06:26:04 + END_PACKAGES=/tmp/packages_end.txt 06:26:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:26:04 + PACKAGES=/tmp/packages_start.txt 06:26:04 + '[' /w/workspace/edgex-go/734 ']' 06:26:04 + PACKAGES=/tmp/packages_end.txt 06:26:04 + case "${OS_FAMILY}" in 06:26:04 + dpkg -l 06:26:04 + grep '^ii' 06:26:04 + '[' -f /tmp/packages_start.txt ']' 06:26:04 + '[' -f /tmp/packages_end.txt ']' 06:26:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:26:04 + '[' /w/workspace/edgex-go/734 ']' 06:26:04 + mkdir -p /w/workspace/edgex-go/734/archives/ 06:26:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/734/archives/ [Pipeline] echo 06:26:04 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/734/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:26:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:26:05 06:26:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:26:05 latest: Pulling from edgex-lftools-log-publisher 06:26:05 5eb5b503b376: Pulling fs layer 06:26:05 5c69ac0246d0: Pulling fs layer 06:26:05 ec43610c2a17: Pulling fs layer 06:26:05 3a2ae6a8a46f: Pulling fs layer 06:26:05 33b1e0a273af: Pulling fs layer 06:26:05 5d3b04190fa2: Pulling fs layer 06:26:05 2f39f015ded8: Pulling fs layer 06:26:05 3a2ae6a8a46f: Waiting 06:26:05 33b1e0a273af: Waiting 06:26:05 5d3b04190fa2: Waiting 06:26:05 2f39f015ded8: Waiting 06:26:05 5c69ac0246d0: Verifying Checksum 06:26:05 5c69ac0246d0: Download complete 06:26:05 3a2ae6a8a46f: Verifying Checksum 06:26:05 3a2ae6a8a46f: Download complete 06:26:05 33b1e0a273af: Verifying Checksum 06:26:05 33b1e0a273af: Download complete 06:26:05 5d3b04190fa2: Download complete 06:26:05 ec43610c2a17: Verifying Checksum 06:26:05 ec43610c2a17: Download complete 06:26:05 5eb5b503b376: Verifying Checksum 06:26:05 5eb5b503b376: Download complete 06:26:06 2f39f015ded8: Download complete 06:26:07 5eb5b503b376: Pull complete 06:26:07 5c69ac0246d0: Pull complete 06:26:08 ec43610c2a17: Pull complete 06:26:08 3a2ae6a8a46f: Pull complete 06:26:08 33b1e0a273af: Pull complete 06:26:08 5d3b04190fa2: Pull complete 06:26:12 2f39f015ded8: Pull complete 06:26:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:26:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:26:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:26:13 prd-ubuntu20.04-docker-8c-8g-23469 does not seem to be running inside a container 06:26:13 $ 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/734/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/734 -v /w/workspace/edgex-go/734:/w/workspace/edgex-go/734:rw,z -v /w/workspace/edgex-go/734@tmp:/w/workspace/edgex-go/734@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:26:17 $ docker top 06a1218ce49bdb23bcfeea1b528009903ee63825f65e762335af6570b2e87fd5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:17 + touch /tmp/pre-build-complete [Pipeline] sh 06:26:18 + mkdir -p /var/log/sysstat [Pipeline] sh 06:26:18 + ls /var/log/sa-host 06:26:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:26:18 provisioning config files... 06:26:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/734@tmp/config16773893417701775241tmp [Pipeline] { [Pipeline] echo 06:26:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:26:18 ---> create-netrc.sh [Pipeline] } 06:26:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:26:19 ---> python-tools-install.sh [Pipeline] echo 06:26:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:26:19 ---> sudo-logs.sh 06:26:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:26:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:26:19 ---> job-cost.sh 06:26:19 lf-activate-venv: SKIPPING 06:26:19 DEBUG: total: 0.10999999940395355 06:26:19 INFO: Retrieving Stack Cost... 06:26:20 INFO: Retrieving Pricing Info for: v3-standard-8 06:26:20 INFO: Archiving Costs [Pipeline] echo 06:26:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:26:21 ---> logs-deploy.sh 06:26:21 lf-activate-venv: SKIPPING 06:26:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/734 06:26:21 INFO: archiving workspace using pattern(s): 06:26:21 Archives upload complete. 06:26:22 INFO: archiving logs to Nexus 06:26:22 ---> uname -a: 06:26:22 Linux prd-ubuntu20-04-docker-8c-8g-23469 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:26:22 06:26:22 06:26:22 ---> lscpu: 06:26:22 Architecture: x86_64 06:26:22 CPU op-mode(s): 32-bit, 64-bit 06:26:22 Byte Order: Little Endian 06:26:22 Address sizes: 40 bits physical, 48 bits virtual 06:26:22 CPU(s): 8 06:26:22 On-line CPU(s) list: 0-7 06:26:22 Thread(s) per core: 1 06:26:22 Core(s) per socket: 1 06:26:22 Socket(s): 8 06:26:22 NUMA node(s): 1 06:26:22 Vendor ID: AuthenticAMD 06:26:22 CPU family: 23 06:26:22 Model: 49 06:26:22 Model name: AMD EPYC-Rome Processor 06:26:22 Stepping: 0 06:26:22 CPU MHz: 2799.998 06:26:22 BogoMIPS: 5599.99 06:26:22 Virtualization: AMD-V 06:26:22 Hypervisor vendor: KVM 06:26:22 Virtualization type: full 06:26:22 L1d cache: 256 KiB 06:26:22 L1i cache: 256 KiB 06:26:22 L2 cache: 4 MiB 06:26:22 L3 cache: 128 MiB 06:26:22 NUMA node0 CPU(s): 0-7 06:26:22 Vulnerability Itlb multihit: Not affected 06:26:22 Vulnerability L1tf: Not affected 06:26:22 Vulnerability Mds: Not affected 06:26:22 Vulnerability Meltdown: Not affected 06:26:22 Vulnerability Mmio stale data: Not affected 06:26:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:26:22 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:26:22 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:26:22 Vulnerability Srbds: Not affected 06:26:22 Vulnerability Tsx async abort: Not affected 06:26:22 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:26:22 06:26:22 06:26:22 ---> nproc: 06:26:22 8 06:26:22 06:26:22 06:26:22 ---> df -h: 06:26:22 Filesystem Size Used Avail Use% Mounted on 06:26:22 overlay 155G 31G 124G 20% / 06:26:22 tmpfs 64M 0 64M 0% /dev 06:26:22 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:26:22 shm 64M 0 64M 0% /dev/shm 06:26:22 /dev/vda1 155G 31G 124G 20% /facter-os 06:26:22 06:26:22 06:26:23 ---> sar -b -r -n DEV: 06:26:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-23469) 10/22/24 _x86_64_ (8 CPU) 06:26:23 06:26:23 05:33:38 LINUX RESTART (8 CPU) 06:26:23 06:26:23 05:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:26:23 05:35:01 163.47 43.56 119.91 0.00 4861.06 54221.36 0.00 06:26:23 05:36:01 199.93 1.52 198.42 0.00 41.32 68911.16 0.00 06:26:23 05:37:01 42.63 0.03 42.59 0.00 0.27 34035.68 0.00 06:26:23 05:38:01 30.94 0.17 30.78 0.00 2.53 22074.59 0.00 06:26:23 05:39:01 156.87 11.18 145.69 0.00 3496.62 49542.28 0.00 06:26:23 05:40:01 183.19 0.03 183.15 0.00 2.40 248914.38 0.00 06:26:23 05:41:01 736.96 12.51 724.45 0.00 110.91 145407.23 0.00 06:26:23 05:42:01 318.76 0.35 318.41 0.00 2.80 115125.36 0.00 06:26:23 05:43:01 319.18 0.05 319.13 0.00 0.40 107229.72 0.00 06:26:23 05:44:01 340.87 0.07 340.80 0.00 0.53 130540.62 0.00 06:26:23 05:45:01 489.04 0.07 488.97 0.00 5.60 23952.54 0.00 06:26:23 05:46:01 29.66 0.02 29.65 0.00 1.33 730.41 0.00 06:26:23 05:47:01 6.43 0.00 6.43 0.00 0.00 154.37 0.00 06:26:23 05:48:01 1.50 0.00 1.50 0.00 0.00 18.00 0.00 06:26:23 05:49:01 1.78 0.02 1.77 0.00 0.13 20.13 0.00 06:26:23 05:50:01 2.68 1.50 1.18 0.00 35.45 15.86 0.00 06:26:23 05:51:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 06:26:23 05:52:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 06:26:23 05:53:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 06:26:23 05:54:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 06:26:23 05:55:01 1.42 0.00 1.42 0.00 0.00 15.60 0.00 06:26:23 05:56:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 06:26:23 05:57:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 06:26:23 05:58:01 1.62 0.00 1.62 0.00 0.00 17.86 0.00 06:26:23 05:59:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 06:26:23 06:00:01 1.52 0.00 1.52 0.00 0.00 17.60 0.00 06:26:23 06:01:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 06:26:23 06:02:01 1.68 0.00 1.68 0.00 0.00 19.20 0.00 06:26:23 06:03:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 06:26:23 06:04:01 1.98 0.00 1.98 0.00 0.00 21.86 0.00 06:26:23 06:05:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 06:26:23 06:06:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 06:26:23 06:07:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 06:26:23 06:08:01 3.80 1.02 2.78 0.00 21.86 35.73 0.00 06:26:23 06:09:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 06:26:23 06:10:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 06:26:23 06:11:01 1.35 0.00 1.35 0.00 0.00 14.93 0.00 06:26:23 06:12:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 06:26:23 06:13:01 1.17 0.00 1.17 0.00 0.00 13.06 0.00 06:26:23 06:14:01 1.85 0.00 1.85 0.00 0.00 22.00 0.00 06:26:23 06:15:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 06:26:23 06:16:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 06:26:23 06:17:01 1.07 0.02 1.05 0.00 0.13 11.73 0.00 06:26:23 06:18:01 1.97 0.00 1.97 0.00 0.00 22.80 0.00 06:26:23 06:19:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 06:26:23 06:20:01 1.80 0.00 1.80 0.00 0.00 20.13 0.00 06:26:23 06:21:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 06:26:23 06:22:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 06:26:23 06:23:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 06:26:23 06:24:02 1.82 0.00 1.82 0.00 0.00 21.33 0.00 06:26:23 06:25:01 5.25 0.07 5.19 0.00 8.00 1796.85 0.00 06:26:23 06:26:01 163.07 2.56 160.51 0.00 42.02 53040.69 0.00 06:26:23 Average: 62.36 1.44 60.93 0.00 166.07 20321.54 0.00 06:26:23 06:26:23 05:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:26:23 05:35:01 29528756 31512568 831280 2.53 60664 2214788 1815484 5.35 1046872 1962056 151416 06:26:23 05:36:01 27903012 31317920 986212 3.00 127652 3458944 2297764 6.77 1516136 2961848 165220 06:26:23 05:37:01 26857836 31356988 942928 2.87 131056 4480828 2099724 6.19 2033440 3425264 172436 06:26:23 05:38:01 26426140 31228140 1070732 3.26 135732 4743868 2368608 6.98 1839000 4011976 389712 06:26:23 05:39:01 26764460 31293440 995732 3.03 147240 4502024 2477676 7.30 1728200 3809380 236964 06:26:23 05:40:01 18991676 31347992 939328 2.86 151724 12094324 2650852 7.81 2173676 10909164 327992 06:26:23 05:41:01 12308796 31348560 924616 2.81 325280 18183748 2489032 7.34 2900808 16427848 2733856 06:26:23 05:42:01 6659912 28134016 4062144 12.35 365232 20192220 11623028 34.25 7014188 17462372 1644256 06:26:23 05:43:01 3259672 26967132 5242008 15.94 378100 22353196 10798676 31.82 8982100 18848612 1152676 06:26:23 05:44:01 7531428 31340440 921884 2.80 387332 22605260 2486516 7.33 3419624 20377708 55944 06:26:23 05:45:01 7129084 31384584 884632 2.69 394192 23032408 2179328 6.42 3685304 20518816 696 06:26:23 05:46:01 7115140 31372128 896776 2.73 395400 23032820 2353468 6.94 4205668 20011140 500 06:26:23 05:47:01 7125060 31382336 886652 2.70 395668 23032840 2194856 6.47 4297488 19906888 8 06:26:23 05:48:01 7125192 31382612 886180 2.69 395696 23032976 2194856 6.47 4297824 19907004 208 06:26:23 05:49:01 7137592 31395396 874168 2.66 395728 23032968 2212452 6.52 4284932 19907216 36 06:26:23 05:50:01 7134008 31394068 875412 2.66 395768 23034168 2212452 6.52 4291248 19907616 284 06:26:23 05:51:01 7137040 31397128 872360 2.65 395780 23034168 2212452 6.52 4286856 19907596 196 06:26:23 05:52:01 7136772 31396864 872552 2.65 395792 23034172 2212452 6.52 4287004 19907600 228 06:26:23 05:53:01 7137024 31397116 872268 2.65 395808 23034172 2212452 6.52 4286588 19907600 12 06:26:23 05:54:01 7136968 31397096 872312 2.65 395816 23034176 2212452 6.52 4286588 19907604 176 06:26:23 05:55:01 7136880 31397020 872284 2.65 395840 23034180 2212452 6.52 4286664 19907608 168 06:26:23 05:56:01 7136904 31397044 872228 2.65 395872 23034180 2212452 6.52 4286248 19907608 52 06:26:23 05:57:01 7136784 31396988 872180 2.65 395912 23034188 2212452 6.52 4286824 19907616 172 06:26:23 05:58:01 7136540 31396748 872404 2.65 395932 23034188 2212452 6.52 4286308 19907620 8 06:26:23 05:59:01 7136940 31397216 872356 2.65 395936 23034192 2212452 6.52 4286744 19907620 188 06:26:23 06:00:01 7136452 31396728 872836 2.65 395960 23034192 2212452 6.52 4286776 19907620 208 06:26:23 06:01:01 7136476 31396756 872788 2.65 395980 23034196 2212452 6.52 4286376 19907624 12 06:26:23 06:02:01 7136476 31396820 872732 2.65 395996 23034200 2212452 6.52 4286628 19907632 16 06:26:23 06:03:01 7136452 31396796 872708 2.65 395996 23034204 2212452 6.52 4286436 19907632 12 06:26:23 06:04:01 7136396 31396784 872660 2.65 396036 23034208 2196184 6.47 4286476 19907636 20 06:26:23 06:05:01 7136272 31396680 872852 2.65 396056 23034208 2196184 6.47 4286664 19907636 172 06:26:23 06:06:01 7136200 31396616 872872 2.65 396076 23034216 2196184 6.47 4286632 19907640 216 06:26:23 06:07:01 7136224 31396644 872832 2.65 396088 23034220 2196184 6.47 4286372 19907644 8 06:26:23 06:08:01 7133612 31395080 874252 2.66 396164 23034836 2243780 6.61 4286432 19908196 8 06:26:23 06:09:01 7133776 31395312 873932 2.66 396220 23034832 2243780 6.61 4286472 19908204 8 06:26:23 06:10:01 7133056 31394624 874412 2.66 396248 23034840 2243780 6.61 4286940 19908204 212 06:26:23 06:11:01 7132756 31394388 874672 2.66 396284 23034844 2243780 6.61 4286660 19908212 16 06:26:23 06:12:01 7133132 31394796 874072 2.66 396292 23034844 2243780 6.61 4286668 19908212 40 06:26:23 06:13:01 7132864 31394536 874292 2.66 396316 23034848 2243780 6.61 4286548 19908216 4 06:26:23 06:14:01 7133084 31394824 873944 2.66 396340 23034844 2243780 6.61 4286608 19908224 8 06:26:23 06:15:01 7133068 31394832 873920 2.66 396348 23034856 2243780 6.61 4286700 19908212 8 06:26:23 06:16:01 7133012 31394812 873908 2.66 396372 23034860 2243780 6.61 4286652 19908216 48 06:26:23 06:17:01 7132932 31394740 874024 2.66 396388 23034856 2243780 6.61 4287192 19908216 20 06:26:23 06:18:01 7132828 31394676 874020 2.66 396404 23034868 2243780 6.61 4286724 19908224 44 06:26:23 06:19:01 7132820 31394668 873964 2.66 396420 23034860 2243780 6.61 4286720 19908224 8 06:26:23 06:20:01 7132988 31394992 873848 2.66 396428 23035000 2243780 6.61 4286828 19908352 8 06:26:23 06:21:01 7132924 31394952 873884 2.66 396448 23035004 2243780 6.61 4287104 19908356 20 06:26:23 06:22:01 7133108 31395180 873820 2.66 396484 23035004 2243780 6.61 4287096 19908364 180 06:26:23 06:23:01 7132800 31394892 874048 2.66 396500 23035008 2243780 6.61 4287304 19908368 184 06:26:23 06:24:02 7132824 31394952 873976 2.66 396552 23035004 2243780 6.61 4286872 19908372 48 06:26:23 06:25:01 6692220 31342592 925464 2.81 396672 23408136 2521664 7.43 4336380 20282348 323260 06:26:23 06:26:01 5938240 31328016 935460 2.84 417092 24041772 2417460 7.12 4392404 20889456 944 06:26:23 Average: 9311781 31236312 1034112 3.14 362794 20839457 2597784 7.66 4080635 18046089 141522 06:26:23 06:26:23 05:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:26:23 05:35:01 ens3 1376.25 1449.26 7859.46 172.79 0.00 0.00 0.00 0.00 06:26:23 05:35:01 veth0cd1f51 607.42 507.30 50.20 2584.45 0.00 0.00 0.00 0.21 06:26:23 05:35:01 lo 4.13 4.13 0.40 0.40 0.00 0.00 0.00 0.00 06:26:23 05:35:01 docker0 607.42 507.20 41.89 2584.44 0.00 0.00 0.00 0.00 06:26:23 05:36:01 ens3 556.08 414.15 5620.81 110.91 0.00 0.00 0.00 0.00 06:26:23 05:36:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 06:26:23 05:36:01 veth473b17c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:36:01 docker0 306.50 394.90 25.14 2390.78 0.00 0.00 0.00 0.00 06:26:23 05:37:01 ens3 36.23 25.95 29.98 15.99 0.00 0.00 0.00 0.00 06:26:23 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:37:01 veth473b17c 1.17 1.20 0.10 0.10 0.00 0.00 0.00 0.00 06:26:23 05:37:01 docker0 1.17 1.17 0.09 0.10 0.00 0.00 0.00 0.00 06:26:23 05:38:01 ens3 22.40 15.40 19.12 11.81 0.00 0.00 0.00 0.00 06:26:23 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:38:01 veth473b17c 0.35 0.37 0.03 0.03 0.00 0.00 0.00 0.00 06:26:23 05:38:01 docker0 0.35 0.35 0.03 0.03 0.00 0.00 0.00 0.00 06:26:23 05:39:01 ens3 175.65 86.37 3652.14 19.52 0.00 0.00 0.00 0.00 06:26:23 05:39:01 vetha4fd4bb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:39:01 vethb97278b 1.17 2.67 0.09 38.07 0.00 0.00 0.00 0.00 06:26:23 05:39:01 vethfbea4c2 0.58 0.55 0.05 0.24 0.00 0.00 0.00 0.00 06:26:23 05:39:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 06:26:23 05:39:01 docker0 1.75 3.07 0.12 38.29 0.00 0.00 0.00 0.00 06:26:23 05:40:01 ens3 78.80 43.56 844.08 18.32 0.00 0.00 0.00 0.00 06:26:23 05:40:01 veth66d2268 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 vethe6a20cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 vethd147b25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 vethff275e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 vethfa52aa7 2.37 4.78 0.18 44.58 0.00 0.00 0.00 0.00 06:26:23 05:40:01 veth7237a72 4.12 10.58 0.30 148.41 0.00 0.00 0.00 0.01 06:26:23 05:40:01 vethc41ed86 5.35 10.30 0.42 116.56 0.00 0.00 0.00 0.01 06:26:23 05:40:01 veth068f879 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 vethfbea4c2 0.07 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:40:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 06:26:23 05:40:01 vethb58cdc4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 veth5b0e242 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 veth08e137a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 docker0 12.10 25.38 0.75 310.09 0.00 0.00 0.00 0.00 06:26:23 05:40:01 veth66e91ef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:40:01 veth21687ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:41:01 ens3 819.90 532.49 7990.96 61.12 0.00 0.00 0.00 0.00 06:26:23 05:41:01 vethcf9ef09 114.96 80.45 1174.69 8.26 0.00 0.00 0.00 0.00 06:26:23 05:41:01 vethfbea4c2 0.25 1.15 0.01 0.05 0.00 0.00 0.00 0.00 06:26:23 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:41:01 vethe43354a 80.45 114.96 8.26 1174.69 0.00 0.00 0.00 0.10 06:26:23 05:41:01 docker0 512.70 782.87 42.39 7642.74 0.00 0.00 0.00 0.00 06:26:23 05:42:01 ens3 13.91 7.20 11.59 6.23 0.00 0.00 0.00 0.00 06:26:23 05:42:01 veth96421d3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethb3baa18 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 veth8110ba2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethbe184c1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethfbea4c2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 veth8194195 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 veth6ee9075 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethafbbbdd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethb2f24d8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethd98345b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethfa7bef3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 veth2954560 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethf21b4da 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:42:01 vethc459cc7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:26:23 05:43:01 ens3 4.97 2.72 4.10 2.18 0.00 0.00 0.00 0.00 06:26:23 05:43:01 veth96421d3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethb3baa18 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 veth8110ba2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethbe184c1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethfbea4c2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 veth8194195 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 veth6ee9075 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethafbbbdd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethb2f24d8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethd98345b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethfa7bef3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 veth2954560 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethf21b4da 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:43:01 vethc459cc7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 ens3 2.62 1.73 2.05 1.14 0.00 0.00 0.00 0.00 06:26:23 05:44:01 veth96421d3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethb3baa18 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 veth8110ba2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethbe184c1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethfbea4c2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:44:01 veth8194195 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 veth6ee9075 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethafbbbdd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethb2f24d8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethd98345b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethfa7bef3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 veth2954560 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethf21b4da 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:44:01 vethc459cc7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:45:01 ens3 422.96 433.78 203.08 2075.38 0.00 0.00 0.00 0.00 06:26:23 05:45:01 lo 45.59 45.59 4.50 4.50 0.00 0.00 0.00 0.00 06:26:23 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:46:01 ens3 473.99 485.09 166.60 3427.74 0.00 0.00 0.00 0.00 06:26:23 05:46:01 lo 33.79 33.79 3.33 3.33 0.00 0.00 0.00 0.00 06:26:23 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:47:01 ens3 107.42 106.15 42.59 755.74 0.00 0.00 0.00 0.00 06:26:23 05:47:01 lo 7.80 7.80 0.77 0.77 0.00 0.00 0.00 0.00 06:26:23 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:49:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:50:01 ens3 8.73 5.98 11.71 6.18 0.00 0.00 0.00 0.00 06:26:23 05:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 06:26:23 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:51:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:55:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:26:23 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:00:01 ens3 0.38 0.27 0.20 0.08 0.00 0.00 0.00 0.00 06:26:23 06:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:02:01 ens3 0.42 0.35 0.26 0.21 0.00 0.00 0.00 0.00 06:26:23 06:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:03:01 ens3 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:04:01 ens3 0.92 0.40 0.31 0.22 0.00 0.00 0.00 0.00 06:26:23 06:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:05:01 ens3 0.17 0.12 0.08 0.06 0.00 0.00 0.00 0.00 06:26:23 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:06:01 ens3 0.70 0.12 0.12 0.01 0.00 0.00 0.00 0.00 06:26:23 06:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:07:01 ens3 0.57 0.38 0.35 0.28 0.00 0.00 0.00 0.00 06:26:23 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:08:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:09:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:10:01 ens3 0.77 0.18 0.13 0.07 0.00 0.00 0.00 0.00 06:26:23 06:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:11:01 ens3 0.78 0.45 0.42 0.28 0.00 0.00 0.00 0.00 06:26:23 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:12:01 ens3 0.88 0.37 0.31 0.21 0.00 0.00 0.00 0.00 06:26:23 06:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:14:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:15:01 ens3 0.37 0.10 0.09 0.07 0.00 0.00 0.00 0.00 06:26:23 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:16:01 ens3 0.93 0.10 0.10 0.01 0.00 0.00 0.00 0.00 06:26:23 06:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:17:01 ens3 0.67 0.67 0.42 0.30 0.00 0.00 0.00 0.00 06:26:23 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:18:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:20:01 ens3 0.90 0.20 0.14 0.07 0.00 0.00 0.00 0.00 06:26:23 06:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:21:01 ens3 0.68 0.38 0.33 0.21 0.00 0.00 0.00 0.00 06:26:23 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:22:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:24:02 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:24:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:26:23 06:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:25:01 ens3 85.31 46.87 2688.55 9.76 0.00 0.00 0.00 0.00 06:26:23 06:25:01 lo 0.88 0.88 0.08 0.08 0.00 0.00 0.00 0.00 06:26:23 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:26:23 06:26:01 ens3 364.49 229.12 4545.99 163.22 0.00 0.00 0.00 0.00 06:26:23 06:26:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 06:26:23 06:26:01 docker0 86.19 158.56 7.94 1279.61 0.00 0.00 0.00 0.00 06:26:23 06:26:01 veth52e4560 1.93 2.06 0.30 1.47 0.00 0.00 0.00 0.00 06:26:23 Average: ens3 87.72 74.85 647.54 131.97 0.00 0.00 0.00 0.00 06:26:23 Average: lo 1.95 1.95 0.19 0.19 0.00 0.00 0.00 0.00 06:26:23 Average: docker0 29.40 36.05 2.28 274.10 0.00 0.00 0.00 0.00 06:26:23 Average: veth52e4560 0.04 0.04 0.01 0.03 0.00 0.00 0.00 0.00 06:26:23 06:26:23 06:26:23 ---> sar -P ALL: 06:26:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-23469) 10/22/24 _x86_64_ (8 CPU) 06:26:23 06:26:23 05:33:38 LINUX RESTART (8 CPU) 06:26:23 06:26:23 05:34:01 CPU %user %nice %system %iowait %steal %idle 06:26:23 05:35:01 all 7.31 0.00 2.32 7.06 0.07 83.23 06:26:23 05:35:01 0 6.15 0.00 2.17 5.09 0.07 86.53 06:26:23 05:35:01 1 6.52 0.00 3.73 2.30 0.05 87.39 06:26:23 05:35:01 2 5.95 0.00 1.35 21.46 0.07 71.18 06:26:23 05:35:01 3 6.91 0.00 2.52 0.79 0.08 89.70 06:26:23 05:35:01 4 9.48 0.00 2.45 14.75 0.03 73.29 06:26:23 05:35:01 5 7.46 0.00 1.84 0.94 0.15 89.61 06:26:23 05:35:01 6 6.02 0.00 1.90 6.47 0.05 85.56 06:26:23 05:35:01 7 10.01 0.00 2.59 4.71 0.05 82.64 06:26:23 05:36:01 all 11.87 0.00 3.95 4.82 0.08 79.29 06:26:23 05:36:01 0 10.04 0.00 4.01 2.34 0.05 83.56 06:26:23 05:36:01 1 10.71 0.00 4.66 15.27 0.08 69.27 06:26:23 05:36:01 2 14.02 0.00 4.11 1.16 0.10 80.60 06:26:23 05:36:01 3 13.43 0.00 4.20 1.25 0.05 81.08 06:26:23 05:36:01 4 10.42 0.00 3.24 11.11 0.08 75.15 06:26:23 05:36:01 5 10.79 0.00 3.20 0.24 0.07 85.71 06:26:23 05:36:01 6 12.25 0.00 4.56 1.92 0.08 81.18 06:26:23 05:36:01 7 13.27 0.00 3.60 5.37 0.08 77.68 06:26:23 05:37:01 all 35.87 0.00 5.62 2.20 0.09 56.21 06:26:23 05:37:01 0 33.76 0.00 5.78 0.00 0.10 60.35 06:26:23 05:37:01 1 32.37 0.00 4.61 0.05 0.08 62.88 06:26:23 05:37:01 2 39.69 0.00 5.59 2.86 0.08 51.78 06:26:23 05:37:01 3 37.73 0.00 5.52 0.00 0.12 56.63 06:26:23 05:37:01 4 33.10 0.00 5.85 2.81 0.09 58.16 06:26:23 05:37:01 5 33.87 0.00 6.14 0.08 0.08 59.81 06:26:23 05:37:01 6 37.40 0.00 5.54 11.80 0.10 45.16 06:26:23 05:37:01 7 39.01 0.00 5.93 0.00 0.10 54.96 06:26:23 05:38:01 all 57.63 0.00 7.72 2.85 0.10 31.70 06:26:23 05:38:01 0 56.38 0.00 7.33 2.68 0.08 33.53 06:26:23 05:38:01 1 57.03 0.00 7.73 3.86 0.09 31.30 06:26:23 05:38:01 2 58.33 0.00 7.88 2.95 0.10 30.74 06:26:23 05:38:01 3 58.32 0.00 7.70 1.39 0.15 32.43 06:26:23 05:38:01 4 57.69 0.00 7.25 1.47 0.08 33.50 06:26:23 05:38:01 5 56.58 0.00 7.55 3.07 0.08 32.71 06:26:23 05:38:01 6 58.86 0.00 8.04 4.06 0.12 28.93 06:26:23 05:38:01 7 57.88 0.00 8.29 3.28 0.08 30.47 06:26:23 05:39:01 all 22.90 0.00 5.09 5.34 0.08 66.59 06:26:23 05:39:01 0 22.06 0.00 4.55 2.93 0.07 70.39 06:26:23 05:39:01 1 23.83 0.00 4.90 1.08 0.08 70.10 06:26:23 05:39:01 2 21.36 0.00 5.46 17.26 0.08 55.84 06:26:23 05:39:01 3 23.33 0.00 4.90 0.98 0.10 70.69 06:26:23 05:39:01 4 22.78 0.00 5.42 13.65 0.08 58.07 06:26:23 05:39:01 5 21.30 0.00 4.83 2.92 0.10 70.85 06:26:23 05:39:01 6 25.23 0.00 5.38 1.36 0.07 67.97 06:26:23 05:39:01 7 23.26 0.00 5.28 2.60 0.08 68.78 06:26:23 05:40:01 all 15.04 0.00 4.76 30.43 0.14 49.63 06:26:23 05:40:01 0 16.49 0.00 6.07 50.82 0.14 26.48 06:26:23 05:40:01 1 15.57 0.00 4.62 46.64 0.22 32.96 06:26:23 05:40:01 2 14.63 0.00 4.50 3.08 0.17 77.62 06:26:23 05:40:01 3 14.90 0.00 4.81 35.64 0.14 44.52 06:26:23 05:40:01 4 14.70 0.00 4.26 23.91 0.10 57.04 06:26:23 05:40:01 5 15.29 0.00 5.24 41.91 0.07 37.49 06:26:23 05:40:01 6 14.41 0.00 4.06 25.18 0.08 56.27 06:26:23 05:40:01 7 14.36 0.00 4.59 17.07 0.17 63.80 06:26:23 05:41:01 all 11.28 0.00 5.94 17.45 0.09 65.25 06:26:23 05:41:01 0 14.17 0.00 5.57 13.80 0.07 66.39 06:26:23 05:41:01 1 10.34 0.00 4.46 18.54 0.22 66.44 06:26:23 05:41:01 2 10.95 0.00 6.02 14.90 0.07 68.06 06:26:23 05:41:01 3 10.08 0.00 4.70 11.10 0.07 74.05 06:26:23 05:41:01 4 10.19 0.00 6.10 13.06 0.07 70.57 06:26:23 05:41:01 5 12.20 0.00 9.16 46.11 0.10 32.42 06:26:23 05:41:01 6 10.74 0.00 6.18 7.29 0.07 75.71 06:26:23 05:41:01 7 11.52 0.00 5.33 14.99 0.07 68.09 06:26:23 05:42:01 all 66.83 0.00 9.82 6.26 0.10 16.99 06:26:23 05:42:01 0 67.16 0.00 9.80 9.11 0.10 13.83 06:26:23 05:42:01 1 65.95 0.00 10.17 6.83 0.10 16.95 06:26:23 05:42:01 2 67.49 0.00 9.43 6.71 0.10 16.27 06:26:23 05:42:01 3 66.96 0.00 9.50 1.56 0.10 21.88 06:26:23 05:42:01 4 66.78 0.00 10.14 2.40 0.10 20.57 06:26:23 05:42:01 5 66.44 0.00 9.60 4.55 0.10 19.31 06:26:23 05:42:01 6 66.64 0.00 10.23 2.31 0.10 20.71 06:26:23 05:42:01 7 67.22 0.00 9.68 16.58 0.10 6.42 06:26:23 05:43:01 all 88.75 0.00 11.07 0.00 0.18 0.00 06:26:23 05:43:01 0 88.69 0.00 11.15 0.00 0.15 0.00 06:26:23 05:43:01 1 87.63 0.00 12.12 0.00 0.25 0.00 06:26:23 05:43:01 2 87.19 0.00 12.54 0.00 0.27 0.00 06:26:23 05:43:01 3 89.00 0.00 10.83 0.00 0.17 0.00 06:26:23 05:43:01 4 88.95 0.00 10.88 0.00 0.17 0.00 06:26:23 05:43:01 5 89.30 0.00 10.55 0.00 0.15 0.00 06:26:23 05:43:01 6 90.02 0.00 9.84 0.00 0.13 0.00 06:26:23 05:43:01 7 89.10 0.00 10.75 0.00 0.15 0.00 06:26:23 05:44:01 all 69.44 0.00 10.03 3.42 0.16 16.95 06:26:23 05:44:01 0 69.77 0.00 10.02 19.44 0.13 0.64 06:26:23 05:44:01 1 66.86 0.00 10.54 0.87 0.20 21.54 06:26:23 05:44:01 2 69.62 0.00 9.78 0.81 0.15 19.64 06:26:23 05:44:01 3 70.12 0.00 9.56 1.01 0.14 19.17 06:26:23 05:44:01 4 69.78 0.00 10.24 2.23 0.14 17.61 06:26:23 05:44:01 5 70.56 0.00 9.50 1.38 0.12 18.43 06:26:23 05:44:01 6 71.27 0.00 9.08 0.71 0.13 18.80 06:26:23 05:44:01 7 67.23 0.00 11.68 0.54 0.27 20.27 06:26:23 05:45:01 all 7.60 0.00 1.77 3.64 0.07 86.92 06:26:23 05:45:01 0 7.09 0.00 1.86 3.22 0.07 87.76 06:26:23 05:45:01 1 8.38 0.00 1.94 7.07 0.07 82.55 06:26:23 05:45:01 2 9.33 0.00 2.03 4.99 0.08 83.57 06:26:23 05:45:01 3 6.19 0.00 1.62 3.46 0.07 88.66 06:26:23 05:45:01 4 10.12 0.00 1.96 4.80 0.08 83.04 06:26:23 05:45:01 5 9.05 0.00 1.51 1.51 0.08 87.85 06:26:23 05:45:01 6 6.78 0.00 1.91 1.54 0.07 89.70 06:26:23 05:45:01 7 3.86 0.00 1.34 2.48 0.07 92.25 06:26:23 06:26:23 05:45:01 CPU %user %nice %system %iowait %steal %idle 06:26:23 05:46:01 all 10.86 0.00 0.81 0.17 0.07 88.09 06:26:23 05:46:01 0 13.74 0.00 1.10 0.12 0.05 84.99 06:26:23 05:46:01 1 11.63 0.00 0.79 0.00 0.08 87.50 06:26:23 05:46:01 2 16.43 0.00 1.04 0.92 0.08 81.53 06:26:23 05:46:01 3 8.79 0.00 0.68 0.03 0.05 90.45 06:26:23 05:46:01 4 6.43 0.00 0.84 0.23 0.07 92.44 06:26:23 05:46:01 5 13.76 0.00 0.79 0.03 0.08 85.33 06:26:23 05:46:01 6 14.03 0.00 0.77 0.03 0.08 85.08 06:26:23 05:46:01 7 2.09 0.00 0.47 0.02 0.07 97.36 06:26:23 05:47:01 all 2.07 0.00 0.20 0.02 0.02 97.69 06:26:23 05:47:01 0 3.50 0.00 0.32 0.02 0.03 96.13 06:26:23 05:47:01 1 1.62 0.00 0.18 0.00 0.02 98.18 06:26:23 05:47:01 2 4.03 0.00 0.25 0.13 0.02 95.57 06:26:23 05:47:01 3 2.35 0.00 0.22 0.00 0.02 97.42 06:26:23 05:47:01 4 1.64 0.00 0.13 0.00 0.03 98.20 06:26:23 05:47:01 5 0.18 0.00 0.12 0.00 0.02 99.68 06:26:23 05:47:01 6 2.52 0.00 0.18 0.02 0.02 97.27 06:26:23 05:47:01 7 0.75 0.00 0.18 0.00 0.02 99.05 06:26:23 05:48:01 all 0.02 0.00 0.02 0.01 0.02 99.94 06:26:23 05:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:26:23 05:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 05:48:01 2 0.02 0.00 0.02 0.05 0.05 99.87 06:26:23 05:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 05:48:01 4 0.07 0.00 0.03 0.00 0.02 99.88 06:26:23 05:48:01 5 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 05:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 05:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:49:01 all 0.03 0.00 0.02 0.01 0.01 99.92 06:26:23 05:49:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:26:23 05:49:01 1 0.00 0.00 0.03 0.00 0.02 99.95 06:26:23 05:49:01 2 0.03 0.00 0.03 0.02 0.02 99.90 06:26:23 05:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 05:49:01 4 0.08 0.00 0.02 0.00 0.02 99.88 06:26:23 05:49:01 5 0.05 0.00 0.02 0.02 0.00 99.92 06:26:23 05:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 05:49:01 7 0.02 0.00 0.02 0.02 0.00 99.95 06:26:23 05:50:01 all 0.25 0.00 0.02 0.02 0.01 99.69 06:26:23 05:50:01 0 0.70 0.00 0.05 0.00 0.03 99.22 06:26:23 05:50:01 1 0.20 0.00 0.07 0.05 0.02 99.67 06:26:23 05:50:01 2 0.15 0.00 0.00 0.03 0.02 99.80 06:26:23 05:50:01 3 0.12 0.00 0.00 0.00 0.00 99.88 06:26:23 05:50:01 4 0.30 0.00 0.02 0.02 0.02 99.65 06:26:23 05:50:01 5 0.10 0.00 0.02 0.00 0.02 99.87 06:26:23 05:50:01 6 0.32 0.00 0.02 0.03 0.00 99.63 06:26:23 05:50:01 7 0.15 0.00 0.02 0.00 0.00 99.83 06:26:23 05:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:26:23 05:51:01 0 0.02 0.00 0.05 0.00 0.02 99.92 06:26:23 05:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 06:26:23 05:51:01 2 0.05 0.00 0.02 0.02 0.03 99.88 06:26:23 05:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 05:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 05:51:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 05:51:01 6 0.02 0.00 0.00 0.02 0.02 99.95 06:26:23 05:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:26:23 05:52:01 0 0.02 0.00 0.00 0.00 0.03 99.95 06:26:23 05:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 05:52:01 2 0.02 0.00 0.02 0.02 0.02 99.93 06:26:23 05:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:52:01 4 0.02 0.00 0.03 0.00 0.03 99.92 06:26:23 05:52:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 05:52:01 6 0.02 0.00 0.00 0.02 0.02 99.95 06:26:23 05:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 05:53:01 all 0.26 0.00 0.01 0.00 0.02 99.71 06:26:23 05:53:01 0 0.05 0.00 0.03 0.00 0.03 99.88 06:26:23 05:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 05:53:01 2 0.05 0.00 0.00 0.02 0.02 99.92 06:26:23 05:53:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 05:53:01 4 0.07 0.00 0.02 0.00 0.02 99.90 06:26:23 05:53:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 05:53:01 6 1.83 0.00 0.00 0.02 0.02 98.14 06:26:23 05:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:54:01 all 0.20 0.00 0.01 0.00 0.00 99.79 06:26:23 05:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:26:23 05:54:01 1 0.07 0.00 0.03 0.02 0.00 99.88 06:26:23 05:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 05:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:54:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:26:23 05:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 05:54:01 6 1.40 0.00 0.02 0.00 0.00 98.58 06:26:23 05:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 05:55:01 all 0.03 0.00 0.01 0.00 0.02 99.94 06:26:23 05:55:01 0 0.08 0.00 0.02 0.00 0.05 99.85 06:26:23 05:55:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 05:55:01 2 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 05:55:01 3 0.05 0.00 0.02 0.00 0.00 99.93 06:26:23 05:55:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 05:55:01 5 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 05:55:01 6 0.03 0.00 0.00 0.02 0.02 99.93 06:26:23 05:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:56:01 all 0.01 0.00 0.01 0.01 0.01 99.95 06:26:23 05:56:01 0 0.02 0.00 0.05 0.00 0.02 99.92 06:26:23 05:56:01 1 0.03 0.00 0.05 0.00 0.02 99.90 06:26:23 05:56:01 2 0.03 0.00 0.00 0.03 0.02 99.92 06:26:23 05:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 05:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 05:56:01 6 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 05:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:26:23 05:56:01 CPU %user %nice %system %iowait %steal %idle 06:26:23 05:57:01 all 0.03 0.00 0.01 0.01 0.01 99.95 06:26:23 05:57:01 0 0.03 0.00 0.02 0.00 0.03 99.92 06:26:23 05:57:01 1 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 05:57:01 2 0.03 0.00 0.02 0.03 0.02 99.90 06:26:23 05:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:26:23 05:57:01 4 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 05:57:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 05:57:01 6 0.02 0.00 0.00 0.02 0.02 99.95 06:26:23 05:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 05:58:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:26:23 05:58:01 0 0.12 0.00 0.02 0.00 0.03 99.83 06:26:23 05:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:58:01 2 0.05 0.00 0.00 0.02 0.03 99.90 06:26:23 05:58:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:26:23 05:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 05:58:01 5 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 05:58:01 6 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 05:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 05:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:26:23 05:59:01 0 0.07 0.00 0.03 0.00 0.03 99.87 06:26:23 05:59:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 05:59:01 2 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 05:59:01 3 0.05 0.00 0.00 0.00 0.00 99.95 06:26:23 05:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 05:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 06:26:23 05:59:01 6 0.02 0.00 0.00 0.02 0.00 99.97 06:26:23 05:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:00:01 all 0.01 0.00 0.02 0.01 0.01 99.96 06:26:23 06:00:01 0 0.05 0.00 0.08 0.00 0.02 99.85 06:26:23 06:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:00:01 2 0.00 0.00 0.02 0.03 0.02 99.93 06:26:23 06:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:00:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:26:23 06:00:01 6 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 06:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:01:01 all 0.03 0.00 0.01 0.00 0.02 99.94 06:26:23 06:01:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:26:23 06:01:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 06:01:01 2 0.05 0.00 0.03 0.00 0.03 99.88 06:26:23 06:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:01:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:01:01 5 0.05 0.00 0.00 0.00 0.02 99.93 06:26:23 06:01:01 6 0.02 0.00 0.00 0.02 0.02 99.95 06:26:23 06:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 06:26:23 06:02:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 06:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:02:01 2 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 06:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:02:01 4 0.03 0.00 0.03 0.00 0.02 99.92 06:26:23 06:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:02:01 6 0.12 0.00 0.02 0.02 0.00 99.85 06:26:23 06:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:03:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:26:23 06:03:01 0 0.03 0.00 0.03 0.00 0.03 99.90 06:26:23 06:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:03:01 2 0.02 0.00 0.02 0.02 0.02 99.93 06:26:23 06:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:03:01 4 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 06:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:03:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:04:01 all 0.04 0.00 0.01 0.01 0.01 99.93 06:26:23 06:04:01 0 0.07 0.00 0.02 0.00 0.02 99.90 06:26:23 06:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:04:01 2 0.05 0.00 0.00 0.03 0.02 99.90 06:26:23 06:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:04:01 4 0.08 0.00 0.07 0.00 0.03 99.82 06:26:23 06:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 06:04:01 6 0.02 0.00 0.02 0.03 0.02 99.92 06:26:23 06:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 06:26:23 06:05:01 0 0.00 0.00 0.00 0.00 0.03 99.97 06:26:23 06:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:05:01 2 0.02 0.00 0.02 0.02 0.02 99.93 06:26:23 06:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:05:01 4 0.02 0.00 0.03 0.00 0.02 99.93 06:26:23 06:05:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:05:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:26:23 06:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:06:01 all 0.03 0.00 0.01 0.01 0.01 99.94 06:26:23 06:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:26:23 06:06:01 1 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:06:01 2 0.03 0.00 0.03 0.03 0.00 99.90 06:26:23 06:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:06:01 4 0.08 0.00 0.00 0.00 0.02 99.90 06:26:23 06:06:01 5 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 06:06:01 6 0.03 0.00 0.00 0.02 0.02 99.93 06:26:23 06:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:07:01 all 0.08 0.00 0.02 0.00 0.01 99.88 06:26:23 06:07:01 0 0.02 0.00 0.03 0.00 0.03 99.92 06:26:23 06:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:07:01 2 0.00 0.00 0.02 0.00 0.02 99.97 06:26:23 06:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:07:01 4 0.02 0.00 0.03 0.00 0.02 99.93 06:26:23 06:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 06:07:01 6 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 06:07:01 7 0.60 0.00 0.02 0.00 0.02 99.37 06:26:23 06:26:23 06:07:01 CPU %user %nice %system %iowait %steal %idle 06:26:23 06:08:01 all 0.06 0.00 0.02 0.01 0.01 99.90 06:26:23 06:08:01 0 0.08 0.00 0.03 0.00 0.02 99.87 06:26:23 06:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:08:01 2 0.03 0.00 0.00 0.03 0.02 99.92 06:26:23 06:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:08:01 4 0.23 0.00 0.05 0.03 0.02 99.67 06:26:23 06:08:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:26:23 06:08:01 6 0.03 0.00 0.02 0.03 0.00 99.92 06:26:23 06:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:09:01 all 0.01 0.00 0.02 0.01 0.01 99.95 06:26:23 06:09:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:26:23 06:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 06:26:23 06:09:01 2 0.00 0.00 0.03 0.05 0.02 99.90 06:26:23 06:09:01 3 0.00 0.00 0.03 0.00 0.00 99.97 06:26:23 06:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:09:01 6 0.00 0.00 0.00 0.02 0.00 99.98 06:26:23 06:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:10:01 all 0.03 0.00 0.01 0.00 0.01 99.94 06:26:23 06:10:01 0 0.02 0.00 0.05 0.00 0.02 99.92 06:26:23 06:10:01 1 0.03 0.00 0.00 0.02 0.00 99.95 06:26:23 06:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 06:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:10:01 5 0.10 0.00 0.02 0.00 0.02 99.87 06:26:23 06:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:10:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:26:23 06:11:01 all 0.01 0.00 0.01 0.01 0.01 99.95 06:26:23 06:11:01 0 0.02 0.00 0.02 0.00 0.03 99.93 06:26:23 06:11:01 1 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 06:11:01 2 0.02 0.00 0.02 0.05 0.02 99.90 06:26:23 06:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:11:01 5 0.03 0.00 0.05 0.00 0.02 99.90 06:26:23 06:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:12:01 all 0.03 0.00 0.01 0.00 0.01 99.94 06:26:23 06:12:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 06:12:01 1 0.02 0.00 0.02 0.03 0.02 99.92 06:26:23 06:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:12:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 06:12:01 4 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 06:12:01 5 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 06:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 06:26:23 06:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:13:01 2 0.00 0.00 0.02 0.02 0.02 99.95 06:26:23 06:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:13:01 5 0.07 0.00 0.03 0.00 0.03 99.87 06:26:23 06:13:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:14:01 all 0.03 0.00 0.01 0.01 0.01 99.94 06:26:23 06:14:01 0 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 06:14:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:26:23 06:14:01 2 0.05 0.00 0.00 0.03 0.02 99.90 06:26:23 06:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:14:01 4 0.05 0.00 0.00 0.00 0.02 99.93 06:26:23 06:14:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 06:14:01 6 0.02 0.00 0.00 0.03 0.02 99.93 06:26:23 06:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:26:23 06:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:15:01 2 0.05 0.00 0.03 0.00 0.02 99.90 06:26:23 06:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:15:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:15:01 5 0.07 0.00 0.02 0.00 0.02 99.90 06:26:23 06:15:01 6 0.02 0.00 0.03 0.00 0.03 99.92 06:26:23 06:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:16:01 all 0.11 0.00 0.02 0.01 0.01 99.85 06:26:23 06:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:16:01 2 0.02 0.00 0.00 0.03 0.02 99.93 06:26:23 06:16:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:26:23 06:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:16:01 5 0.07 0.00 0.05 0.00 0.00 99.88 06:26:23 06:16:01 6 0.75 0.00 0.03 0.02 0.02 99.18 06:26:23 06:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:26:23 06:17:01 all 0.27 0.00 0.01 0.00 0.01 99.70 06:26:23 06:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:26:23 06:17:01 2 0.02 0.00 0.02 0.02 0.00 99.95 06:26:23 06:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:17:01 4 0.03 0.00 0.02 0.00 0.03 99.92 06:26:23 06:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:17:01 6 2.00 0.00 0.02 0.02 0.03 97.93 06:26:23 06:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:18:01 all 0.26 0.00 0.01 0.00 0.01 99.71 06:26:23 06:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:18:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:18:01 2 0.02 0.00 0.02 0.02 0.02 99.93 06:26:23 06:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:18:01 4 0.02 0.00 0.03 0.00 0.02 99.93 06:26:23 06:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 06:18:01 6 1.96 0.00 0.05 0.02 0.02 97.96 06:26:23 06:18:01 7 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:26:23 06:18:01 CPU %user %nice %system %iowait %steal %idle 06:26:23 06:19:01 all 0.14 0.00 0.02 0.00 0.01 99.83 06:26:23 06:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:19:01 2 0.03 0.00 0.03 0.02 0.02 99.90 06:26:23 06:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:26:23 06:19:01 4 0.05 0.00 0.03 0.00 0.00 99.92 06:26:23 06:19:01 5 0.07 0.00 0.02 0.00 0.02 99.90 06:26:23 06:19:01 6 0.85 0.00 0.07 0.02 0.03 99.04 06:26:23 06:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:20:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:26:23 06:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:20:01 2 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 06:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:20:01 4 0.07 0.00 0.07 0.00 0.02 99.85 06:26:23 06:20:01 5 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:20:01 6 0.00 0.00 0.00 0.02 0.02 99.97 06:26:23 06:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:21:01 all 0.04 0.00 0.01 0.00 0.01 99.94 06:26:23 06:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:21:01 2 0.05 0.00 0.03 0.02 0.02 99.88 06:26:23 06:21:01 3 0.07 0.00 0.00 0.00 0.02 99.92 06:26:23 06:21:01 4 0.07 0.00 0.00 0.00 0.02 99.92 06:26:23 06:21:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:26:23 06:21:01 6 0.03 0.00 0.00 0.02 0.03 99.92 06:26:23 06:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:22:01 all 0.16 0.00 0.01 0.00 0.01 99.81 06:26:23 06:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 06:26:23 06:22:01 2 0.02 0.00 0.02 0.02 0.02 99.93 06:26:23 06:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:26:23 06:22:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:26:23 06:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:22:01 6 1.16 0.00 0.02 0.02 0.03 98.77 06:26:23 06:22:01 7 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:23:01 all 0.26 0.00 0.01 0.00 0.01 99.71 06:26:23 06:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:26:23 06:23:01 2 0.03 0.00 0.00 0.02 0.02 99.93 06:26:23 06:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:26:23 06:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:26:23 06:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:23:01 6 1.86 0.00 0.05 0.02 0.03 98.04 06:26:23 06:23:01 7 0.17 0.00 0.03 0.00 0.02 99.78 06:26:23 06:24:02 all 0.27 0.00 0.01 0.01 0.02 99.70 06:26:23 06:24:02 0 0.02 0.00 0.00 0.00 0.00 99.98 06:26:23 06:24:02 1 0.02 0.00 0.00 0.02 0.02 99.95 06:26:23 06:24:02 2 0.02 0.00 0.00 0.03 0.02 99.93 06:26:23 06:24:02 3 0.00 0.00 0.00 0.00 0.02 99.98 06:26:23 06:24:02 4 0.02 0.00 0.02 0.00 0.02 99.95 06:26:23 06:24:02 5 0.03 0.00 0.02 0.00 0.00 99.95 06:26:23 06:24:02 6 0.00 0.00 0.02 0.00 0.03 99.95 06:26:23 06:24:02 7 2.00 0.00 0.03 0.00 0.03 97.93 06:26:23 06:25:01 all 1.31 0.00 0.54 0.07 0.03 98.04 06:26:23 06:25:01 0 1.09 0.00 0.48 0.00 0.02 98.42 06:26:23 06:25:01 1 1.10 0.00 0.58 0.00 0.00 98.32 06:26:23 06:25:01 2 1.17 0.00 0.63 0.19 0.03 97.98 06:26:23 06:25:01 3 1.14 0.00 0.85 0.02 0.00 98.00 06:26:23 06:25:01 4 1.44 0.00 0.61 0.00 0.03 97.91 06:26:23 06:25:01 5 1.70 0.00 0.41 0.00 0.03 97.86 06:26:23 06:25:01 6 1.00 0.00 0.39 0.39 0.03 98.18 06:26:23 06:25:01 7 1.86 0.00 0.41 0.00 0.05 97.69 06:26:23 06:26:01 all 7.56 0.00 3.34 3.97 0.05 85.08 06:26:23 06:26:01 0 5.50 0.00 2.71 0.39 0.05 91.36 06:26:23 06:26:01 1 8.86 0.00 4.19 11.45 0.07 75.43 06:26:23 06:26:01 2 8.32 0.00 3.43 6.98 0.07 81.20 06:26:23 06:26:01 3 6.58 0.00 3.01 1.18 0.05 89.19 06:26:23 06:26:01 4 8.19 0.00 2.55 0.07 0.03 89.16 06:26:23 06:26:01 5 9.13 0.00 3.82 0.97 0.05 86.03 06:26:23 06:26:01 6 7.09 0.00 4.17 10.54 0.07 78.14 06:26:23 06:26:01 7 6.82 0.00 2.87 0.24 0.05 90.02 06:26:23 Average: all 7.93 0.00 1.39 1.67 0.03 88.97 06:26:23 Average: 0 7.96 0.00 1.40 2.07 0.04 88.53 06:26:23 Average: 1 7.64 0.00 1.42 2.17 0.04 88.74 06:26:23 Average: 2 8.10 0.00 1.41 1.63 0.04 88.83 06:26:23 Average: 3 7.92 0.00 1.35 1.11 0.03 89.60 06:26:23 Average: 4 7.84 0.00 1.38 1.73 0.03 89.03 06:26:23 Average: 5 7.96 0.00 1.42 1.94 0.03 88.65 06:26:23 Average: 6 8.34 0.00 1.38 1.41 0.03 88.83 06:26:23 Average: 7 7.73 0.00 1.38 1.29 0.03 89.57 06:26:23 06:26:23 06:26:23