Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5b52836589dd35a32aa4e46bc21db318ab9ee317 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-ssh1872166641393451357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh12740409351580817114.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh9278456690580287702.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh15661309493194553187.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-ssh14447088111185626394.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7535’ Running on prd-ubuntu20.04-docker-8c-8g-7538 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/668 [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/668 # 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 5b52836589dd35a32aa4e46bc21db318ab9ee317 (main) Commit message: "Merge pull request #4858 from jackchenjc/issue-4856" > 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 5b52836589dd35a32aa4e46bc21db318ab9ee317 # timeout=10 > git rev-list --no-walk 2b98b0065012eac835be930949dbee65d2568e96 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:28:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:28:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:28:54 ========================================================= 04:28:54 EdgeX Global Pipelines Version Info 04:28:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:28:55 ------------------- 04:28:55 stable info: 04:28:55 ------------------- 04:28:55 Commited By: Ginny Guan ginny@iotechsys.com 04:28:55 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 04:28:55 Message: update stable to v1.0.260 04:28:55 ------------------- 04:28:55 experimental info: 04:28:55 ------------------- 04:28:55 Commited By: Ginny Guan ginny@iotechsys.com 04:28:55 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 04:28:55 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:28:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b52836 [Pipeline] echo 04:28:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:28:56 provisioning config files... 04:28:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config6985651574550012534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:28:56 ---> ****-login.sh 04:28:56 nexus3.edgexfoundry.org:10001 04:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:28:57 Configure a credential helper to remove this warning. See 04:28:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:28:57 04:28:57 Login Succeeded 04:28:57 nexus3.edgexfoundry.org:10002 04:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:28:57 Configure a credential helper to remove this warning. See 04:28:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:28:57 04:28:57 Login Succeeded 04:28:57 nexus3.edgexfoundry.org:10003 04:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:28:57 Configure a credential helper to remove this warning. See 04:28:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:28:57 04:28:57 Login Succeeded 04:28:57 nexus3.edgexfoundry.org:10004 04:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:28:57 Configure a credential helper to remove this warning. See 04:28:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:28:57 04:28:57 Login Succeeded 04:28:57 ****.io 04:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:28:57 Configure a credential helper to remove this warning. See 04:28:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:28:57 04:28:57 Login Succeeded 04:28:57 ---> ****-login.sh ends [Pipeline] } 04:28:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:28:58 + 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 04:28:58 + dirname cmd/core-command/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo core-command,cmd/core-command/Dockerfile 04:28:58 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:28:58 + dirname cmd/core-data/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo core-data,cmd/core-data/Dockerfile 04:28:58 + dirname cmd/core-keeper/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo core-keeper,cmd/core-keeper/Dockerfile 04:28:58 + dirname cmd/core-metadata/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo core-metadata,cmd/core-metadata/Dockerfile 04:28:58 + dirname cmd/security-bootstrapper/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:28:58 + dirname cmd/security-proxy-auth/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:28:58 + dirname cmd/security-proxy-setup/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:28:58 + dirname cmd/security-secretstore-setup/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:28:58 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:28:58 + dirname cmd/security-spire-agent/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:28:58 + dirname cmd/security-spire-config/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + dirname cmd/security-spire-server/Dockerfile 04:28:58 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:28:58 + dirname cmd/support-cron-scheduler/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 04:28:58 + + dirname cmd/support-notifications/Dockerfile 04:28:58 cut -d/ -f2 04:28:58 + echo support-notifications,cmd/support-notifications/Dockerfile 04:28:58 + dirname cmd/support-scheduler/Dockerfile 04:28:58 + cut -d/ -f2 04:28:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:28:58 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 04:28:58 + git rev-list -1 --merges 5b52836589dd35a32aa4e46bc21db318ab9ee317~1..5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] echo 04:28:58 -----------> git rev-list -1 --merges 5b52836589dd35a32aa4e46bc21db318ab9ee317~1..5b52836589dd35a32aa4e46bc21db318ab9ee317 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:28:58 5b52836589dd35a32aa4e46bc21db318ab9ee317 [false] [Pipeline] sh 04:28:59 + git log --format=format:%s -1 5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] echo 04:28:59 ========================================================= 04:28:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:28:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:28:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:28:59 + grep -v github /etc/ssh/ssh_known_hosts 04:28:59 + [ -e /tmp/ssh_known_hosts ] 04:28:59 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:28:59 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:28:59 + sudo tee -a /etc/ssh/ssh_known_hosts 04:28:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:28:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:28:59 04:28:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:29:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:29:00 0.1.4: Pulling from edgex-devops/py-git-semver 04:29:00 b85a868b505f: Pulling fs layer 04:29:00 e2be974225ed: Pulling fs layer 04:29:00 339a4e72a1f5: Pulling fs layer 04:29:00 988bab9f4d93: Pulling fs layer 04:29:00 1469e6f7b9e6: Pulling fs layer 04:29:00 eaf3925da568: Pulling fs layer 04:29:00 bab4dde63d76: Pulling fs layer 04:29:00 bde34c3a00c8: Pulling fs layer 04:29:00 b352a97aabf1: Pulling fs layer 04:29:00 4872d77fe225: Pulling fs layer 04:29:00 5851b861e8e6: Pulling fs layer 04:29:00 bab4dde63d76: Waiting 04:29:00 bde34c3a00c8: Waiting 04:29:00 b352a97aabf1: Waiting 04:29:00 4872d77fe225: Waiting 04:29:00 5851b861e8e6: Waiting 04:29:00 1469e6f7b9e6: Waiting 04:29:00 eaf3925da568: Waiting 04:29:00 e2be974225ed: Verifying Checksum 04:29:00 e2be974225ed: Download complete 04:29:00 988bab9f4d93: Download complete 04:29:00 1469e6f7b9e6: Verifying Checksum 04:29:00 1469e6f7b9e6: Download complete 04:29:00 eaf3925da568: Verifying Checksum 04:29:00 eaf3925da568: Download complete 04:29:00 339a4e72a1f5: Verifying Checksum 04:29:00 339a4e72a1f5: Download complete 04:29:00 bde34c3a00c8: Verifying Checksum 04:29:00 bde34c3a00c8: Download complete 04:29:00 b352a97aabf1: Download complete 04:29:00 4872d77fe225: Verifying Checksum 04:29:00 4872d77fe225: Download complete 04:29:00 5851b861e8e6: Verifying Checksum 04:29:00 5851b861e8e6: Download complete 04:29:00 b85a868b505f: Download complete 04:29:00 bab4dde63d76: Verifying Checksum 04:29:00 bab4dde63d76: Download complete 04:29:01 b85a868b505f: Pull complete 04:29:01 e2be974225ed: Pull complete 04:29:02 339a4e72a1f5: Pull complete 04:29:02 988bab9f4d93: Pull complete 04:29:02 1469e6f7b9e6: Pull complete 04:29:02 eaf3925da568: Pull complete 04:29:04 bab4dde63d76: Pull complete 04:29:04 bde34c3a00c8: Pull complete 04:29:04 b352a97aabf1: Pull complete 04:29:04 4872d77fe225: Pull complete 04:29:04 5851b861e8e6: Pull complete 04:29:04 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:29:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:29:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:29:04 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 04:29:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 04:29:06 $ docker top 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a -eo pid,comm 04:29:07 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:29:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:07 [ssh-agent] Looking for ssh-agent implementation... 04:29:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:07 $ docker exec 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent 04:29:07 SSH_AUTH_SOCK=/tmp/ssh-mdetymzAsMID/agent.32 04:29:07 SSH_AGENT_PID=38 04:29:07 Running ssh-add (command line suppressed) 04:29:07 Identity added: /w/workspace/edgex-go/668@tmp/private_key_10620141618988801727.key (/w/workspace/edgex-go/668@tmp/private_key_10620141618988801727.key) 04:29:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:07 + git tag --points-at HEAD [Pipeline] } 04:29:07 $ docker exec --env ******** --env ******** 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent -k 04:29:07 unset SSH_AUTH_SOCK; 04:29:07 unset SSH_AGENT_PID; 04:29:07 echo Agent pid 38 killed; 04:29:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:29:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:07 [ssh-agent] Looking for ssh-agent implementation... 04:29:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:07 $ docker exec 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent 04:29:08 SSH_AUTH_SOCK=/tmp/ssh-pSp4UifpR0aX/agent.71 04:29:08 SSH_AGENT_PID=77 04:29:08 Running ssh-add (command line suppressed) 04:29:08 Identity added: /w/workspace/edgex-go/668@tmp/private_key_16417716034644798768.key (/w/workspace/edgex-go/668@tmp/private_key_16417716034644798768.key) 04:29:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:08 + git semver init 04:29:08 2024-08-12 04:29:08,657 [run_init] DEBUG init version:0.0.0 force:False 04:29:08 2024-08-12 04:29:08,657 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/668/.semver 04:29:08 2024-08-12 04:29:08,658 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/668/.semver 04:29:08 2024-08-12 04:29:08,658 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/668/.semver'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=None) 04:29:14 2024-08-12 04:29:13,746 [append_file] DEBUG append to file:/w/workspace/edgex-go/668/.git/info/exclude 04:29:14 2024-08-12 04:29:13,746 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/668/.semver/main with force:False 04:29:14 2024-08-12 04:29:13,746 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 04:29:14 2024-08-12 04:29:13,746 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 04:29:14 3.2.0-dev.50 [Pipeline] } 04:29:14 $ docker exec --env ******** --env ******** 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a ssh-agent -k 04:29:14 unset SSH_AUTH_SOCK; 04:29:14 unset SSH_AGENT_PID; 04:29:14 echo Agent pid 77 killed; 04:29:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:29:14 + git semver [Pipeline] } 04:29:14 $ docker stop --time=1 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a 04:29:16 $ docker rm -f --volumes 50b86dd050d009693eeef9f14ff77d331535778dd22abbfbd343312753bc455a [Pipeline] // withDockerContainer [Pipeline] sh 04:29:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:29:16 Stashed 1 file(s) [Pipeline] echo 04:29:16 [edgeXSemver]: initialized semver on version 3.2.0-dev.50 [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 04:29:17 + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] echo 04:29:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:29:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:29:17 ========================================================= 04:29:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 04:29:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:29:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:29:17 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 04:29:17 619be1103602: Pulling fs layer 04:29:17 7862e08f4a3e: Pulling fs layer 04:29:17 5df492c9dc93: Pulling fs layer 04:29:17 7629e6793208: Pulling fs layer 04:29:17 4f4fb700ef54: Pulling fs layer 04:29:17 fb5054dd5b73: Pulling fs layer 04:29:17 eeca6798cff9: Pulling fs layer 04:29:17 aa269ceb94a6: Pulling fs layer 04:29:17 ada007ff1a6a: Pulling fs layer 04:29:17 7629e6793208: Waiting 04:29:17 4f4fb700ef54: Waiting 04:29:17 fb5054dd5b73: Waiting 04:29:17 aa269ceb94a6: Waiting 04:29:17 ada007ff1a6a: Waiting 04:29:17 eeca6798cff9: Waiting 04:29:17 7862e08f4a3e: Verifying Checksum 04:29:17 7862e08f4a3e: Download complete 04:29:17 7629e6793208: Verifying Checksum 04:29:17 7629e6793208: Download complete 04:29:17 4f4fb700ef54: Download complete 04:29:17 fb5054dd5b73: Verifying Checksum 04:29:17 fb5054dd5b73: Download complete 04:29:17 619be1103602: Verifying Checksum 04:29:17 619be1103602: Download complete 04:29:17 eeca6798cff9: Verifying Checksum 04:29:17 eeca6798cff9: Download complete 04:29:17 619be1103602: Pull complete 04:29:17 ada007ff1a6a: Verifying Checksum 04:29:17 ada007ff1a6a: Download complete 04:29:17 7862e08f4a3e: Pull complete 04:29:17 5df492c9dc93: Verifying Checksum 04:29:17 5df492c9dc93: Download complete 04:29:18 aa269ceb94a6: Verifying Checksum 04:29:18 aa269ceb94a6: Download complete 04:29:21 5df492c9dc93: Pull complete 04:29:21 7629e6793208: Pull complete 04:29:21 4f4fb700ef54: Pull complete 04:29:21 fb5054dd5b73: Pull complete 04:29:21 eeca6798cff9: Pull complete 04:29:23 aa269ceb94a6: Pull complete 04:29:24 ada007ff1a6a: Pull complete 04:29:24 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 04:29:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:29:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 04:29:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:29:24 WORKDIR /edgex 04:29:24 COPY go.mod . 04:29:24 RUN go mod download 04:29:24 + docker build -t ci-base-image-x86_64 -f - . 04:29:25 Sending build context to Docker daemon 179MB 04:29:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 04:29:25 ---> f489d0715acc 04:29:25 Step 2/4 : WORKDIR /edgex 04:29:29 ---> Running in d7f0c2ec27c0 04:29:29 Removing intermediate container d7f0c2ec27c0 04:29:29 ---> 2075b82bbf10 04:29:29 Step 3/4 : COPY go.mod . 04:29:29 ---> cdcf478935ae 04:29:29 Step 4/4 : RUN go mod download 04:29:29 ---> Running in 3a7565a77de6 04:29:31 Still waiting to schedule task 04:29:31 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7536’ 04:29:56 Removing intermediate container 3a7565a77de6 04:29:56 ---> e580fbeabb40 04:29:56 Successfully built e580fbeabb40 04:29:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:29:56 + docker inspect -f . ci-base-image-x86_64 04:29:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:29:56 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 04:29:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 04:29:57 $ docker top 5ed862c4803d47d0238afc8ce99e2ad9216f3822ecf944c6a6100510316c2bf6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:29:57 + go version 04:29:57 go version go1.21.9 linux/amd64 [Pipeline] } 04:29:57 $ docker stop --time=1 5ed862c4803d47d0238afc8ce99e2ad9216f3822ecf944c6a6100510316c2bf6 04:29:58 $ docker rm -f --volumes 5ed862c4803d47d0238afc8ce99e2ad9216f3822ecf944c6a6100510316c2bf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:29:59 + docker inspect -f . ci-base-image-x86_64 04:29:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:29:59 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 04:29:59 $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 04:29:59 $ docker top 4a38bf969baaf2b47dcc76a8e6b6df0e6e6cd93017ecb5346192083a31f73036 -eo pid,comm [Pipeline] { [Pipeline] echo 04:29:59 ========================================================= 04:29:59 [edgeXBuildGoParallel] Running Tests and Build... 04:29:59 ========================================================= [Pipeline] sh 04:30:00 + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] fileExists [Pipeline] sh 04:30:00 + make test 04:30:00 go test -race -coverprofile=coverage.out ./... 04:30:06 ? github.com/edgexfoundry/edgex-go [no test files] 04:30:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:30:33 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:30:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 04:30:35 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 04:30:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:30:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:30:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:30:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:30:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 28.7% of statements 04:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 04:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 04:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:30:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:30:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:30:39 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 04:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 04:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 04:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 04:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:30:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:30:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:30:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.2% of statements 04:30:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.040s coverage: 53.2% of statements 04:30:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.316s coverage: 93.4% of statements 04:30:42 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.043s coverage: 91.7% of statements 04:30:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 6.5% of statements 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 04:30:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.373s coverage: 95.8% of statements 04:30:44 ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements 04:30:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.018s coverage: 0.0% of statements [no tests to run] 04:30:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:30:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.065s coverage: 0.8% of statements 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 30.7% of statements 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.034s coverage: 41.7% of statements 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 77.8% of statements 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.022s coverage: 96.3% of statements 04:30:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 04:30:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 04:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 04:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 04:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 04:30:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:30:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:30:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:30:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:30:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:30:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:30:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 04:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:30:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 04:30:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 04:30:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application/action [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure [no test files] 04:30:57 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 04:30:58 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 04:30:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:30:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.024s coverage: 94.4% of statements 04:30:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:30:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:30:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:30:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:31:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:31:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:31:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:31:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:31:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:31:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:31:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.245s coverage: 79.9% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.078s coverage: 92.9% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 67.2% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.032s coverage: 62.3% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 76.6% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.031s coverage: 87.2% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 20.0% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.014s coverage: 100.0% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.055s coverage: 81.8% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.057s coverage: 82.1% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.125s coverage: 63.1% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.016s coverage: 73.7% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.013s coverage: 100.0% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.127s coverage: 36.5% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.043s coverage: 19.9% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.092s coverage: 95.7% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.031s coverage: 61.8% of statements 04:31:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.054s coverage: 98.9% of statements 04:31:12 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 04:31:12 running golangci-lint 04:31:12 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 04:31:12 go version go1.21.9 linux/amd64 04:31:12 level=info msg="[config_reader] Used config file .golangci.yml" 04:31:12 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:31:39 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|name|deps|exports_file|types_sizes) took 23.705772786s" 04:31:39 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 53.823147ms" 04:31:47 level=info msg="[linters_context/goanalysis] analyzers took 1m31.746979363s with top 10 stages: buildir: 50.777328692s, gosec: 7.749442s, inspect: 2.604910485s, fact_deprecated: 2.446626359s, ctrlflow: 1.595510877s, printf: 1.484124169s, fact_purity: 1.098963435s, nilness: 1.080917737s, S1038: 808.786624ms, directives: 685.182821ms" 04:31:47 level=info msg="[runner] Issues before processing: 214, after processing: 0" 04:31:47 level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 214/214, identifier_marker: 214/214, nolint: 0/22, skip_dirs: 214/214, exclude: 214/214, exclude-rules: 22/214, cgo: 214/214, filename_unadjuster: 214/214, path_prettifier: 214/214, skip_files: 214/214" 04:31:47 level=info msg="[runner] processing took 16.30478ms with stages: nolint: 6.631857ms, identifier_marker: 4.529285ms, autogenerated_exclude: 1.608129ms, path_prettifier: 1.502028ms, exclude-rules: 1.174336ms, skip_dirs: 817.975µs, cgo: 24.25µs, filename_unadjuster: 13µs, max_same_issues: 590ns, path_prefixer: 500ns, fixer: 420ns, skip_files: 410ns, uniq_by_line: 380ns, exclude: 310ns, severity-rules: 270ns, sort_results: 260ns, diff: 200ns, max_from_linter: 190ns, source_code: 150ns, path_shortener: 120ns, max_per_file_from_linter: 120ns" 04:31:47 level=info msg="[runner] linters took 11.001999832s with stages: goanalysis_metalinter: 10.985585222s" 04:31:47 level=info msg="File cache stats: 0 entries of total size 0B" 04:31:47 level=info msg="Memory: 348 samples, avg is 264.2MB, max is 1304.5MB" 04:31:47 level=info msg="Execution took 34.771920503s" 04:31:47 go vet ./... 04:31:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:31:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:31:54 ./bin/test-attribution-txt.sh [Pipeline] echo 04:31:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 04:31:54 + ls -al . 04:31:54 total 872 04:31:54 drwxrwxr-x 11 1001 1001 4096 Aug 12 04:30 . 04:31:54 drwxr-xr-x 4 root root 4096 Aug 12 04:29 .. 04:31:54 drwxrwxr-x 2 1001 1001 4096 Aug 12 04:28 .blubracket 04:31:54 -rw-rw-r-- 1 1001 1001 10 Aug 12 04:28 .dockerignore 04:31:54 drwxrwxr-x 8 1001 1001 4096 Aug 12 04:31 .git 04:31:54 drwxrwxr-x 3 1001 1001 4096 Aug 12 04:28 .github 04:31:54 -rw-rw-r-- 1 1001 1001 1102 Aug 12 04:28 .gitignore 04:31:54 -rw-rw-r-- 1 1001 1001 42 Aug 12 04:28 .golangci.yml 04:31:54 -rw-rw-r-- 1 1001 1001 100 Aug 12 04:28 .hadolint.yml 04:31:54 drwxr-xr-x 3 1001 1001 4096 Aug 12 04:29 .semver 04:31:54 -rw-rw-r-- 1 1001 1001 155 Aug 12 04:28 .sonarcloud.properties 04:31:54 -rw-rw-r-- 1 1001 1001 1171 Aug 12 04:28 ADOPTERS.md 04:31:54 -rw-rw-r-- 1 1001 1001 21171 Aug 12 04:28 Attribution.txt 04:31:54 -rw-rw-r-- 1 1001 1001 100284 Aug 12 04:28 CHANGELOG.md 04:31:54 -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:28 CONTRIBUTING.md 04:31:54 -rw-rw-r-- 1 1001 1001 677 Aug 12 04:28 GOVERNANCE.md 04:31:54 -rw-rw-r-- 1 1001 1001 861 Aug 12 04:28 Jenkinsfile 04:31:54 -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:28 LICENSE 04:31:54 -rw-rw-r-- 1 1001 1001 16854 Aug 12 04:28 Makefile 04:31:54 -rw-rw-r-- 1 1001 1001 582 Aug 12 04:28 OWNERS.md 04:31:54 -rw-rw-r-- 1 1001 1001 9528 Aug 12 04:28 README.md 04:31:54 -rw-rw-r-- 1 1001 1001 789 Aug 12 04:28 SECURITY.md 04:31:54 -rw-rw-r-- 1 1001 1001 12 Aug 12 04:29 VERSION 04:31:54 drwxrwxr-x 2 1001 1001 4096 Aug 12 04:28 bin 04:31:54 drwxrwxr-x 20 1001 1001 4096 Aug 12 04:28 cmd 04:31:54 -rw-r--r-- 1 root root 504073 Aug 12 04:31 coverage.out 04:31:54 drwxrwxr-x 2 1001 1001 4096 Aug 12 04:28 fuzz_test 04:31:54 -rw-rw-r-- 1 1001 1001 7254 Aug 12 04:28 go.mod 04:31:54 -rw-rw-r-- 1 1001 1001 102354 Aug 12 04:28 go.sum 04:31:54 drwxrwxr-x 7 1001 1001 4096 Aug 12 04:28 internal 04:31:54 drwxrwxr-x 3 1001 1001 4096 Aug 12 04:28 openapi 04:31:54 -rw-rw-r-- 1 1001 1001 584 Aug 12 04:28 security.txt 04:31:54 -rw-rw-r-- 1 1001 1001 204 Aug 12 04:28 version.go [Pipeline] sh 04:31:54 + '[' -e coverage.out ] 04:31:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:31:55 Stashed 1 file(s) [Pipeline] sh 04:31:55 + make build 04:31:55 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:32:17 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:32:18 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:32:20 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:32:20 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:32:22 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:32:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:32:27 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 04:32:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:32:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:32:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:32:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:32:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:32:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 04:32:35 $ docker stop --time=1 4a38bf969baaf2b47dcc76a8e6b6df0e6e6cd93017ecb5346192083a31f73036 04:32:39 $ docker rm -f --volumes 4a38bf969baaf2b47dcc76a8e6b6df0e6e6cd93017ecb5346192083a31f73036 [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 04:32:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:40 04:32:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:40 latest: Pulling from edgex-devops/edgex-compose 04:32:40 91d30c5bc195: Pulling fs layer 04:32:40 2e9b0aa3be6d: Pulling fs layer 04:32:40 9c61dcf015f6: Pulling fs layer 04:32:40 4698f68db338: Pulling fs layer 04:32:40 2a2f49069b9e: Pulling fs layer 04:32:40 e0025b399a48: Pulling fs layer 04:32:40 2a2f49069b9e: Waiting 04:32:40 4698f68db338: Waiting 04:32:40 e0025b399a48: Waiting 04:32:40 91d30c5bc195: Verifying Checksum 04:32:40 4698f68db338: Download complete 04:32:40 2e9b0aa3be6d: Verifying Checksum 04:32:40 2e9b0aa3be6d: Download complete 04:32:40 e0025b399a48: Verifying Checksum 04:32:40 e0025b399a48: Download complete 04:32:40 91d30c5bc195: Pull complete 04:32:40 2a2f49069b9e: Verifying Checksum 04:32:40 2a2f49069b9e: Download complete 04:32:41 2e9b0aa3be6d: Pull complete 04:32:41 9c61dcf015f6: Verifying Checksum 04:32:41 9c61dcf015f6: Download complete 04:32:44 9c61dcf015f6: Pull complete 04:32:44 4698f68db338: Pull complete 04:32:44 2a2f49069b9e: Pull complete 04:32:44 e0025b399a48: Pull complete 04:32:44 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:32:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:44 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 04:32:44 $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 04:32:47 $ docker top ff2d064bf78f80a0c8366c7cc9ea3814aea4e0f1be3a1cfcbc41914de7f6e0d8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:32:47 + docker compose -f ./docker-compose-build.yml build --parallel 04:32:50 #1 [core-metadata internal] load build definition from Dockerfile 04:32:50 #1 transferring dockerfile: 2.06kB done 04:32:50 #1 DONE 0.0s 04:32:50 04:32:50 #2 [security-spire-server internal] load build definition from Dockerfile 04:32:50 #2 transferring dockerfile: 1.70kB done 04:32:50 #2 DONE 0.0s 04:32:50 04:32:50 #3 [security-proxy-setup internal] load build definition from Dockerfile 04:32:50 #3 transferring dockerfile: 2.50kB done 04:32:50 #3 DONE 0.0s 04:32:50 04:32:50 #4 [security-spire-config internal] load build definition from Dockerfile 04:32:50 #4 transferring dockerfile: 1.69kB done 04:32:50 #4 DONE 0.0s 04:32:50 04:32:50 #5 [security-bootstrapper internal] load build definition from Dockerfile 04:32:50 #5 transferring dockerfile: 3.17kB done 04:32:50 #5 DONE 0.0s 04:32:50 04:32:50 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:32:50 #6 transferring dockerfile: 1.89kB done 04:32:50 #6 DONE 0.0s 04:32:50 04:32:50 #7 [security-spire-agent internal] load build definition from Dockerfile 04:32:50 #7 transferring dockerfile: 1.81kB done 04:32:50 #7 DONE 0.0s 04:32:50 04:32:50 #8 [support-scheduler internal] load build definition from Dockerfile 04:32:50 #8 transferring dockerfile: 1.93kB done 04:32:50 #8 DONE 0.0s 04:32:50 04:32:50 #9 [support-notifications internal] load build definition from Dockerfile 04:32:50 #9 transferring dockerfile: 1.95kB done 04:32:50 #9 DONE 0.0s 04:32:50 04:32:50 #10 [support-cron-scheduler internal] load build definition from Dockerfile 04:32:50 #10 transferring dockerfile: 1.85kB done 04:32:50 #10 DONE 0.0s 04:32:50 04:32:50 #11 [core-command internal] load build definition from Dockerfile 04:32:50 #11 transferring dockerfile: 1.93kB done 04:32:50 #11 DONE 0.0s 04:32:50 04:32:50 #12 [core-data internal] load build definition from Dockerfile 04:32:50 #12 transferring dockerfile: 2.01kB 0.0s done 04:32:50 #12 DONE 0.1s 04:32:50 04:32:50 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:32:50 #13 transferring dockerfile: 2.23kB done 04:32:50 #13 DONE 0.1s 04:32:50 04:32:50 #14 [core-metadata internal] load .dockerignore 04:32:50 #14 transferring context: 50B done 04:32:50 #14 DONE 0.0s 04:32:50 04:32:50 #15 [core-keeper internal] load build definition from Dockerfile 04:32:50 #15 transferring dockerfile: 2.01kB done 04:32:50 #15 DONE 0.1s 04:32:50 04:32:50 #16 [security-proxy-auth internal] load build definition from Dockerfile 04:32:50 #16 transferring dockerfile: 2.15kB done 04:32:50 #16 DONE 0.1s 04:32:50 04:32:50 #17 [security-secretstore-setup internal] load build definition from Dockerfile 04:32:50 #17 transferring dockerfile: 2.49kB done 04:32:50 #17 DONE 0.1s 04:32:50 04:32:50 #18 [security-spire-server internal] load .dockerignore 04:32:50 #18 transferring context: 50B done 04:32:50 #18 DONE 0.0s 04:32:50 04:32:50 #19 [security-proxy-setup internal] load .dockerignore 04:32:50 #19 transferring context: 50B done 04:32:50 #19 DONE 0.0s 04:32:50 04:32:50 #20 [security-spire-config internal] load .dockerignore 04:32:50 #20 transferring context: 50B done 04:32:50 #20 DONE 0.0s 04:32:50 04:32:50 #21 [security-bootstrapper internal] load .dockerignore 04:32:50 #21 transferring context: 50B done 04:32:50 #21 DONE 0.0s 04:32:50 04:32:50 #22 [support-scheduler internal] load .dockerignore 04:32:50 #22 DONE 0.0s 04:32:50 04:32:50 #23 [security-spiffe-token-provider internal] load .dockerignore 04:32:50 #23 transferring context: 50B done 04:32:50 #23 DONE 0.0s 04:32:50 04:32:50 #24 [security-spire-agent internal] load .dockerignore 04:32:50 #24 transferring context: 50B done 04:32:50 #24 DONE 0.0s 04:32:50 04:32:50 #22 [support-scheduler internal] load .dockerignore 04:32:50 #22 transferring context: 50B done 04:32:50 #22 DONE 0.0s 04:32:50 04:32:50 #25 [support-notifications internal] load .dockerignore 04:32:50 #25 transferring context: 50B done 04:32:50 #25 DONE 0.0s 04:32:50 04:32:50 #26 [support-cron-scheduler internal] load .dockerignore 04:32:50 #26 transferring context: 50B done 04:32:50 #26 DONE 0.0s 04:32:50 04:32:50 #27 [core-command internal] load .dockerignore 04:32:50 #27 transferring context: 50B done 04:32:50 #27 DONE 0.0s 04:32:50 04:32:50 #28 [core-common-config-bootstrapper internal] load .dockerignore 04:32:50 #28 transferring context: 50B done 04:32:50 #28 DONE 0.0s 04:32:50 04:32:50 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:32:50 #29 DONE 0.0s 04:32:50 04:32:50 #30 [core-data internal] load .dockerignore 04:32:50 #30 transferring context: 50B done 04:32:50 #30 DONE 0.1s 04:32:50 04:32:50 #31 [core-keeper internal] load .dockerignore 04:32:50 #31 transferring context: 50B done 04:32:50 #31 DONE 0.0s 04:32:50 04:32:50 #32 [security-proxy-auth internal] load .dockerignore 04:32:50 #32 transferring context: 50B done 04:32:50 #32 DONE 0.1s 04:32:50 04:32:50 #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 04:32:50 #33 ... 04:32:50 04:32:50 #34 [security-secretstore-setup internal] load .dockerignore 04:32:50 #34 transferring context: 50B done 04:32:50 #34 DONE 0.2s 04:32:50 04:32:50 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:32:50 #29 DONE 0.0s 04:32:50 04:32:50 #35 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 04:32:50 #35 DONE 0.1s 04:32:50 04:32:50 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:32:50 #29 DONE 0.0s 04:32:50 04:32:50 #35 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 04:32:50 #35 DONE 0.2s 04:32:50 04:32:50 #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:32:50 #36 DONE 0.5s 04:32:50 04:32:50 #37 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:32:50 #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:32:50 #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:32:50 #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 04:32:50 #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 04:32:50 #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 04:32:50 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.1s 04:32:50 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 04:32:51 #37 ... 04:32:51 04:32:51 #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:32:51 #36 DONE 0.5s 04:32:51 04:32:51 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:32:51 #29 DONE 0.0s 04:32:51 04:32:51 #37 [support-cron-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:32:51 #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:32:51 #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:32:51 #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 04:32:51 #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 04:32:51 #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 04:32:51 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 04:32:51 #37 ... 04:32:51 04:32:51 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:32:51 #29 DONE 0.0s 04:32:51 04:32:51 #35 [core-data internal] load metadata for docker.io/library/alpine:3.18 04:32:51 #35 ... 04:32:51 04:32:51 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:32:51 #29 DONE 0.0s 04:32:51 04:32:51 #35 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 04:32:56 #35 ... 04:32:56 04:32:56 #38 [core-metadata internal] load build context 04:32:56 #38 transferring context: 493.73MB 5.2s done 04:32:56 #38 ... 04:32:56 04:32:56 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:32:56 #36 DONE 0.5s 04:32:56 04:32:56 #35 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 04:32:56 #35 DONE 5.5s 04:32:56 04:32:56 #39 [security-bootstrapper internal] load build context 04:32:56 #39 transferring context: 493.73MB 3.9s done 04:32:56 #39 DONE 5.6s 04:32:56 04:32:56 #40 [security-spiffe-token-provider internal] load build context 04:32:56 #40 transferring context: 493.73MB 3.8s done 04:32:56 #40 DONE 5.5s 04:32:56 04:32:56 #41 [security-proxy-setup internal] load build context 04:32:56 #41 transferring context: 493.73MB 4.0s done 04:32:56 #41 DONE 5.6s 04:32:56 04:32:56 #37 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:32:56 #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:32:56 #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:32:56 #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 04:32:56 #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 04:32:56 #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 04:32:56 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 04:32:56 #37 DONE 6.0s 04:32:56 04:32:56 #42 [core-metadata builder 2/7] WORKDIR /edgex-go 04:32:56 #42 DONE 5.7s 04:32:56 04:32:56 #43 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:32:56 #43 ... 04:32:56 04:32:56 #38 [core-metadata internal] load build context 04:32:56 #38 DONE 5.9s 04:32:56 04:32:56 #44 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:32:56 #44 ... 04:32:56 04:32:56 #37 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:32:56 #37 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:32:56 #37 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:32:56 #37 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 04:32:56 #37 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 04:32:56 #37 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 04:32:56 #37 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.2s done 04:32:56 #37 DONE 6.0s 04:32:56 04:32:56 #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 04:32:56 #33 DONE 6.3s 04:32:56 04:32:56 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 04:32:56 #45 DONE 6.1s 04:32:57 04:32:57 #46 [security-spire-config internal] load build context 04:32:57 #46 transferring context: 25.85kB 0.0s done 04:32:57 #46 DONE 0.2s 04:32:57 04:32:57 #47 [security-spire-server internal] load build context 04:32:57 #47 transferring context: 27.60kB 0.0s done 04:32:57 #47 DONE 0.2s 04:32:57 04:32:57 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:32:57 #48 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done 04:32:57 #48 ... 04:32:57 04:32:57 #49 [security-spire-agent internal] load build context 04:32:57 #49 transferring context: 27.13kB done 04:32:57 #49 DONE 0.2s 04:32:57 04:32:57 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:32:57 #48 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 04:32:57 #48 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s 04:32:57 #48 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s 04:32:57 #48 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s 04:32:57 #48 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 04:32:57 #48 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 04:32:57 #48 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 04:32:57 #48 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 04:32:57 #48 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 04:32:57 #48 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.1s done 04:32:57 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.2s 04:32:57 #48 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 04:32:57 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 0.3s 04:32:57 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 11.53MB / 30.73MB 0.4s 04:32:57 #48 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 04:32:57 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 20.97MB / 30.73MB 0.6s 04:32:57 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 24.12MB / 30.73MB 0.7s 04:32:57 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 29.36MB / 30.73MB 0.8s 04:33:01 #48 ... 04:33:01 04:33:01 #50 [support-cron-scheduler internal] load build context 04:33:01 #50 ... 04:33:01 04:33:01 #51 [support-notifications internal] load build context 04:33:01 #51 ... 04:33:01 04:33:01 #52 [core-command internal] load build context 04:33:01 #52 ... 04:33:01 04:33:01 #53 [support-scheduler internal] load build context 04:33:01 #53 ... 04:33:01 04:33:01 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:33:03 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 6.0s 04:33:06 #48 ... 04:33:06 04:33:06 #54 [core-common-config-bootstrapper internal] load build context 04:33:06 #54 transferring context: 493.73MB 9.0s done 04:33:06 #54 ... 04:33:06 04:33:06 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:06 #55 ... 04:33:06 04:33:06 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:33:06 #56 ... 04:33:06 04:33:06 #57 [security-secretstore-setup internal] load build context 04:33:06 #57 transferring context: 493.73MB 7.3s done 04:33:06 #57 ... 04:33:06 04:33:06 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:33:06 #58 ... 04:33:06 04:33:06 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:33:06 #0 8.368 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:06 #0 8.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:06 #0 8.665 OK: 264 MiB in 52 packages 04:33:06 #59 ... 04:33:06 04:33:06 #60 [core-keeper internal] load build context 04:33:06 #60 transferring context: 493.73MB 8.7s done 04:33:07 #60 ... 04:33:07 04:33:07 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:33:07 #61 ... 04:33:07 04:33:07 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:33:07 #62 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 04:33:07 #62 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 04:33:07 #62 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 04:33:07 #62 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 04:33:07 #62 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 04:33:07 #62 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 04:33:07 #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.2s done 04:33:07 #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 3.9s done 04:33:07 #62 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 04:33:07 #62 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done 04:33:07 #62 ... 04:33:07 04:33:07 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:33:07 #63 ... 04:33:07 04:33:07 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:33:07 #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:07 #0 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:07 #0 1.674 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:33:07 #0 1.674 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:33:07 #0 1.674 OK: 20077 distinct packages available 04:33:07 #0 1.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:07 #0 1.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:07 #0 1.992 OK: 264 MiB in 52 packages 04:33:07 #64 ... 04:33:07 04:33:07 #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:33:07 #0 0.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:07 #0 0.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:07 #0 1.274 OK: 264 MiB in 52 packages 04:33:07 #65 ... 04:33:07 04:33:07 #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 04:33:07 #0 5.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:07 #0 5.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:07 #0 5.362 (1/2) Installing dumb-init (1.2.5-r2) 04:33:07 #0 5.365 (2/2) Installing su-exec (0.2-r3) 04:33:07 #0 5.368 Executing busybox-1.36.1-r7.trigger 04:33:07 #0 5.373 OK: 7 MiB in 17 packages 04:33:08 #66 ... 04:33:08 04:33:08 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:33:08 #0 0.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:08 #0 1.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:08 #0 1.269 (1/4) Installing ca-certificates (20240226-r0) 04:33:08 #0 1.299 (2/4) Installing dumb-init (1.2.5-r2) 04:33:08 #0 1.299 (3/4) Installing su-exec (0.2-r3) 04:33:08 #0 1.304 (4/4) Installing yq (4.33.3-r5) 04:33:08 #0 1.378 Executing busybox-1.36.1-r7.trigger 04:33:08 #0 1.392 Executing ca-certificates-20240226-r0.trigger 04:33:08 #0 1.443 OK: 17 MiB in 19 packages 04:33:08 #67 ... 04:33:08 04:33:08 #68 [security-proxy-auth internal] load build context 04:33:08 #68 transferring context: 493.73MB 8.8s done 04:33:08 #68 ... 04:33:08 04:33:08 #43 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 04:33:08 #43 1.108 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:08 #43 1.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:08 #43 1.456 OK: 264 MiB in 52 packages 04:33:08 #43 ... 04:33:08 04:33:08 #44 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:33:08 #44 1.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:08 #44 1.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:08 #44 1.588 (1/1) Installing dumb-init (1.2.5-r2) 04:33:08 #44 1.591 Executing busybox-1.36.1-r7.trigger 04:33:08 #44 1.605 OK: 7 MiB in 16 packages 04:33:08 #44 ... 04:33:08 04:33:08 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:33:09 #69 ... 04:33:09 04:33:09 #70 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:33:09 #0 6.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:09 #0 6.972 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:09 #0 7.166 (1/2) Installing ca-certificates (20240226-r0) 04:33:09 #0 7.176 (2/2) Installing dumb-init (1.2.5-r2) 04:33:09 #0 7.181 Executing busybox-1.36.1-r7.trigger 04:33:09 #0 7.187 Executing ca-certificates-20240226-r0.trigger 04:33:09 #0 7.227 OK: 8 MiB in 17 packages 04:33:09 #70 ... 04:33:09 04:33:09 #71 [core-data internal] load build context 04:33:09 #71 transferring context: 493.73MB 10.6s done 04:33:09 #71 ... 04:33:09 04:33:09 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:09 #72 ... 04:33:09 04:33:09 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:33:09 #48 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 7.6s done 04:33:09 #48 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done 04:33:11 #48 ... 04:33:11 04:33:11 #51 [support-notifications internal] load build context 04:33:11 #51 transferring context: 493.73MB 8.2s done 04:33:11 #51 ... 04:33:11 04:33:11 #52 [core-command internal] load build context 04:33:11 #52 transferring context: 493.73MB 8.4s done 04:33:11 #52 ... 04:33:11 04:33:11 #53 [support-scheduler internal] load build context 04:33:11 #53 transferring context: 493.73MB 9.5s done 04:33:11 #53 ... 04:33:11 04:33:11 #50 [support-cron-scheduler internal] load build context 04:33:11 #50 transferring context: 493.73MB 9.2s done 04:33:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7539 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:33:16 Running in /w/workspace/edgex-go/668 [Pipeline] { [Pipeline] checkout 04:33:19 The recommended git tool is: git 04:33:19 #50 ... 04:33:19 04:33:19 #57 [security-secretstore-setup internal] load build context 04:33:19 #57 DONE 23.6s 04:33:20 04:33:20 #50 [support-cron-scheduler internal] load build context 04:33:27 using credential edgex-jenkins-ssh 04:33:27 Cloning the remote Git repository 04:33:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:33:28 #50 DONE 36.3s 04:33:28 04:33:28 #51 [support-notifications internal] load build context 04:33:28 #51 DONE 36.2s 04:33:28 04:33:28 #52 [core-command internal] load build context 04:33:28 #52 DONE 36.2s 04:33:28 04:33:28 #60 [core-keeper internal] load build context 04:33:28 #60 DONE 30.9s 04:33:28 04:33:28 #54 [core-common-config-bootstrapper internal] load build context 04:33:28 #54 DONE 30.9s 04:33:28 04:33:28 #68 [security-proxy-auth internal] load build context 04:33:28 #68 DONE 30.9s 04:33:28 04:33:28 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:28 #72 ... 04:33:28 04:33:28 #53 [support-scheduler internal] load build context 04:33:28 #53 DONE 36.3s 04:33:28 04:33:28 #71 [core-data internal] load build context 04:33:28 #71 DONE 30.9s 04:33:28 04:33:28 #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:33:28 #64 DONE 30.9s 04:33:28 04:33:28 #59 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:33:28 #59 DONE 30.9s 04:33:28 04:33:28 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:33:28 #65 DONE 30.9s 04:33:28 04:33:28 #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:33:28 #70 DONE 30.9s 04:33:28 04:33:28 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:33:28 #67 DONE 31.0s 04:33:28 04:33:28 #43 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 04:33:28 #43 DONE 31.1s 04:33:28 04:33:28 #44 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:33:28 #44 DONE 31.1s 04:33:28 04:33:28 #73 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:33:28 #73 ... 04:33:28 04:33:28 #72 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:28 #72 DONE 31.0s 04:33:28 04:33:28 #66 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 04:33:28 #66 DONE 31.0s 04:33:28 04:33:28 #74 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:33:28 #74 DONE 0.2s 04:33:28 04:33:28 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:33:28 #75 DONE 0.2s 04:33:28 04:33:28 #76 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:33:28 #76 DONE 0.1s 04:33:28 04:33:28 #77 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 04:33:28 #77 DONE 0.2s 04:33:28 04:33:28 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:33:28 #62 DONE 30.6s 04:33:28 04:33:28 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:33:28 #48 DONE 30.6s 04:33:28 04:33:28 #78 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:28 #78 ... 04:33:28 04:33:28 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:28 #55 DONE 31.9s 04:33:28 04:33:28 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:33:28 #79 ... 04:33:28 04:33:28 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:33:28 #56 31.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:28 #56 31.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:28 #56 32.04 (1/1) Installing dumb-init (1.2.5-r2) 04:33:28 #56 32.04 Executing busybox-1.36.1-r7.trigger 04:33:28 #56 32.05 OK: 7 MiB in 16 packages 04:33:28 #56 DONE 32.1s 04:33:28 04:33:28 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:33:28 #58 32.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:28 #58 32.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:27 > git init /w/workspace/edgex-go/668 # timeout=10 04:33:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:33:27 > git --version # timeout=10 04:33:27 > git --version # 'git version 2.25.1' 04:33:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:28 #58 32.40 (1/4) Installing dumb-init (1.2.5-r2) 04:33:28 #58 32.40 (2/4) Installing openssl (3.1.6-r0) 04:33:28 #58 32.42 (3/4) Installing su-exec (0.2-r3) 04:33:28 #58 32.42 (4/4) Installing yq (4.33.3-r5) 04:33:28 #58 32.48 Executing busybox-1.36.1-r7.trigger 04:33:28 #58 32.49 OK: 17 MiB in 19 packages 04:33:29 #58 DONE 32.7s 04:33:29 04:33:29 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:33:29 #80 ... 04:33:29 04:33:29 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:33:29 #69 31.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #69 31.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #69 32.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:33:29 #69 32.02 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:33:29 #69 32.02 OK: 20070 distinct packages available 04:33:29 #69 32.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #69 32.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #69 32.37 (1/5) Installing dumb-init (1.2.5-r2) 04:33:29 #69 32.37 (2/5) Installing musl-obstack (1.2.3-r2) 04:33:29 #69 32.38 (3/5) Installing libucontext (1.2-r2) 04:33:29 #69 32.38 (4/5) Installing gcompat (1.1.0-r1) 04:33:29 #69 32.39 (5/5) Installing openssl (3.1.6-r0) 04:33:29 #69 32.40 Executing busybox-1.36.1-r7.trigger 04:33:29 #69 32.41 OK: 8 MiB in 20 packages 04:33:29 #69 DONE 32.5s 04:33:29 04:33:29 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:33:29 #63 31.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #63 31.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #63 32.10 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:33:29 #63 32.10 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:33:29 #63 32.10 OK: 20070 distinct packages available 04:33:29 #63 32.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #63 32.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #63 32.47 (1/4) Installing dumb-init (1.2.5-r2) 04:33:29 #63 32.47 (2/4) Installing musl-obstack (1.2.3-r2) 04:33:29 #63 32.49 (3/4) Installing libucontext (1.2-r2) 04:33:29 #63 32.49 (4/4) Installing gcompat (1.1.0-r1) 04:33:29 #63 32.49 Executing busybox-1.36.1-r7.trigger 04:33:29 #63 32.49 OK: 8 MiB in 19 packages 04:33:29 #63 DONE 32.6s 04:33:29 04:33:29 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:33:29 #0 1.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #0 1.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #0 2.136 OK: 8 MiB in 17 packages 04:33:29 #81 DONE 2.3s 04:33:29 04:33:29 #73 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 04:33:29 #73 1.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #73 1.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #73 2.173 OK: 7 MiB in 16 packages 04:33:29 #73 DONE 2.5s 04:33:29 04:33:29 #82 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 04:33:29 #82 ... 04:33:29 04:33:29 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:33:29 #0 2.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:29 #0 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:29 #0 2.459 OK: 17 MiB in 19 packages 04:33:29 #83 DONE 2.6s 04:33:30 04:33:30 #84 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 04:33:30 #0 2.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:30 #0 2.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:30 #0 2.569 OK: 7 MiB in 17 packages 04:33:30 #84 DONE 2.7s 04:33:30 04:33:30 #85 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:33:30 #85 ... 04:33:30 04:33:30 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:33:30 #61 32.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:30 #61 33.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:30 #61 33.40 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:33:30 #61 33.40 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:33:30 #61 33.40 OK: 20070 distinct packages available 04:33:30 #61 33.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:30 #61 33.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:30 #61 33.76 (1/11) Installing ca-certificates (20240226-r0) 04:33:30 #61 33.77 (2/11) Installing brotli-libs (1.0.9-r14) 04:33:30 #61 33.78 (3/11) Installing libunistring (1.1-r1) 04:33:30 #61 33.80 (4/11) Installing libidn2 (2.3.4-r1) 04:33:30 #61 33.81 (5/11) Installing nghttp2-libs (1.57.0-r0) 04:33:30 #61 33.81 (6/11) Installing libcurl (8.9.0-r0) 04:33:30 #61 33.82 (7/11) Installing curl (8.9.0-r0) 04:33:30 #61 33.83 (8/11) Installing dumb-init (1.2.5-r2) 04:33:30 #61 33.83 (9/11) Installing musl-obstack (1.2.3-r2) 04:33:30 #61 33.83 (10/11) Installing libucontext (1.2-r2) 04:33:30 #61 33.84 (11/11) Installing gcompat (1.1.0-r1) 04:33:30 #61 33.84 Executing busybox-1.36.1-r7.trigger 04:33:30 #61 33.85 Executing ca-certificates-20240226-r0.trigger 04:33:30 #61 33.90 OK: 12 MiB in 26 packages 04:33:30 #61 DONE 34.2s 04:33:30 04:33:30 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:33:30 #79 2.459 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:30 #79 ... 04:33:30 04:33:30 #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:33:30 #0 2.149 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:30 #0 2.671 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:30 #0 3.345 OK: 264 MiB in 52 packages 04:33:30 #86 DONE 3.6s 04:33:30 04:33:30 #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:33:30 #87 DONE 0.0s 04:33:30 04:33:30 #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:31 #88 ... 04:33:31 04:33:31 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:33:31 #0 2.722 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:31 #0 2.811 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:31 #0 3.049 OK: 7 MiB in 16 packages 04:33:31 #89 DONE 3.2s 04:33:31 04:33:31 #85 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:33:31 #85 DONE 1.7s 04:33:31 04:33:31 #90 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 04:33:31 #90 DONE 0.0s 04:33:31 04:33:31 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:33:31 #80 2.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:31 #80 2.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:31 #80 2.661 OK: 17 MiB in 19 packages 04:33:31 #80 DONE 2.7s 04:33:31 04:33:31 #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:33:31 #91 DONE 0.0s 04:33:31 04:33:31 #82 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 04:33:31 #82 2.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:31 #82 2.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:31 #82 2.371 OK: 8 MiB in 20 packages 04:33:32 #82 DONE 2.5s 04:33:32 04:33:32 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:33:33 #92 DONE 1.1s 04:33:33 04:33:33 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:33:33 #0 2.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:33 #0 2.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:33 #0 2.475 OK: 8 MiB in 19 packages 04:33:33 #93 DONE 3.5s 04:33:33 04:33:33 #79 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:33:33 #79 2.957 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:33 #79 3.627 (1/1) Installing dumb-init (1.2.5-r2) 04:33:33 #79 4.230 Executing busybox-1.36.1-r7.trigger 04:33:33 #79 4.238 OK: 7 MiB in 16 packages 04:33:33 #79 DONE 4.8s 04:33:33 04:33:33 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:33:33 #94 DONE 1.1s 04:33:33 04:33:33 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:33:33 #95 ... 04:33:33 04:33:33 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:33:33 #96 DONE 0.7s 04:33:33 04:33:33 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:33:33 #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 04:33:33 #0 2.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 04:33:33 #0 2.779 OK: 12 MiB in 26 packages 04:33:33 #97 DONE 3.2s 04:33:33 04:33:33 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:33:33 #98 DONE 0.8s 04:33:34 04:33:34 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:33:34 #99 DONE 0.5s 04:33:34 04:33:34 #100 [security-spire-server stage-2 6/9] COPY security.txt / 04:33:34 #100 DONE 0.5s 04:33:34 04:33:34 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:33:34 #95 DONE 1.2s 04:33:34 04:33:34 #101 [security-spire-config stage-2 6/10] COPY security.txt / 04:33:34 #101 DONE 0.1s 04:33:34 04:33:34 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:33:34 #102 DONE 0.1s 04:33:34 04:33:34 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:33:34 #103 DONE 0.1s 04:33:34 04:33:34 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:33:34 #104 DONE 0.1s 04:33:34 04:33:34 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:33:34 #105 DONE 0.1s 04:33:34 04:33:34 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 04:33:34 #106 DONE 0.1s 04:33:34 04:33:34 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:33:34 #107 DONE 0.1s 04:33:34 04:33:34 #108 [security-spire-server] exporting to image 04:33:34 #108 exporting layers 04:33:34 #108 ... 04:33:34 04:33:34 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:33:34 #109 DONE 0.1s 04:33:34 04:33:34 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:33:34 #110 DONE 0.1s 04:33:34 04:33:34 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:33:34 #111 DONE 0.1s 04:33:34 04:33:34 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:33:34 #112 DONE 0.1s 04:33:34 04:33:34 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:33:34 #113 DONE 0.1s 04:33:34 04:33:34 #108 [security-spire-agent] exporting to image 04:33:35 #108 exporting layers 0.6s done 04:33:35 #108 writing image sha256:631686e604c636d439635ba1946684dfbcb3ede11e7bc2877f2c3574f975ec91 done 04:33:35 #108 naming to docker.io/library/security-spire-server done 04:33:35 #108 exporting layers 0.6s done 04:33:35 #108 writing image sha256:60b53ef45fe5453fd99a7038676534bd718303cbe3153b759c2058a7da569b23 done 04:33:35 #108 naming to docker.io/library/security-spire-config done 04:33:35 #108 writing image sha256:eb95db722b8010ffc3607343aabf55e7d7195a80956518c04f1ce7d307cd9a3e done 04:33:35 #108 naming to docker.io/library/security-spire-agent done 04:33:35 #108 DONE 0.8s 04:33:35 04:33:35 #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:37 #114 ... 04:33:37 04:33:37 #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:37 #115 ... 04:33:37 04:33:37 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:33:45 Avoid second fetch 04:33:45 Checking out Revision 5b52836589dd35a32aa4e46bc21db318ab9ee317 (main) 04:33:46 Commit message: "Merge pull request #4858 from jackchenjc/issue-4856" 04:33:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:33:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:45 > git config core.sparsecheckout # timeout=10 04:33:45 > git checkout -f 5b52836589dd35a32aa4e46bc21db318ab9ee317 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:33:50 % Total % Received % Xferd Average Speed Time Time Time Current 04:33:50 Dload Upload Total Spent Left Speed 04:33:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 93635 0 --:--:-- --:--:-- --:--:-- 93635 [Pipeline] sh 04:33:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:33:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 04:33:51 sudo tee /etc/docker/daemon.new 04:33:51 { 04:33:51 "registry-mirrors": [ 04:33:51 "https://nexus3.edgexfoundry.org:10001" 04:33:51 ], 04:33:51 "bip": "10.250.0.254/24", 04:33:51 "hosts": [ 04:33:51 "tcp://0.0.0.0:5555", 04:33:51 "unix:///var/run/docker.sock" 04:33:51 ], 04:33:51 "mtu": 1458, 04:33:51 "selinux-enabled": true, 04:33:51 "seccomp-profile": "/etc/docker/seccomp.json" 04:33:51 } [Pipeline] sh 04:33:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:33:52 + sudo service docker restart 04:34:04 #116 DONE 37.3s 04:34:04 04:34:04 #78 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:04 #78 DONE 37.3s 04:34:04 04:34:04 #88 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:04 #88 DONE 33.7s 04:34:04 04:34:04 #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:04 #114 DONE 37.3s 04:34:04 04:34:04 #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:04 #115 DONE 37.3s 04:34:04 04:34:04 #117 [security-spiffe-token-provider builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:34:10 provisioning config files... 04:34:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config15235156417240948928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:11 ---> ****-login.sh 04:34:11 nexus3.edgexfoundry.org:10001 04:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:11 Configure a credential helper to remove this warning. See 04:34:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:11 04:34:11 Login Succeeded 04:34:11 nexus3.edgexfoundry.org:10002 04:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:12 Configure a credential helper to remove this warning. See 04:34:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:12 04:34:12 Login Succeeded 04:34:12 nexus3.edgexfoundry.org:10003 04:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:12 Configure a credential helper to remove this warning. See 04:34:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:12 04:34:12 Login Succeeded 04:34:12 nexus3.edgexfoundry.org:10004 04:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:12 Configure a credential helper to remove this warning. See 04:34:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:12 04:34:12 Login Succeeded 04:34:12 ****.io 04:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:13 Configure a credential helper to remove this warning. See 04:34:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:13 04:34:13 Login Succeeded 04:34:13 ---> ****-login.sh ends [Pipeline] } 04:34:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:34:13 + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] echo 04:34:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:34:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:34:13 ========================================================= 04:34:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 04:34:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:34:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:34:14 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:34:14 c6b39de5b339: Pulling fs layer 04:34:14 a69c41024577: Pulling fs layer 04:34:14 d6de4b400683: Pulling fs layer 04:34:14 35cb2a7552d0: Pulling fs layer 04:34:14 4f4fb700ef54: Pulling fs layer 04:34:14 464afbd9ba4c: Pulling fs layer 04:34:14 00f215d4a9da: Pulling fs layer 04:34:14 d496ad576159: Pulling fs layer 04:34:14 4f4fb700ef54: Waiting 04:34:14 464afbd9ba4c: Waiting 04:34:14 00f215d4a9da: Waiting 04:34:14 d496ad576159: Waiting 04:34:14 35cb2a7552d0: Waiting 04:34:14 a69c41024577: Verifying Checksum 04:34:14 a69c41024577: Download complete 04:34:14 35cb2a7552d0: Verifying Checksum 04:34:14 35cb2a7552d0: Download complete 04:34:14 4f4fb700ef54: Verifying Checksum 04:34:14 4f4fb700ef54: Download complete 04:34:14 464afbd9ba4c: Verifying Checksum 04:34:14 464afbd9ba4c: Download complete 04:34:14 c6b39de5b339: Verifying Checksum 04:34:14 c6b39de5b339: Download complete 04:34:14 #117 ... 04:34:14 04:34:14 #118 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:34:14 #118 CACHED 04:34:14 04:34:14 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #119 CACHED 04:34:14 04:34:14 #120 [support-scheduler builder 6/7] COPY . . 04:34:14 #120 CACHED 04:34:14 04:34:14 #121 [support-cron-scheduler builder 6/7] COPY . . 04:34:14 #121 DONE 9.8s 04:34:14 04:34:14 #122 [core-data builder 4/7] COPY go.mod vendor* ./ 04:34:14 #122 CACHED 04:34:14 04:34:14 #123 [core-data builder 6/7] COPY . . 04:34:14 #123 CACHED 04:34:14 04:34:14 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #124 CACHED 04:34:14 04:34:14 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 04:34:14 #125 CACHED 04:34:14 04:34:14 #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #126 CACHED 04:34:14 04:34:14 #127 [core-command builder 6/7] COPY . . 04:34:14 #127 CACHED 04:34:14 04:34:14 #128 [core-common-config-bootstrapper builder 6/7] COPY . . 04:34:14 #128 CACHED 04:34:14 04:34:14 #129 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:34:14 #129 CACHED 04:34:14 04:34:14 #130 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #130 CACHED 04:34:14 04:34:14 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:34:14 #131 CACHED 04:34:14 04:34:14 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #132 CACHED 04:34:14 04:34:14 #133 [security-proxy-auth builder 6/7] COPY . . 04:34:14 #133 CACHED 04:34:14 04:34:14 #134 [core-metadata builder 6/7] COPY . . 04:34:14 #134 DONE 9.8s 04:34:14 04:34:14 #135 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:34:14 #135 ... 04:34:14 04:34:14 #136 [support-notifications builder 6/7] COPY . . 04:34:14 #136 CACHED 04:34:14 04:34:14 #137 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #137 CACHED 04:34:14 04:34:14 #138 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:34:14 #138 CACHED 04:34:14 04:34:14 #139 [security-proxy-setup builder 6/7] COPY . . 04:34:14 #139 DONE 9.8s 04:34:14 04:34:14 #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #140 CACHED 04:34:14 04:34:14 #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:34:14 #141 CACHED 04:34:14 04:34:14 #142 [security-bootstrapper builder 6/7] COPY . . 04:34:14 #142 CACHED 04:34:14 04:34:14 #117 [security-spiffe-token-provider builder 6/7] COPY . . 04:34:14 #117 DONE 9.8s 04:34:14 04:34:14 #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:14 #143 CACHED 04:34:14 04:34:14 #144 [security-secretstore-setup builder 6/7] COPY . . 04:34:14 #144 CACHED 04:34:14 04:34:14 #145 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:34:14 #145 CACHED 04:34:14 04:34:14 #146 [core-keeper builder 7/8] COPY . . 04:34:14 #146 DONE 9.9s 04:34:14 04:34:14 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:34:15 d496ad576159: Verifying Checksum 04:34:15 d496ad576159: Download complete 04:34:15 c6b39de5b339: Pull complete 04:34:16 a69c41024577: Pull complete 04:34:16 #147 1.213 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:34:16 d6de4b400683: Verifying Checksum 04:34:16 d6de4b400683: Download complete 04:34:17 00f215d4a9da: Verifying Checksum 04:34:17 00f215d4a9da: Download complete 04:34:26 #147 ... 04:34:26 04:34:26 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:34:26 #0 1.232 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:34:26 #148 ... 04:34:26 04:34:26 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:34:26 #0 0.768 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:34:26 #149 ... 04:34:26 04:34:26 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:34:26 #0 0.973 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:34:26 #150 ... 04:34:26 04:34:26 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:34:26 #0 1.709 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:34:26 #151 ... 04:34:26 04:34:26 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:34:26 #0 1.400 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:34:26 #152 ... 04:34:26 04:34:26 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:34:26 #0 0.611 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:34:26 #153 ... 04:34:26 04:34:26 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:34:26 #0 1.355 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:34:26 #154 ... 04:34:26 04:34:26 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:34:26 #0 1.347 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:34:26 #155 ... 04:34:26 04:34:26 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:34:26 #0 0.314 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:34:26 #156 ... 04:34:26 04:34:26 #135 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:34:26 #135 1.258 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 04:34:26 #135 ... 04:34:26 04:34:26 #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:34:26 #0 0.399 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:34:26 #157 ... 04:34:26 04:34:26 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:34:26 #0 1.719 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:34:29 d6de4b400683: Pull complete 04:34:29 35cb2a7552d0: Pull complete 04:34:29 4f4fb700ef54: Pull complete 04:34:29 464afbd9ba4c: Pull complete 04:34:39 00f215d4a9da: Pull complete 04:34:39 d496ad576159: Pull complete 04:34:39 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 04:34:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:34:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 04:34:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:34:40 WORKDIR /edgex 04:34:40 COPY go.mod . 04:34:40 RUN go mod download 04:34:40 + docker build -t ci-base-image-arm64 -f - . 04:34:41 Sending build context to Docker daemon 3.412MB 04:34:41 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 04:34:41 ---> f246e2811388 04:34:41 Step 2/4 : WORKDIR /edgex 04:34:43 ---> Running in 657b31e085e2 04:34:43 Removing intermediate container 657b31e085e2 04:34:43 ---> fda6d9c169c6 04:34:43 Step 3/4 : COPY go.mod . 04:34:43 ---> d3995701f0d3 04:34:43 Step 4/4 : RUN go mod download 04:34:43 ---> Running in 12c6867ab863 04:35:51 Removing intermediate container 12c6867ab863 04:35:51 ---> bbb3213e7a83 04:35:51 Successfully built bbb3213e7a83 04:35:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:51 + docker inspect -f . ci-base-image-arm64 04:35:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:52 prd-ubuntu20.04-docker-arm64-4c-16g-7539 does not seem to be running inside a container 04:35:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 04:35:53 $ docker top 6c7990d7bd3bb5fbdf3c81cf5b2b0fe1a753c7b0b8917cd2d3d8c02d8c550621 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:54 + go version 04:35:54 go version go1.21.9 linux/arm64 [Pipeline] } 04:35:54 $ docker stop --time=1 6c7990d7bd3bb5fbdf3c81cf5b2b0fe1a753c7b0b8917cd2d3d8c02d8c550621 04:35:55 $ docker rm -f --volumes 6c7990d7bd3bb5fbdf3c81cf5b2b0fe1a753c7b0b8917cd2d3d8c02d8c550621 [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 04:35:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:35:56 04:35:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:35:56 latest: Pulling from edgex-devops/edgex-compose-arm64 04:35:56 547446be3368: Pulling fs layer 04:35:56 d125d8839a47: Pulling fs layer 04:35:56 3e85d5ac6304: Pulling fs layer 04:35:56 c3105a71a48b: Pulling fs layer 04:35:56 0f093f025ec4: Pulling fs layer 04:35:56 c3106fc0e877: Pulling fs layer 04:35:56 c3105a71a48b: Waiting 04:35:56 0f093f025ec4: Waiting 04:35:56 c3106fc0e877: Waiting 04:35:57 547446be3368: Verifying Checksum 04:35:57 547446be3368: Download complete 04:35:57 c3105a71a48b: Verifying Checksum 04:35:57 c3105a71a48b: Download complete 04:35:57 d125d8839a47: Verifying Checksum 04:35:57 d125d8839a47: Download complete 04:35:57 c3106fc0e877: Verifying Checksum 04:35:57 c3106fc0e877: Download complete 04:35:57 0f093f025ec4: Verifying Checksum 04:35:57 0f093f025ec4: Download complete 04:35:58 547446be3368: Pull complete 04:35:58 d125d8839a47: Pull complete 04:35:59 3e85d5ac6304: Verifying Checksum 04:35:59 3e85d5ac6304: Download complete 04:36:03 #158 99.69 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:36:10 3e85d5ac6304: Pull complete 04:36:10 c3105a71a48b: Pull complete 04:36:10 0f093f025ec4: Pull complete 04:36:10 c3106fc0e877: Pull complete 04:36:10 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 04:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:36:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:36:10 prd-ubuntu20.04-docker-arm64-4c-16g-7539 does not seem to be running inside a container 04:36:10 $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 04:36:12 $ docker top 828e37889cecc6d17589521e289551bc149fc0fb176f31c8efe43c1046cd3ab1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:13 + docker compose -f ./docker-compose-build.yml build --parallel 04:36:15 #158 ... 04:36:15 04:36:15 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:36:15 #153 DONE 120.6s 04:36:15 04:36:15 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:36:15 #152 DONE 120.7s 04:36:15 04:36:15 #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:36:21 #159 ... 04:36:21 04:36:21 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:36:21 #150 DONE 126.5s 04:36:21 04:36:21 #158 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:36:21 #158 DONE 126.6s 04:36:21 04:36:21 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:36:23 #1 [security-proxy-auth internal] load build definition from Dockerfile 04:36:23 #1 transferring dockerfile: 2.15kB 0.0s done 04:36:23 #1 DONE 0.1s 04:36:23 04:36:23 #2 [security-bootstrapper internal] load build definition from Dockerfile 04:36:23 #2 transferring dockerfile: 3.17kB done 04:36:23 #2 DONE 0.0s 04:36:23 04:36:23 #3 [security-spire-agent internal] load build definition from Dockerfile 04:36:23 #3 transferring dockerfile: 1.81kB done 04:36:23 #3 DONE 0.1s 04:36:23 04:36:23 #4 [core-metadata internal] load build definition from Dockerfile 04:36:23 #4 transferring dockerfile: 2.06kB done 04:36:23 #4 DONE 0.1s 04:36:23 04:36:23 #5 [security-secretstore-setup internal] load build definition from Dockerfile 04:36:23 #5 transferring dockerfile: 2.49kB done 04:36:23 #5 DONE 0.1s 04:36:23 04:36:23 #6 [security-spire-config internal] load build definition from Dockerfile 04:36:23 #6 transferring dockerfile: 1.69kB done 04:36:23 #6 DONE 0.1s 04:36:23 04:36:23 #7 [support-scheduler internal] load build definition from Dockerfile 04:36:23 #7 transferring dockerfile: 1.93kB done 04:36:23 #7 DONE 0.0s 04:36:23 04:36:23 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:36:23 #8 transferring dockerfile: 2.23kB done 04:36:23 #8 DONE 0.1s 04:36:23 04:36:23 #9 [security-proxy-setup internal] load build definition from Dockerfile 04:36:23 #9 transferring dockerfile: 2.50kB done 04:36:23 #9 DONE 0.1s 04:36:23 04:36:23 #10 [support-cron-scheduler internal] load build definition from Dockerfile 04:36:23 #10 transferring dockerfile: 1.85kB done 04:36:23 #10 DONE 0.1s 04:36:23 04:36:23 #11 [core-command internal] load build definition from Dockerfile 04:36:23 #11 transferring dockerfile: 1.93kB done 04:36:23 #11 DONE 0.1s 04:36:23 04:36:23 #12 [support-notifications internal] load build definition from Dockerfile 04:36:23 #12 transferring dockerfile: 1.95kB done 04:36:23 #12 DONE 0.1s 04:36:23 04:36:23 #13 [core-data internal] load build definition from Dockerfile 04:36:23 #13 transferring dockerfile: 2.01kB done 04:36:24 #13 DONE 0.1s 04:36:24 04:36:24 #14 [core-keeper internal] load build definition from Dockerfile 04:36:24 #14 transferring dockerfile: 2.01kB done 04:36:24 #14 DONE 0.1s 04:36:24 04:36:24 #15 [security-spire-server internal] load build definition from Dockerfile 04:36:24 #15 transferring dockerfile: 1.70kB done 04:36:24 #15 DONE 0.1s 04:36:24 04:36:24 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:36:24 #16 transferring dockerfile: 1.89kB done 04:36:24 #16 DONE 0.1s 04:36:24 04:36:24 #17 [security-proxy-auth internal] load .dockerignore 04:36:24 #17 transferring context: 50B done 04:36:24 #17 DONE 0.1s 04:36:24 04:36:24 #18 [security-bootstrapper internal] load .dockerignore 04:36:24 #18 transferring context: 50B done 04:36:24 #18 DONE 0.0s 04:36:24 04:36:24 #19 [security-spire-agent internal] load .dockerignore 04:36:24 #19 transferring context: 50B done 04:36:25 #19 DONE 0.0s 04:36:25 04:36:25 #20 [core-metadata internal] load .dockerignore 04:36:25 #20 transferring context: 50B done 04:36:25 #20 DONE 0.1s 04:36:25 04:36:25 #21 [security-secretstore-setup internal] load .dockerignore 04:36:25 #21 transferring context: 50B done 04:36:25 #21 DONE 0.1s 04:36:25 04:36:25 #22 [security-spire-config internal] load .dockerignore 04:36:25 #22 transferring context: 50B 0.0s done 04:36:25 #22 DONE 0.1s 04:36:25 04:36:25 #23 [support-scheduler internal] load .dockerignore 04:36:25 #23 transferring context: 50B 0.0s done 04:36:25 #23 DONE 0.1s 04:36:25 04:36:25 #24 [core-common-config-bootstrapper internal] load .dockerignore 04:36:25 #24 transferring context: 50B done 04:36:25 #24 DONE 0.1s 04:36:25 04:36:25 #25 [security-proxy-setup internal] load .dockerignore 04:36:25 #25 transferring context: 50B 0.0s done 04:36:25 #25 DONE 0.1s 04:36:25 04:36:25 #26 [support-cron-scheduler internal] load .dockerignore 04:36:25 #26 transferring context: 50B 0.0s done 04:36:25 #26 DONE 0.1s 04:36:25 04:36:25 #27 [core-command internal] load .dockerignore 04:36:25 #27 transferring context: 50B 0.0s done 04:36:25 #27 DONE 0.1s 04:36:25 04:36:25 #28 [support-notifications internal] load .dockerignore 04:36:25 #28 transferring context: 50B done 04:36:25 #28 DONE 0.1s 04:36:25 04:36:25 #29 [core-data internal] load .dockerignore 04:36:25 #29 transferring context: 50B 0.0s done 04:36:25 #29 DONE 0.1s 04:36:25 04:36:25 #30 [security-spire-server internal] load .dockerignore 04:36:25 #30 transferring context: 50B 0.0s done 04:36:25 #30 DONE 0.1s 04:36:25 04:36:25 #31 [core-keeper internal] load .dockerignore 04:36:25 #31 transferring context: 50B 0.0s done 04:36:25 #31 DONE 0.1s 04:36:25 04:36:25 #32 [security-spiffe-token-provider internal] load .dockerignore 04:36:25 #32 transferring context: 50B 0.0s done 04:36:25 #32 DONE 0.1s 04:36:26 04:36:26 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:26 #33 DONE 0.0s 04:36:26 04:36:26 #34 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 04:36:26 #34 DONE 0.2s 04:36:26 04:36:26 #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:26 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:26 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:26 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:26 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:26 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 868.35kB / 3.34MB 0.1s 04:36:26 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.75MB / 3.34MB 0.2s 04:36:26 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 04:36:26 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:26 #35 ... 04:36:26 04:36:26 #36 [security-proxy-auth internal] load build context 04:36:26 #36 transferring context: 2.99MB 0.7s done 04:36:26 #36 DONE 0.8s 04:36:26 04:36:26 #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:26 #35 ... 04:36:26 04:36:26 #37 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:26 #37 DONE 0.9s 04:36:26 04:36:26 #35 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:27 #35 ... 04:36:27 04:36:27 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #37 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:27 #37 DONE 1.6s 04:36:27 04:36:27 #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 04:36:27 #38 DONE 0.4s 04:36:27 04:36:27 #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:27 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:27 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:27 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:27 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:27 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:27 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:27 #35 ... 04:36:27 04:36:27 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 04:36:27 #34 DONE 0.4s 04:36:27 04:36:27 #37 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:27 #37 DONE 1.6s 04:36:27 04:36:27 #38 [core-metadata builder 2/7] WORKDIR /edgex-go 04:36:27 #38 DONE 0.4s 04:36:27 04:36:27 #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:27 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:27 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:27 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:27 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:27 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:27 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:27 #35 ... 04:36:27 04:36:27 #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 04:36:27 #34 DONE 0.5s 04:36:27 04:36:27 #37 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:27 #37 DONE 1.6s 04:36:27 04:36:27 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 04:36:27 #38 DONE 0.4s 04:36:27 04:36:27 #35 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:27 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:27 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:27 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:27 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:27 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:27 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:27 #35 ... 04:36:27 04:36:27 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 04:36:27 #34 DONE 0.6s 04:36:27 04:36:27 #35 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:27 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:27 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:27 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:27 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:27 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:27 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:27 #35 ... 04:36:27 04:36:27 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #37 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:27 #37 DONE 1.7s 04:36:27 04:36:27 #38 [support-scheduler builder 2/7] WORKDIR /edgex-go 04:36:27 #38 DONE 0.5s 04:36:27 04:36:27 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #39 [core-metadata internal] load build context 04:36:27 #39 ... 04:36:27 04:36:27 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:27 #33 DONE 0.0s 04:36:27 04:36:27 #39 [core-metadata internal] load build context 04:36:28 #39 ... 04:36:28 04:36:28 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:28 #33 DONE 0.0s 04:36:28 04:36:28 #39 [core-metadata internal] load build context 04:36:28 #39 ... 04:36:28 04:36:28 #37 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:28 #37 DONE 1.7s 04:36:28 04:36:28 #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 04:36:28 #38 DONE 0.5s 04:36:28 04:36:28 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:28 #33 DONE 0.0s 04:36:28 04:36:28 #39 [core-metadata internal] load build context 04:36:28 #39 ... 04:36:28 04:36:28 #37 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:28 #37 DONE 1.7s 04:36:28 04:36:28 #38 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 04:36:28 #38 DONE 0.5s 04:36:28 04:36:28 #39 [core-metadata internal] load build context 04:36:28 #39 ... 04:36:28 04:36:28 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:28 #33 DONE 0.0s 04:36:28 04:36:28 #39 [core-metadata internal] load build context 04:36:28 #39 transferring context: 2.99MB 1.1s done 04:36:28 #39 ... 04:36:28 04:36:28 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:28 #33 DONE 0.0s 04:36:28 04:36:28 #40 [security-bootstrapper internal] load build context 04:36:28 #40 transferring context: 2.99MB 1.1s done 04:36:28 #40 DONE 1.4s 04:36:28 04:36:28 #39 [core-metadata internal] load build context 04:36:28 #39 DONE 1.4s 04:36:28 04:36:28 #41 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:36:28 #41 ... 04:36:28 04:36:28 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:36:28 #33 DONE 0.0s 04:36:28 04:36:28 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 04:36:28 #42 DONE 1.9s 04:36:28 04:36:28 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:28 #43 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:29 #43 ... 04:36:29 04:36:29 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 04:36:29 #44 DONE 2.1s 04:36:29 04:36:29 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:29 #43 ... 04:36:29 04:36:29 #45 [security-secretstore-setup internal] load build context 04:36:29 #45 transferring context: 2.99MB 1.3s done 04:36:29 #45 DONE 2.1s 04:36:29 04:36:29 #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:29 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:29 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:29 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:29 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:29 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:29 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:29 #35 ... 04:36:29 04:36:29 #37 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:29 #37 DONE 1.8s 04:36:29 04:36:29 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 04:36:29 #38 DONE 0.6s 04:36:29 04:36:29 #34 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 04:36:29 #34 DONE 2.6s 04:36:29 04:36:29 #46 [support-scheduler internal] load build context 04:36:29 #46 transferring context: 2.99MB 1.1s done 04:36:29 #46 DONE 2.1s 04:36:29 04:36:29 #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:29 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:29 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:29 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:29 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:29 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:29 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:29 #35 ... 04:36:29 04:36:29 #37 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:29 #37 DONE 1.8s 04:36:29 04:36:29 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 04:36:29 #38 DONE 0.6s 04:36:29 04:36:29 #35 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:29 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:29 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:29 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:29 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:29 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:29 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:30 #35 ... 04:36:30 04:36:30 #37 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:36:30 #37 DONE 1.8s 04:36:30 04:36:30 #38 [support-notifications builder 2/7] WORKDIR /edgex-go 04:36:30 #38 DONE 0.6s 04:36:30 04:36:30 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:36:30 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 04:36:30 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 04:36:30 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 04:36:30 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 04:36:30 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done 04:36:30 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0.8s done 04:36:30 #35 ... 04:36:30 04:36:30 #47 [security-spire-config internal] load build context 04:36:30 #47 transferring context: 25.85kB 0.1s done 04:36:30 #47 DONE 1.4s 04:36:30 04:36:30 #48 [core-command internal] load build context 04:36:31 #48 ... 04:36:31 04:36:31 #49 [security-spire-agent internal] load build context 04:36:31 #49 transferring context: 27.13kB 0.2s done 04:36:31 #49 DONE 2.3s 04:36:31 04:36:31 #48 [core-command internal] load build context 04:36:31 #48 transferring context: 2.99MB 2.8s done 04:36:33 #48 ... 04:36:33 04:36:33 #50 [support-cron-scheduler internal] load build context 04:36:33 #50 transferring context: 2.99MB 2.4s done 04:36:33 #50 DONE 5.0s 04:36:33 04:36:33 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:33 #43 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.4s done 04:36:33 #43 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 04:36:33 #43 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 04:36:33 #43 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 04:36:33 #43 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done 04:36:33 #43 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done 04:36:33 #43 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done 04:36:33 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.19MB / 28.04MB 1.3s 04:36:33 #43 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 04:36:33 #43 ... 04:36:33 04:36:33 #48 [core-command internal] load build context 04:36:33 #48 DONE 5.3s 04:36:33 04:36:33 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:33 #43 ... 04:36:33 04:36:33 #51 [core-common-config-bootstrapper internal] load build context 04:36:33 #51 transferring context: 2.99MB 2.8s done 04:36:33 #51 DONE 5.4s 04:36:33 04:36:33 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:34 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.84MB / 28.04MB 2.3s 04:36:34 #43 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 04:36:34 #148 DONE 138.9s 04:36:34 04:36:34 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:36:34 #43 ... 04:36:34 04:36:34 #52 [security-spire-server internal] load build context 04:36:34 #52 transferring context: 27.60kB 0.0s done 04:36:34 #52 DONE 4.6s 04:36:34 04:36:34 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:34 #43 ... 04:36:34 04:36:34 #53 [security-proxy-setup internal] load build context 04:36:34 #53 transferring context: 2.99MB 2.5s done 04:36:34 #53 DONE 6.2s 04:36:34 04:36:34 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:34 #43 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 04:36:34 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 2.9s 04:36:34 #147 ... 04:36:34 04:36:34 #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:36:36 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 8.77MB / 28.04MB 3.8s 04:36:36 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.53MB / 28.04MB 4.3s 04:36:36 #160 ... 04:36:36 04:36:36 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:36:36 #156 DONE 141.9s 04:36:36 04:36:36 #159 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:36:36 #159 DONE 21.3s 04:36:36 04:36:36 #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 04:36:36 #161 ... 04:36:36 04:36:36 #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:36:36 #162 DONE 1.2s 04:36:36 04:36:36 #163 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:36:36 #163 DONE 2.1s 04:36:36 04:36:36 #160 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:36:36 #160 DONE 2.2s 04:36:36 04:36:36 #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:36:36 #164 DONE 0.5s 04:36:37 04:36:37 #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:36:37 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.25MB / 28.04MB 5.0s 04:36:37 #165 ... 04:36:37 04:36:37 #157 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:36:37 #157 DONE 142.6s 04:36:37 04:36:37 #166 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:36:37 #166 DONE 0.5s 04:36:37 04:36:37 #167 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:36:37 #167 DONE 0.5s 04:36:37 04:36:37 #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:36:37 #165 DONE 0.4s 04:36:37 04:36:37 #168 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:36:37 #168 CACHED 04:36:37 04:36:37 #169 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:36:37 #169 CACHED 04:36:37 04:36:37 #170 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:36:37 #170 DONE 0.5s 04:36:37 04:36:37 #171 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:36:37 #43 ... 04:36:37 04:36:37 #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:36:37 #0 5.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:37 #0 6.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:37 #0 8.400 OK: 266 MiB in 52 packages 04:36:37 #54 DONE 9.9s 04:36:37 04:36:37 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:37 #43 ... 04:36:37 04:36:37 #55 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:36:37 #0 5.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:37 #0 5.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:37 #0 8.171 OK: 266 MiB in 52 packages 04:36:37 #55 ... 04:36:37 04:36:37 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:37 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 5.7s 04:36:37 #171 ... 04:36:37 04:36:37 #172 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:36:37 #172 CACHED 04:36:37 04:36:37 #173 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:36:37 #173 CACHED 04:36:37 04:36:37 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:36:38 #174 ... 04:36:38 04:36:38 #161 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 04:36:38 #161 DONE 1.6s 04:36:38 04:36:38 #175 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:36:38 #175 DONE 1.1s 04:36:38 04:36:38 #176 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 04:36:38 #43 ... 04:36:38 04:36:38 #55 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:36:38 #55 DONE 11.6s 04:36:38 04:36:38 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:38 #43 ... 04:36:38 04:36:38 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:36:38 #0 6.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:38 #0 7.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:38 #0 9.013 OK: 266 MiB in 52 packages 04:36:38 #176 ... 04:36:38 04:36:38 #177 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:36:38 #177 DONE 1.1s 04:36:38 04:36:38 #178 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:36:38 #178 DONE 1.1s 04:36:38 04:36:38 #171 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:36:38 #171 DONE 1.1s 04:36:38 #56 ... 04:36:38 04:36:38 #57 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 04:36:38 #0 6.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:38 #0 7.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:38 #0 9.013 (1/2) Installing dumb-init (1.2.5-r2) 04:36:38 #0 9.013 (2/2) Installing su-exec (0.2-r3) 04:36:38 #0 9.013 Executing busybox-1.36.1-r7.trigger 04:36:38 #0 9.184 OK: 8 MiB in 17 packages 04:36:38 #57 ... 04:36:38 04:36:38 #56 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:36:38 #56 DONE 10.3s 04:36:38 04:36:38 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:38 #43 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 04:36:38 04:36:38 #179 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:36:38 #179 ... 04:36:38 04:36:38 #180 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:36:38 #180 DONE 1.4s 04:36:38 #43 ... 04:36:38 04:36:38 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:36:38 #0 9.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:38 04:36:38 #181 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:36:39 #58 ... 04:36:39 04:36:39 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:36:39 #59 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:39 #59 ... 04:36:39 04:36:39 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:39 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 7.0s 04:36:39 #43 ... 04:36:39 04:36:39 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:36:39 #60 ... 04:36:39 04:36:39 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:39 #43 ... 04:36:39 04:36:39 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:36:39 #61 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.2s done 04:36:39 #61 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 04:36:39 #61 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 04:36:39 #61 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 04:36:39 #61 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done 04:36:39 #61 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done 04:36:39 #61 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 04:36:39 #61 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.2s done 04:36:39 #61 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 16.10MB / 18.32MB 7.5s 04:36:39 #61 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done 04:36:39 #61 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 04:36:39 #61 ... 04:36:39 04:36:39 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:39 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.87MB / 28.04MB 7.7s 04:36:39 #43 ... 04:36:39 04:36:39 #57 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 04:36:39 #57 DONE 11.4s 04:36:39 04:36:39 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:39 #43 ... 04:36:39 04:36:39 #62 [security-spiffe-token-provider internal] load build context 04:36:39 #62 transferring context: 2.79MB 7.8s 04:36:40 #62 transferring context: 2.99MB 8.0s done 04:36:40 #62 ... 04:36:40 04:36:40 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:36:40 #63 ... 04:36:40 04:36:40 #64 [core-data internal] load build context 04:36:40 #64 transferring context: 2.99MB 7.8s done 04:36:40 #64 ... 04:36:40 04:36:40 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:40 #65 ... 04:36:40 04:36:40 #66 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:36:40 #66 ... 04:36:40 04:36:40 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:36:40 #67 ... 04:36:40 04:36:40 #68 [core-keeper internal] load build context 04:36:40 #68 transferring context: 2.99MB 6.8s done 04:36:40 #68 ... 04:36:40 04:36:40 #69 [support-notifications internal] load build context 04:36:40 #69 transferring context: 2.99MB 7.1s done 04:36:41 #69 DONE 10.9s 04:36:41 04:36:41 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:41 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 9.1s 04:36:41 #43 ... 04:36:41 04:36:41 #64 [core-data internal] load build context 04:36:41 #64 DONE 11.1s 04:36:41 04:36:41 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:41 #43 ... 04:36:41 04:36:41 #62 [security-spiffe-token-provider internal] load build context 04:36:41 #62 DONE 11.3s 04:36:41 04:36:41 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:41 #43 ... 04:36:41 04:36:41 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:36:41 #70 ... 04:36:41 04:36:41 #71 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:36:41 #71 ... 04:36:41 04:36:41 #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:42 #72 ... 04:36:42 04:36:42 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:42 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 10.0s 04:36:42 #43 ... 04:36:42 04:36:42 #73 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 04:36:42 #73 DONE 3.6s 04:36:42 04:36:42 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:42 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.98MB / 28.04MB 10.5s 04:36:42 #43 ... 04:36:42 04:36:42 #74 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:36:42 #74 DONE 4.4s 04:36:42 04:36:42 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:42 #43 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 10.6s done 04:36:43 #43 ... 04:36:43 04:36:43 #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:36:43 #75 DONE 5.2s 04:36:43 04:36:43 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:43 #65 DONE 13.0s 04:36:43 04:36:43 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:36:43 #181 ... 04:36:43 04:36:43 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:36:43 #174 DONE 5.5s 04:36:43 04:36:43 #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:36:44 #76 ... 04:36:44 04:36:44 #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:36:44 #41 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:44 #41 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:44 #41 14.18 (1/1) Installing dumb-init (1.2.5-r2) 04:36:44 #41 14.25 Executing busybox-1.36.1-r7.trigger 04:36:44 #41 14.34 OK: 8 MiB in 16 packages 04:36:44 #41 DONE 16.2s 04:36:44 04:36:44 #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:36:44 #77 ... 04:36:44 04:36:44 #59 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 04:36:44 #59 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:44 #59 13.37 (1/2) Installing ca-certificates (20240226-r0) 04:36:44 #59 13.68 (2/2) Installing dumb-init (1.2.5-r2) 04:36:44 #59 13.68 Executing busybox-1.36.1-r7.trigger 04:36:44 #59 13.73 Executing ca-certificates-20240226-r0.trigger 04:36:44 #59 14.54 OK: 9 MiB in 17 packages 04:36:44 #59 DONE 15.6s 04:36:44 04:36:44 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:36:44 #78 ... 04:36:44 04:36:44 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:36:44 #58 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:44 #58 12.62 (1/4) Installing ca-certificates (20240226-r0) 04:36:44 #58 12.77 (2/4) Installing dumb-init (1.2.5-r2) 04:36:44 #58 12.85 (3/4) Installing su-exec (0.2-r3) 04:36:44 #58 12.85 (4/4) Installing yq (4.33.3-r5) 04:36:44 #58 13.63 Executing busybox-1.36.1-r7.trigger 04:36:44 #58 13.71 Executing ca-certificates-20240226-r0.trigger 04:36:44 #58 14.48 OK: 18 MiB in 19 packages 04:36:44 #58 DONE 16.2s 04:36:45 04:36:45 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:36:46 #79 ... 04:36:46 04:36:46 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:36:46 #60 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:46 #60 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:46 #60 15.63 (1/4) Installing dumb-init (1.2.5-r2) 04:36:46 #60 15.65 (2/4) Installing openssl (3.1.6-r0) 04:36:46 #60 15.70 (3/4) Installing su-exec (0.2-r3) 04:36:46 #60 15.72 (4/4) Installing yq (4.33.3-r5) 04:36:46 #60 16.10 Executing busybox-1.36.1-r7.trigger 04:36:46 #60 16.16 OK: 18 MiB in 19 packages 04:36:46 #60 DONE 17.0s 04:36:46 04:36:46 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:36:46 #182 ... 04:36:46 04:36:46 #176 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 04:36:46 #176 DONE 8.8s 04:36:46 04:36:46 #183 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:36:48 #183 ... 04:36:48 04:36:48 #184 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:36:48 #184 ... 04:36:48 04:36:48 #185 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:36:48 #185 ... 04:36:48 04:36:48 #186 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 04:36:49 #80 ... 04:36:49 04:36:49 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:36:49 #67 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:49 #67 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:49 #67 15.56 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:36:49 #67 15.56 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:36:49 #67 15.56 OK: 19953 distinct packages available 04:36:49 #67 16.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:49 #67 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:49 #67 17.86 OK: 266 MiB in 52 packages 04:36:49 #67 DONE 18.5s 04:36:49 04:36:49 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:49 #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 04:36:49 #43 ... 04:36:49 04:36:49 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:36:49 #81 DONE 1.3s 04:36:49 04:36:49 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:36:49 #70 18.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:49 #70 ... 04:36:49 04:36:49 #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 04:36:50 #82 ... 04:36:50 04:36:50 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:36:50 #61 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 8.0s done 04:36:50 #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.2s 04:36:50 #61 ... 04:36:50 04:36:50 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:51 #43 ... 04:36:51 04:36:51 #66 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:36:51 #66 15.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:51 #66 16.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:51 #66 17.65 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:36:51 #66 17.65 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:36:51 #66 17.65 OK: 19946 distinct packages available 04:36:51 #66 18.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:51 #66 18.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:51 #66 20.44 (1/5) Installing dumb-init (1.2.5-r2) 04:36:51 #66 20.45 (2/5) Installing musl-obstack (1.2.3-r2) 04:36:51 #66 20.46 (3/5) Installing libucontext (1.2-r2) 04:36:51 #66 20.47 (4/5) Installing gcompat (1.1.0-r1) 04:36:51 #66 20.48 (5/5) Installing openssl (3.1.6-r0) 04:36:51 #66 20.51 Executing busybox-1.36.1-r7.trigger 04:36:51 #66 20.59 OK: 9 MiB in 20 packages 04:36:51 #66 DONE 21.3s 04:36:51 04:36:51 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:51 #43 ... 04:36:51 04:36:51 #68 [core-keeper internal] load build context 04:36:52 #68 ... 04:36:52 04:36:52 #72 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:52 #72 DONE 20.7s 04:36:52 04:36:52 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:52 #43 ... 04:36:52 04:36:52 #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:36:52 #83 ... 04:36:52 04:36:52 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:52 #43 ... 04:36:52 04:36:52 #84 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:36:52 #186 ... 04:36:52 04:36:52 #184 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:36:52 #184 DONE 14.2s 04:36:52 04:36:52 #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:36:52 #187 ... 04:36:52 04:36:52 #179 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:36:52 #179 DONE 14.4s 04:36:52 04:36:52 #185 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 04:36:52 #185 DONE 14.5s 04:36:52 04:36:52 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:36:52 #149 DONE 158.4s 04:36:52 04:36:52 #181 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:36:52 #181 DONE 14.4s 04:36:52 04:36:52 #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:36:53 #84 ... 04:36:53 04:36:53 #85 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:36:53 #188 ... 04:36:53 04:36:53 #183 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:36:53 #183 DONE 14.2s 04:36:53 04:36:53 #108 [security-spiffe-token-provider] exporting to image 04:36:53 #108 exporting layers 04:36:53 #85 ... 04:36:53 04:36:53 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:53 #108 ... 04:36:53 04:36:53 #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:36:53 #182 DONE 10.1s 04:36:53 04:36:53 #186 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 04:36:53 #186 DONE 4.9s 04:36:53 04:36:53 #108 [core-command] exporting to image 04:36:53 #108 ... 04:36:53 04:36:53 #187 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:36:53 #187 DONE 1.0s 04:36:53 04:36:53 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:36:53 #151 DONE 159.2s 04:36:53 04:36:53 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:36:53 #154 DONE 159.2s 04:36:53 04:36:53 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:36:53 #155 DONE 159.2s 04:36:53 04:36:53 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:36:53 #147 DONE 159.2s 04:36:53 04:36:53 #189 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:36:53 #189 DONE 0.9s 04:36:53 04:36:53 #108 [core-command] exporting to image 04:36:53 #108 exporting layers 0.6s done 04:36:53 #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.2s 04:36:53 #108 ... 04:36:53 04:36:53 #135 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:36:53 #135 DONE 159.4s 04:36:53 04:36:53 #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:36:53 #190 CACHED 04:36:53 04:36:53 #191 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:36:53 #191 CACHED 04:36:53 04:36:53 #108 [core-command] exporting to image 04:36:53 #108 exporting layers 0.4s done 04:36:53 #108 ... 04:36:53 04:36:53 #192 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:36:53 #192 CACHED 04:36:53 04:36:53 #193 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:36:53 #193 CACHED 04:36:54 04:36:54 #194 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:36:54 #194 DONE 1.1s 04:36:54 04:36:54 #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:36:54 #188 DONE 1.3s 04:36:54 04:36:54 #108 [security-spiffe-token-provider] exporting to image 04:36:54 #108 writing image sha256:cc9dff41dbe82d2643a1cb44651a74c1a1afa2d757c9db051f8478cad7e11026 done 04:36:54 #108 naming to docker.io/library/security-spiffe-token-provider done 04:36:54 #108 writing image sha256:524c79344b66d53a64a69632ec391a2c011bb04281b2b11bc7b134ef06c09347 04:36:54 #108 writing image sha256:524c79344b66d53a64a69632ec391a2c011bb04281b2b11bc7b134ef06c09347 0.4s done 04:36:54 #108 naming to docker.io/library/core-command 04:36:55 #108 naming to docker.io/library/core-command 0.3s done 04:36:55 #108 DONE 2.6s 04:36:55 04:36:55 #195 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:36:55 #195 DONE 1.4s 04:36:55 04:36:55 #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:36:55 #196 ... 04:36:55 04:36:55 #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:36:55 #197 DONE 0.9s 04:36:55 04:36:55 #198 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:36:55 #198 DONE 1.1s 04:36:55 04:36:55 #199 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:36:55 #199 DONE 1.5s 04:36:55 04:36:55 #200 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:36:55 #200 DONE 1.1s 04:36:55 04:36:55 #201 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:36:55 #201 DONE 1.1s 04:36:55 04:36:55 #202 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:36:55 #202 DONE 0.9s 04:36:55 04:36:55 #203 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:36:55 #203 DONE 1.1s 04:36:55 04:36:55 #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:55 #204 ... 04:36:55 04:36:55 #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:36:55 #196 DONE 0.5s 04:36:55 #43 ... 04:36:55 04:36:55 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:36:55 #63 18.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:55 #63 19.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:55 #63 21.00 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:36:55 #63 21.00 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:36:55 #63 21.00 OK: 19946 distinct packages available 04:36:55 #63 21.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:36:55 #63 21.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:36:55 #63 23.57 (1/4) Installing dumb-init (1.2.5-r2) 04:36:55 #63 23.58 (2/4) Installing musl-obstack (1.2.3-r2) 04:36:55 #63 23.60 (3/4) Installing libucontext (1.2-r2) 04:36:55 #63 23.61 (4/4) Installing gcompat (1.1.0-r1) 04:36:55 #63 23.68 Executing busybox-1.36.1-r7.trigger 04:36:55 #63 23.80 OK: 8 MiB in 19 packages 04:36:55 #63 DONE 25.1s 04:36:55 04:36:55 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:36:55 04:36:55 #205 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:36:55 #205 CACHED 04:36:55 04:36:55 #206 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:36:55 #206 CACHED 04:36:55 04:36:55 #207 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 04:36:55 #207 DONE 0.4s 04:36:55 04:36:55 #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:36:55 #208 DONE 0.5s 04:36:55 04:36:55 #209 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:36:55 #209 DONE 0.5s 04:36:55 04:36:55 #210 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:55 #210 DONE 1.8s 04:36:55 04:36:55 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:36:55 #211 DONE 0.5s 04:36:55 04:36:55 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:36:55 #212 DONE 0.5s 04:36:55 04:36:55 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:55 #213 DONE 1.4s 04:36:55 04:36:55 #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:36:55 #214 DONE 0.5s 04:36:55 04:36:55 #215 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:36:56 #215 DONE 0.8s 04:36:56 04:36:56 #216 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:36:56 #216 DONE 0.9s 04:36:56 04:36:56 #217 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 04:36:56 #217 DONE 0.9s 04:36:56 04:36:56 #218 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:36:56 #218 DONE 0.9s 04:36:56 04:36:56 #219 [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/ 04:36:56 #219 DONE 0.9s 04:36:56 04:36:56 #220 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:36:56 #220 DONE 0.9s 04:36:56 04:36:56 #221 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:36:56 #221 DONE 0.9s 04:36:56 04:36:56 #222 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:36:56 #222 DONE 0.2s 04:36:56 04:36:56 #223 [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/ 04:36:56 #223 DONE 0.2s 04:36:56 04:36:56 #224 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 04:36:56 #224 DONE 0.2s 04:36:56 04:36:56 #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:36:56 #225 DONE 0.3s 04:36:56 04:36:56 #108 [core-data] exporting to image 04:36:56 #108 writing image sha256:0cea8c6f160aaca3596c77a1d5fa33807b4169622766d05451217d5eaabfd06b done 04:36:56 #108 naming to docker.io/library/core-common-config-bootstrapper done 04:36:56 #108 writing image sha256:09dab1099b41ce275bfe210993ca55e8b4ad4ddf483d6cc704c6b66f19c95c66 04:36:56 #108 ... 04:36:56 04:36:56 #226 [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/ 04:36:56 #226 DONE 0.2s 04:36:56 04:36:56 #108 [security-proxy-auth] exporting to image 04:36:56 #108 writing image sha256:09dab1099b41ce275bfe210993ca55e8b4ad4ddf483d6cc704c6b66f19c95c66 0.1s done 04:36:56 #108 writing image sha256:2285c7ddf4821511809c7b56afc3b17c4c9c2f2e74b082d6aaf01a3a6293ab6c 0.0s done 04:36:56 #108 writing image sha256:3b89d13fe88d8df0e12d194e59863be9e9ffa63029de23a07ceb785cc942945a 0.1s done 04:36:56 #108 writing image sha256:272fd9b951a62bc57b591df9b8db268bf96a91da0b9e0a9b83ab1ea5d49517a5 0.0s done 04:36:56 #108 naming to docker.io/library/support-scheduler done 04:36:56 #108 naming to docker.io/library/core-keeper done 04:36:56 #108 naming to docker.io/library/core-metadata done 04:36:56 #108 naming to docker.io/library/security-proxy-auth done 04:36:56 #108 ... 04:36:56 04:36:56 #227 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 04:36:56 #227 DONE 0.1s 04:36:56 04:36:56 #228 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:56 #228 DONE 0.5s 04:36:56 04:36:56 #108 [security-secretstore-setup] exporting to image 04:36:56 #108 exporting layers 0.4s done 04:36:56 #108 ... 04:36:56 04:36:56 #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:36:56 #204 DONE 2.0s 04:36:56 04:36:56 #229 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:36:56 #229 DONE 0.1s 04:36:56 04:36:56 #108 [core-data] exporting to image 04:36:56 #108 writing image sha256:dbfb92a83dd5cd3c8450b463761861dcb1205051b1dbe5dd1e93e046e723151f 0.0s done 04:36:56 #108 naming to docker.io/library/support-cron-scheduler done 04:36:56 #108 writing image sha256:58dfbb0ac9f961b77b100c54445e8670f1443896c2d09fdaaeb0a197cc35ed18 done 04:36:56 #108 writing image sha256:8e7a30d23ed86f7b63fb9e5493a8da646a73744e81677def54327d291091be47 done 04:36:56 #108 naming to docker.io/library/support-notifications done 04:36:56 #108 naming to docker.io/library/core-data done 04:36:57 #108 exporting layers 0.3s done 04:36:57 #108 exporting layers 0.2s done 04:36:57 #108 writing image sha256:01ad8de3fb2be6e708c7cc749dc91247e818c7b16a95f9707706dfba828b4828 done 04:36:57 #108 naming to docker.io/library/security-secretstore-setup done 04:36:57 #108 writing image sha256:1c68423c18bdc5349dbd1e4648d77eb0398e6f49317460d7701486d35e22acf0 done 04:36:57 #108 naming to docker.io/library/security-proxy-setup done 04:36:57 #108 DONE 4.4s 04:36:57 04:36:57 #230 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 04:36:57 #230 DONE 0.5s 04:36:57 04:36:57 #108 [security-bootstrapper] exporting to image 04:36:57 #108 exporting layers 0.2s done 04:36:57 #108 writing image sha256:2ee3e09aaecf6f7e3028a3fc178aba4b364ed290d68144a24eff0b2102a88b50 done 04:36:57 #108 naming to docker.io/library/security-bootstrapper done 04:36:57 #108 DONE 4.6s 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:36:57 time="2024-08-12T04:32:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:36:57 $ docker stop --time=1 ff2d064bf78f80a0c8366c7cc9ea3814aea4e0f1be3a1cfcbc41914de7f6e0d8 04:36:58 $ docker rm -f --volumes ff2d064bf78f80a0c8366c7cc9ea3814aea4e0f1be3a1cfcbc41914de7f6e0d8 [Pipeline] // withDockerContainer [Pipeline] sh 04:36:59 + docker images 04:36:59 REPOSITORY TAG IMAGE ID CREATED SIZE 04:36:59 security-bootstrapper latest 2ee3e09aaecf 1 second ago 18.9MB 04:36:59 security-proxy-setup latest 1c68423c18bd 2 seconds ago 26.2MB 04:36:59 core-keeper latest 2285c7ddf482 2 seconds ago 39.4MB 04:36:59 support-cron-scheduler latest dbfb92a83dd5 2 seconds ago 42.7MB 04:36:59 core-metadata latest 3b89d13fe88d 2 seconds ago 39.7MB 04:36:59 core-data latest 8e7a30d23ed8 2 seconds ago 39.5MB 04:36:59 security-secretstore-setup latest 01ad8de3fb2b 2 seconds ago 37MB 04:36:59 support-notifications latest 58dfbb0ac9f9 2 seconds ago 42.4MB 04:36:59 support-scheduler latest 272fd9b951a6 3 seconds ago 41.8MB 04:36:59 core-common-config-bootstrapper latest 0cea8c6f160a 3 seconds ago 15.2MB 04:36:59 security-proxy-auth latest 09dab1099b41 3 seconds ago 33MB 04:36:59 core-command latest 524c79344b66 5 seconds ago 35.4MB 04:36:59 security-spiffe-token-provider latest cc9dff41dbe8 6 seconds ago 28.8MB 04:36:59 security-spire-server latest 631686e604c6 3 minutes ago 121MB 04:36:59 security-spire-agent latest eb95db722b80 3 minutes ago 182MB 04:36:59 security-spire-config latest 60b53ef45fe5 3 minutes ago 120MB 04:36:59 ci-base-image-x86_64 latest e580fbeabb40 7 minutes ago 970MB 04:36:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 04:36:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 04:36:59 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 04:36:59 provisioning config files... 04:36:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config16654787260406817202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:36:59 #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.2s 04:36:59 ---> ****-login.sh 04:36:59 nexus3.edgexfoundry.org:10001 04:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:36:59 Configure a credential helper to remove this warning. See 04:36:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:36:59 04:36:59 Login Succeeded 04:36:59 nexus3.edgexfoundry.org:10002 04:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:36:59 Configure a credential helper to remove this warning. See 04:36:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:36:59 04:36:59 Login Succeeded 04:36:59 nexus3.edgexfoundry.org:10003 04:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:36:59 Configure a credential helper to remove this warning. See 04:36:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:36:59 04:36:59 Login Succeeded 04:36:59 nexus3.edgexfoundry.org:10004 04:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:36:59 Configure a credential helper to remove this warning. See 04:36:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:36:59 04:36:59 Login Succeeded 04:36:59 ****.io 04:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:59 #43 ... 04:36:59 04:36:59 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:36:59 #86 ... 04:36:59 04:36:59 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:37:00 Configure a credential helper to remove this warning. See 04:37:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:37:00 04:37:00 Login Succeeded 04:37:00 ---> ****-login.sh ends [Pipeline] } 04:37:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:37:00 [edgeXDocker.push] Tagging docker image core-command with the following tags: 04:37:00 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:00 latest 04:37:00 3.2.0-dev.50 04:37:00 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:00 main 04:37:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:00 #43 ... 04:37:00 04:37:00 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:37:00 #70 19.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:00 #70 20.86 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 04:37:00 #70 20.86 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 04:37:00 #70 20.86 OK: 19946 distinct packages available 04:37:00 #70 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:00 #70 22.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:00 #70 26.55 (1/11) Installing ca-certificates (20240226-r0) 04:37:00 #70 27.08 (2/11) Installing brotli-libs (1.0.9-r14) 04:37:00 #70 27.24 (3/11) Installing libunistring (1.1-r1) 04:37:00 #70 27.51 (4/11) Installing libidn2 (2.3.4-r1) 04:37:00 #70 27.54 (5/11) Installing nghttp2-libs (1.57.0-r0) 04:37:00 #70 27.58 (6/11) Installing libcurl (8.9.0-r0) 04:37:00 #70 27.71 (7/11) Installing curl (8.9.0-r0) 04:37:00 #70 27.78 (8/11) Installing dumb-init (1.2.5-r2) 04:37:00 #70 27.87 (9/11) Installing musl-obstack (1.2.3-r2) 04:37:00 #70 27.88 (10/11) Installing libucontext (1.2-r2) 04:37:00 #70 27.93 (11/11) Installing gcompat (1.1.0-r1) 04:37:00 #70 28.01 Executing busybox-1.36.1-r7.trigger 04:37:00 #70 28.21 Executing ca-certificates-20240226-r0.trigger 04:37:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:00 #70 ... 04:37:00 04:37:00 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:37:00 #61 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 17.4s done 04:37:00 #61 ... 04:37:00 04:37:00 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:00 + docker push nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:37:00 23307afd6e7d: Preparing 04:37:00 341e383b53dd: Preparing 04:37:00 06833ad81c98: Preparing 04:37:00 a9dc6719a09e: Preparing 04:37:00 2074dc40c071: Preparing 04:37:00 8a632cd66ac5: Preparing 04:37:00 ce7f800efff9: Preparing 04:37:00 8a632cd66ac5: Waiting 04:37:00 ce7f800efff9: Waiting 04:37:00 2074dc40c071: Pushed 04:37:00 23307afd6e7d: Pushed 04:37:00 a9dc6719a09e: Pushed 04:37:00 06833ad81c98: Pushed 04:37:01 ce7f800efff9: Layer already exists 04:37:01 8a632cd66ac5: Pushed 04:37:01 #43 ... 04:37:01 04:37:01 #87 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 04:37:01 #0 7.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:01 #0 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:01 #87 ... 04:37:01 04:37:01 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:02 #43 ... 04:37:02 04:37:02 #88 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:37:02 #0 7.124 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:02 #0 9.154 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:02 #88 ... 04:37:02 04:37:02 #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 04:37:02 #82 14.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:02 #82 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:02 #82 20.88 OK: 8 MiB in 17 packages 04:37:02 #82 DONE 22.4s 04:37:02 04:37:02 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:03 341e383b53dd: Pushed 04:37:03 #43 ... 04:37:03 04:37:03 #71 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:37:03 #71 22.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:03 #71 23.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:03 #71 29.31 (1/1) Installing dumb-init (1.2.5-r2) 04:37:03 #71 29.39 Executing busybox-1.36.1-r7.trigger 04:37:03 #71 29.50 OK: 8 MiB in 16 packages 04:37:03 #71 DONE 31.2s 04:37:03 04:37:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:03 #43 ... 04:37:03 04:37:03 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:37:03 #70 29.70 OK: 13 MiB in 26 packages 04:37:03 #70 DONE 31.5s 04:37:03 04:37:03 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:03 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:03 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 04:37:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:37:03 23307afd6e7d: Preparing 04:37:03 341e383b53dd: Preparing 04:37:03 06833ad81c98: Preparing 04:37:03 a9dc6719a09e: Preparing 04:37:03 2074dc40c071: Preparing 04:37:03 8a632cd66ac5: Preparing 04:37:03 ce7f800efff9: Preparing 04:37:03 8a632cd66ac5: Waiting 04:37:03 ce7f800efff9: Waiting 04:37:03 a9dc6719a09e: Layer already exists 04:37:03 341e383b53dd: Layer already exists 04:37:03 23307afd6e7d: Layer already exists 04:37:03 06833ad81c98: Layer already exists 04:37:03 2074dc40c071: Layer already exists 04:37:03 ce7f800efff9: Layer already exists 04:37:03 8a632cd66ac5: Layer already exists 04:37:03 latest: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:04 #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.5s 04:37:04 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.50 04:37:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:37:04 23307afd6e7d: Preparing 04:37:04 341e383b53dd: Preparing 04:37:04 06833ad81c98: Preparing 04:37:04 a9dc6719a09e: Preparing 04:37:04 2074dc40c071: Preparing 04:37:04 8a632cd66ac5: Preparing 04:37:04 ce7f800efff9: Preparing 04:37:04 8a632cd66ac5: Waiting 04:37:04 ce7f800efff9: Waiting 04:37:04 23307afd6e7d: Layer already exists 04:37:04 2074dc40c071: Layer already exists 04:37:04 a9dc6719a09e: Layer already exists 04:37:04 341e383b53dd: Layer already exists 04:37:04 06833ad81c98: Layer already exists 04:37:04 ce7f800efff9: Layer already exists 04:37:04 8a632cd66ac5: Layer already exists 04:37:04 3.2.0-dev.50: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:05 #43 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.4s done 04:37:05 + docker push nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:37:05 23307afd6e7d: Preparing 04:37:05 341e383b53dd: Preparing 04:37:05 06833ad81c98: Preparing 04:37:05 a9dc6719a09e: Preparing 04:37:05 2074dc40c071: Preparing 04:37:05 8a632cd66ac5: Preparing 04:37:05 ce7f800efff9: Preparing 04:37:05 ce7f800efff9: Waiting 04:37:05 8a632cd66ac5: Waiting 04:37:05 341e383b53dd: Layer already exists 04:37:05 23307afd6e7d: Layer already exists 04:37:05 2074dc40c071: Layer already exists 04:37:05 06833ad81c98: Layer already exists 04:37:05 a9dc6719a09e: Layer already exists 04:37:05 8a632cd66ac5: Layer already exists 04:37:05 ce7f800efff9: Layer already exists 04:37:05 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:05 #43 ... 04:37:05 04:37:05 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:37:05 #0 5.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:05 #0 8.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:05 #89 ... 04:37:05 04:37:05 #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:37:05 #77 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:05 #77 12.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:05 #77 19.20 OK: 8 MiB in 16 packages 04:37:05 #77 ... 04:37:05 04:37:05 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 04:37:05 #43 DONE 36.6s 04:37:05 04:37:05 #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:37:05 #77 ... 04:37:05 04:37:05 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:37:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:05 #90 ... 04:37:05 04:37:05 #77 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 04:37:05 #77 DONE 22.3s 04:37:05 04:37:05 #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:37:05 + docker push nexus3.edgexfoundry.org:10004/core-command:main 04:37:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:37:05 23307afd6e7d: Preparing 04:37:05 341e383b53dd: Preparing 04:37:05 06833ad81c98: Preparing 04:37:05 a9dc6719a09e: Preparing 04:37:05 2074dc40c071: Preparing 04:37:05 8a632cd66ac5: Preparing 04:37:05 ce7f800efff9: Preparing 04:37:05 8a632cd66ac5: Waiting 04:37:05 ce7f800efff9: Waiting 04:37:05 23307afd6e7d: Layer already exists 04:37:05 a9dc6719a09e: Layer already exists 04:37:05 341e383b53dd: Layer already exists 04:37:05 2074dc40c071: Layer already exists 04:37:05 06833ad81c98: Layer already exists 04:37:05 8a632cd66ac5: Layer already exists 04:37:05 ce7f800efff9: Layer already exists 04:37:05 main: digest: sha256:f4e06fed1e88b8a204698b5e5f5a14c9fe313516ab0eeaf9e2a8cd34a4e545d2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:05 ===================================================== [Pipeline] echo 04:37:05 taggedImages: 04:37:05 - nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:05 - nexus3.edgexfoundry.org:10004/core-command:latest 04:37:05 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.50 04:37:05 - nexus3.edgexfoundry.org:10004/core-command:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:05 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 04:37:05 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 04:37:05 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:05 latest 04:37:05 3.2.0-dev.50 04:37:05 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:05 main 04:37:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:37:06 bfbc8c2df44f: Preparing 04:37:06 8e7d56500e60: Preparing 04:37:06 1f8f10e5daad: Preparing 04:37:06 e078d6c90c9e: Preparing 04:37:06 06833ad81c98: Preparing 04:37:06 a9dc6719a09e: Preparing 04:37:06 2074dc40c071: Preparing 04:37:06 8a632cd66ac5: Preparing 04:37:06 ce7f800efff9: Preparing 04:37:06 a9dc6719a09e: Waiting 04:37:06 2074dc40c071: Waiting 04:37:06 ce7f800efff9: Waiting 04:37:06 8a632cd66ac5: Waiting 04:37:06 06833ad81c98: Layer already exists 04:37:06 a9dc6719a09e: Layer already exists 04:37:06 2074dc40c071: Layer already exists 04:37:06 8a632cd66ac5: Layer already exists 04:37:06 ce7f800efff9: Layer already exists 04:37:06 bfbc8c2df44f: Pushed 04:37:06 8e7d56500e60: Pushed 04:37:06 1f8f10e5daad: Pushed 04:37:06 #91 ... 04:37:06 04:37:06 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:37:06 #76 13.47 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:06 #76 15.78 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:06 #76 22.87 OK: 266 MiB in 52 packages 04:37:06 #76 ... 04:37:06 04:37:06 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:37:06 #78 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:06 #78 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:06 #78 21.27 OK: 9 MiB in 17 packages 04:37:07 #78 ... 04:37:07 04:37:07 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:37:07 #80 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:07 #80 13.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:07 #80 20.13 OK: 18 MiB in 19 packages 04:37:07 #80 ... 04:37:07 04:37:07 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:37:07 #79 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:07 #79 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:07 #79 21.76 OK: 18 MiB in 19 packages 04:37:07 #79 ... 04:37:07 04:37:07 #78 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:37:07 #78 DONE 22.8s 04:37:07 04:37:07 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:37:07 #76 DONE 24.4s 04:37:07 04:37:07 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:37:07 e078d6c90c9e: Pushed 04:37:07 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:07 + 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 04:37:08 #92 ... 04:37:08 04:37:08 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:37:08 #80 DONE 21.6s 04:37:08 04:37:08 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:37:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:37:08 bfbc8c2df44f: Preparing 04:37:08 8e7d56500e60: Preparing 04:37:08 1f8f10e5daad: Preparing 04:37:08 e078d6c90c9e: Preparing 04:37:08 06833ad81c98: Preparing 04:37:08 a9dc6719a09e: Preparing 04:37:08 2074dc40c071: Preparing 04:37:08 8a632cd66ac5: Preparing 04:37:08 ce7f800efff9: Preparing 04:37:08 8a632cd66ac5: Waiting 04:37:08 ce7f800efff9: Waiting 04:37:08 2074dc40c071: Waiting 04:37:08 1f8f10e5daad: Layer already exists 04:37:08 06833ad81c98: Layer already exists 04:37:08 8e7d56500e60: Layer already exists 04:37:08 e078d6c90c9e: Layer already exists 04:37:08 bfbc8c2df44f: Layer already exists 04:37:08 a9dc6719a09e: Layer already exists 04:37:08 ce7f800efff9: Layer already exists 04:37:08 8a632cd66ac5: Layer already exists 04:37:08 2074dc40c071: Layer already exists 04:37:08 latest: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:08 #93 ... 04:37:08 04:37:08 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:37:08 #79 DONE 23.5s 04:37:08 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:08 04:37:08 #94 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:37:08 #94 DONE 6.2s 04:37:08 04:37:08 #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:37:08 #91 4.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:08 #91 ... 04:37:08 04:37:08 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:37:08 #93 DONE 1.0s 04:37:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.50 04:37:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:37:08 bfbc8c2df44f: Preparing 04:37:08 8e7d56500e60: Preparing 04:37:08 1f8f10e5daad: Preparing 04:37:08 e078d6c90c9e: Preparing 04:37:08 06833ad81c98: Preparing 04:37:08 a9dc6719a09e: Preparing 04:37:08 2074dc40c071: Preparing 04:37:08 8a632cd66ac5: Preparing 04:37:08 ce7f800efff9: Preparing 04:37:08 8a632cd66ac5: Waiting 04:37:08 ce7f800efff9: Waiting 04:37:08 a9dc6719a09e: Waiting 04:37:08 2074dc40c071: Waiting 04:37:08 06833ad81c98: Layer already exists 04:37:08 8e7d56500e60: Layer already exists 04:37:08 1f8f10e5daad: Layer already exists 04:37:08 e078d6c90c9e: Layer already exists 04:37:08 bfbc8c2df44f: Layer already exists 04:37:08 a9dc6719a09e: Layer already exists 04:37:08 2074dc40c071: Layer already exists 04:37:08 8a632cd66ac5: Layer already exists 04:37:08 ce7f800efff9: Layer already exists 04:37:08 3.2.0-dev.50: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:08 04:37:08 #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 04:37:08 #95 DONE 0.2s 04:37:08 04:37:08 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 04:37:08 #61 ... 04:37:08 04:37:08 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:37:08 #92 DONE 1.6s 04:37:08 04:37:08 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:37:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:37:09 bfbc8c2df44f: Preparing 04:37:09 8e7d56500e60: Preparing 04:37:09 1f8f10e5daad: Preparing 04:37:09 e078d6c90c9e: Preparing 04:37:09 06833ad81c98: Preparing 04:37:09 a9dc6719a09e: Preparing 04:37:09 2074dc40c071: Preparing 04:37:09 8a632cd66ac5: Preparing 04:37:09 ce7f800efff9: Preparing 04:37:09 a9dc6719a09e: Waiting 04:37:09 8a632cd66ac5: Waiting 04:37:09 2074dc40c071: Waiting 04:37:09 ce7f800efff9: Waiting 04:37:09 1f8f10e5daad: Layer already exists 04:37:09 bfbc8c2df44f: Layer already exists 04:37:09 8e7d56500e60: Layer already exists 04:37:09 e078d6c90c9e: Layer already exists 04:37:09 06833ad81c98: Layer already exists 04:37:09 2074dc40c071: Layer already exists 04:37:09 a9dc6719a09e: Layer already exists 04:37:09 8a632cd66ac5: Layer already exists 04:37:09 ce7f800efff9: Layer already exists 04:37:09 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:09 + 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 04:37:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:37:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:37:10 bfbc8c2df44f: Preparing 04:37:10 8e7d56500e60: Preparing 04:37:10 1f8f10e5daad: Preparing 04:37:10 e078d6c90c9e: Preparing 04:37:10 06833ad81c98: Preparing 04:37:10 a9dc6719a09e: Preparing 04:37:10 2074dc40c071: Preparing 04:37:10 8a632cd66ac5: Preparing 04:37:10 ce7f800efff9: Preparing 04:37:10 a9dc6719a09e: Waiting 04:37:10 2074dc40c071: Waiting 04:37:10 8a632cd66ac5: Waiting 04:37:10 ce7f800efff9: Waiting 04:37:10 1f8f10e5daad: Layer already exists 04:37:10 8e7d56500e60: Layer already exists 04:37:10 06833ad81c98: Layer already exists 04:37:10 bfbc8c2df44f: Layer already exists 04:37:10 e078d6c90c9e: Layer already exists 04:37:10 8a632cd66ac5: Layer already exists 04:37:10 ce7f800efff9: Layer already exists 04:37:10 a9dc6719a09e: Layer already exists 04:37:10 2074dc40c071: Layer already exists 04:37:10 main: digest: sha256:41b1b0150d4d10c2517ae6757eeeaf4c792104a8d21b36d2ada01ddf45b5460b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:10 ===================================================== [Pipeline] echo 04:37:10 taggedImages: 04:37:10 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:10 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:37:10 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.50 04:37:10 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:10 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 04:37:10 [edgeXDocker.push] Tagging docker image core-data with the following tags: 04:37:10 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:10 latest 04:37:10 3.2.0-dev.50 04:37:10 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:10 main 04:37:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:10 #96 ... 04:37:10 04:37:10 #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 04:37:10 #87 18.02 OK: 9 MiB in 20 packages 04:37:10 #87 DONE 19.2s 04:37:10 04:37:10 #88 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:37:10 #88 17.78 (1/1) Installing dumb-init (1.2.5-r2) 04:37:10 #88 18.34 Executing busybox-1.36.1-r7.trigger 04:37:10 #88 18.43 OK: 8 MiB in 16 packages 04:37:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:11 + docker push nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:37:11 86aa3423eae6: Preparing 04:37:11 fcae832a1fd2: Preparing 04:37:11 06833ad81c98: Preparing 04:37:11 a9dc6719a09e: Preparing 04:37:11 fe930f21e7af: Preparing 04:37:11 f5c6c35d8cc3: Preparing 04:37:11 ce7f800efff9: Preparing 04:37:11 f5c6c35d8cc3: Waiting 04:37:11 ce7f800efff9: Waiting 04:37:11 06833ad81c98: Layer already exists 04:37:11 a9dc6719a09e: Layer already exists 04:37:11 ce7f800efff9: Layer already exists 04:37:11 fe930f21e7af: Pushed 04:37:11 86aa3423eae6: Pushed 04:37:11 f5c6c35d8cc3: Pushed 04:37:11 #88 ... 04:37:11 04:37:11 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:37:11 #89 15.29 OK: 8 MiB in 19 packages 04:37:11 #89 DONE 16.1s 04:37:11 04:37:11 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:37:12 #97 ... 04:37:12 04:37:12 #88 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:37:12 #88 DONE 19.8s 04:37:12 04:37:12 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:37:12 #90 6.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 04:37:12 #90 7.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:12 #90 ... 04:37:12 04:37:12 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:37:12 #98 DONE 2.1s 04:37:12 04:37:12 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:37:13 #99 ... 04:37:13 04:37:13 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:37:13 #100 DONE 2.9s 04:37:13 04:37:13 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:37:13 #97 DONE 2.0s 04:37:13 04:37:13 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:37:13 #101 ... 04:37:13 04:37:13 #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:37:13 #102 DONE 0.2s 04:37:13 fcae832a1fd2: Pushed 04:37:13 04:37:13 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:37:13 #101 DONE 0.3s 04:37:13 04:37:13 #103 [security-spire-server stage-2 6/9] COPY security.txt / 04:37:13 #103 ... 04:37:13 04:37:13 #104 [security-spire-config stage-2 6/10] COPY security.txt / 04:37:13 #104 DONE 0.2s 04:37:13 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:14 04:37:14 #103 [security-spire-server stage-2 6/9] COPY security.txt / 04:37:14 #103 DONE 0.3s 04:37:14 04:37:14 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:37:14 #105 ... 04:37:14 04:37:14 #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:37:14 #91 6.746 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 04:37:14 #91 10.36 OK: 8 MiB in 16 packages 04:37:14 #91 DONE 11.2s 04:37:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:14 04:37:14 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:37:14 #106 ... 04:37:14 04:37:14 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:37:14 #90 10.66 OK: 13 MiB in 26 packages 04:37:14 #90 DONE 11.5s 04:37:14 04:37:14 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:37:14 #105 DONE 0.5s 04:37:14 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 04:37:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:37:14 86aa3423eae6: Preparing 04:37:14 fcae832a1fd2: Preparing 04:37:14 06833ad81c98: Preparing 04:37:14 a9dc6719a09e: Preparing 04:37:14 fe930f21e7af: Preparing 04:37:14 f5c6c35d8cc3: Preparing 04:37:14 ce7f800efff9: Preparing 04:37:14 f5c6c35d8cc3: Waiting 04:37:14 ce7f800efff9: Waiting 04:37:14 a9dc6719a09e: Layer already exists 04:37:14 fe930f21e7af: Layer already exists 04:37:14 06833ad81c98: Layer already exists 04:37:14 fcae832a1fd2: Layer already exists 04:37:14 86aa3423eae6: Layer already exists 04:37:14 f5c6c35d8cc3: Layer already exists 04:37:14 ce7f800efff9: Layer already exists 04:37:14 latest: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:14 04:37:14 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:37:14 #106 DONE 0.5s 04:37:14 04:37:14 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:37:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:14 #107 ... 04:37:14 04:37:14 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:37:14 #108 DONE 0.5s 04:37:15 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.50 04:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:37:15 86aa3423eae6: Preparing 04:37:15 fcae832a1fd2: Preparing 04:37:15 06833ad81c98: Preparing 04:37:15 a9dc6719a09e: Preparing 04:37:15 fe930f21e7af: Preparing 04:37:15 f5c6c35d8cc3: Preparing 04:37:15 ce7f800efff9: Preparing 04:37:15 f5c6c35d8cc3: Waiting 04:37:15 ce7f800efff9: Waiting 04:37:15 06833ad81c98: Layer already exists 04:37:15 fe930f21e7af: Layer already exists 04:37:15 fcae832a1fd2: Layer already exists 04:37:15 a9dc6719a09e: Layer already exists 04:37:15 86aa3423eae6: Layer already exists 04:37:15 f5c6c35d8cc3: Layer already exists 04:37:15 ce7f800efff9: Layer already exists 04:37:15 3.2.0-dev.50: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:15 04:37:15 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:37:15 #109 ... 04:37:15 04:37:15 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:37:15 #107 DONE 0.6s 04:37:15 04:37:15 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:37:15 #99 DONE 2.6s 04:37:15 04:37:15 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:37:15 #109 DONE 0.4s 04:37:15 04:37:15 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:37:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:15 #110 DONE 0.2s 04:37:15 04:37:15 #111 [security-spire-config] exporting to image 04:37:15 #111 exporting layers 04:37:15 #111 ... 04:37:15 04:37:15 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:37:15 #112 DONE 0.4s 04:37:15 04:37:15 #111 [security-spire-server] exporting to image 04:37:15 + docker push nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:37:15 86aa3423eae6: Preparing 04:37:15 fcae832a1fd2: Preparing 04:37:15 06833ad81c98: Preparing 04:37:15 a9dc6719a09e: Preparing 04:37:15 fe930f21e7af: Preparing 04:37:15 f5c6c35d8cc3: Preparing 04:37:15 ce7f800efff9: Preparing 04:37:15 ce7f800efff9: Waiting 04:37:15 f5c6c35d8cc3: Waiting 04:37:15 a9dc6719a09e: Layer already exists 04:37:15 fcae832a1fd2: Layer already exists 04:37:15 06833ad81c98: Layer already exists 04:37:15 fe930f21e7af: Layer already exists 04:37:15 86aa3423eae6: Layer already exists 04:37:15 ce7f800efff9: Layer already exists 04:37:15 f5c6c35d8cc3: Layer already exists 04:37:15 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 04:37:15 #111 ... 04:37:15 04:37:15 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 04:37:15 #113 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:15 04:37:15 #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:37:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:16 #114 DONE 0.3s 04:37:16 04:37:16 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:37:16 + docker push nexus3.edgexfoundry.org:10004/core-data:main 04:37:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:37:16 86aa3423eae6: Preparing 04:37:16 fcae832a1fd2: Preparing 04:37:16 06833ad81c98: Preparing 04:37:16 a9dc6719a09e: Preparing 04:37:16 fe930f21e7af: Preparing 04:37:16 f5c6c35d8cc3: Preparing 04:37:16 ce7f800efff9: Preparing 04:37:16 f5c6c35d8cc3: Waiting 04:37:16 ce7f800efff9: Waiting 04:37:16 fcae832a1fd2: Layer already exists 04:37:16 fe930f21e7af: Layer already exists 04:37:16 06833ad81c98: Layer already exists 04:37:16 a9dc6719a09e: Layer already exists 04:37:16 86aa3423eae6: Layer already exists 04:37:16 ce7f800efff9: Layer already exists 04:37:16 f5c6c35d8cc3: Layer already exists 04:37:16 main: digest: sha256:14c11b64b3ea634c1616dc4db1e3d211ab49145386eb9ad0d1dd2a679fcf3815 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:16 ===================================================== [Pipeline] echo 04:37:16 taggedImages: 04:37:16 - nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:16 - nexus3.edgexfoundry.org:10004/core-data:latest 04:37:16 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.50 04:37:16 - nexus3.edgexfoundry.org:10004/core-data:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:16 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 04:37:16 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 04:37:16 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:16 latest 04:37:16 3.2.0-dev.50 04:37:16 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:16 main 04:37:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 04:37:16 #115 DONE 0.2s 04:37:16 04:37:16 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:37:16 #116 DONE 0.2s 04:37:16 04:37:16 #111 [security-spire-server] exporting to image [Pipeline] sh 04:37:16 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:37:17 ac478dcb027a: Preparing 04:37:17 7fa388cfcfb2: Preparing 04:37:17 a9dc6719a09e: Preparing 04:37:17 e5f65f66df90: Preparing 04:37:17 2565bfb2c042: Preparing 04:37:17 ce7f800efff9: Preparing 04:37:17 ce7f800efff9: Waiting 04:37:17 a9dc6719a09e: Layer already exists 04:37:17 ce7f800efff9: Layer already exists 04:37:17 2565bfb2c042: Pushed 04:37:17 e5f65f66df90: Pushed 04:37:17 ac478dcb027a: Pushed 04:37:18 #111 exporting layers 2.7s done 04:37:18 #111 writing image sha256:43a72a667bdeeeb0f2117d1a899437c4bbdf9c814351fd26578049f31a06ce49 0.0s done 04:37:18 #111 naming to docker.io/library/security-spire-config-arm64 done 04:37:18 #111 exporting layers 2.6s done 04:37:18 #111 writing image sha256:4d0a448995f99ed37a5f08dc8ae11d7b52fc21a145138a0367fec79dff7cf9da done 04:37:18 #111 naming to docker.io/library/security-spire-server-arm64 done 04:37:18 #111 exporting layers 1.9s done 04:37:18 #111 writing image sha256:f210a17fd38cdb2351fcdafb35ed73321714002a0d93aa2f105ce44ad2cae56c done 04:37:18 #111 naming to docker.io/library/security-spire-agent-arm64 done 04:37:18 #111 DONE 3.2s 04:37:18 04:37:18 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:37:19 7fa388cfcfb2: Pushed 04:37:19 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 04:37:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:37:20 ac478dcb027a: Preparing 04:37:20 7fa388cfcfb2: Preparing 04:37:20 a9dc6719a09e: Preparing 04:37:20 e5f65f66df90: Preparing 04:37:20 2565bfb2c042: Preparing 04:37:20 ce7f800efff9: Preparing 04:37:20 ce7f800efff9: Waiting 04:37:20 a9dc6719a09e: Layer already exists 04:37:20 ac478dcb027a: Layer already exists 04:37:20 e5f65f66df90: Layer already exists 04:37:20 2565bfb2c042: Layer already exists 04:37:20 7fa388cfcfb2: Layer already exists 04:37:20 ce7f800efff9: Layer already exists 04:37:20 latest: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.50 04:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:37:21 ac478dcb027a: Preparing 04:37:21 7fa388cfcfb2: Preparing 04:37:21 a9dc6719a09e: Preparing 04:37:21 e5f65f66df90: Preparing 04:37:21 2565bfb2c042: Preparing 04:37:21 ce7f800efff9: Preparing 04:37:21 ce7f800efff9: Waiting 04:37:21 2565bfb2c042: Layer already exists 04:37:21 a9dc6719a09e: Layer already exists 04:37:21 7fa388cfcfb2: Layer already exists 04:37:21 ac478dcb027a: Layer already exists 04:37:21 e5f65f66df90: Layer already exists 04:37:21 ce7f800efff9: Layer already exists 04:37:21 3.2.0-dev.50: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:37:21 ac478dcb027a: Preparing 04:37:21 7fa388cfcfb2: Preparing 04:37:21 a9dc6719a09e: Preparing 04:37:21 e5f65f66df90: Preparing 04:37:21 2565bfb2c042: Preparing 04:37:21 ce7f800efff9: Preparing 04:37:21 ac478dcb027a: Layer already exists 04:37:21 e5f65f66df90: Layer already exists 04:37:21 a9dc6719a09e: Layer already exists 04:37:21 7fa388cfcfb2: Layer already exists 04:37:21 2565bfb2c042: Layer already exists 04:37:21 ce7f800efff9: Layer already exists 04:37:21 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 04:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:37:22 ac478dcb027a: Preparing 04:37:22 7fa388cfcfb2: Preparing 04:37:22 a9dc6719a09e: Preparing 04:37:22 e5f65f66df90: Preparing 04:37:22 2565bfb2c042: Preparing 04:37:22 ce7f800efff9: Preparing 04:37:22 ce7f800efff9: Waiting 04:37:22 ac478dcb027a: Layer already exists 04:37:22 7fa388cfcfb2: Layer already exists 04:37:22 a9dc6719a09e: Layer already exists 04:37:22 e5f65f66df90: Layer already exists 04:37:22 2565bfb2c042: Layer already exists 04:37:22 ce7f800efff9: Layer already exists 04:37:22 main: digest: sha256:aa68e7e0778235999031c32e2a7b159a9eb310170d46c015c071c330172b8832 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:22 ===================================================== [Pipeline] echo 04:37:22 taggedImages: 04:37:22 - nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:22 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:37:22 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.50 04:37:22 - nexus3.edgexfoundry.org:10004/core-keeper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:22 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 04:37:22 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 04:37:22 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:22 latest 04:37:22 3.2.0-dev.50 04:37:22 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:22 main 04:37:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:22 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:37:23 93f03629f8f8: Preparing 04:37:23 d12151327032: Preparing 04:37:23 b5e19da89285: Preparing 04:37:23 06833ad81c98: Preparing 04:37:23 a9dc6719a09e: Preparing 04:37:23 2074dc40c071: Preparing 04:37:23 8a632cd66ac5: Preparing 04:37:23 ce7f800efff9: Preparing 04:37:23 8a632cd66ac5: Waiting 04:37:23 2074dc40c071: Waiting 04:37:23 ce7f800efff9: Waiting 04:37:23 a9dc6719a09e: Layer already exists 04:37:23 06833ad81c98: Layer already exists 04:37:23 8a632cd66ac5: Layer already exists 04:37:23 2074dc40c071: Layer already exists 04:37:23 ce7f800efff9: Layer already exists 04:37:23 d12151327032: Pushed 04:37:23 93f03629f8f8: Pushed 04:37:26 b5e19da89285: Pushed 04:37:26 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 04:37:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:37:27 93f03629f8f8: Preparing 04:37:27 d12151327032: Preparing 04:37:27 b5e19da89285: Preparing 04:37:27 06833ad81c98: Preparing 04:37:27 a9dc6719a09e: Preparing 04:37:27 2074dc40c071: Preparing 04:37:27 8a632cd66ac5: Preparing 04:37:27 ce7f800efff9: Preparing 04:37:27 2074dc40c071: Waiting 04:37:27 8a632cd66ac5: Waiting 04:37:27 ce7f800efff9: Waiting 04:37:27 06833ad81c98: Layer already exists 04:37:27 b5e19da89285: Layer already exists 04:37:27 a9dc6719a09e: Layer already exists 04:37:27 d12151327032: Layer already exists 04:37:27 93f03629f8f8: Layer already exists 04:37:27 8a632cd66ac5: Layer already exists 04:37:27 ce7f800efff9: Layer already exists 04:37:27 2074dc40c071: Layer already exists 04:37:27 latest: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.50 04:37:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:37:27 93f03629f8f8: Preparing 04:37:27 d12151327032: Preparing 04:37:27 b5e19da89285: Preparing 04:37:27 06833ad81c98: Preparing 04:37:27 a9dc6719a09e: Preparing 04:37:27 2074dc40c071: Preparing 04:37:27 8a632cd66ac5: Preparing 04:37:27 ce7f800efff9: Preparing 04:37:27 ce7f800efff9: Waiting 04:37:27 8a632cd66ac5: Waiting 04:37:27 2074dc40c071: Waiting 04:37:27 06833ad81c98: Layer already exists 04:37:27 d12151327032: Layer already exists 04:37:27 a9dc6719a09e: Layer already exists 04:37:27 93f03629f8f8: Layer already exists 04:37:27 b5e19da89285: Layer already exists 04:37:27 2074dc40c071: Layer already exists 04:37:27 ce7f800efff9: Layer already exists 04:37:27 8a632cd66ac5: Layer already exists 04:37:27 3.2.0-dev.50: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:37:28 93f03629f8f8: Preparing 04:37:28 d12151327032: Preparing 04:37:28 b5e19da89285: Preparing 04:37:28 06833ad81c98: Preparing 04:37:28 a9dc6719a09e: Preparing 04:37:28 2074dc40c071: Preparing 04:37:28 8a632cd66ac5: Preparing 04:37:28 ce7f800efff9: Preparing 04:37:28 2074dc40c071: Waiting 04:37:28 8a632cd66ac5: Waiting 04:37:28 ce7f800efff9: Waiting 04:37:28 93f03629f8f8: Layer already exists 04:37:28 b5e19da89285: Layer already exists 04:37:28 d12151327032: Layer already exists 04:37:28 a9dc6719a09e: Layer already exists 04:37:28 06833ad81c98: Layer already exists 04:37:28 8a632cd66ac5: Layer already exists 04:37:28 2074dc40c071: Layer already exists 04:37:28 ce7f800efff9: Layer already exists 04:37:28 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 04:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:37:29 93f03629f8f8: Preparing 04:37:29 d12151327032: Preparing 04:37:29 b5e19da89285: Preparing 04:37:29 06833ad81c98: Preparing 04:37:29 a9dc6719a09e: Preparing 04:37:29 2074dc40c071: Preparing 04:37:29 8a632cd66ac5: Preparing 04:37:29 ce7f800efff9: Preparing 04:37:29 8a632cd66ac5: Waiting 04:37:29 2074dc40c071: Waiting 04:37:29 ce7f800efff9: Waiting 04:37:29 a9dc6719a09e: Layer already exists 04:37:29 06833ad81c98: Layer already exists 04:37:29 93f03629f8f8: Layer already exists 04:37:29 d12151327032: Layer already exists 04:37:29 b5e19da89285: Layer already exists 04:37:29 2074dc40c071: Layer already exists 04:37:29 8a632cd66ac5: Layer already exists 04:37:29 ce7f800efff9: Layer already exists 04:37:29 main: digest: sha256:d0ace2b2f845d6254a4f4078f0df6bad5d99109fe1ed7f9b7939bc9dbe499ffe size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:29 ===================================================== [Pipeline] echo 04:37:29 taggedImages: 04:37:29 - nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:29 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:37:29 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.50 04:37:29 - nexus3.edgexfoundry.org:10004/core-metadata:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:29 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 04:37:29 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 04:37:29 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:29 latest 04:37:29 3.2.0-dev.50 04:37:29 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:29 main 04:37:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:37:29 a90aad0ecc11: Preparing 04:37:29 ccb9a48b0700: Preparing 04:37:29 153e93d95e23: Preparing 04:37:29 6e8bbe465b21: Preparing 04:37:29 d5dfd3cb6168: Preparing 04:37:29 3c7400611f66: Preparing 04:37:29 856f00b3694d: Preparing 04:37:29 f9b101f2434e: Preparing 04:37:29 06833ad81c98: Preparing 04:37:29 a9dc6719a09e: Preparing 04:37:29 7c91a51a918a: Preparing 04:37:29 74385b6333e0: Preparing 04:37:29 5f70bf18a086: Preparing 04:37:29 6abe6ce40851: Preparing 04:37:29 0e5db7e23b40: Preparing 04:37:29 30762e6897c7: Preparing 04:37:29 ce7f800efff9: Preparing 04:37:29 06833ad81c98: Waiting 04:37:29 a9dc6719a09e: Waiting 04:37:29 7c91a51a918a: Waiting 04:37:29 74385b6333e0: Waiting 04:37:29 5f70bf18a086: Waiting 04:37:29 30762e6897c7: Waiting 04:37:29 ce7f800efff9: Waiting 04:37:29 6abe6ce40851: Waiting 04:37:29 0e5db7e23b40: Waiting 04:37:29 856f00b3694d: Waiting 04:37:29 f9b101f2434e: Waiting 04:37:29 3c7400611f66: Waiting 04:37:29 153e93d95e23: Pushed 04:37:29 ccb9a48b0700: Pushed 04:37:29 a90aad0ecc11: Pushed 04:37:29 d5dfd3cb6168: Pushed 04:37:29 6e8bbe465b21: Pushed 04:37:29 06833ad81c98: Layer already exists 04:37:29 a9dc6719a09e: Layer already exists 04:37:30 3c7400611f66: Pushed 04:37:30 856f00b3694d: Pushed 04:37:30 5f70bf18a086: Layer already exists 04:37:30 7c91a51a918a: Pushed 04:37:30 74385b6333e0: Pushed 04:37:30 ce7f800efff9: Layer already exists 04:37:30 6abe6ce40851: Pushed 04:37:30 0e5db7e23b40: Pushed 04:37:30 30762e6897c7: Pushed 04:37:31 f9b101f2434e: Pushed 04:37:31 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:37:32 a90aad0ecc11: Preparing 04:37:32 ccb9a48b0700: Preparing 04:37:32 153e93d95e23: Preparing 04:37:32 6e8bbe465b21: Preparing 04:37:32 d5dfd3cb6168: Preparing 04:37:32 3c7400611f66: Preparing 04:37:32 856f00b3694d: Preparing 04:37:32 f9b101f2434e: Preparing 04:37:32 3c7400611f66: Waiting 04:37:32 856f00b3694d: Waiting 04:37:32 06833ad81c98: Preparing 04:37:32 a9dc6719a09e: Preparing 04:37:32 06833ad81c98: Waiting 04:37:32 f9b101f2434e: Waiting 04:37:32 7c91a51a918a: Preparing 04:37:32 74385b6333e0: Preparing 04:37:32 5f70bf18a086: Preparing 04:37:32 6abe6ce40851: Preparing 04:37:32 a9dc6719a09e: Waiting 04:37:32 74385b6333e0: Waiting 04:37:32 5f70bf18a086: Waiting 04:37:32 0e5db7e23b40: Preparing 04:37:32 30762e6897c7: Preparing 04:37:32 ce7f800efff9: Preparing 04:37:32 ce7f800efff9: Waiting 04:37:32 30762e6897c7: Waiting 04:37:32 0e5db7e23b40: Waiting 04:37:32 6abe6ce40851: Waiting 04:37:32 153e93d95e23: Layer already exists 04:37:32 ccb9a48b0700: Layer already exists 04:37:32 d5dfd3cb6168: Layer already exists 04:37:32 a90aad0ecc11: Layer already exists 04:37:32 6e8bbe465b21: Layer already exists 04:37:32 f9b101f2434e: Layer already exists 04:37:32 856f00b3694d: Layer already exists 04:37:32 a9dc6719a09e: Layer already exists 04:37:32 3c7400611f66: Layer already exists 04:37:32 06833ad81c98: Layer already exists 04:37:32 7c91a51a918a: Layer already exists 04:37:32 74385b6333e0: Layer already exists 04:37:32 0e5db7e23b40: Layer already exists 04:37:32 5f70bf18a086: Layer already exists 04:37:32 6abe6ce40851: Layer already exists 04:37:32 30762e6897c7: Layer already exists 04:37:32 ce7f800efff9: Layer already exists 04:37:32 latest: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.50 04:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:37:33 a90aad0ecc11: Preparing 04:37:33 ccb9a48b0700: Preparing 04:37:33 153e93d95e23: Preparing 04:37:33 6e8bbe465b21: Preparing 04:37:33 d5dfd3cb6168: Preparing 04:37:33 3c7400611f66: Preparing 04:37:33 856f00b3694d: Preparing 04:37:33 f9b101f2434e: Preparing 04:37:33 06833ad81c98: Preparing 04:37:33 a9dc6719a09e: Preparing 04:37:33 7c91a51a918a: Preparing 04:37:33 74385b6333e0: Preparing 04:37:33 5f70bf18a086: Preparing 04:37:33 6abe6ce40851: Preparing 04:37:33 0e5db7e23b40: Preparing 04:37:33 30762e6897c7: Preparing 04:37:33 ce7f800efff9: Preparing 04:37:33 3c7400611f66: Waiting 04:37:33 5f70bf18a086: Waiting 04:37:33 856f00b3694d: Waiting 04:37:33 6abe6ce40851: Waiting 04:37:33 0e5db7e23b40: Waiting 04:37:33 f9b101f2434e: Waiting 04:37:33 30762e6897c7: Waiting 04:37:33 06833ad81c98: Waiting 04:37:33 a9dc6719a09e: Waiting 04:37:33 ce7f800efff9: Waiting 04:37:33 74385b6333e0: Waiting 04:37:33 7c91a51a918a: Waiting 04:37:33 6e8bbe465b21: Layer already exists 04:37:33 ccb9a48b0700: Layer already exists 04:37:33 a90aad0ecc11: Layer already exists 04:37:33 153e93d95e23: Layer already exists 04:37:33 d5dfd3cb6168: Layer already exists 04:37:33 856f00b3694d: Layer already exists 04:37:33 3c7400611f66: Layer already exists 04:37:33 06833ad81c98: Layer already exists 04:37:33 a9dc6719a09e: Layer already exists 04:37:33 f9b101f2434e: Layer already exists 04:37:33 7c91a51a918a: Layer already exists 04:37:33 5f70bf18a086: Layer already exists 04:37:33 6abe6ce40851: Layer already exists 04:37:33 0e5db7e23b40: Layer already exists 04:37:33 74385b6333e0: Layer already exists 04:37:33 ce7f800efff9: Layer already exists 04:37:33 30762e6897c7: Layer already exists 04:37:33 3.2.0-dev.50: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:37:33 a90aad0ecc11: Preparing 04:37:33 ccb9a48b0700: Preparing 04:37:33 153e93d95e23: Preparing 04:37:33 6e8bbe465b21: Preparing 04:37:33 d5dfd3cb6168: Preparing 04:37:33 3c7400611f66: Preparing 04:37:33 856f00b3694d: Preparing 04:37:33 f9b101f2434e: Preparing 04:37:33 06833ad81c98: Preparing 04:37:33 a9dc6719a09e: Preparing 04:37:33 7c91a51a918a: Preparing 04:37:33 74385b6333e0: Preparing 04:37:33 5f70bf18a086: Preparing 04:37:33 6abe6ce40851: Preparing 04:37:33 0e5db7e23b40: Preparing 04:37:33 30762e6897c7: Preparing 04:37:33 ce7f800efff9: Preparing 04:37:33 3c7400611f66: Waiting 04:37:33 856f00b3694d: Waiting 04:37:33 f9b101f2434e: Waiting 04:37:33 06833ad81c98: Waiting 04:37:33 a9dc6719a09e: Waiting 04:37:33 7c91a51a918a: Waiting 04:37:33 74385b6333e0: Waiting 04:37:33 5f70bf18a086: Waiting 04:37:33 6abe6ce40851: Waiting 04:37:33 0e5db7e23b40: Waiting 04:37:33 30762e6897c7: Waiting 04:37:33 ce7f800efff9: Waiting 04:37:33 a90aad0ecc11: Layer already exists 04:37:33 6e8bbe465b21: Layer already exists 04:37:33 ccb9a48b0700: Layer already exists 04:37:33 153e93d95e23: Layer already exists 04:37:33 d5dfd3cb6168: Layer already exists 04:37:33 856f00b3694d: Layer already exists 04:37:33 f9b101f2434e: Layer already exists 04:37:33 3c7400611f66: Layer already exists 04:37:33 a9dc6719a09e: Layer already exists 04:37:33 06833ad81c98: Layer already exists 04:37:33 74385b6333e0: Layer already exists 04:37:33 0e5db7e23b40: Layer already exists 04:37:33 5f70bf18a086: Layer already exists 04:37:33 7c91a51a918a: Layer already exists 04:37:33 6abe6ce40851: Layer already exists 04:37:33 30762e6897c7: Layer already exists 04:37:33 ce7f800efff9: Layer already exists 04:37:33 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:37:34 a90aad0ecc11: Preparing 04:37:34 ccb9a48b0700: Preparing 04:37:34 153e93d95e23: Preparing 04:37:34 6e8bbe465b21: Preparing 04:37:34 d5dfd3cb6168: Preparing 04:37:34 3c7400611f66: Preparing 04:37:34 856f00b3694d: Preparing 04:37:34 f9b101f2434e: Preparing 04:37:34 06833ad81c98: Preparing 04:37:34 a9dc6719a09e: Preparing 04:37:34 7c91a51a918a: Preparing 04:37:34 3c7400611f66: Waiting 04:37:34 74385b6333e0: Preparing 04:37:34 5f70bf18a086: Preparing 04:37:34 6abe6ce40851: Preparing 04:37:34 06833ad81c98: Waiting 04:37:34 0e5db7e23b40: Preparing 04:37:34 856f00b3694d: Waiting 04:37:34 30762e6897c7: Preparing 04:37:34 f9b101f2434e: Waiting 04:37:34 a9dc6719a09e: Waiting 04:37:34 ce7f800efff9: Preparing 04:37:34 5f70bf18a086: Waiting 04:37:34 6abe6ce40851: Waiting 04:37:34 ce7f800efff9: Waiting 04:37:34 74385b6333e0: Waiting 04:37:34 a90aad0ecc11: Layer already exists 04:37:34 6e8bbe465b21: Layer already exists 04:37:34 d5dfd3cb6168: Layer already exists 04:37:34 153e93d95e23: Layer already exists 04:37:34 ccb9a48b0700: Layer already exists 04:37:34 f9b101f2434e: Layer already exists 04:37:34 06833ad81c98: Layer already exists 04:37:34 856f00b3694d: Layer already exists 04:37:34 3c7400611f66: Layer already exists 04:37:34 a9dc6719a09e: Layer already exists 04:37:34 7c91a51a918a: Layer already exists 04:37:34 5f70bf18a086: Layer already exists 04:37:34 74385b6333e0: Layer already exists 04:37:34 6abe6ce40851: Layer already exists 04:37:34 0e5db7e23b40: Layer already exists 04:37:34 30762e6897c7: Layer already exists 04:37:34 ce7f800efff9: Layer already exists 04:37:34 main: digest: sha256:61d31bf3edfc63b1ed3cd58fe35fdb4bb5d4144cf3efd7cadd30bb9975d238ba size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:34 ===================================================== [Pipeline] echo 04:37:34 taggedImages: 04:37:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:37:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.50 04:37:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 04:37:34 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 04:37:34 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:34 latest 04:37:34 3.2.0-dev.50 04:37:34 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:34 main 04:37:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:34 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:37:35 55cdb6cd254b: Preparing 04:37:35 48e1ae8b14c3: Preparing 04:37:35 98821af71a15: Preparing 04:37:35 837fcbc78757: Preparing 04:37:35 06833ad81c98: Preparing 04:37:35 a9dc6719a09e: Preparing 04:37:35 2074dc40c071: Preparing 04:37:35 8a632cd66ac5: Preparing 04:37:35 ce7f800efff9: Preparing 04:37:35 2074dc40c071: Waiting 04:37:35 a9dc6719a09e: Waiting 04:37:35 8a632cd66ac5: Waiting 04:37:35 06833ad81c98: Layer already exists 04:37:35 a9dc6719a09e: Layer already exists 04:37:35 2074dc40c071: Layer already exists 04:37:35 8a632cd66ac5: Layer already exists 04:37:35 ce7f800efff9: Layer already exists 04:37:35 98821af71a15: Pushed 04:37:35 55cdb6cd254b: Pushed 04:37:35 48e1ae8b14c3: Pushed 04:37:37 837fcbc78757: Pushed 04:37:37 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:37:38 55cdb6cd254b: Preparing 04:37:38 48e1ae8b14c3: Preparing 04:37:38 98821af71a15: Preparing 04:37:38 837fcbc78757: Preparing 04:37:38 06833ad81c98: Preparing 04:37:38 a9dc6719a09e: Preparing 04:37:38 2074dc40c071: Preparing 04:37:38 8a632cd66ac5: Preparing 04:37:38 ce7f800efff9: Preparing 04:37:38 a9dc6719a09e: Waiting 04:37:38 2074dc40c071: Waiting 04:37:38 8a632cd66ac5: Waiting 04:37:38 ce7f800efff9: Waiting 04:37:38 55cdb6cd254b: Layer already exists 04:37:38 98821af71a15: Layer already exists 04:37:38 837fcbc78757: Layer already exists 04:37:38 48e1ae8b14c3: Layer already exists 04:37:38 06833ad81c98: Layer already exists 04:37:38 2074dc40c071: Layer already exists 04:37:38 a9dc6719a09e: Layer already exists 04:37:38 8a632cd66ac5: Layer already exists 04:37:38 ce7f800efff9: Layer already exists 04:37:38 latest: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.50 04:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:37:39 55cdb6cd254b: Preparing 04:37:39 48e1ae8b14c3: Preparing 04:37:39 98821af71a15: Preparing 04:37:39 837fcbc78757: Preparing 04:37:39 06833ad81c98: Preparing 04:37:39 a9dc6719a09e: Preparing 04:37:39 2074dc40c071: Preparing 04:37:39 8a632cd66ac5: Preparing 04:37:39 ce7f800efff9: Preparing 04:37:39 a9dc6719a09e: Waiting 04:37:39 2074dc40c071: Waiting 04:37:39 ce7f800efff9: Waiting 04:37:39 8a632cd66ac5: Waiting 04:37:39 837fcbc78757: Layer already exists 04:37:39 06833ad81c98: Layer already exists 04:37:39 98821af71a15: Layer already exists 04:37:39 55cdb6cd254b: Layer already exists 04:37:39 48e1ae8b14c3: Layer already exists 04:37:39 2074dc40c071: Layer already exists 04:37:39 a9dc6719a09e: Layer already exists 04:37:39 ce7f800efff9: Layer already exists 04:37:39 8a632cd66ac5: Layer already exists 04:37:39 3.2.0-dev.50: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:37:39 55cdb6cd254b: Preparing 04:37:39 48e1ae8b14c3: Preparing 04:37:39 98821af71a15: Preparing 04:37:39 837fcbc78757: Preparing 04:37:39 06833ad81c98: Preparing 04:37:39 a9dc6719a09e: Preparing 04:37:39 2074dc40c071: Preparing 04:37:39 8a632cd66ac5: Preparing 04:37:39 ce7f800efff9: Preparing 04:37:39 a9dc6719a09e: Waiting 04:37:39 2074dc40c071: Waiting 04:37:39 8a632cd66ac5: Waiting 04:37:39 ce7f800efff9: Waiting 04:37:39 48e1ae8b14c3: Layer already exists 04:37:39 98821af71a15: Layer already exists 04:37:39 837fcbc78757: Layer already exists 04:37:39 55cdb6cd254b: Layer already exists 04:37:39 a9dc6719a09e: Layer already exists 04:37:39 8a632cd66ac5: Layer already exists 04:37:39 2074dc40c071: Layer already exists 04:37:39 ce7f800efff9: Layer already exists 04:37:39 06833ad81c98: Layer already exists 04:37:39 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:37:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:37:40 55cdb6cd254b: Preparing 04:37:40 48e1ae8b14c3: Preparing 04:37:40 98821af71a15: Preparing 04:37:40 837fcbc78757: Preparing 04:37:40 06833ad81c98: Preparing 04:37:40 a9dc6719a09e: Preparing 04:37:40 2074dc40c071: Preparing 04:37:40 8a632cd66ac5: Preparing 04:37:40 ce7f800efff9: Preparing 04:37:40 2074dc40c071: Waiting 04:37:40 8a632cd66ac5: Waiting 04:37:40 a9dc6719a09e: Waiting 04:37:40 ce7f800efff9: Waiting 04:37:40 55cdb6cd254b: Layer already exists 04:37:40 06833ad81c98: Layer already exists 04:37:40 837fcbc78757: Layer already exists 04:37:40 98821af71a15: Layer already exists 04:37:40 48e1ae8b14c3: Layer already exists 04:37:40 ce7f800efff9: Layer already exists 04:37:40 a9dc6719a09e: Layer already exists 04:37:40 2074dc40c071: Layer already exists 04:37:40 8a632cd66ac5: Layer already exists 04:37:40 main: digest: sha256:e0455696d0da149404b296b2ad502cd8f1156aa6860c8adb0910f256a7a48f4e size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:40 ===================================================== [Pipeline] echo 04:37:40 taggedImages: 04:37:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:37:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.50 04:37:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 04:37:40 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 04:37:40 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:40 latest 04:37:40 3.2.0-dev.50 04:37:40 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:40 main 04:37:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:37:41 47ce185ddb68: Preparing 04:37:41 2c6705e89340: Preparing 04:37:41 7f9c0ee49841: Preparing 04:37:41 3f769c84cb1c: Preparing 04:37:41 4d6195b0ce50: Preparing 04:37:41 06833ad81c98: Preparing 04:37:41 a9dc6719a09e: Preparing 04:37:41 06833ad81c98: Waiting 04:37:41 4ad70f28d787: Preparing 04:37:41 be6d61624e8a: Preparing 04:37:41 63e314f8507b: Preparing 04:37:41 ce7f800efff9: Preparing 04:37:41 be6d61624e8a: Waiting 04:37:41 63e314f8507b: Waiting 04:37:41 ce7f800efff9: Waiting 04:37:41 4ad70f28d787: Waiting 04:37:41 47ce185ddb68: Pushed 04:37:41 4d6195b0ce50: Pushed 04:37:41 2c6705e89340: Pushed 04:37:41 3f769c84cb1c: Pushed 04:37:41 06833ad81c98: Layer already exists 04:37:41 a9dc6719a09e: Layer already exists 04:37:41 ce7f800efff9: Layer already exists 04:37:41 be6d61624e8a: Pushed 04:37:41 4ad70f28d787: Pushed 04:37:41 7f9c0ee49841: Pushed 04:37:42 63e314f8507b: Pushed 04:37:42 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:37:43 47ce185ddb68: Preparing 04:37:43 2c6705e89340: Preparing 04:37:43 7f9c0ee49841: Preparing 04:37:43 3f769c84cb1c: Preparing 04:37:43 4d6195b0ce50: Preparing 04:37:43 06833ad81c98: Preparing 04:37:43 a9dc6719a09e: Preparing 04:37:43 4ad70f28d787: Preparing 04:37:43 be6d61624e8a: Preparing 04:37:43 63e314f8507b: Preparing 04:37:43 ce7f800efff9: Preparing 04:37:43 a9dc6719a09e: Waiting 04:37:43 4ad70f28d787: Waiting 04:37:43 be6d61624e8a: Waiting 04:37:43 63e314f8507b: Waiting 04:37:43 ce7f800efff9: Waiting 04:37:43 06833ad81c98: Waiting 04:37:43 4d6195b0ce50: Layer already exists 04:37:43 3f769c84cb1c: Layer already exists 04:37:43 2c6705e89340: Layer already exists 04:37:43 47ce185ddb68: Layer already exists 04:37:43 7f9c0ee49841: Layer already exists 04:37:43 a9dc6719a09e: Layer already exists 04:37:43 06833ad81c98: Layer already exists 04:37:43 4ad70f28d787: Layer already exists 04:37:43 63e314f8507b: Layer already exists 04:37:43 be6d61624e8a: Layer already exists 04:37:43 ce7f800efff9: Layer already exists 04:37:43 latest: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.50 04:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:37:43 47ce185ddb68: Preparing 04:37:43 2c6705e89340: Preparing 04:37:43 7f9c0ee49841: Preparing 04:37:43 3f769c84cb1c: Preparing 04:37:43 4d6195b0ce50: Preparing 04:37:43 06833ad81c98: Preparing 04:37:43 a9dc6719a09e: Preparing 04:37:43 4ad70f28d787: Preparing 04:37:43 be6d61624e8a: Preparing 04:37:43 63e314f8507b: Preparing 04:37:43 ce7f800efff9: Preparing 04:37:43 4ad70f28d787: Waiting 04:37:43 63e314f8507b: Waiting 04:37:43 be6d61624e8a: Waiting 04:37:43 ce7f800efff9: Waiting 04:37:43 06833ad81c98: Waiting 04:37:43 a9dc6719a09e: Waiting 04:37:43 47ce185ddb68: Layer already exists 04:37:43 3f769c84cb1c: Layer already exists 04:37:43 4d6195b0ce50: Layer already exists 04:37:43 2c6705e89340: Layer already exists 04:37:43 7f9c0ee49841: Layer already exists 04:37:43 06833ad81c98: Layer already exists 04:37:43 a9dc6719a09e: Layer already exists 04:37:43 63e314f8507b: Layer already exists 04:37:43 4ad70f28d787: Layer already exists 04:37:43 be6d61624e8a: Layer already exists 04:37:43 ce7f800efff9: Layer already exists 04:37:43 3.2.0-dev.50: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:37:44 47ce185ddb68: Preparing 04:37:44 2c6705e89340: Preparing 04:37:44 7f9c0ee49841: Preparing 04:37:44 3f769c84cb1c: Preparing 04:37:44 4d6195b0ce50: Preparing 04:37:44 06833ad81c98: Preparing 04:37:44 a9dc6719a09e: Preparing 04:37:44 4ad70f28d787: Preparing 04:37:44 be6d61624e8a: Preparing 04:37:44 63e314f8507b: Preparing 04:37:44 ce7f800efff9: Preparing 04:37:44 a9dc6719a09e: Waiting 04:37:44 06833ad81c98: Waiting 04:37:44 4ad70f28d787: Waiting 04:37:44 be6d61624e8a: Waiting 04:37:44 63e314f8507b: Waiting 04:37:44 ce7f800efff9: Waiting 04:37:44 47ce185ddb68: Layer already exists 04:37:44 7f9c0ee49841: Layer already exists 04:37:44 2c6705e89340: Layer already exists 04:37:44 3f769c84cb1c: Layer already exists 04:37:44 4d6195b0ce50: Layer already exists 04:37:44 06833ad81c98: Layer already exists 04:37:44 a9dc6719a09e: Layer already exists 04:37:44 63e314f8507b: Layer already exists 04:37:44 4ad70f28d787: Layer already exists 04:37:44 ce7f800efff9: Layer already exists 04:37:44 be6d61624e8a: Layer already exists 04:37:44 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:37:45 47ce185ddb68: Preparing 04:37:45 2c6705e89340: Preparing 04:37:45 7f9c0ee49841: Preparing 04:37:45 3f769c84cb1c: Preparing 04:37:45 4d6195b0ce50: Preparing 04:37:45 06833ad81c98: Preparing 04:37:45 a9dc6719a09e: Preparing 04:37:45 4ad70f28d787: Preparing 04:37:45 be6d61624e8a: Preparing 04:37:45 63e314f8507b: Preparing 04:37:45 ce7f800efff9: Preparing 04:37:45 4ad70f28d787: Waiting 04:37:45 be6d61624e8a: Waiting 04:37:45 ce7f800efff9: Waiting 04:37:45 63e314f8507b: Waiting 04:37:45 a9dc6719a09e: Waiting 04:37:45 2c6705e89340: Layer already exists 04:37:45 3f769c84cb1c: Layer already exists 04:37:45 7f9c0ee49841: Layer already exists 04:37:45 4d6195b0ce50: Layer already exists 04:37:45 47ce185ddb68: Layer already exists 04:37:45 a9dc6719a09e: Layer already exists 04:37:45 06833ad81c98: Layer already exists 04:37:45 be6d61624e8a: Layer already exists 04:37:45 4ad70f28d787: Layer already exists 04:37:45 63e314f8507b: Layer already exists 04:37:45 ce7f800efff9: Layer already exists 04:37:45 main: digest: sha256:af18a01f63362bb173988bd7e14cd8149a8b24fd14dc95ebc24867d91137b6f8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:45 ===================================================== [Pipeline] echo 04:37:45 taggedImages: 04:37:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:37:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.50 04:37:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 04:37:45 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 04:37:45 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:45 latest 04:37:45 3.2.0-dev.50 04:37:45 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:45 main 04:37:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:37:45 eb770467a111: Preparing 04:37:45 69886f8dc99e: Preparing 04:37:45 d7af1d8a9c46: Preparing 04:37:45 8ad18be1319b: Preparing 04:37:45 017a68bf43a8: Preparing 04:37:45 c6756497dffb: Preparing 04:37:45 9bf5fc62a4fa: Preparing 04:37:45 06833ad81c98: Preparing 04:37:45 a9dc6719a09e: Preparing 04:37:45 473059663e78: Preparing 04:37:45 01c730b98c7f: Preparing 04:37:45 ce7f800efff9: Preparing 04:37:45 9bf5fc62a4fa: Waiting 04:37:45 c6756497dffb: Waiting 04:37:45 a9dc6719a09e: Waiting 04:37:45 06833ad81c98: Waiting 04:37:45 ce7f800efff9: Waiting 04:37:45 01c730b98c7f: Waiting 04:37:45 017a68bf43a8: Pushed 04:37:45 eb770467a111: Pushed 04:37:45 69886f8dc99e: Pushed 04:37:45 06833ad81c98: Layer already exists 04:37:45 a9dc6719a09e: Layer already exists 04:37:45 c6756497dffb: Pushed 04:37:46 9bf5fc62a4fa: Pushed 04:37:46 ce7f800efff9: Layer already exists 04:37:46 473059663e78: Pushed 04:37:47 8ad18be1319b: Pushed 04:37:47 d7af1d8a9c46: Pushed 04:37:47 01c730b98c7f: Pushed 04:37:47 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:37:47 eb770467a111: Preparing 04:37:47 69886f8dc99e: Preparing 04:37:47 d7af1d8a9c46: Preparing 04:37:47 8ad18be1319b: Preparing 04:37:47 017a68bf43a8: Preparing 04:37:47 c6756497dffb: Preparing 04:37:47 9bf5fc62a4fa: Preparing 04:37:47 06833ad81c98: Preparing 04:37:47 a9dc6719a09e: Preparing 04:37:47 473059663e78: Preparing 04:37:47 01c730b98c7f: Preparing 04:37:47 ce7f800efff9: Preparing 04:37:47 06833ad81c98: Waiting 04:37:47 ce7f800efff9: Waiting 04:37:47 01c730b98c7f: Waiting 04:37:47 c6756497dffb: Waiting 04:37:47 a9dc6719a09e: Waiting 04:37:47 9bf5fc62a4fa: Waiting 04:37:47 473059663e78: Waiting 04:37:47 69886f8dc99e: Layer already exists 04:37:47 eb770467a111: Layer already exists 04:37:47 017a68bf43a8: Layer already exists 04:37:47 d7af1d8a9c46: Layer already exists 04:37:47 8ad18be1319b: Layer already exists 04:37:47 9bf5fc62a4fa: Layer already exists 04:37:47 a9dc6719a09e: Layer already exists 04:37:47 c6756497dffb: Layer already exists 04:37:47 06833ad81c98: Layer already exists 04:37:47 473059663e78: Layer already exists 04:37:47 01c730b98c7f: Layer already exists 04:37:47 ce7f800efff9: Layer already exists 04:37:47 latest: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.50 04:37:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:37:48 eb770467a111: Preparing 04:37:48 69886f8dc99e: Preparing 04:37:48 d7af1d8a9c46: Preparing 04:37:48 8ad18be1319b: Preparing 04:37:48 017a68bf43a8: Preparing 04:37:48 c6756497dffb: Preparing 04:37:48 9bf5fc62a4fa: Preparing 04:37:48 06833ad81c98: Preparing 04:37:48 a9dc6719a09e: Preparing 04:37:48 473059663e78: Preparing 04:37:48 01c730b98c7f: Preparing 04:37:48 ce7f800efff9: Preparing 04:37:48 c6756497dffb: Waiting 04:37:48 9bf5fc62a4fa: Waiting 04:37:48 06833ad81c98: Waiting 04:37:48 a9dc6719a09e: Waiting 04:37:48 473059663e78: Waiting 04:37:48 01c730b98c7f: Waiting 04:37:48 ce7f800efff9: Waiting 04:37:48 69886f8dc99e: Layer already exists 04:37:48 d7af1d8a9c46: Layer already exists 04:37:48 eb770467a111: Layer already exists 04:37:48 8ad18be1319b: Layer already exists 04:37:48 017a68bf43a8: Layer already exists 04:37:48 9bf5fc62a4fa: Layer already exists 04:37:48 c6756497dffb: Layer already exists 04:37:48 06833ad81c98: Layer already exists 04:37:48 a9dc6719a09e: Layer already exists 04:37:48 473059663e78: Layer already exists 04:37:48 ce7f800efff9: Layer already exists 04:37:48 01c730b98c7f: Layer already exists 04:37:48 3.2.0-dev.50: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:37:49 eb770467a111: Preparing 04:37:49 69886f8dc99e: Preparing 04:37:49 d7af1d8a9c46: Preparing 04:37:49 8ad18be1319b: Preparing 04:37:49 017a68bf43a8: Preparing 04:37:49 c6756497dffb: Preparing 04:37:49 9bf5fc62a4fa: Preparing 04:37:49 06833ad81c98: Preparing 04:37:49 a9dc6719a09e: Preparing 04:37:49 c6756497dffb: Waiting 04:37:49 9bf5fc62a4fa: Waiting 04:37:49 06833ad81c98: Waiting 04:37:49 473059663e78: Preparing 04:37:49 01c730b98c7f: Preparing 04:37:49 a9dc6719a09e: Waiting 04:37:49 473059663e78: Waiting 04:37:49 ce7f800efff9: Preparing 04:37:49 01c730b98c7f: Waiting 04:37:49 ce7f800efff9: Waiting 04:37:49 eb770467a111: Layer already exists 04:37:49 d7af1d8a9c46: Layer already exists 04:37:49 69886f8dc99e: Layer already exists 04:37:49 017a68bf43a8: Layer already exists 04:37:49 8ad18be1319b: Layer already exists 04:37:49 9bf5fc62a4fa: Layer already exists 04:37:49 a9dc6719a09e: Layer already exists 04:37:49 06833ad81c98: Layer already exists 04:37:49 c6756497dffb: Layer already exists 04:37:49 473059663e78: Layer already exists 04:37:49 ce7f800efff9: Layer already exists 04:37:49 01c730b98c7f: Layer already exists 04:37:49 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:37:49 eb770467a111: Preparing 04:37:49 69886f8dc99e: Preparing 04:37:49 d7af1d8a9c46: Preparing 04:37:49 8ad18be1319b: Preparing 04:37:49 017a68bf43a8: Preparing 04:37:49 c6756497dffb: Preparing 04:37:49 9bf5fc62a4fa: Preparing 04:37:49 06833ad81c98: Preparing 04:37:49 a9dc6719a09e: Preparing 04:37:49 473059663e78: Preparing 04:37:49 01c730b98c7f: Preparing 04:37:49 ce7f800efff9: Preparing 04:37:49 c6756497dffb: Waiting 04:37:49 06833ad81c98: Waiting 04:37:49 9bf5fc62a4fa: Waiting 04:37:49 a9dc6719a09e: Waiting 04:37:49 ce7f800efff9: Waiting 04:37:49 01c730b98c7f: Waiting 04:37:49 d7af1d8a9c46: Layer already exists 04:37:49 69886f8dc99e: Layer already exists 04:37:49 8ad18be1319b: Layer already exists 04:37:49 eb770467a111: Layer already exists 04:37:49 017a68bf43a8: Layer already exists 04:37:49 c6756497dffb: Layer already exists 04:37:49 9bf5fc62a4fa: Layer already exists 04:37:49 06833ad81c98: Layer already exists 04:37:49 a9dc6719a09e: Layer already exists 04:37:49 473059663e78: Layer already exists 04:37:49 01c730b98c7f: Layer already exists 04:37:49 ce7f800efff9: Layer already exists 04:37:49 main: digest: sha256:df17ebdfd9402340768b9b2347560782fd1ba12922124c672c86cf84e428ab55 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:49 ===================================================== [Pipeline] echo 04:37:49 taggedImages: 04:37:49 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:49 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:37:49 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.50 04:37:49 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:49 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 04:37:50 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 04:37:50 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:50 latest 04:37:50 3.2.0-dev.50 04:37:50 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:50 main 04:37:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:50 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:37:50 18ef06b4864f: Preparing 04:37:50 e6f994311739: Preparing 04:37:50 06833ad81c98: Preparing 04:37:50 a9dc6719a09e: Preparing 04:37:50 b0cdad191537: Preparing 04:37:50 aa61e392b447: Preparing 04:37:50 ce7f800efff9: Preparing 04:37:50 aa61e392b447: Waiting 04:37:50 ce7f800efff9: Waiting 04:37:50 b0cdad191537: Pushed 04:37:50 06833ad81c98: Layer already exists 04:37:50 18ef06b4864f: Pushed 04:37:50 a9dc6719a09e: Layer already exists 04:37:50 ce7f800efff9: Layer already exists 04:37:51 aa61e392b447: Pushed 04:37:52 e6f994311739: Pushed 04:37:52 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:37:53 18ef06b4864f: Preparing 04:37:53 e6f994311739: Preparing 04:37:53 06833ad81c98: Preparing 04:37:53 a9dc6719a09e: Preparing 04:37:53 b0cdad191537: Preparing 04:37:53 aa61e392b447: Preparing 04:37:53 ce7f800efff9: Preparing 04:37:53 aa61e392b447: Waiting 04:37:53 ce7f800efff9: Waiting 04:37:53 18ef06b4864f: Layer already exists 04:37:53 06833ad81c98: Layer already exists 04:37:53 b0cdad191537: Layer already exists 04:37:53 a9dc6719a09e: Layer already exists 04:37:53 e6f994311739: Layer already exists 04:37:53 ce7f800efff9: Layer already exists 04:37:53 aa61e392b447: Layer already exists 04:37:53 latest: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.50 04:37:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:37:54 18ef06b4864f: Preparing 04:37:54 e6f994311739: Preparing 04:37:54 06833ad81c98: Preparing 04:37:54 a9dc6719a09e: Preparing 04:37:54 b0cdad191537: Preparing 04:37:54 aa61e392b447: Preparing 04:37:54 ce7f800efff9: Preparing 04:37:54 aa61e392b447: Waiting 04:37:54 ce7f800efff9: Waiting 04:37:54 18ef06b4864f: Layer already exists 04:37:54 b0cdad191537: Layer already exists 04:37:54 e6f994311739: Layer already exists 04:37:54 06833ad81c98: Layer already exists 04:37:54 a9dc6719a09e: Layer already exists 04:37:54 aa61e392b447: Layer already exists 04:37:54 ce7f800efff9: Layer already exists 04:37:54 3.2.0-dev.50: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:54 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:37:54 18ef06b4864f: Preparing 04:37:54 e6f994311739: Preparing 04:37:54 06833ad81c98: Preparing 04:37:54 a9dc6719a09e: Preparing 04:37:54 b0cdad191537: Preparing 04:37:54 aa61e392b447: Preparing 04:37:54 ce7f800efff9: Preparing 04:37:54 aa61e392b447: Waiting 04:37:54 06833ad81c98: Layer already exists 04:37:54 a9dc6719a09e: Layer already exists 04:37:54 e6f994311739: Layer already exists 04:37:54 18ef06b4864f: Layer already exists 04:37:54 b0cdad191537: Layer already exists 04:37:54 aa61e392b447: Layer already exists 04:37:54 ce7f800efff9: Layer already exists 04:37:54 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:54 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:37:55 18ef06b4864f: Preparing 04:37:55 e6f994311739: Preparing 04:37:55 06833ad81c98: Preparing 04:37:55 a9dc6719a09e: Preparing 04:37:55 b0cdad191537: Preparing 04:37:55 aa61e392b447: Preparing 04:37:55 ce7f800efff9: Preparing 04:37:55 aa61e392b447: Waiting 04:37:55 ce7f800efff9: Waiting 04:37:55 b0cdad191537: Layer already exists 04:37:55 18ef06b4864f: Layer already exists 04:37:55 06833ad81c98: Layer already exists 04:37:55 e6f994311739: Layer already exists 04:37:55 a9dc6719a09e: Layer already exists 04:37:55 ce7f800efff9: Layer already exists 04:37:55 aa61e392b447: Layer already exists 04:37:55 main: digest: sha256:33ea6f56c473dbdd1afb07a333f90dd48c4653258c7e42fe2a564b01f57ee2ed size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:37:55 ===================================================== [Pipeline] echo 04:37:55 taggedImages: 04:37:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:37:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.50 04:37:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 04:37:55 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 04:37:55 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:55 latest 04:37:55 3.2.0-dev.50 04:37:55 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:37:55 main 04:37:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:37:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:37:56 7758aa967548: Preparing 04:37:56 703110d416e0: Preparing 04:37:56 749b78c36ca0: Preparing 04:37:56 06833ad81c98: Preparing 04:37:56 a9dc6719a09e: Preparing 04:37:56 2bc3927d4ecc: Preparing 04:37:56 aca2381ae6bc: Preparing 04:37:56 697bf67bd46a: Preparing 04:37:56 23943f7d89a4: Preparing 04:37:56 ce7f800efff9: Preparing 04:37:56 697bf67bd46a: Waiting 04:37:56 23943f7d89a4: Waiting 04:37:56 2bc3927d4ecc: Waiting 04:37:56 ce7f800efff9: Waiting 04:37:56 aca2381ae6bc: Waiting 04:37:56 06833ad81c98: Layer already exists 04:37:56 a9dc6719a09e: Layer already exists 04:37:56 749b78c36ca0: Pushed 04:37:56 7758aa967548: Pushed 04:37:56 703110d416e0: Pushed 04:37:56 ce7f800efff9: Layer already exists 04:37:56 697bf67bd46a: Pushed 04:37:56 23943f7d89a4: Pushed 04:38:03 aca2381ae6bc: Pushed 04:38:06 2bc3927d4ecc: Pushed 04:38:06 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:38:07 7758aa967548: Preparing 04:38:07 703110d416e0: Preparing 04:38:07 749b78c36ca0: Preparing 04:38:07 06833ad81c98: Preparing 04:38:07 a9dc6719a09e: Preparing 04:38:07 2bc3927d4ecc: Preparing 04:38:07 aca2381ae6bc: Preparing 04:38:07 697bf67bd46a: Preparing 04:38:07 23943f7d89a4: Preparing 04:38:07 697bf67bd46a: Waiting 04:38:07 2bc3927d4ecc: Waiting 04:38:07 23943f7d89a4: Waiting 04:38:07 aca2381ae6bc: Waiting 04:38:07 ce7f800efff9: Preparing 04:38:07 ce7f800efff9: Waiting 04:38:07 7758aa967548: Layer already exists 04:38:07 749b78c36ca0: Layer already exists 04:38:07 703110d416e0: Layer already exists 04:38:07 06833ad81c98: Layer already exists 04:38:07 a9dc6719a09e: Layer already exists 04:38:07 2bc3927d4ecc: Layer already exists 04:38:07 aca2381ae6bc: Layer already exists 04:38:07 ce7f800efff9: Layer already exists 04:38:07 697bf67bd46a: Layer already exists 04:38:07 23943f7d89a4: Layer already exists 04:38:07 latest: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.50 04:38:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:38:07 7758aa967548: Preparing 04:38:07 703110d416e0: Preparing 04:38:07 749b78c36ca0: Preparing 04:38:07 06833ad81c98: Preparing 04:38:07 a9dc6719a09e: Preparing 04:38:07 2bc3927d4ecc: Preparing 04:38:07 aca2381ae6bc: Preparing 04:38:07 697bf67bd46a: Preparing 04:38:07 23943f7d89a4: Preparing 04:38:07 ce7f800efff9: Preparing 04:38:07 2bc3927d4ecc: Waiting 04:38:07 aca2381ae6bc: Waiting 04:38:07 23943f7d89a4: Waiting 04:38:07 697bf67bd46a: Waiting 04:38:07 ce7f800efff9: Waiting 04:38:07 749b78c36ca0: Layer already exists 04:38:07 703110d416e0: Layer already exists 04:38:07 a9dc6719a09e: Layer already exists 04:38:07 06833ad81c98: Layer already exists 04:38:07 7758aa967548: Layer already exists 04:38:07 23943f7d89a4: Layer already exists 04:38:07 aca2381ae6bc: Layer already exists 04:38:07 2bc3927d4ecc: Layer already exists 04:38:07 697bf67bd46a: Layer already exists 04:38:07 ce7f800efff9: Layer already exists 04:38:07 3.2.0-dev.50: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:38:08 7758aa967548: Preparing 04:38:08 703110d416e0: Preparing 04:38:08 749b78c36ca0: Preparing 04:38:08 06833ad81c98: Preparing 04:38:08 a9dc6719a09e: Preparing 04:38:08 2bc3927d4ecc: Preparing 04:38:08 aca2381ae6bc: Preparing 04:38:08 697bf67bd46a: Preparing 04:38:08 23943f7d89a4: Preparing 04:38:08 ce7f800efff9: Preparing 04:38:08 aca2381ae6bc: Waiting 04:38:08 2bc3927d4ecc: Waiting 04:38:08 697bf67bd46a: Waiting 04:38:08 23943f7d89a4: Waiting 04:38:08 ce7f800efff9: Waiting 04:38:08 749b78c36ca0: Layer already exists 04:38:08 703110d416e0: Layer already exists 04:38:08 06833ad81c98: Layer already exists 04:38:08 7758aa967548: Layer already exists 04:38:08 a9dc6719a09e: Layer already exists 04:38:08 aca2381ae6bc: Layer already exists 04:38:08 2bc3927d4ecc: Layer already exists 04:38:08 23943f7d89a4: Layer already exists 04:38:08 697bf67bd46a: Layer already exists 04:38:08 ce7f800efff9: Layer already exists 04:38:08 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:38:09 7758aa967548: Preparing 04:38:09 703110d416e0: Preparing 04:38:09 749b78c36ca0: Preparing 04:38:09 06833ad81c98: Preparing 04:38:09 a9dc6719a09e: Preparing 04:38:09 2bc3927d4ecc: Preparing 04:38:09 aca2381ae6bc: Preparing 04:38:09 697bf67bd46a: Preparing 04:38:09 23943f7d89a4: Preparing 04:38:09 ce7f800efff9: Preparing 04:38:09 2bc3927d4ecc: Waiting 04:38:09 697bf67bd46a: Waiting 04:38:09 aca2381ae6bc: Waiting 04:38:09 23943f7d89a4: Waiting 04:38:09 ce7f800efff9: Waiting 04:38:09 06833ad81c98: Layer already exists 04:38:09 703110d416e0: Layer already exists 04:38:09 7758aa967548: Layer already exists 04:38:09 749b78c36ca0: Layer already exists 04:38:09 a9dc6719a09e: Layer already exists 04:38:09 2bc3927d4ecc: Layer already exists 04:38:09 ce7f800efff9: Layer already exists 04:38:09 aca2381ae6bc: Layer already exists 04:38:09 23943f7d89a4: Layer already exists 04:38:09 697bf67bd46a: Layer already exists 04:38:09 main: digest: sha256:890cb18747273ac7931fce9235e59a4b2e2fa0fed9e10594d6749f2984f7b2af size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:38:09 ===================================================== [Pipeline] echo 04:38:09 taggedImages: 04:38:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:38:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.50 04:38:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 04:38:09 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 04:38:09 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:09 latest 04:38:09 3.2.0-dev.50 04:38:09 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:09 main 04:38:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:38:09 9b54f843a5ed: Preparing 04:38:09 4d5f44c357d4: Preparing 04:38:09 4b776ef40163: Preparing 04:38:09 06833ad81c98: Preparing 04:38:09 a9dc6719a09e: Preparing 04:38:09 2ba85419114c: Preparing 04:38:09 68eaa9c6e7ce: Preparing 04:38:09 ce32114e5d7e: Preparing 04:38:09 ce7f800efff9: Preparing 04:38:09 2ba85419114c: Waiting 04:38:09 68eaa9c6e7ce: Waiting 04:38:09 ce32114e5d7e: Waiting 04:38:09 ce7f800efff9: Waiting 04:38:09 a9dc6719a09e: Layer already exists 04:38:09 06833ad81c98: Layer already exists 04:38:09 4d5f44c357d4: Pushed 04:38:09 4b776ef40163: Pushed 04:38:09 9b54f843a5ed: Pushed 04:38:09 ce7f800efff9: Layer already exists 04:38:09 68eaa9c6e7ce: Pushed 04:38:10 ce32114e5d7e: Pushed 04:38:20 2ba85419114c: Pushed 04:38:20 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:20 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:38:21 9b54f843a5ed: Preparing 04:38:21 4d5f44c357d4: Preparing 04:38:21 4b776ef40163: Preparing 04:38:21 06833ad81c98: Preparing 04:38:21 a9dc6719a09e: Preparing 04:38:21 2ba85419114c: Preparing 04:38:21 68eaa9c6e7ce: Preparing 04:38:21 ce32114e5d7e: Preparing 04:38:21 ce7f800efff9: Preparing 04:38:21 ce32114e5d7e: Waiting 04:38:21 68eaa9c6e7ce: Waiting 04:38:21 ce7f800efff9: Waiting 04:38:21 2ba85419114c: Waiting 04:38:21 9b54f843a5ed: Layer already exists 04:38:21 a9dc6719a09e: Layer already exists 04:38:21 4b776ef40163: Layer already exists 04:38:21 06833ad81c98: Layer already exists 04:38:21 4d5f44c357d4: Layer already exists 04:38:21 2ba85419114c: Layer already exists 04:38:21 ce32114e5d7e: Layer already exists 04:38:21 68eaa9c6e7ce: Layer already exists 04:38:21 ce7f800efff9: Layer already exists 04:38:21 latest: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:21 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.50 04:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:38:21 9b54f843a5ed: Preparing 04:38:21 4d5f44c357d4: Preparing 04:38:21 4b776ef40163: Preparing 04:38:21 06833ad81c98: Preparing 04:38:21 a9dc6719a09e: Preparing 04:38:21 2ba85419114c: Preparing 04:38:21 68eaa9c6e7ce: Preparing 04:38:21 ce32114e5d7e: Preparing 04:38:21 ce7f800efff9: Preparing 04:38:21 68eaa9c6e7ce: Waiting 04:38:21 ce7f800efff9: Waiting 04:38:21 ce32114e5d7e: Waiting 04:38:21 2ba85419114c: Waiting 04:38:21 a9dc6719a09e: Layer already exists 04:38:21 06833ad81c98: Layer already exists 04:38:21 4d5f44c357d4: Layer already exists 04:38:21 4b776ef40163: Layer already exists 04:38:21 9b54f843a5ed: Layer already exists 04:38:21 2ba85419114c: Layer already exists 04:38:21 ce32114e5d7e: Layer already exists 04:38:21 ce7f800efff9: Layer already exists 04:38:21 68eaa9c6e7ce: Layer already exists 04:38:21 3.2.0-dev.50: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:38:22 9b54f843a5ed: Preparing 04:38:22 4d5f44c357d4: Preparing 04:38:22 4b776ef40163: Preparing 04:38:22 06833ad81c98: Preparing 04:38:22 a9dc6719a09e: Preparing 04:38:22 2ba85419114c: Preparing 04:38:22 68eaa9c6e7ce: Preparing 04:38:22 ce32114e5d7e: Preparing 04:38:22 ce7f800efff9: Preparing 04:38:22 68eaa9c6e7ce: Waiting 04:38:22 ce32114e5d7e: Waiting 04:38:22 ce7f800efff9: Waiting 04:38:22 2ba85419114c: Waiting 04:38:22 4d5f44c357d4: Layer already exists 04:38:22 4b776ef40163: Layer already exists 04:38:22 9b54f843a5ed: Layer already exists 04:38:22 a9dc6719a09e: Layer already exists 04:38:22 06833ad81c98: Layer already exists 04:38:22 2ba85419114c: Layer already exists 04:38:22 ce32114e5d7e: Layer already exists 04:38:22 68eaa9c6e7ce: Layer already exists 04:38:22 ce7f800efff9: Layer already exists 04:38:22 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 04:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:38:23 9b54f843a5ed: Preparing 04:38:23 4d5f44c357d4: Preparing 04:38:23 4b776ef40163: Preparing 04:38:23 06833ad81c98: Preparing 04:38:23 a9dc6719a09e: Preparing 04:38:23 2ba85419114c: Preparing 04:38:23 68eaa9c6e7ce: Preparing 04:38:23 ce32114e5d7e: Preparing 04:38:23 ce7f800efff9: Preparing 04:38:23 2ba85419114c: Waiting 04:38:23 ce32114e5d7e: Waiting 04:38:23 68eaa9c6e7ce: Waiting 04:38:23 9b54f843a5ed: Layer already exists 04:38:23 4d5f44c357d4: Layer already exists 04:38:23 a9dc6719a09e: Layer already exists 04:38:23 06833ad81c98: Layer already exists 04:38:23 2ba85419114c: Layer already exists 04:38:23 ce32114e5d7e: Layer already exists 04:38:23 4b776ef40163: Layer already exists 04:38:23 68eaa9c6e7ce: Layer already exists 04:38:23 ce7f800efff9: Layer already exists 04:38:23 main: digest: sha256:e6761f15b127a0639f1e167c9a2e0976cd7ffeee7f2e02f505453e5ff60adcdb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:38:23 ===================================================== [Pipeline] echo 04:38:23 taggedImages: 04:38:23 - nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:23 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:38:23 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.50 04:38:23 - nexus3.edgexfoundry.org:10004/security-spire-config:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:23 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 04:38:23 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 04:38:23 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:23 latest 04:38:23 3.2.0-dev.50 04:38:23 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:23 main 04:38:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:38:23 7758aa967548: Preparing 04:38:23 2bc98a450b63: Preparing 04:38:23 76fab66fad3c: Preparing 04:38:23 06833ad81c98: Preparing 04:38:23 a9dc6719a09e: Preparing 04:38:23 30d7794004df: Preparing 04:38:23 697bf67bd46a: Preparing 04:38:23 23943f7d89a4: Preparing 04:38:23 ce7f800efff9: Preparing 04:38:23 30d7794004df: Waiting 04:38:23 697bf67bd46a: Waiting 04:38:23 ce7f800efff9: Waiting 04:38:23 23943f7d89a4: Waiting 04:38:23 a9dc6719a09e: Layer already exists 04:38:23 7758aa967548: Layer already exists 04:38:23 06833ad81c98: Layer already exists 04:38:23 23943f7d89a4: Layer already exists 04:38:23 697bf67bd46a: Layer already exists 04:38:23 ce7f800efff9: Layer already exists 04:38:23 2bc98a450b63: Pushed 04:38:23 76fab66fad3c: Pushed 04:38:26 #96 ... 04:38:26 04:38:26 #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #86 DONE 90.5s 04:38:26 04:38:26 #84 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #84 DONE 97.3s 04:38:26 04:38:26 #85 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #85 DONE 97.4s 04:38:26 04:38:26 #117 [security-spiffe-token-provider builder 6/7] COPY . . 04:38:26 #117 ... 04:38:26 04:38:26 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #96 DONE 71.3s 04:38:26 04:38:26 #83 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #83 DONE 97.8s 04:38:26 04:38:26 #118 [support-cron-scheduler builder 6/7] COPY . . 04:38:26 #118 DONE 1.5s 04:38:26 04:38:26 #119 [core-keeper builder 7/8] COPY . . 04:38:26 #119 DONE 1.5s 04:38:26 04:38:26 #117 [security-spiffe-token-provider builder 6/7] COPY . . 04:38:26 #117 DONE 1.6s 04:38:26 04:38:26 #120 [security-proxy-setup builder 6/7] COPY . . 04:38:26 #120 CACHED 04:38:26 04:38:26 #121 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #121 CACHED 04:38:26 04:38:26 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:38:26 #122 CACHED 04:38:26 04:38:26 #123 [security-bootstrapper builder 6/7] COPY . . 04:38:26 #123 DONE 1.6s 04:38:26 04:38:26 #124 [security-secretstore-setup builder 6/7] COPY . . 04:38:26 #124 CACHED 04:38:26 04:38:26 #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:38:26 #125 CACHED 04:38:26 04:38:26 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #126 CACHED 04:38:26 04:38:26 #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:38:26 #127 ... 04:38:26 04:38:26 #128 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #128 CACHED 04:38:26 04:38:26 #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:38:26 #129 CACHED 04:38:26 04:38:26 #130 [support-notifications builder 6/7] COPY . . 04:38:26 #130 CACHED 04:38:26 04:38:26 #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #131 CACHED 04:38:26 04:38:26 #132 [core-data builder 6/7] COPY . . 04:38:26 #132 CACHED 04:38:26 04:38:26 #133 [core-data builder 4/7] COPY go.mod vendor* ./ 04:38:26 #133 CACHED 04:38:26 04:38:26 #134 [core-command builder 6/7] COPY . . 04:38:26 #134 CACHED 04:38:26 04:38:26 #135 [core-command builder 4/7] COPY go.mod vendor* ./ 04:38:26 #135 CACHED 04:38:26 04:38:26 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #136 CACHED 04:38:26 04:38:26 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #137 CACHED 04:38:26 04:38:26 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 04:38:26 #138 CACHED 04:38:26 04:38:26 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:38:26 #139 CACHED 04:38:26 04:38:26 #140 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:38:26 #140 CACHED 04:38:26 04:38:26 #141 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #141 CACHED 04:38:26 04:38:26 #142 [support-scheduler builder 6/7] COPY . . 04:38:26 #142 CACHED 04:38:26 04:38:26 #143 [core-metadata builder 6/7] COPY . . 04:38:26 #143 CACHED 04:38:26 04:38:26 #144 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:38:26 #144 CACHED 04:38:26 04:38:26 #145 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:38:26 #145 CACHED 04:38:26 04:38:26 #146 [security-proxy-auth builder 6/7] COPY . . 04:38:26 #146 DONE 1.7s 04:38:26 04:38:26 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:38:27 #147 ... 04:38:27 04:38:27 #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 04:38:27 #127 4.824 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 04:38:32 #127 ... 04:38:32 04:38:32 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:38:32 #0 4.715 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:38:32 #148 ... 04:38:32 04:38:32 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:38:32 #0 6.287 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:38:32 #149 ... 04:38:32 04:38:32 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:38:32 #0 5.815 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:38:32 #150 ... 04:38:32 04:38:32 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:38:32 #0 6.067 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 04:38:32 #151 ... 04:38:32 04:38:32 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:38:32 #0 5.460 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:38:32 #152 ... 04:38:32 04:38:32 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:38:32 #0 5.970 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 04:38:32 #153 ... 04:38:32 04:38:32 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:38:32 #0 6.096 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:38:33 #154 ... 04:38:33 04:38:33 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:38:33 #0 6.320 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:33 #155 ... 04:38:33 04:38:33 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:38:33 #0 6.244 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 04:38:33 #156 ... 04:38:33 04:38:33 #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:38:33 #0 5.024 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:38:33 #157 ... 04:38:33 04:38:33 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:38:33 #0 5.021 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:38:33 #158 ... 04:38:33 04:38:33 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:38:33 #147 6.280 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:38:33 30d7794004df: Pushed 04:38:33 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:38:34 7758aa967548: Preparing 04:38:34 2bc98a450b63: Preparing 04:38:34 76fab66fad3c: Preparing 04:38:34 06833ad81c98: Preparing 04:38:34 a9dc6719a09e: Preparing 04:38:34 30d7794004df: Preparing 04:38:34 697bf67bd46a: Preparing 04:38:34 23943f7d89a4: Preparing 04:38:34 ce7f800efff9: Preparing 04:38:34 30d7794004df: Waiting 04:38:34 697bf67bd46a: Waiting 04:38:34 23943f7d89a4: Waiting 04:38:34 ce7f800efff9: Waiting 04:38:34 a9dc6719a09e: Layer already exists 04:38:34 7758aa967548: Layer already exists 04:38:34 76fab66fad3c: Layer already exists 04:38:34 2bc98a450b63: Layer already exists 04:38:34 06833ad81c98: Layer already exists 04:38:34 697bf67bd46a: Layer already exists 04:38:34 30d7794004df: Layer already exists 04:38:34 23943f7d89a4: Layer already exists 04:38:34 ce7f800efff9: Layer already exists 04:38:34 latest: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.50 04:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:38:35 7758aa967548: Preparing 04:38:35 2bc98a450b63: Preparing 04:38:35 76fab66fad3c: Preparing 04:38:35 06833ad81c98: Preparing 04:38:35 a9dc6719a09e: Preparing 04:38:35 30d7794004df: Preparing 04:38:35 697bf67bd46a: Preparing 04:38:35 23943f7d89a4: Preparing 04:38:35 ce7f800efff9: Preparing 04:38:35 697bf67bd46a: Waiting 04:38:35 23943f7d89a4: Waiting 04:38:35 ce7f800efff9: Waiting 04:38:35 30d7794004df: Waiting 04:38:35 2bc98a450b63: Layer already exists 04:38:35 7758aa967548: Layer already exists 04:38:35 06833ad81c98: Layer already exists 04:38:35 76fab66fad3c: Layer already exists 04:38:35 30d7794004df: Layer already exists 04:38:35 697bf67bd46a: Layer already exists 04:38:35 a9dc6719a09e: Layer already exists 04:38:35 23943f7d89a4: Layer already exists 04:38:35 ce7f800efff9: Layer already exists 04:38:35 3.2.0-dev.50: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:38:35 7758aa967548: Preparing 04:38:35 2bc98a450b63: Preparing 04:38:35 76fab66fad3c: Preparing 04:38:35 06833ad81c98: Preparing 04:38:35 a9dc6719a09e: Preparing 04:38:35 30d7794004df: Preparing 04:38:35 697bf67bd46a: Preparing 04:38:35 23943f7d89a4: Preparing 04:38:35 ce7f800efff9: Preparing 04:38:35 30d7794004df: Waiting 04:38:35 23943f7d89a4: Waiting 04:38:35 ce7f800efff9: Waiting 04:38:35 697bf67bd46a: Waiting 04:38:35 7758aa967548: Layer already exists 04:38:35 2bc98a450b63: Layer already exists 04:38:35 76fab66fad3c: Layer already exists 04:38:35 06833ad81c98: Layer already exists 04:38:35 a9dc6719a09e: Layer already exists 04:38:35 30d7794004df: Layer already exists 04:38:35 697bf67bd46a: Layer already exists 04:38:35 23943f7d89a4: Layer already exists 04:38:35 ce7f800efff9: Layer already exists 04:38:35 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 04:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:38:36 7758aa967548: Preparing 04:38:36 2bc98a450b63: Preparing 04:38:36 76fab66fad3c: Preparing 04:38:36 06833ad81c98: Preparing 04:38:36 a9dc6719a09e: Preparing 04:38:36 30d7794004df: Preparing 04:38:36 697bf67bd46a: Preparing 04:38:36 23943f7d89a4: Preparing 04:38:36 ce7f800efff9: Preparing 04:38:36 30d7794004df: Waiting 04:38:36 697bf67bd46a: Waiting 04:38:36 23943f7d89a4: Waiting 04:38:36 ce7f800efff9: Waiting 04:38:36 2bc98a450b63: Layer already exists 04:38:36 76fab66fad3c: Layer already exists 04:38:36 7758aa967548: Layer already exists 04:38:36 a9dc6719a09e: Layer already exists 04:38:36 06833ad81c98: Layer already exists 04:38:36 23943f7d89a4: Layer already exists 04:38:36 30d7794004df: Layer already exists 04:38:36 697bf67bd46a: Layer already exists 04:38:36 ce7f800efff9: Layer already exists 04:38:36 main: digest: sha256:86cef00a1c06b3ca1319edfab03200f947e1412d990a5c5f9eaa945cfbeee535 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:38:36 ===================================================== [Pipeline] echo 04:38:36 taggedImages: 04:38:36 - nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:36 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:38:36 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.50 04:38:36 - nexus3.edgexfoundry.org:10004/security-spire-server:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:36 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 04:38:36 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 04:38:36 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:36 latest 04:38:36 3.2.0-dev.50 04:38:36 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:36 main 04:38:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:36 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:37 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 04:38:37 883b85ac67fb: Preparing 04:38:37 6d06e0f7b7a9: Preparing 04:38:37 06833ad81c98: Preparing 04:38:37 a9dc6719a09e: Preparing 04:38:37 a8007ab94722: Preparing 04:38:37 db9eee0180d1: Preparing 04:38:37 ce7f800efff9: Preparing 04:38:37 db9eee0180d1: Waiting 04:38:37 ce7f800efff9: Waiting 04:38:37 06833ad81c98: Layer already exists 04:38:37 a9dc6719a09e: Layer already exists 04:38:37 ce7f800efff9: Layer already exists 04:38:37 a8007ab94722: Pushed 04:38:37 883b85ac67fb: Pushed 04:38:37 db9eee0180d1: Pushed 04:38:40 6d06e0f7b7a9: Pushed 04:38:40 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:41 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:41 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 04:38:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 04:38:41 883b85ac67fb: Preparing 04:38:41 6d06e0f7b7a9: Preparing 04:38:41 06833ad81c98: Preparing 04:38:41 a9dc6719a09e: Preparing 04:38:41 a8007ab94722: Preparing 04:38:41 db9eee0180d1: Preparing 04:38:41 ce7f800efff9: Preparing 04:38:41 db9eee0180d1: Waiting 04:38:41 ce7f800efff9: Waiting 04:38:41 6d06e0f7b7a9: Layer already exists 04:38:41 a9dc6719a09e: Layer already exists 04:38:41 06833ad81c98: Layer already exists 04:38:41 a8007ab94722: Layer already exists 04:38:41 883b85ac67fb: Layer already exists 04:38:41 db9eee0180d1: Layer already exists 04:38:41 ce7f800efff9: Layer already exists 04:38:41 latest: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:41 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:42 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.50 04:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 04:38:42 883b85ac67fb: Preparing 04:38:42 6d06e0f7b7a9: Preparing 04:38:42 06833ad81c98: Preparing 04:38:42 a9dc6719a09e: Preparing 04:38:42 a8007ab94722: Preparing 04:38:42 db9eee0180d1: Preparing 04:38:42 ce7f800efff9: Preparing 04:38:42 db9eee0180d1: Waiting 04:38:42 ce7f800efff9: Waiting 04:38:42 a9dc6719a09e: Layer already exists 04:38:42 6d06e0f7b7a9: Layer already exists 04:38:42 a8007ab94722: Layer already exists 04:38:42 883b85ac67fb: Layer already exists 04:38:42 06833ad81c98: Layer already exists 04:38:42 db9eee0180d1: Layer already exists 04:38:42 ce7f800efff9: Layer already exists 04:38:42 3.2.0-dev.50: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:42 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:42 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 04:38:42 883b85ac67fb: Preparing 04:38:42 6d06e0f7b7a9: Preparing 04:38:42 06833ad81c98: Preparing 04:38:42 a9dc6719a09e: Preparing 04:38:42 a8007ab94722: Preparing 04:38:42 db9eee0180d1: Preparing 04:38:42 ce7f800efff9: Preparing 04:38:42 ce7f800efff9: Waiting 04:38:42 db9eee0180d1: Waiting 04:38:42 a9dc6719a09e: Layer already exists 04:38:42 06833ad81c98: Layer already exists 04:38:42 a8007ab94722: Layer already exists 04:38:42 6d06e0f7b7a9: Layer already exists 04:38:42 883b85ac67fb: Layer already exists 04:38:42 ce7f800efff9: Layer already exists 04:38:42 db9eee0180d1: Layer already exists 04:38:42 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:43 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:43 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 04:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 04:38:43 883b85ac67fb: Preparing 04:38:43 6d06e0f7b7a9: Preparing 04:38:43 06833ad81c98: Preparing 04:38:43 a9dc6719a09e: Preparing 04:38:43 a8007ab94722: Preparing 04:38:43 db9eee0180d1: Preparing 04:38:43 ce7f800efff9: Preparing 04:38:43 db9eee0180d1: Waiting 04:38:43 ce7f800efff9: Waiting 04:38:43 a9dc6719a09e: Layer already exists 04:38:43 6d06e0f7b7a9: Layer already exists 04:38:43 a8007ab94722: Layer already exists 04:38:43 883b85ac67fb: Layer already exists 04:38:43 06833ad81c98: Layer already exists 04:38:43 db9eee0180d1: Layer already exists 04:38:43 ce7f800efff9: Layer already exists 04:38:43 main: digest: sha256:ee2fe06548e023b946b1bc9068e4fce47edcd53e4213f949c2c2b204005e4d65 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:38:43 ===================================================== [Pipeline] echo 04:38:43 taggedImages: 04:38:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 04:38:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.50 04:38:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:43 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 04:38:43 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 04:38:43 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:43 latest 04:38:43 3.2.0-dev.50 04:38:43 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:43 main 04:38:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:38:44 d23c34fd97cb: Preparing 04:38:44 53b5f2d30b23: Preparing 04:38:44 06833ad81c98: Preparing 04:38:44 a9dc6719a09e: Preparing 04:38:44 a8007ab94722: Preparing 04:38:44 db9eee0180d1: Preparing 04:38:44 ce7f800efff9: Preparing 04:38:44 db9eee0180d1: Waiting 04:38:44 ce7f800efff9: Waiting 04:38:44 a9dc6719a09e: Layer already exists 04:38:44 a8007ab94722: Layer already exists 04:38:44 06833ad81c98: Layer already exists 04:38:44 db9eee0180d1: Layer already exists 04:38:44 ce7f800efff9: Layer already exists 04:38:44 d23c34fd97cb: Pushed 04:38:47 53b5f2d30b23: Pushed 04:38:47 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 04:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:38:48 d23c34fd97cb: Preparing 04:38:48 53b5f2d30b23: Preparing 04:38:48 06833ad81c98: Preparing 04:38:48 a9dc6719a09e: Preparing 04:38:48 a8007ab94722: Preparing 04:38:48 db9eee0180d1: Preparing 04:38:48 ce7f800efff9: Preparing 04:38:48 db9eee0180d1: Waiting 04:38:48 d23c34fd97cb: Layer already exists 04:38:48 a8007ab94722: Layer already exists 04:38:48 53b5f2d30b23: Layer already exists 04:38:48 06833ad81c98: Layer already exists 04:38:48 a9dc6719a09e: Layer already exists 04:38:48 db9eee0180d1: Layer already exists 04:38:48 ce7f800efff9: Layer already exists 04:38:48 latest: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.50 04:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:38:48 d23c34fd97cb: Preparing 04:38:48 53b5f2d30b23: Preparing 04:38:48 06833ad81c98: Preparing 04:38:48 a9dc6719a09e: Preparing 04:38:48 a8007ab94722: Preparing 04:38:48 db9eee0180d1: Preparing 04:38:48 ce7f800efff9: Preparing 04:38:48 db9eee0180d1: Waiting 04:38:48 ce7f800efff9: Waiting 04:38:48 a9dc6719a09e: Layer already exists 04:38:48 53b5f2d30b23: Layer already exists 04:38:48 06833ad81c98: Layer already exists 04:38:48 a8007ab94722: Layer already exists 04:38:48 d23c34fd97cb: Layer already exists 04:38:48 db9eee0180d1: Layer already exists 04:38:48 ce7f800efff9: Layer already exists 04:38:48 3.2.0-dev.50: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:38:49 d23c34fd97cb: Preparing 04:38:49 53b5f2d30b23: Preparing 04:38:49 06833ad81c98: Preparing 04:38:49 a9dc6719a09e: Preparing 04:38:49 a8007ab94722: Preparing 04:38:49 db9eee0180d1: Preparing 04:38:49 ce7f800efff9: Preparing 04:38:49 db9eee0180d1: Waiting 04:38:49 ce7f800efff9: Waiting 04:38:49 a8007ab94722: Layer already exists 04:38:49 53b5f2d30b23: Layer already exists 04:38:49 06833ad81c98: Layer already exists 04:38:49 d23c34fd97cb: Layer already exists 04:38:49 a9dc6719a09e: Layer already exists 04:38:49 db9eee0180d1: Layer already exists 04:38:49 ce7f800efff9: Layer already exists 04:38:49 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 04:38:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:38:50 d23c34fd97cb: Preparing 04:38:50 53b5f2d30b23: Preparing 04:38:50 06833ad81c98: Preparing 04:38:50 a9dc6719a09e: Preparing 04:38:50 a8007ab94722: Preparing 04:38:50 db9eee0180d1: Preparing 04:38:50 ce7f800efff9: Preparing 04:38:50 db9eee0180d1: Waiting 04:38:50 ce7f800efff9: Waiting 04:38:50 a9dc6719a09e: Layer already exists 04:38:50 d23c34fd97cb: Layer already exists 04:38:50 53b5f2d30b23: Layer already exists 04:38:50 a8007ab94722: Layer already exists 04:38:50 06833ad81c98: Layer already exists 04:38:50 ce7f800efff9: Layer already exists 04:38:50 db9eee0180d1: Layer already exists 04:38:50 main: digest: sha256:e95a347d2a7b79abde5db1c36dc13aea96350b39ffd2974859ced2a384f59329 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:38:50 ===================================================== [Pipeline] echo 04:38:50 taggedImages: 04:38:50 - nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:50 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:38:50 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.50 04:38:50 - nexus3.edgexfoundry.org:10004/support-notifications:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:50 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 04:38:50 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 04:38:50 5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:50 latest 04:38:50 3.2.0-dev.50 04:38:50 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:50 main 04:38:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:38:51 cf89d58663ee: Preparing 04:38:51 c2a420cf86ff: Preparing 04:38:51 06833ad81c98: Preparing 04:38:51 a9dc6719a09e: Preparing 04:38:51 2074dc40c071: Preparing 04:38:51 8a632cd66ac5: Preparing 04:38:51 ce7f800efff9: Preparing 04:38:51 8a632cd66ac5: Waiting 04:38:51 ce7f800efff9: Waiting 04:38:51 a9dc6719a09e: Layer already exists 04:38:51 2074dc40c071: Layer already exists 04:38:51 06833ad81c98: Layer already exists 04:38:51 cf89d58663ee: Pushed 04:38:51 ce7f800efff9: Layer already exists 04:38:51 8a632cd66ac5: Layer already exists 04:38:54 c2a420cf86ff: Pushed 04:38:54 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:38:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:38:54 cf89d58663ee: Preparing 04:38:54 c2a420cf86ff: Preparing 04:38:54 06833ad81c98: Preparing 04:38:54 a9dc6719a09e: Preparing 04:38:54 2074dc40c071: Preparing 04:38:54 8a632cd66ac5: Preparing 04:38:54 ce7f800efff9: Preparing 04:38:54 ce7f800efff9: Waiting 04:38:54 8a632cd66ac5: Waiting 04:38:54 c2a420cf86ff: Layer already exists 04:38:54 2074dc40c071: Layer already exists 04:38:54 06833ad81c98: Layer already exists 04:38:54 a9dc6719a09e: Layer already exists 04:38:54 cf89d58663ee: Layer already exists 04:38:54 8a632cd66ac5: Layer already exists 04:38:54 ce7f800efff9: Layer already exists 04:38:54 latest: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.50 04:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:38:55 cf89d58663ee: Preparing 04:38:55 c2a420cf86ff: Preparing 04:38:55 06833ad81c98: Preparing 04:38:55 a9dc6719a09e: Preparing 04:38:55 2074dc40c071: Preparing 04:38:55 8a632cd66ac5: Preparing 04:38:55 ce7f800efff9: Preparing 04:38:55 ce7f800efff9: Waiting 04:38:55 8a632cd66ac5: Waiting 04:38:55 cf89d58663ee: Layer already exists 04:38:55 2074dc40c071: Layer already exists 04:38:55 c2a420cf86ff: Layer already exists 04:38:55 a9dc6719a09e: Layer already exists 04:38:55 06833ad81c98: Layer already exists 04:38:55 ce7f800efff9: Layer already exists 04:38:55 8a632cd66ac5: Layer already exists 04:38:55 3.2.0-dev.50: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:38:56 cf89d58663ee: Preparing 04:38:56 c2a420cf86ff: Preparing 04:38:56 06833ad81c98: Preparing 04:38:56 a9dc6719a09e: Preparing 04:38:56 2074dc40c071: Preparing 04:38:56 8a632cd66ac5: Preparing 04:38:56 ce7f800efff9: Preparing 04:38:56 8a632cd66ac5: Waiting 04:38:56 ce7f800efff9: Waiting 04:38:56 cf89d58663ee: Layer already exists 04:38:56 2074dc40c071: Layer already exists 04:38:56 a9dc6719a09e: Layer already exists 04:38:56 06833ad81c98: Layer already exists 04:38:56 c2a420cf86ff: Layer already exists 04:38:56 ce7f800efff9: Layer already exists 04:38:56 8a632cd66ac5: Layer already exists 04:38:56 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:38:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 04:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:38:57 cf89d58663ee: Preparing 04:38:57 c2a420cf86ff: Preparing 04:38:57 06833ad81c98: Preparing 04:38:57 a9dc6719a09e: Preparing 04:38:57 2074dc40c071: Preparing 04:38:57 8a632cd66ac5: Preparing 04:38:57 ce7f800efff9: Preparing 04:38:57 ce7f800efff9: Waiting 04:38:57 8a632cd66ac5: Waiting 04:38:57 a9dc6719a09e: Layer already exists 04:38:57 06833ad81c98: Layer already exists 04:38:57 2074dc40c071: Layer already exists 04:38:57 c2a420cf86ff: Layer already exists 04:38:57 cf89d58663ee: Layer already exists 04:38:57 ce7f800efff9: Layer already exists 04:38:57 8a632cd66ac5: Layer already exists 04:38:57 main: digest: sha256:ae6e61c6e8e1a264bfda8a85f9ef74aa0a75f6accc038a620d42b3ba73c4434c size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:38:57 ===================================================== [Pipeline] echo 04:38:57 taggedImages: 04:38:57 - nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317 04:38:57 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:38:57 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.50 04:38:57 - nexus3.edgexfoundry.org:10004/support-scheduler:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 04:38:57 - 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] } 04:57:41 #147 ... 04:57:41 04:57:41 #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:57:41 #157 1157.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.50" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:57:50 #157 ... 04:57:50 04:57:50 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:57:50 #153 DONE 1168.0s 04:57:50 04:57:50 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:57:50 #154 ... 04:57:50 04:57:50 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:57:50 #159 DONE 0.1s 04:57:50 04:57:50 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:57:50 #160 DONE 0.1s 04:57:50 04:57:50 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:57:50 #158 ... 04:57:50 04:57:50 #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:57:50 #161 DONE 0.1s 04:57:50 04:57:50 #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:57:50 #162 DONE 0.1s 04:57:50 04:57:50 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:57:51 #158 ... 04:57:51 04:57:51 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:57:51 #163 DONE 0.3s 04:57:51 04:57:51 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:57:51 #164 DONE 0.2s 04:57:51 04:57:51 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:57:52 #165 ... 04:57:52 04:57:52 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:57:52 #158 DONE 1171.0s 04:57:52 04:57:52 #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:57:53 #166 DONE 0.4s 04:57:53 04:57:53 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 04:57:55 #167 ... 04:57:55 04:57:55 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:57:55 #165 DONE 3.5s 04:57:55 04:57:55 #111 [security-proxy-setup] exporting to image 04:57:55 #111 exporting layers 04:57:56 #111 exporting layers 1.3s done 04:57:56 #111 writing image sha256:9dccdbf8a09e7c0ef18bbe9f9a080c98afa099b7832b2f7c996655895a43611e done 04:57:56 #111 naming to docker.io/library/security-proxy-setup-arm64 done 04:57:56 #111 DONE 4.5s 04:57:56 04:57:56 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:57:56 #155 ... 04:57:56 04:57:56 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 04:57:56 #167 DONE 3.3s 04:57:56 04:57:56 #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 04:57:56 #168 DONE 0.4s 04:57:56 04:57:56 #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 04:57:57 #169 DONE 0.2s 04:57:57 04:57:57 #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:57:57 #170 DONE 0.3s 04:57:57 04:57:57 #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:57:57 #171 DONE 0.2s 04:57:57 04:57:57 #172 [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/ 04:57:57 #172 DONE 0.1s 04:57:57 04:57:57 #173 [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/ 04:57:58 #173 DONE 0.1s 04:57:58 04:57:58 #174 [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/ 04:57:58 #174 DONE 0.1s 04:57:58 04:57:58 #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 04:57:58 #175 DONE 0.2s 04:57:58 04:57:58 #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:57:58 #176 DONE 0.3s 04:57:58 04:57:58 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:57:58 #147 ... 04:57:58 04:57:58 #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 04:58:01 #177 DONE 2.1s 04:58:01 04:58:01 #111 [security-bootstrapper] exporting to image 04:58:02 #111 exporting layers 1.4s done 04:58:02 #111 writing image sha256:b3eb8a41bfc6f0229bc59775925107de76e8e3c708982fd99774a2de9165a115 0.0s done 04:58:02 #111 naming to docker.io/library/security-bootstrapper-arm64 done 04:58:02 #111 DONE 6.0s 04:58:02 04:58:02 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:58:02 #147 ... 04:58:02 04:58:02 #157 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:58:02 #157 DONE 1180.6s 04:58:02 04:58:02 #68 [core-keeper internal] load build context 04:58:03 #68 ... 04:58:03 04:58:03 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:58:03 #178 DONE 0.4s 04:58:03 04:58:03 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:58:03 #154 ... 04:58:03 04:58:03 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:58:03 #179 DONE 0.3s 04:58:03 04:58:03 #180 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:58:03 #180 DONE 0.1s 04:58:03 04:58:03 #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 04:58:03 #181 DONE 0.1s 04:58:03 04:58:03 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 04:58:04 #35 ... 04:58:04 04:58:04 #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:58:04 #182 DONE 0.1s 04:58:04 04:58:04 #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:58:04 #183 DONE 0.2s 04:58:04 04:58:04 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:58:04 #184 DONE 0.2s 04:58:04 04:58:04 #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:58:04 #185 DONE 0.2s 04:58:04 04:58:04 #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:58:06 #186 DONE 1.9s 04:58:06 04:58:06 #111 [security-secretstore-setup] exporting to image 04:58:07 #111 exporting layers 1.2s done 04:58:07 #111 writing image sha256:38861e725ce147461018c33fdb5c644be2b09802778f2cfc216435d596374166 done 04:58:07 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 04:58:07 #111 DONE 7.3s 04:58:07 04:58:07 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:59:04 #155 ... 04:59:04 04:59:04 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:59:04 #148 DONE 1235.5s 04:59:04 04:59:04 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:59:04 #154 ... 04:59:04 04:59:04 #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:59:04 #187 DONE 0.1s 04:59:04 04:59:04 #68 [core-keeper internal] load build context 04:59:04 #68 ... 04:59:04 04:59:04 #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:59:04 #188 DONE 0.1s 04:59:04 04:59:04 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:59:04 #189 DONE 0.2s 04:59:04 04:59:04 #190 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:59:04 #190 DONE 0.1s 04:59:04 04:59:04 #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:59:04 #191 DONE 0.1s 04:59:04 04:59:04 #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:59:04 #192 DONE 1.8s 04:59:04 04:59:04 #111 [core-common-config-bootstrapper] exporting to image 04:59:04 #111 exporting layers 04:59:04 #111 exporting layers 0.6s done 04:59:04 #111 writing image sha256:b8012c740927005f29ad9978d682d4d3f7fde59d11427a957da83badbd22c5f0 0.0s done 04:59:04 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 04:59:04 #111 DONE 7.9s 04:59:04 04:59:04 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:01:12 #151 ... 05:01:12 05:01:12 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:01:12 #149 DONE 1363.1s 05:01:12 05:01:12 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:01:12 #155 ... 05:01:12 05:01:12 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:01:12 #193 DONE 0.2s 05:01:12 05:01:12 #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:01:12 #194 DONE 0.1s 05:01:12 05:01:12 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:01:12 #195 DONE 0.3s 05:01:12 05:01:12 #196 [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:01:12 #196 DONE 0.1s 05:01:12 05:01:12 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:01:12 #156 ... 05:01:12 05:01:12 #111 [security-spiffe-token-provider] exporting to image 05:01:12 #111 exporting layers 05:01:12 #111 exporting layers 0.6s done 05:01:12 #111 writing image sha256:bcc7b9bf15eef617b070fde5efb00e62b3eacd6eb40a6428fbc0039626f2ea28 done 05:01:12 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:01:12 #111 DONE 8.5s 05:01:12 05:01:12 #68 [core-keeper internal] load build context 05:09:04 #68 ... 05:09:04 05:09:04 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:09:04 #147 DONE 1832.0s 05:09:04 05:09:04 #68 [core-keeper internal] load build context 05:09:04 #68 ... 05:09:04 05:09:04 #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:09:04 #197 DONE 0.2s 05:09:04 05:09:04 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:09:04 #198 DONE 0.1s 05:09:04 05:09:04 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:09:04 #61 ... 05:09:04 05:09:04 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:09:04 #199 DONE 0.4s 05:09:04 05:09:04 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:09:04 #200 DONE 0.1s 05:09:04 05:09:04 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:09:04 #201 DONE 0.1s 05:09:04 05:09:04 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:09:04 #202 DONE 2.0s 05:09:04 05:09:04 #111 [security-proxy-auth] exporting to image 05:09:04 #111 exporting layers 05:09:04 #111 exporting layers 0.8s done 05:09:04 #111 writing image sha256:6358906f962773849cbc867e374ab292e51b772d3253b27a3b8fe7673310ab10 done 05:09:04 #111 naming to docker.io/library/security-proxy-auth-arm64 05:09:04 #111 naming to docker.io/library/security-proxy-auth-arm64 done 05:09:04 #111 DONE 9.3s 05:09:04 05:09:04 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:10:01 #150 ... 05:10:01 05:10:01 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:10:01 #156 DONE 1896.1s 05:10:01 05:10:01 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:10:01 #155 ... 05:10:01 05:10:01 #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:10:01 #203 DONE 0.3s 05:10:01 05:10:01 #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:10:01 #204 DONE 0.3s 05:10:01 05:10:01 #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:10:01 #205 DONE 0.4s 05:10:01 05:10:01 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:10:01 #206 DONE 0.1s 05:10:01 05:10:01 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:10:01 #154 ... 05:10:01 05:10:01 #111 [core-command] exporting to image 05:10:01 #111 exporting layers 05:10:01 #111 exporting layers 0.5s done 05:10:01 #111 writing image sha256:5d60778c10c39572d8e3b9334a0d146300246975b0c0d3b71585bb7e991362ff done 05:10:01 #111 naming to docker.io/library/core-command-arm64 done 05:10:01 #111 DONE 9.7s 05:10:01 05:10:01 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:12:07 #155 ... 05:12:07 05:12:07 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:12:07 #151 DONE 2018.3s 05:12:07 05:12:07 #68 [core-keeper internal] load build context 05:12:07 #68 ... 05:12:07 05:12:07 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:07 #207 DONE 0.3s 05:12:07 05:12:07 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:07 #208 DONE 0.2s 05:12:07 05:12:07 #68 [core-keeper internal] load build context 05:12:07 #68 ... 05:12:07 05:12:07 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:12:07 #209 ... 05:12:07 05:12:07 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:12:07 #150 DONE 2019.6s 05:12:07 05:12:07 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:12:07 #155 ... 05:12:07 05:12:07 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:12:07 #209 DONE 1.0s 05:12:07 05:12:07 #210 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:12:07 #210 DONE 0.2s 05:12:07 05:12:07 #111 [core-data] exporting to image 05:12:07 #111 exporting layers 05:12:07 #111 ... 05:12:07 05:12:07 #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:12:07 #211 DONE 0.4s 05:12:07 05:12:07 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:12:07 #212 ... 05:12:07 05:12:07 #111 [core-data] exporting to image 05:12:07 #111 exporting layers 0.9s done 05:12:07 #111 writing image sha256:71cad5b59e40b234343edd656d8d0f7036291fdf2b2973238ac779938c953b2e done 05:12:07 #111 naming to docker.io/library/core-data-arm64 0.0s done 05:12:07 #111 DONE 10.7s 05:12:07 05:12:07 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:12:07 #212 DONE 0.8s 05:12:07 05:12:07 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:12:07 #213 DONE 0.1s 05:12:07 05:12:07 #111 [core-keeper] exporting to image 05:12:07 #111 exporting layers 0.5s done 05:12:07 #111 writing image sha256:bf8ee559fca244997e3e6b6d2ab364b172134beef1f7cbf63b708579db34916e done 05:12:07 #111 naming to docker.io/library/core-keeper-arm64 done 05:12:07 #111 DONE 11.2s 05:12:07 05:12:07 #68 [core-keeper internal] load build context 05:12:09 #68 ... 05:12:09 05:12:09 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:12:09 #155 DONE 2026.9s 05:12:09 05:12:09 #68 [core-keeper internal] load build context 05:12:09 #68 ... 05:12:09 05:12:09 #214 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:12:09 #214 DONE 0.1s 05:12:09 05:12:09 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:12:09 #154 ... 05:12:09 05:12:09 #215 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:12:09 #215 DONE 0.1s 05:12:09 05:12:09 #216 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:12:10 #216 DONE 0.4s 05:12:10 05:12:10 #68 [core-keeper internal] load build context 05:12:10 #68 ... 05:12:10 05:12:10 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:12:10 #217 DONE 0.1s 05:12:10 05:12:10 #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:12:10 #218 DONE 0.1s 05:12:10 05:12:10 #68 [core-keeper internal] load build context 05:12:10 #68 ... 05:12:10 05:12:10 #111 [core-metadata] exporting to image 05:12:10 #111 exporting layers 05:12:11 #111 exporting layers 0.5s done 05:12:11 #111 writing image sha256:c03ccbd03606429b33f24a67659c9ef834cd4769ed1f0956d84c1d4a42dbdaa5 done 05:12:11 #111 naming to docker.io/library/core-metadata-arm64 done 05:12:11 #111 DONE 11.8s 05:12:11 05:12:11 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:12:43 #154 DONE 2056.0s 05:12:43 05:12:43 #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 05:12:43 #127 ... 05:12:43 05:12:43 #219 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:43 #219 DONE 0.1s 05:12:43 05:12:43 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 05:12:43 #35 ... 05:12:43 05:12:43 #220 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:43 #220 DONE 0.1s 05:12:43 05:12:43 #221 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:12:43 #221 DONE 0.5s 05:12:43 05:12:43 #222 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:12:43 #222 DONE 0.2s 05:12:43 05:12:43 #111 [support-notifications] exporting to image 05:12:43 #111 exporting layers 05:12:43 #111 exporting layers 0.6s done 05:12:43 #111 writing image sha256:903d7192aa74d1e2d4bf4799eabefad75ecf5db7b53899648c0ba42bd9a743de done 05:12:43 #111 naming to docker.io/library/support-notifications-arm64 done 05:12:43 #111 DONE 12.4s 05:12:43 05:12:43 #68 [core-keeper internal] load build context 05:12:43 #68 ... 05:12:43 05:12:43 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:12:43 #152 DONE 2058.4s 05:12:43 05:12:43 #68 [core-keeper internal] load build context 05:12:43 #68 ... 05:12:43 05:12:43 #223 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:43 #223 DONE 0.1s 05:12:43 05:12:43 #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:43 #224 DONE 0.1s 05:12:43 05:12:43 #127 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 05:12:43 #127 DONE 2059.0s 05:12:43 05:12:43 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 05:12:43 #35 ... 05:12:43 05:12:43 #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:12:43 #225 ... 05:12:43 05:12:43 #226 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:43 #226 DONE 0.1s 05:12:43 05:12:43 #227 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:43 #227 DONE 0.2s 05:12:43 05:12:43 #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:12:43 #225 DONE 0.5s 05:12:43 05:12:43 #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:12:43 #228 DONE 0.2s 05:12:43 05:12:43 #111 [support-scheduler] exporting to image 05:12:43 #111 ... 05:12:43 05:12:43 #229 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 05:12:43 #229 DONE 0.5s 05:12:43 05:12:43 #230 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 05:12:43 #230 DONE 0.1s 05:12:43 05:12:43 #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 05:12:43 #35 ... 05:12:43 05:12:43 #111 [support-scheduler] exporting to image 05:12:43 #111 exporting layers 0.4s done 05:12:43 #111 writing image sha256:04fb726bd77f3e018f05cfc1691b1425fb63c386fdaee7cca052308808c4c143 done 05:12:43 #111 naming to docker.io/library/support-scheduler-arm64 0.0s done 05:12:43 #111 exporting layers 0.5s done 05:12:43 #111 writing image sha256:0112bc72cde1f385c71ff4a8f7620cb317e4a71c41bff5bd38ec88a5e428a919 done 05:12:43 #111 naming to docker.io/library/support-cron-scheduler-arm64 done 05:12:43 #111 DONE 13.3s 05:12:43 05:12:43 #68 [core-keeper internal] load build context 05:12:43 time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:43 time="2024-08-12T04:36:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:12:43 $ docker stop --time=1 828e37889cecc6d17589521e289551bc149fc0fb176f31c8efe43c1046cd3ab1 05:12:44 $ docker rm -f --volumes 828e37889cecc6d17589521e289551bc149fc0fb176f31c8efe43c1046cd3ab1 [Pipeline] // withDockerContainer [Pipeline] sh 05:12:45 + docker images 05:12:45 REPOSITORY TAG IMAGE ID CREATED SIZE 05:12:45 support-cron-scheduler-arm64 latest 0112bc72cde1 4 seconds ago 42.2MB 05:12:45 support-scheduler-arm64 latest 04fb726bd77f 4 seconds ago 41.2MB 05:12:45 support-notifications-arm64 latest 903d7192aa74 6 seconds ago 41.9MB 05:12:45 core-metadata-arm64 latest c03ccbd03606 35 seconds ago 39.1MB 05:12:45 core-keeper-arm64 latest bf8ee559fca2 42 seconds ago 38.9MB 05:12:45 core-data-arm64 latest 71cad5b59e40 43 seconds ago 39MB 05:12:45 core-command-arm64 latest 5d60778c10c3 2 minutes ago 35MB 05:12:45 security-proxy-auth-arm64 latest 6358906f9627 3 minutes ago 32.6MB 05:12:45 security-spiffe-token-provider-arm64 latest bcc7b9bf15ee 11 minutes ago 29MB 05:12:45 core-common-config-bootstrapper-arm64 latest b8012c740927 13 minutes ago 15.3MB 05:12:45 security-secretstore-setup-arm64 latest 38861e725ce1 14 minutes ago 36.4MB 05:12:45 security-bootstrapper-arm64 latest b3eb8a41bfc6 14 minutes ago 18.9MB 05:12:45 security-proxy-setup-arm64 latest 9dccdbf8a09e 14 minutes ago 26.1MB 05:12:45 security-spire-agent-arm64 latest f210a17fd38c 35 minutes ago 174MB 05:12:45 security-spire-config-arm64 latest 43a72a667bde 35 minutes ago 115MB 05:12:45 security-spire-server-arm64 latest 4d0a448995f9 35 minutes ago 116MB 05:12:45 ci-base-image-arm64 latest bbb3213e7a83 37 minutes ago 967MB 05:12:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 05:12:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 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 05:12:45 provisioning config files... 05:12:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/668@tmp/config5773600505203917261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:12:45 ---> ****-login.sh 05:12:45 nexus3.edgexfoundry.org:10001 05:12:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:46 Configure a credential helper to remove this warning. See 05:12:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:46 05:12:46 Login Succeeded 05:12:46 nexus3.edgexfoundry.org:10002 05:12:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:46 Configure a credential helper to remove this warning. See 05:12:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:46 05:12:46 Login Succeeded 05:12:46 nexus3.edgexfoundry.org:10003 05:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:47 Configure a credential helper to remove this warning. See 05:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:47 05:12:47 Login Succeeded 05:12:47 nexus3.edgexfoundry.org:10004 05:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:47 Configure a credential helper to remove this warning. See 05:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:47 05:12:47 Login Succeeded 05:12:47 ****.io 05:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:47 Configure a credential helper to remove this warning. See 05:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:47 05:12:47 Login Succeeded 05:12:47 ---> ****-login.sh ends [Pipeline] } 05:12:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:12:47 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:12:47 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:12:47 latest 05:12:47 3.2.0-dev.50 05:12:47 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:12:47 main 05:12:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:12:48 95e7e0088705: Preparing 05:12:48 6418cc7dff65: Preparing 05:12:48 cb6823dd3a41: Preparing 05:12:48 739f2803e015: Preparing 05:12:48 049a1211a11e: Preparing 05:12:48 dc1536ae9f2e: Preparing 05:12:48 3c20671a5817: Preparing 05:12:48 dc1536ae9f2e: Waiting 05:12:48 3c20671a5817: Waiting 05:12:48 049a1211a11e: Pushed 05:12:48 cb6823dd3a41: Pushed 05:12:48 95e7e0088705: Pushed 05:12:48 739f2803e015: Pushed 05:12:48 3c20671a5817: Layer already exists 05:12:48 dc1536ae9f2e: Pushed 05:12:55 6418cc7dff65: Pushed 05:12:55 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:12:56 95e7e0088705: Preparing 05:12:56 6418cc7dff65: Preparing 05:12:56 cb6823dd3a41: Preparing 05:12:56 739f2803e015: Preparing 05:12:56 049a1211a11e: Preparing 05:12:56 dc1536ae9f2e: Preparing 05:12:56 3c20671a5817: Preparing 05:12:56 dc1536ae9f2e: Waiting 05:12:56 6418cc7dff65: Layer already exists 05:12:56 cb6823dd3a41: Layer already exists 05:12:56 739f2803e015: Layer already exists 05:12:56 95e7e0088705: Layer already exists 05:12:56 049a1211a11e: Layer already exists 05:12:56 dc1536ae9f2e: Layer already exists 05:12:56 3c20671a5817: Layer already exists 05:12:56 latest: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:56 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:57 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.50 05:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:12:57 95e7e0088705: Preparing 05:12:57 6418cc7dff65: Preparing 05:12:57 cb6823dd3a41: Preparing 05:12:57 739f2803e015: Preparing 05:12:57 049a1211a11e: Preparing 05:12:57 dc1536ae9f2e: Preparing 05:12:57 3c20671a5817: Preparing 05:12:57 dc1536ae9f2e: Waiting 05:12:57 3c20671a5817: Waiting 05:12:57 95e7e0088705: Layer already exists 05:12:57 6418cc7dff65: Layer already exists 05:12:57 cb6823dd3a41: Layer already exists 05:12:57 739f2803e015: Layer already exists 05:12:57 049a1211a11e: Layer already exists 05:12:57 dc1536ae9f2e: Layer already exists 05:12:57 3c20671a5817: Layer already exists 05:12:57 3.2.0-dev.50: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:12:58 95e7e0088705: Preparing 05:12:58 6418cc7dff65: Preparing 05:12:58 cb6823dd3a41: Preparing 05:12:58 739f2803e015: Preparing 05:12:58 049a1211a11e: Preparing 05:12:58 dc1536ae9f2e: Preparing 05:12:58 3c20671a5817: Preparing 05:12:58 dc1536ae9f2e: Waiting 05:12:58 3c20671a5817: Waiting 05:12:58 95e7e0088705: Layer already exists 05:12:58 cb6823dd3a41: Layer already exists 05:12:58 6418cc7dff65: Layer already exists 05:12:58 739f2803e015: Layer already exists 05:12:58 049a1211a11e: Layer already exists 05:12:58 dc1536ae9f2e: Layer already exists 05:12:58 3c20671a5817: Layer already exists 05:12:58 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:12:59 95e7e0088705: Preparing 05:12:59 6418cc7dff65: Preparing 05:12:59 cb6823dd3a41: Preparing 05:12:59 739f2803e015: Preparing 05:12:59 049a1211a11e: Preparing 05:12:59 dc1536ae9f2e: Preparing 05:12:59 3c20671a5817: Preparing 05:12:59 dc1536ae9f2e: Waiting 05:12:59 3c20671a5817: Waiting 05:12:59 95e7e0088705: Layer already exists 05:12:59 049a1211a11e: Layer already exists 05:12:59 cb6823dd3a41: Layer already exists 05:12:59 739f2803e015: Layer already exists 05:12:59 6418cc7dff65: Layer already exists 05:12:59 dc1536ae9f2e: Layer already exists 05:12:59 3c20671a5817: Layer already exists 05:12:59 main: digest: sha256:07f57db666bc11ed9caebdb27dd20392a049b9d919e7be5b3ff92c0776f41388 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:59 ===================================================== [Pipeline] echo 05:12:59 taggedImages: 05:12:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:12:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:12:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.50 05:12:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:12:59 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:12:59 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:12:59 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:12:59 latest 05:12:59 3.2.0-dev.50 05:12:59 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:12:59 main 05:12:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:13:00 c29134faa74b: Preparing 05:13:00 47da5ca80a38: Preparing 05:13:00 5a7362d6ae9e: Preparing 05:13:00 ed1ad6a1785d: Preparing 05:13:00 cb6823dd3a41: Preparing 05:13:00 739f2803e015: Preparing 05:13:00 049a1211a11e: Preparing 05:13:00 dc1536ae9f2e: Preparing 05:13:00 3c20671a5817: Preparing 05:13:00 739f2803e015: Waiting 05:13:00 049a1211a11e: Waiting 05:13:00 3c20671a5817: Waiting 05:13:00 dc1536ae9f2e: Waiting 05:13:00 cb6823dd3a41: Layer already exists 05:13:00 739f2803e015: Layer already exists 05:13:00 049a1211a11e: Layer already exists 05:13:00 dc1536ae9f2e: Layer already exists 05:13:00 3c20671a5817: Layer already exists 05:13:00 47da5ca80a38: Pushed 05:13:00 5a7362d6ae9e: Pushed 05:13:00 c29134faa74b: Pushed 05:13:02 ed1ad6a1785d: Pushed 05:13:02 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:02 + 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 05:13:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:13:03 c29134faa74b: Preparing 05:13:03 47da5ca80a38: Preparing 05:13:03 5a7362d6ae9e: Preparing 05:13:03 ed1ad6a1785d: Preparing 05:13:03 cb6823dd3a41: Preparing 05:13:03 739f2803e015: Preparing 05:13:03 049a1211a11e: Preparing 05:13:03 dc1536ae9f2e: Preparing 05:13:03 3c20671a5817: Preparing 05:13:03 049a1211a11e: Waiting 05:13:03 739f2803e015: Waiting 05:13:03 dc1536ae9f2e: Waiting 05:13:03 3c20671a5817: Waiting 05:13:03 c29134faa74b: Layer already exists 05:13:03 5a7362d6ae9e: Layer already exists 05:13:03 ed1ad6a1785d: Layer already exists 05:13:03 cb6823dd3a41: Layer already exists 05:13:03 47da5ca80a38: Layer already exists 05:13:03 dc1536ae9f2e: Layer already exists 05:13:03 739f2803e015: Layer already exists 05:13:03 049a1211a11e: Layer already exists 05:13:03 3c20671a5817: Layer already exists 05:13:03 latest: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:03 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.50 05:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:13:04 c29134faa74b: Preparing 05:13:04 47da5ca80a38: Preparing 05:13:04 5a7362d6ae9e: Preparing 05:13:04 ed1ad6a1785d: Preparing 05:13:04 cb6823dd3a41: Preparing 05:13:04 739f2803e015: Preparing 05:13:04 049a1211a11e: Preparing 05:13:04 dc1536ae9f2e: Preparing 05:13:04 3c20671a5817: Preparing 05:13:04 739f2803e015: Waiting 05:13:04 3c20671a5817: Waiting 05:13:04 049a1211a11e: Waiting 05:13:04 dc1536ae9f2e: Waiting 05:13:04 47da5ca80a38: Layer already exists 05:13:04 cb6823dd3a41: Layer already exists 05:13:04 ed1ad6a1785d: Layer already exists 05:13:04 c29134faa74b: Layer already exists 05:13:04 5a7362d6ae9e: Layer already exists 05:13:04 739f2803e015: Layer already exists 05:13:04 049a1211a11e: Layer already exists 05:13:04 3c20671a5817: Layer already exists 05:13:04 dc1536ae9f2e: Layer already exists 05:13:04 3.2.0-dev.50: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:04 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:13:05 c29134faa74b: Preparing 05:13:05 47da5ca80a38: Preparing 05:13:05 5a7362d6ae9e: Preparing 05:13:05 ed1ad6a1785d: Preparing 05:13:05 cb6823dd3a41: Preparing 05:13:05 739f2803e015: Preparing 05:13:05 049a1211a11e: Preparing 05:13:05 dc1536ae9f2e: Preparing 05:13:05 3c20671a5817: Preparing 05:13:05 049a1211a11e: Waiting 05:13:05 dc1536ae9f2e: Waiting 05:13:05 3c20671a5817: Waiting 05:13:05 739f2803e015: Waiting 05:13:05 c29134faa74b: Layer already exists 05:13:05 cb6823dd3a41: Layer already exists 05:13:05 5a7362d6ae9e: Layer already exists 05:13:05 ed1ad6a1785d: Layer already exists 05:13:05 47da5ca80a38: Layer already exists 05:13:05 049a1211a11e: Layer already exists 05:13:05 dc1536ae9f2e: Layer already exists 05:13:05 739f2803e015: Layer already exists 05:13:05 3c20671a5817: Layer already exists 05:13:05 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:05 + 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 05:13:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:13:05 c29134faa74b: Preparing 05:13:05 47da5ca80a38: Preparing 05:13:05 5a7362d6ae9e: Preparing 05:13:05 ed1ad6a1785d: Preparing 05:13:05 cb6823dd3a41: Preparing 05:13:05 739f2803e015: Preparing 05:13:05 049a1211a11e: Preparing 05:13:05 dc1536ae9f2e: Preparing 05:13:05 3c20671a5817: Preparing 05:13:05 049a1211a11e: Waiting 05:13:05 dc1536ae9f2e: Waiting 05:13:05 3c20671a5817: Waiting 05:13:05 739f2803e015: Waiting 05:13:05 5a7362d6ae9e: Layer already exists 05:13:05 c29134faa74b: Layer already exists 05:13:05 cb6823dd3a41: Layer already exists 05:13:05 ed1ad6a1785d: Layer already exists 05:13:05 47da5ca80a38: Layer already exists 05:13:05 739f2803e015: Layer already exists 05:13:05 dc1536ae9f2e: Layer already exists 05:13:05 049a1211a11e: Layer already exists 05:13:05 3c20671a5817: Layer already exists 05:13:05 main: digest: sha256:01db1f01e4032fece1a72d7daaaed7a22b97848bf6b30a1107c8fa58b76e57f4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:06 ===================================================== [Pipeline] echo 05:13:06 taggedImages: 05:13:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:13:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.50 05:13:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:06 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:13:06 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:13:06 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:06 latest 05:13:06 3.2.0-dev.50 05:13:06 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:06 main 05:13:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:13:07 f012310e15f8: Preparing 05:13:07 d83e4da95666: Preparing 05:13:07 cb6823dd3a41: Preparing 05:13:07 739f2803e015: Preparing 05:13:07 015c8cd71525: Preparing 05:13:07 82c72fd14a97: Preparing 05:13:07 3c20671a5817: Preparing 05:13:07 82c72fd14a97: Waiting 05:13:07 3c20671a5817: Waiting 05:13:07 cb6823dd3a41: Layer already exists 05:13:07 739f2803e015: Layer already exists 05:13:07 3c20671a5817: Layer already exists 05:13:07 f012310e15f8: Pushed 05:13:07 015c8cd71525: Pushed 05:13:07 82c72fd14a97: Pushed 05:13:13 d83e4da95666: Pushed 05:13:13 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:13:14 f012310e15f8: Preparing 05:13:14 d83e4da95666: Preparing 05:13:14 cb6823dd3a41: Preparing 05:13:14 739f2803e015: Preparing 05:13:14 015c8cd71525: Preparing 05:13:14 82c72fd14a97: Preparing 05:13:14 3c20671a5817: Preparing 05:13:14 82c72fd14a97: Waiting 05:13:14 3c20671a5817: Waiting 05:13:14 cb6823dd3a41: Layer already exists 05:13:14 015c8cd71525: Layer already exists 05:13:14 d83e4da95666: Layer already exists 05:13:14 f012310e15f8: Layer already exists 05:13:14 739f2803e015: Layer already exists 05:13:14 3c20671a5817: Layer already exists 05:13:14 82c72fd14a97: Layer already exists 05:13:14 latest: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.50 05:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:13:15 f012310e15f8: Preparing 05:13:15 d83e4da95666: Preparing 05:13:15 cb6823dd3a41: Preparing 05:13:15 739f2803e015: Preparing 05:13:15 015c8cd71525: Preparing 05:13:15 82c72fd14a97: Preparing 05:13:15 3c20671a5817: Preparing 05:13:15 82c72fd14a97: Waiting 05:13:15 3c20671a5817: Waiting 05:13:15 739f2803e015: Layer already exists 05:13:15 015c8cd71525: Layer already exists 05:13:15 d83e4da95666: Layer already exists 05:13:15 cb6823dd3a41: Layer already exists 05:13:15 f012310e15f8: Layer already exists 05:13:15 82c72fd14a97: Layer already exists 05:13:15 3c20671a5817: Layer already exists 05:13:15 3.2.0-dev.50: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:13:16 f012310e15f8: Preparing 05:13:16 d83e4da95666: Preparing 05:13:16 cb6823dd3a41: Preparing 05:13:16 739f2803e015: Preparing 05:13:16 015c8cd71525: Preparing 05:13:16 82c72fd14a97: Preparing 05:13:16 3c20671a5817: Preparing 05:13:16 82c72fd14a97: Waiting 05:13:16 3c20671a5817: Waiting 05:13:16 f012310e15f8: Layer already exists 05:13:16 015c8cd71525: Layer already exists 05:13:16 739f2803e015: Layer already exists 05:13:16 cb6823dd3a41: Layer already exists 05:13:16 d83e4da95666: Layer already exists 05:13:16 82c72fd14a97: Layer already exists 05:13:16 3c20671a5817: Layer already exists 05:13:16 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:17 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:17 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:13:17 f012310e15f8: Preparing 05:13:17 d83e4da95666: Preparing 05:13:17 cb6823dd3a41: Preparing 05:13:17 739f2803e015: Preparing 05:13:17 015c8cd71525: Preparing 05:13:17 82c72fd14a97: Preparing 05:13:17 3c20671a5817: Preparing 05:13:17 82c72fd14a97: Waiting 05:13:17 3c20671a5817: Waiting 05:13:17 015c8cd71525: Layer already exists 05:13:17 cb6823dd3a41: Layer already exists 05:13:17 d83e4da95666: Layer already exists 05:13:17 f012310e15f8: Layer already exists 05:13:17 739f2803e015: Layer already exists 05:13:17 82c72fd14a97: Layer already exists 05:13:17 3c20671a5817: Layer already exists 05:13:17 main: digest: sha256:9ee08842306bb9332ac9f024a9bf90fc4aac60f92f0c96ad7a627a582012124a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:17 ===================================================== [Pipeline] echo 05:13:17 taggedImages: 05:13:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:13:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.50 05:13:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:17 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:13:17 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:13:17 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:17 latest 05:13:17 3.2.0-dev.50 05:13:17 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:17 main 05:13:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:13:18 b04e430b82d7: Preparing 05:13:18 2b093a6acb1d: Preparing 05:13:18 739f2803e015: Preparing 05:13:18 482cbf94f7b8: Preparing 05:13:18 08fa4444e986: Preparing 05:13:18 3c20671a5817: Preparing 05:13:18 739f2803e015: Layer already exists 05:13:18 3c20671a5817: Layer already exists 05:13:18 08fa4444e986: Pushed 05:13:18 482cbf94f7b8: Pushed 05:13:18 b04e430b82d7: Pushed 05:13:25 2b093a6acb1d: Pushed 05:13:25 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:25 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:13:26 b04e430b82d7: Preparing 05:13:26 2b093a6acb1d: Preparing 05:13:26 739f2803e015: Preparing 05:13:26 482cbf94f7b8: Preparing 05:13:26 08fa4444e986: Preparing 05:13:26 3c20671a5817: Preparing 05:13:26 3c20671a5817: Waiting 05:13:26 482cbf94f7b8: Layer already exists 05:13:26 b04e430b82d7: Layer already exists 05:13:26 08fa4444e986: Layer already exists 05:13:26 739f2803e015: Layer already exists 05:13:26 2b093a6acb1d: Layer already exists 05:13:26 3c20671a5817: Layer already exists 05:13:26 latest: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:26 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:27 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.50 05:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:13:27 b04e430b82d7: Preparing 05:13:27 2b093a6acb1d: Preparing 05:13:27 739f2803e015: Preparing 05:13:27 482cbf94f7b8: Preparing 05:13:27 08fa4444e986: Preparing 05:13:27 3c20671a5817: Preparing 05:13:27 3c20671a5817: Waiting 05:13:27 739f2803e015: Layer already exists 05:13:27 08fa4444e986: Layer already exists 05:13:27 b04e430b82d7: Layer already exists 05:13:27 482cbf94f7b8: Layer already exists 05:13:27 2b093a6acb1d: Layer already exists 05:13:27 3c20671a5817: Layer already exists 05:13:27 3.2.0-dev.50: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:27 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:28 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:13:28 b04e430b82d7: Preparing 05:13:28 2b093a6acb1d: Preparing 05:13:28 739f2803e015: Preparing 05:13:28 482cbf94f7b8: Preparing 05:13:28 08fa4444e986: Preparing 05:13:28 3c20671a5817: Preparing 05:13:28 3c20671a5817: Waiting 05:13:28 08fa4444e986: Layer already exists 05:13:28 482cbf94f7b8: Layer already exists 05:13:28 2b093a6acb1d: Layer already exists 05:13:28 b04e430b82d7: Layer already exists 05:13:28 739f2803e015: Layer already exists 05:13:28 3c20671a5817: Layer already exists 05:13:28 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:28 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:13:29 b04e430b82d7: Preparing 05:13:29 2b093a6acb1d: Preparing 05:13:29 739f2803e015: Preparing 05:13:29 482cbf94f7b8: Preparing 05:13:29 08fa4444e986: Preparing 05:13:29 3c20671a5817: Preparing 05:13:29 3c20671a5817: Waiting 05:13:29 739f2803e015: Layer already exists 05:13:29 08fa4444e986: Layer already exists 05:13:29 482cbf94f7b8: Layer already exists 05:13:29 2b093a6acb1d: Layer already exists 05:13:29 b04e430b82d7: Layer already exists 05:13:29 3c20671a5817: Layer already exists 05:13:29 main: digest: sha256:7999ba58680174099ff2c5e407ff2d721cb0360bfc29b30047d0bc2704794c05 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:29 ===================================================== [Pipeline] echo 05:13:29 taggedImages: 05:13:29 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:29 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:13:29 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.50 05:13:29 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:29 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:13:29 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:13:29 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:29 latest 05:13:29 3.2.0-dev.50 05:13:29 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:29 main 05:13:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:13:30 8b146cdaf01d: Preparing 05:13:30 5e8b42d2ce26: Preparing 05:13:30 5ccec06d8bc0: Preparing 05:13:30 cb6823dd3a41: Preparing 05:13:30 739f2803e015: Preparing 05:13:30 049a1211a11e: Preparing 05:13:30 dc1536ae9f2e: Preparing 05:13:30 3c20671a5817: Preparing 05:13:30 049a1211a11e: Waiting 05:13:30 dc1536ae9f2e: Waiting 05:13:30 3c20671a5817: Waiting 05:13:30 739f2803e015: Layer already exists 05:13:30 cb6823dd3a41: Layer already exists 05:13:30 049a1211a11e: Layer already exists 05:13:30 dc1536ae9f2e: Layer already exists 05:13:30 3c20671a5817: Layer already exists 05:13:30 8b146cdaf01d: Pushed 05:13:30 5e8b42d2ce26: Pushed 05:13:37 5ccec06d8bc0: Pushed 05:13:37 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:13:37 8b146cdaf01d: Preparing 05:13:37 5e8b42d2ce26: Preparing 05:13:37 5ccec06d8bc0: Preparing 05:13:37 cb6823dd3a41: Preparing 05:13:37 739f2803e015: Preparing 05:13:37 049a1211a11e: Preparing 05:13:37 dc1536ae9f2e: Preparing 05:13:37 3c20671a5817: Preparing 05:13:37 049a1211a11e: Waiting 05:13:37 dc1536ae9f2e: Waiting 05:13:37 3c20671a5817: Waiting 05:13:37 cb6823dd3a41: Layer already exists 05:13:37 5ccec06d8bc0: Layer already exists 05:13:37 8b146cdaf01d: Layer already exists 05:13:37 739f2803e015: Layer already exists 05:13:37 5e8b42d2ce26: Layer already exists 05:13:37 dc1536ae9f2e: Layer already exists 05:13:37 049a1211a11e: Layer already exists 05:13:37 3c20671a5817: Layer already exists 05:13:38 latest: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.50 05:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:13:38 8b146cdaf01d: Preparing 05:13:38 5e8b42d2ce26: Preparing 05:13:38 5ccec06d8bc0: Preparing 05:13:38 cb6823dd3a41: Preparing 05:13:38 739f2803e015: Preparing 05:13:38 049a1211a11e: Preparing 05:13:38 dc1536ae9f2e: Preparing 05:13:38 3c20671a5817: Preparing 05:13:38 049a1211a11e: Waiting 05:13:38 dc1536ae9f2e: Waiting 05:13:38 3c20671a5817: Waiting 05:13:38 739f2803e015: Layer already exists 05:13:38 5e8b42d2ce26: Layer already exists 05:13:38 5ccec06d8bc0: Layer already exists 05:13:38 cb6823dd3a41: Layer already exists 05:13:38 8b146cdaf01d: Layer already exists 05:13:38 3c20671a5817: Layer already exists 05:13:38 049a1211a11e: Layer already exists 05:13:38 dc1536ae9f2e: Layer already exists 05:13:38 3.2.0-dev.50: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:39 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:13:39 8b146cdaf01d: Preparing 05:13:39 5e8b42d2ce26: Preparing 05:13:39 5ccec06d8bc0: Preparing 05:13:39 cb6823dd3a41: Preparing 05:13:39 739f2803e015: Preparing 05:13:39 049a1211a11e: Preparing 05:13:39 dc1536ae9f2e: Preparing 05:13:39 3c20671a5817: Preparing 05:13:39 049a1211a11e: Waiting 05:13:39 3c20671a5817: Waiting 05:13:39 dc1536ae9f2e: Waiting 05:13:39 5ccec06d8bc0: Layer already exists 05:13:39 8b146cdaf01d: Layer already exists 05:13:39 cb6823dd3a41: Layer already exists 05:13:39 5e8b42d2ce26: Layer already exists 05:13:39 739f2803e015: Layer already exists 05:13:39 049a1211a11e: Layer already exists 05:13:39 3c20671a5817: Layer already exists 05:13:39 dc1536ae9f2e: Layer already exists 05:13:39 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:13:40 8b146cdaf01d: Preparing 05:13:40 5e8b42d2ce26: Preparing 05:13:40 5ccec06d8bc0: Preparing 05:13:40 cb6823dd3a41: Preparing 05:13:40 739f2803e015: Preparing 05:13:40 049a1211a11e: Preparing 05:13:40 dc1536ae9f2e: Preparing 05:13:40 3c20671a5817: Preparing 05:13:40 049a1211a11e: Waiting 05:13:40 dc1536ae9f2e: Waiting 05:13:40 3c20671a5817: Waiting 05:13:40 739f2803e015: Layer already exists 05:13:40 5ccec06d8bc0: Layer already exists 05:13:40 8b146cdaf01d: Layer already exists 05:13:40 cb6823dd3a41: Layer already exists 05:13:40 049a1211a11e: Layer already exists 05:13:40 5e8b42d2ce26: Layer already exists 05:13:40 dc1536ae9f2e: Layer already exists 05:13:40 3c20671a5817: Layer already exists 05:13:40 main: digest: sha256:31b1ad37e314f022eac464139a1a22d4e5b689c40d6ade6b7931e30e33a0c070 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:40 ===================================================== [Pipeline] echo 05:13:40 taggedImages: 05:13:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:13:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.50 05:13:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:13:40 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:13:40 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:40 latest 05:13:40 3.2.0-dev.50 05:13:40 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:40 main 05:13:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:13:41 686391be128f: Preparing 05:13:41 0cd721595144: Preparing 05:13:41 bf54bf5cd9a6: Preparing 05:13:41 07878117f22e: Preparing 05:13:41 0ff4d40abc96: Preparing 05:13:41 db9a5d3f5575: Preparing 05:13:41 3f438a78c575: Preparing 05:13:41 4cf79298803d: Preparing 05:13:41 cb6823dd3a41: Preparing 05:13:41 739f2803e015: Preparing 05:13:41 c55b67fc406d: Preparing 05:13:41 98c8d46cfba1: Preparing 05:13:41 5f70bf18a086: Preparing 05:13:41 661b61c45336: Preparing 05:13:41 1c65c99c2698: Preparing 05:13:41 19b17d7baa66: Preparing 05:13:41 3c20671a5817: Preparing 05:13:41 db9a5d3f5575: Waiting 05:13:41 3f438a78c575: Waiting 05:13:41 4cf79298803d: Waiting 05:13:41 cb6823dd3a41: Waiting 05:13:41 739f2803e015: Waiting 05:13:41 c55b67fc406d: Waiting 05:13:41 98c8d46cfba1: Waiting 05:13:41 5f70bf18a086: Waiting 05:13:41 1c65c99c2698: Waiting 05:13:41 661b61c45336: Waiting 05:13:41 19b17d7baa66: Waiting 05:13:41 3c20671a5817: Waiting 05:13:41 bf54bf5cd9a6: Pushed 05:13:41 0cd721595144: Pushed 05:13:41 686391be128f: Pushed 05:13:41 0ff4d40abc96: Pushed 05:13:41 07878117f22e: Pushed 05:13:41 cb6823dd3a41: Layer already exists 05:13:41 739f2803e015: Layer already exists 05:13:41 db9a5d3f5575: Pushed 05:13:42 3f438a78c575: Pushed 05:13:42 5f70bf18a086: Layer already exists 05:13:42 98c8d46cfba1: Pushed 05:13:42 c55b67fc406d: Pushed 05:13:42 661b61c45336: Pushed 05:13:42 3c20671a5817: Layer already exists 05:13:42 1c65c99c2698: Pushed 05:13:42 19b17d7baa66: Pushed 05:13:44 4cf79298803d: Pushed 05:13:44 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:13:45 686391be128f: Preparing 05:13:45 0cd721595144: Preparing 05:13:45 bf54bf5cd9a6: Preparing 05:13:45 07878117f22e: Preparing 05:13:45 0ff4d40abc96: Preparing 05:13:45 db9a5d3f5575: Preparing 05:13:45 3f438a78c575: Preparing 05:13:45 4cf79298803d: Preparing 05:13:45 cb6823dd3a41: Preparing 05:13:45 739f2803e015: Preparing 05:13:45 c55b67fc406d: Preparing 05:13:45 98c8d46cfba1: Preparing 05:13:45 5f70bf18a086: Preparing 05:13:45 661b61c45336: Preparing 05:13:45 1c65c99c2698: Preparing 05:13:45 19b17d7baa66: Preparing 05:13:45 3c20671a5817: Preparing 05:13:45 cb6823dd3a41: Waiting 05:13:45 739f2803e015: Waiting 05:13:45 c55b67fc406d: Waiting 05:13:45 db9a5d3f5575: Waiting 05:13:45 3f438a78c575: Waiting 05:13:45 4cf79298803d: Waiting 05:13:45 98c8d46cfba1: Waiting 05:13:45 1c65c99c2698: Waiting 05:13:45 19b17d7baa66: Waiting 05:13:45 3c20671a5817: Waiting 05:13:45 5f70bf18a086: Waiting 05:13:45 661b61c45336: Waiting 05:13:45 0cd721595144: Layer already exists 05:13:45 07878117f22e: Layer already exists 05:13:45 0ff4d40abc96: Layer already exists 05:13:45 bf54bf5cd9a6: Layer already exists 05:13:45 686391be128f: Layer already exists 05:13:45 cb6823dd3a41: Layer already exists 05:13:45 db9a5d3f5575: Layer already exists 05:13:45 3f438a78c575: Layer already exists 05:13:45 739f2803e015: Layer already exists 05:13:45 4cf79298803d: Layer already exists 05:13:45 c55b67fc406d: Layer already exists 05:13:45 5f70bf18a086: Layer already exists 05:13:45 98c8d46cfba1: Layer already exists 05:13:45 661b61c45336: Layer already exists 05:13:45 1c65c99c2698: Layer already exists 05:13:45 19b17d7baa66: Layer already exists 05:13:45 3c20671a5817: Layer already exists 05:13:45 latest: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.50 05:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:13:46 686391be128f: Preparing 05:13:46 0cd721595144: Preparing 05:13:46 bf54bf5cd9a6: Preparing 05:13:46 07878117f22e: Preparing 05:13:46 0ff4d40abc96: Preparing 05:13:46 db9a5d3f5575: Preparing 05:13:46 3f438a78c575: Preparing 05:13:46 4cf79298803d: Preparing 05:13:46 cb6823dd3a41: Preparing 05:13:46 739f2803e015: Preparing 05:13:46 c55b67fc406d: Preparing 05:13:46 98c8d46cfba1: Preparing 05:13:46 5f70bf18a086: Preparing 05:13:46 661b61c45336: Preparing 05:13:46 1c65c99c2698: Preparing 05:13:46 19b17d7baa66: Preparing 05:13:46 3c20671a5817: Preparing 05:13:46 739f2803e015: Waiting 05:13:46 c55b67fc406d: Waiting 05:13:46 98c8d46cfba1: Waiting 05:13:46 5f70bf18a086: Waiting 05:13:46 db9a5d3f5575: Waiting 05:13:46 3f438a78c575: Waiting 05:13:46 661b61c45336: Waiting 05:13:46 1c65c99c2698: Waiting 05:13:46 19b17d7baa66: Waiting 05:13:46 3c20671a5817: Waiting 05:13:46 4cf79298803d: Waiting 05:13:46 bf54bf5cd9a6: Layer already exists 05:13:46 0cd721595144: Layer already exists 05:13:46 0ff4d40abc96: Layer already exists 05:13:46 686391be128f: Layer already exists 05:13:46 07878117f22e: Layer already exists 05:13:46 db9a5d3f5575: Layer already exists 05:13:46 cb6823dd3a41: Layer already exists 05:13:46 3f438a78c575: Layer already exists 05:13:46 739f2803e015: Layer already exists 05:13:46 4cf79298803d: Layer already exists 05:13:46 1c65c99c2698: Layer already exists 05:13:46 c55b67fc406d: Layer already exists 05:13:46 98c8d46cfba1: Layer already exists 05:13:46 661b61c45336: Layer already exists 05:13:46 5f70bf18a086: Layer already exists 05:13:46 19b17d7baa66: Layer already exists 05:13:46 3c20671a5817: Layer already exists 05:13:46 3.2.0-dev.50: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:13:47 686391be128f: Preparing 05:13:47 0cd721595144: Preparing 05:13:47 bf54bf5cd9a6: Preparing 05:13:47 07878117f22e: Preparing 05:13:47 0ff4d40abc96: Preparing 05:13:47 db9a5d3f5575: Preparing 05:13:47 db9a5d3f5575: Waiting 05:13:47 3f438a78c575: Preparing 05:13:47 4cf79298803d: Preparing 05:13:47 3f438a78c575: Waiting 05:13:47 cb6823dd3a41: Preparing 05:13:47 4cf79298803d: Waiting 05:13:47 739f2803e015: Preparing 05:13:47 c55b67fc406d: Preparing 05:13:47 98c8d46cfba1: Preparing 05:13:47 cb6823dd3a41: Waiting 05:13:47 5f70bf18a086: Preparing 05:13:47 661b61c45336: Preparing 05:13:47 1c65c99c2698: Preparing 05:13:47 19b17d7baa66: Preparing 05:13:47 739f2803e015: Waiting 05:13:47 3c20671a5817: Preparing 05:13:47 c55b67fc406d: Waiting 05:13:47 98c8d46cfba1: Waiting 05:13:47 5f70bf18a086: Waiting 05:13:47 19b17d7baa66: Waiting 05:13:47 661b61c45336: Waiting 05:13:47 3c20671a5817: Waiting 05:13:47 1c65c99c2698: Waiting 05:13:47 686391be128f: Layer already exists 05:13:47 07878117f22e: Layer already exists 05:13:47 0cd721595144: Layer already exists 05:13:47 bf54bf5cd9a6: Layer already exists 05:13:47 0ff4d40abc96: Layer already exists 05:13:47 cb6823dd3a41: Layer already exists 05:13:47 3f438a78c575: Layer already exists 05:13:47 db9a5d3f5575: Layer already exists 05:13:47 4cf79298803d: Layer already exists 05:13:47 739f2803e015: Layer already exists 05:13:47 5f70bf18a086: Layer already exists 05:13:47 c55b67fc406d: Layer already exists 05:13:47 98c8d46cfba1: Layer already exists 05:13:47 661b61c45336: Layer already exists 05:13:47 1c65c99c2698: Layer already exists 05:13:47 19b17d7baa66: Layer already exists 05:13:47 3c20671a5817: Layer already exists 05:13:47 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:13:48 686391be128f: Preparing 05:13:48 0cd721595144: Preparing 05:13:48 bf54bf5cd9a6: Preparing 05:13:48 07878117f22e: Preparing 05:13:48 0ff4d40abc96: Preparing 05:13:48 db9a5d3f5575: Preparing 05:13:48 3f438a78c575: Preparing 05:13:48 4cf79298803d: Preparing 05:13:48 cb6823dd3a41: Preparing 05:13:48 739f2803e015: Preparing 05:13:48 c55b67fc406d: Preparing 05:13:48 98c8d46cfba1: Preparing 05:13:48 5f70bf18a086: Preparing 05:13:48 661b61c45336: Preparing 05:13:48 1c65c99c2698: Preparing 05:13:48 19b17d7baa66: Preparing 05:13:48 3c20671a5817: Preparing 05:13:48 c55b67fc406d: Waiting 05:13:48 98c8d46cfba1: Waiting 05:13:48 5f70bf18a086: Waiting 05:13:48 661b61c45336: Waiting 05:13:48 1c65c99c2698: Waiting 05:13:48 19b17d7baa66: Waiting 05:13:48 db9a5d3f5575: Waiting 05:13:48 4cf79298803d: Waiting 05:13:48 3c20671a5817: Waiting 05:13:48 739f2803e015: Waiting 05:13:48 3f438a78c575: Waiting 05:13:48 0cd721595144: Layer already exists 05:13:48 07878117f22e: Layer already exists 05:13:48 0ff4d40abc96: Layer already exists 05:13:48 bf54bf5cd9a6: Layer already exists 05:13:48 686391be128f: Layer already exists 05:13:48 db9a5d3f5575: Layer already exists 05:13:48 739f2803e015: Layer already exists 05:13:48 cb6823dd3a41: Layer already exists 05:13:48 4cf79298803d: Layer already exists 05:13:48 3f438a78c575: Layer already exists 05:13:48 c55b67fc406d: Layer already exists 05:13:48 5f70bf18a086: Layer already exists 05:13:48 661b61c45336: Layer already exists 05:13:48 1c65c99c2698: Layer already exists 05:13:48 98c8d46cfba1: Layer already exists 05:13:48 3c20671a5817: Layer already exists 05:13:48 19b17d7baa66: Layer already exists 05:13:48 main: digest: sha256:9b74a8d1c922e093da3a89409667834c661e0fed82ff3b6c732e742d7cf850f4 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:48 ===================================================== [Pipeline] echo 05:13:48 taggedImages: 05:13:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:13:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.50 05:13:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:13:49 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:13:49 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:49 latest 05:13:49 3.2.0-dev.50 05:13:49 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:49 main 05:13:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:49 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:13:49 9e7ce2219cf0: Preparing 05:13:49 f6ed3fcb8b97: Preparing 05:13:49 c80e071256b0: Preparing 05:13:49 0d50aea4e998: Preparing 05:13:49 cb6823dd3a41: Preparing 05:13:49 739f2803e015: Preparing 05:13:49 049a1211a11e: Preparing 05:13:49 dc1536ae9f2e: Preparing 05:13:49 3c20671a5817: Preparing 05:13:49 739f2803e015: Waiting 05:13:49 049a1211a11e: Waiting 05:13:49 dc1536ae9f2e: Waiting 05:13:49 3c20671a5817: Waiting 05:13:49 cb6823dd3a41: Layer already exists 05:13:50 739f2803e015: Layer already exists 05:13:50 049a1211a11e: Layer already exists 05:13:50 f6ed3fcb8b97: Pushed 05:13:50 c80e071256b0: Pushed 05:13:50 dc1536ae9f2e: Layer already exists 05:13:50 9e7ce2219cf0: Pushed 05:13:50 3c20671a5817: Layer already exists 05:13:55 0d50aea4e998: Pushed 05:13:55 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:55 + 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 05:13:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:13:56 9e7ce2219cf0: Preparing 05:13:56 f6ed3fcb8b97: Preparing 05:13:56 c80e071256b0: Preparing 05:13:56 0d50aea4e998: Preparing 05:13:56 cb6823dd3a41: Preparing 05:13:56 739f2803e015: Preparing 05:13:56 049a1211a11e: Preparing 05:13:56 dc1536ae9f2e: Preparing 05:13:56 3c20671a5817: Preparing 05:13:56 739f2803e015: Waiting 05:13:56 049a1211a11e: Waiting 05:13:56 dc1536ae9f2e: Waiting 05:13:56 3c20671a5817: Waiting 05:13:56 9e7ce2219cf0: Layer already exists 05:13:56 0d50aea4e998: Layer already exists 05:13:56 f6ed3fcb8b97: Layer already exists 05:13:56 c80e071256b0: Layer already exists 05:13:56 cb6823dd3a41: Layer already exists 05:13:56 049a1211a11e: Layer already exists 05:13:56 739f2803e015: Layer already exists 05:13:56 dc1536ae9f2e: Layer already exists 05:13:56 3c20671a5817: Layer already exists 05:13:56 latest: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.50 05:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:13:57 9e7ce2219cf0: Preparing 05:13:57 f6ed3fcb8b97: Preparing 05:13:57 c80e071256b0: Preparing 05:13:57 0d50aea4e998: Preparing 05:13:57 cb6823dd3a41: Preparing 05:13:57 739f2803e015: Preparing 05:13:57 049a1211a11e: Preparing 05:13:57 dc1536ae9f2e: Preparing 05:13:57 3c20671a5817: Preparing 05:13:57 739f2803e015: Waiting 05:13:57 049a1211a11e: Waiting 05:13:57 dc1536ae9f2e: Waiting 05:13:57 3c20671a5817: Waiting 05:13:57 0d50aea4e998: Layer already exists 05:13:57 f6ed3fcb8b97: Layer already exists 05:13:57 9e7ce2219cf0: Layer already exists 05:13:57 c80e071256b0: Layer already exists 05:13:57 cb6823dd3a41: Layer already exists 05:13:57 739f2803e015: Layer already exists 05:13:57 049a1211a11e: Layer already exists 05:13:57 3c20671a5817: Layer already exists 05:13:57 dc1536ae9f2e: Layer already exists 05:13:57 3.2.0-dev.50: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:57 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:13:58 9e7ce2219cf0: Preparing 05:13:58 f6ed3fcb8b97: Preparing 05:13:58 c80e071256b0: Preparing 05:13:58 0d50aea4e998: Preparing 05:13:58 cb6823dd3a41: Preparing 05:13:58 739f2803e015: Preparing 05:13:58 049a1211a11e: Preparing 05:13:58 dc1536ae9f2e: Preparing 05:13:58 3c20671a5817: Preparing 05:13:58 739f2803e015: Waiting 05:13:58 049a1211a11e: Waiting 05:13:58 dc1536ae9f2e: Waiting 05:13:58 3c20671a5817: Waiting 05:13:58 f6ed3fcb8b97: Layer already exists 05:13:58 c80e071256b0: Layer already exists 05:13:58 9e7ce2219cf0: Layer already exists 05:13:58 cb6823dd3a41: Layer already exists 05:13:58 0d50aea4e998: Layer already exists 05:13:58 049a1211a11e: Layer already exists 05:13:58 739f2803e015: Layer already exists 05:13:58 3c20671a5817: Layer already exists 05:13:58 dc1536ae9f2e: Layer already exists 05:13:58 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:58 + 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 05:13:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:13:58 9e7ce2219cf0: Preparing 05:13:58 f6ed3fcb8b97: Preparing 05:13:58 c80e071256b0: Preparing 05:13:58 0d50aea4e998: Preparing 05:13:58 cb6823dd3a41: Preparing 05:13:58 739f2803e015: Preparing 05:13:58 049a1211a11e: Preparing 05:13:58 dc1536ae9f2e: Preparing 05:13:58 3c20671a5817: Preparing 05:13:58 739f2803e015: Waiting 05:13:58 049a1211a11e: Waiting 05:13:58 dc1536ae9f2e: Waiting 05:13:58 3c20671a5817: Waiting 05:13:58 0d50aea4e998: Layer already exists 05:13:58 f6ed3fcb8b97: Layer already exists 05:13:58 c80e071256b0: Layer already exists 05:13:58 9e7ce2219cf0: Layer already exists 05:13:58 cb6823dd3a41: Layer already exists 05:13:58 739f2803e015: Layer already exists 05:13:58 049a1211a11e: Layer already exists 05:13:58 dc1536ae9f2e: Layer already exists 05:13:58 3c20671a5817: Layer already exists 05:13:59 main: digest: sha256:e1d695522f3ae27a7d474264112ed9eb47ebacdbb18e1555ddef9b376fcc862f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:59 ===================================================== [Pipeline] echo 05:13:59 taggedImages: 05:13:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:13:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.50 05:13:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:13:59 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:13:59 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:59 latest 05:13:59 3.2.0-dev.50 05:13:59 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:13:59 main 05:13:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:59 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:13:59 c5a2371732f5: Preparing 05:13:59 5ba9ab46c2b7: Preparing 05:13:59 0360d15643f1: Preparing 05:13:59 ecf3e72297d9: Preparing 05:13:59 11ac1529e654: Preparing 05:13:59 cb6823dd3a41: Preparing 05:13:59 739f2803e015: Preparing 05:13:59 cb6823dd3a41: Waiting 05:13:59 c9801facb3a6: Preparing 05:13:59 739f2803e015: Waiting 05:13:59 5330a76dba9d: Preparing 05:13:59 c9801facb3a6: Waiting 05:13:59 1110a002f16f: Preparing 05:13:59 3c20671a5817: Preparing 05:13:59 1110a002f16f: Waiting 05:13:59 3c20671a5817: Waiting 05:14:00 11ac1529e654: Pushed 05:14:00 5ba9ab46c2b7: Pushed 05:14:00 ecf3e72297d9: Pushed 05:14:00 cb6823dd3a41: Layer already exists 05:14:00 c5a2371732f5: Pushed 05:14:00 739f2803e015: Layer already exists 05:14:00 3c20671a5817: Layer already exists 05:14:00 c9801facb3a6: Pushed 05:14:00 5330a76dba9d: Pushed 05:14:02 0360d15643f1: Pushed 05:14:02 1110a002f16f: Pushed 05:14:02 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:03 + 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 05:14:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:14:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:14:03 c5a2371732f5: Preparing 05:14:03 5ba9ab46c2b7: Preparing 05:14:03 0360d15643f1: Preparing 05:14:03 ecf3e72297d9: Preparing 05:14:03 11ac1529e654: Preparing 05:14:03 cb6823dd3a41: Preparing 05:14:03 739f2803e015: Preparing 05:14:03 c9801facb3a6: Preparing 05:14:03 5330a76dba9d: Preparing 05:14:03 1110a002f16f: Preparing 05:14:03 3c20671a5817: Preparing 05:14:03 cb6823dd3a41: Waiting 05:14:03 739f2803e015: Waiting 05:14:03 c9801facb3a6: Waiting 05:14:03 5330a76dba9d: Waiting 05:14:03 1110a002f16f: Waiting 05:14:03 3c20671a5817: Waiting 05:14:03 c5a2371732f5: Layer already exists 05:14:03 11ac1529e654: Layer already exists 05:14:03 5ba9ab46c2b7: Layer already exists 05:14:03 ecf3e72297d9: Layer already exists 05:14:03 0360d15643f1: Layer already exists 05:14:03 739f2803e015: Layer already exists 05:14:03 cb6823dd3a41: Layer already exists 05:14:03 c9801facb3a6: Layer already exists 05:14:03 1110a002f16f: Layer already exists 05:14:03 5330a76dba9d: Layer already exists 05:14:03 3c20671a5817: Layer already exists 05:14:03 latest: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.50 05:14:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:14:04 c5a2371732f5: Preparing 05:14:04 5ba9ab46c2b7: Preparing 05:14:04 0360d15643f1: Preparing 05:14:04 ecf3e72297d9: Preparing 05:14:04 11ac1529e654: Preparing 05:14:04 cb6823dd3a41: Preparing 05:14:04 739f2803e015: Preparing 05:14:04 c9801facb3a6: Preparing 05:14:04 5330a76dba9d: Preparing 05:14:04 1110a002f16f: Preparing 05:14:04 3c20671a5817: Preparing 05:14:04 c9801facb3a6: Waiting 05:14:04 5330a76dba9d: Waiting 05:14:04 cb6823dd3a41: Waiting 05:14:04 739f2803e015: Waiting 05:14:04 3c20671a5817: Waiting 05:14:04 1110a002f16f: Waiting 05:14:04 11ac1529e654: Layer already exists 05:14:04 5ba9ab46c2b7: Layer already exists 05:14:04 0360d15643f1: Layer already exists 05:14:04 ecf3e72297d9: Layer already exists 05:14:04 c5a2371732f5: Layer already exists 05:14:04 c9801facb3a6: Layer already exists 05:14:04 5330a76dba9d: Layer already exists 05:14:04 cb6823dd3a41: Layer already exists 05:14:04 1110a002f16f: Layer already exists 05:14:04 739f2803e015: Layer already exists 05:14:04 3c20671a5817: Layer already exists 05:14:04 3.2.0-dev.50: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:14:05 c5a2371732f5: Preparing 05:14:05 5ba9ab46c2b7: Preparing 05:14:05 0360d15643f1: Preparing 05:14:05 ecf3e72297d9: Preparing 05:14:05 11ac1529e654: Preparing 05:14:05 cb6823dd3a41: Preparing 05:14:05 739f2803e015: Preparing 05:14:05 c9801facb3a6: Preparing 05:14:05 5330a76dba9d: Preparing 05:14:05 cb6823dd3a41: Waiting 05:14:05 1110a002f16f: Preparing 05:14:05 739f2803e015: Waiting 05:14:05 c9801facb3a6: Waiting 05:14:05 3c20671a5817: Preparing 05:14:05 5330a76dba9d: Waiting 05:14:05 1110a002f16f: Waiting 05:14:05 3c20671a5817: Waiting 05:14:05 11ac1529e654: Layer already exists 05:14:05 5ba9ab46c2b7: Layer already exists 05:14:05 ecf3e72297d9: Layer already exists 05:14:05 c5a2371732f5: Layer already exists 05:14:05 0360d15643f1: Layer already exists 05:14:05 c9801facb3a6: Layer already exists 05:14:05 cb6823dd3a41: Layer already exists 05:14:05 739f2803e015: Layer already exists 05:14:05 1110a002f16f: Layer already exists 05:14:05 5330a76dba9d: Layer already exists 05:14:05 3c20671a5817: Layer already exists 05:14:05 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:06 + 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 05:14:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:14:06 c5a2371732f5: Preparing 05:14:06 5ba9ab46c2b7: Preparing 05:14:06 0360d15643f1: Preparing 05:14:06 ecf3e72297d9: Preparing 05:14:06 11ac1529e654: Preparing 05:14:06 cb6823dd3a41: Preparing 05:14:06 739f2803e015: Preparing 05:14:06 c9801facb3a6: Preparing 05:14:06 5330a76dba9d: Preparing 05:14:06 1110a002f16f: Preparing 05:14:06 3c20671a5817: Preparing 05:14:06 cb6823dd3a41: Waiting 05:14:06 739f2803e015: Waiting 05:14:06 c9801facb3a6: Waiting 05:14:06 5330a76dba9d: Waiting 05:14:06 1110a002f16f: Waiting 05:14:06 3c20671a5817: Waiting 05:14:06 0360d15643f1: Layer already exists 05:14:06 11ac1529e654: Layer already exists 05:14:06 c5a2371732f5: Layer already exists 05:14:06 ecf3e72297d9: Layer already exists 05:14:06 5ba9ab46c2b7: Layer already exists 05:14:06 739f2803e015: Layer already exists 05:14:06 cb6823dd3a41: Layer already exists 05:14:06 c9801facb3a6: Layer already exists 05:14:06 5330a76dba9d: Layer already exists 05:14:06 1110a002f16f: Layer already exists 05:14:06 3c20671a5817: Layer already exists 05:14:06 main: digest: sha256:9ffda93d4dd5ec8f461644ea5517277ed8c494b14b3657dd826b32ed29795224 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:06 ===================================================== [Pipeline] echo 05:14:06 taggedImages: 05:14:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:14:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.50 05:14:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:14:06 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:14:06 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:06 latest 05:14:06 3.2.0-dev.50 05:14:06 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:06 main 05:14:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:07 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:14:07 c9729ec983ca: Preparing 05:14:07 23cb8de7fb2f: Preparing 05:14:07 f20013245018: Preparing 05:14:07 c75b4532d99e: Preparing 05:14:07 29803bc9d5ea: Preparing 05:14:07 275ae36fcb96: Preparing 05:14:07 9f4edcda4fea: Preparing 05:14:07 cb6823dd3a41: Preparing 05:14:07 739f2803e015: Preparing 05:14:07 c6dbb1054984: Preparing 05:14:07 123bb1dce2de: Preparing 05:14:07 3c20671a5817: Preparing 05:14:07 739f2803e015: Waiting 05:14:07 275ae36fcb96: Waiting 05:14:07 c6dbb1054984: Waiting 05:14:07 123bb1dce2de: Waiting 05:14:07 3c20671a5817: Waiting 05:14:07 9f4edcda4fea: Waiting 05:14:07 cb6823dd3a41: Waiting 05:14:07 23cb8de7fb2f: Pushed 05:14:07 29803bc9d5ea: Pushed 05:14:07 c9729ec983ca: Pushed 05:14:07 cb6823dd3a41: Layer already exists 05:14:07 739f2803e015: Layer already exists 05:14:08 275ae36fcb96: Pushed 05:14:08 9f4edcda4fea: Pushed 05:14:08 3c20671a5817: Layer already exists 05:14:08 c6dbb1054984: Pushed 05:14:09 c75b4532d99e: Pushed 05:14:10 f20013245018: Pushed 05:14:10 123bb1dce2de: Pushed 05:14:10 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:11 + 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 05:14:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:14:11 c9729ec983ca: Preparing 05:14:11 23cb8de7fb2f: Preparing 05:14:11 f20013245018: Preparing 05:14:11 c75b4532d99e: Preparing 05:14:11 29803bc9d5ea: Preparing 05:14:11 275ae36fcb96: Preparing 05:14:11 9f4edcda4fea: Preparing 05:14:11 275ae36fcb96: Waiting 05:14:11 cb6823dd3a41: Preparing 05:14:11 9f4edcda4fea: Waiting 05:14:11 739f2803e015: Preparing 05:14:11 cb6823dd3a41: Waiting 05:14:11 c6dbb1054984: Preparing 05:14:11 123bb1dce2de: Preparing 05:14:11 3c20671a5817: Preparing 05:14:11 c6dbb1054984: Waiting 05:14:11 123bb1dce2de: Waiting 05:14:11 739f2803e015: Waiting 05:14:11 3c20671a5817: Waiting 05:14:11 c9729ec983ca: Layer already exists 05:14:11 23cb8de7fb2f: Layer already exists 05:14:11 f20013245018: Layer already exists 05:14:11 29803bc9d5ea: Layer already exists 05:14:11 c75b4532d99e: Layer already exists 05:14:11 cb6823dd3a41: Layer already exists 05:14:11 275ae36fcb96: Layer already exists 05:14:11 9f4edcda4fea: Layer already exists 05:14:11 739f2803e015: Layer already exists 05:14:11 c6dbb1054984: Layer already exists 05:14:11 3c20671a5817: Layer already exists 05:14:11 123bb1dce2de: Layer already exists 05:14:11 latest: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.50 05:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:14:12 c9729ec983ca: Preparing 05:14:12 23cb8de7fb2f: Preparing 05:14:12 f20013245018: Preparing 05:14:12 c75b4532d99e: Preparing 05:14:12 29803bc9d5ea: Preparing 05:14:12 275ae36fcb96: Preparing 05:14:12 9f4edcda4fea: Preparing 05:14:12 275ae36fcb96: Waiting 05:14:12 cb6823dd3a41: Preparing 05:14:12 9f4edcda4fea: Waiting 05:14:12 739f2803e015: Preparing 05:14:12 cb6823dd3a41: Waiting 05:14:12 c6dbb1054984: Preparing 05:14:12 123bb1dce2de: Preparing 05:14:12 3c20671a5817: Preparing 05:14:12 739f2803e015: Waiting 05:14:12 c6dbb1054984: Waiting 05:14:12 123bb1dce2de: Waiting 05:14:12 3c20671a5817: Waiting 05:14:12 c75b4532d99e: Layer already exists 05:14:12 c9729ec983ca: Layer already exists 05:14:12 23cb8de7fb2f: Layer already exists 05:14:12 f20013245018: Layer already exists 05:14:12 29803bc9d5ea: Layer already exists 05:14:12 275ae36fcb96: Layer already exists 05:14:12 c6dbb1054984: Layer already exists 05:14:12 9f4edcda4fea: Layer already exists 05:14:12 cb6823dd3a41: Layer already exists 05:14:12 739f2803e015: Layer already exists 05:14:12 3c20671a5817: Layer already exists 05:14:12 123bb1dce2de: Layer already exists 05:14:12 3.2.0-dev.50: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:14:13 c9729ec983ca: Preparing 05:14:13 23cb8de7fb2f: Preparing 05:14:13 f20013245018: Preparing 05:14:13 c75b4532d99e: Preparing 05:14:13 29803bc9d5ea: Preparing 05:14:13 275ae36fcb96: Preparing 05:14:13 9f4edcda4fea: Preparing 05:14:13 cb6823dd3a41: Preparing 05:14:13 739f2803e015: Preparing 05:14:13 c6dbb1054984: Preparing 05:14:13 123bb1dce2de: Preparing 05:14:13 3c20671a5817: Preparing 05:14:13 275ae36fcb96: Waiting 05:14:13 9f4edcda4fea: Waiting 05:14:13 cb6823dd3a41: Waiting 05:14:13 739f2803e015: Waiting 05:14:13 c6dbb1054984: Waiting 05:14:13 123bb1dce2de: Waiting 05:14:13 3c20671a5817: Waiting 05:14:13 23cb8de7fb2f: Layer already exists 05:14:13 c9729ec983ca: Layer already exists 05:14:13 29803bc9d5ea: Layer already exists 05:14:13 f20013245018: Layer already exists 05:14:13 c75b4532d99e: Layer already exists 05:14:13 cb6823dd3a41: Layer already exists 05:14:13 9f4edcda4fea: Layer already exists 05:14:13 275ae36fcb96: Layer already exists 05:14:13 739f2803e015: Layer already exists 05:14:13 c6dbb1054984: Layer already exists 05:14:13 123bb1dce2de: Layer already exists 05:14:13 3c20671a5817: Layer already exists 05:14:13 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:13 + 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 05:14:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:14:14 c9729ec983ca: Preparing 05:14:14 23cb8de7fb2f: Preparing 05:14:14 f20013245018: Preparing 05:14:14 c75b4532d99e: Preparing 05:14:14 29803bc9d5ea: Preparing 05:14:14 275ae36fcb96: Preparing 05:14:14 9f4edcda4fea: Preparing 05:14:14 275ae36fcb96: Waiting 05:14:14 9f4edcda4fea: Waiting 05:14:14 cb6823dd3a41: Preparing 05:14:14 739f2803e015: Preparing 05:14:14 c6dbb1054984: Preparing 05:14:14 123bb1dce2de: Preparing 05:14:14 3c20671a5817: Preparing 05:14:14 739f2803e015: Waiting 05:14:14 cb6823dd3a41: Waiting 05:14:14 c6dbb1054984: Waiting 05:14:14 3c20671a5817: Waiting 05:14:14 123bb1dce2de: Waiting 05:14:14 c75b4532d99e: Layer already exists 05:14:14 f20013245018: Layer already exists 05:14:14 23cb8de7fb2f: Layer already exists 05:14:14 29803bc9d5ea: Layer already exists 05:14:14 c9729ec983ca: Layer already exists 05:14:14 275ae36fcb96: Layer already exists 05:14:14 c6dbb1054984: Layer already exists 05:14:14 739f2803e015: Layer already exists 05:14:14 cb6823dd3a41: Layer already exists 05:14:14 9f4edcda4fea: Layer already exists 05:14:14 123bb1dce2de: Layer already exists 05:14:14 3c20671a5817: Layer already exists 05:14:14 main: digest: sha256:41d0d3ab562628e21bada83a8f3f4147c65d0f4d676c8c8f04a5530d9d112a7f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:14 ===================================================== [Pipeline] echo 05:14:14 taggedImages: 05:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.50 05:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:14:14 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:14:14 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:14 latest 05:14:14 3.2.0-dev.50 05:14:14 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:14 main 05:14:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:14:15 5461c1be4746: Preparing 05:14:15 fa417e794cca: Preparing 05:14:15 cb6823dd3a41: Preparing 05:14:15 739f2803e015: Preparing 05:14:15 9ba59f31bba1: Preparing 05:14:15 fbe220653080: Preparing 05:14:15 3c20671a5817: Preparing 05:14:15 fbe220653080: Waiting 05:14:15 3c20671a5817: Waiting 05:14:15 cb6823dd3a41: Layer already exists 05:14:15 739f2803e015: Layer already exists 05:14:15 3c20671a5817: Layer already exists 05:14:15 5461c1be4746: Pushed 05:14:15 9ba59f31bba1: Pushed 05:14:17 fbe220653080: Pushed 05:14:18 fa417e794cca: Pushed 05:14:19 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:19 + 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 05:14:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:14:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:14:19 5461c1be4746: Preparing 05:14:19 fa417e794cca: Preparing 05:14:19 cb6823dd3a41: Preparing 05:14:19 739f2803e015: Preparing 05:14:19 9ba59f31bba1: Preparing 05:14:19 fbe220653080: Preparing 05:14:19 3c20671a5817: Preparing 05:14:19 fbe220653080: Waiting 05:14:19 3c20671a5817: Waiting 05:14:19 fa417e794cca: Layer already exists 05:14:19 739f2803e015: Layer already exists 05:14:19 cb6823dd3a41: Layer already exists 05:14:19 9ba59f31bba1: Layer already exists 05:14:19 5461c1be4746: Layer already exists 05:14:19 fbe220653080: Layer already exists 05:14:19 3c20671a5817: Layer already exists 05:14:20 latest: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.50 05:14:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:14:20 5461c1be4746: Preparing 05:14:20 fa417e794cca: Preparing 05:14:20 cb6823dd3a41: Preparing 05:14:20 739f2803e015: Preparing 05:14:20 9ba59f31bba1: Preparing 05:14:20 fbe220653080: Preparing 05:14:20 3c20671a5817: Preparing 05:14:20 fbe220653080: Waiting 05:14:20 3c20671a5817: Waiting 05:14:20 5461c1be4746: Layer already exists 05:14:20 9ba59f31bba1: Layer already exists 05:14:20 fa417e794cca: Layer already exists 05:14:20 cb6823dd3a41: Layer already exists 05:14:20 739f2803e015: Layer already exists 05:14:20 3c20671a5817: Layer already exists 05:14:20 fbe220653080: Layer already exists 05:14:21 3.2.0-dev.50: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:14:21 5461c1be4746: Preparing 05:14:21 fa417e794cca: Preparing 05:14:21 cb6823dd3a41: Preparing 05:14:21 739f2803e015: Preparing 05:14:21 9ba59f31bba1: Preparing 05:14:21 fbe220653080: Preparing 05:14:21 3c20671a5817: Preparing 05:14:21 fbe220653080: Waiting 05:14:21 3c20671a5817: Waiting 05:14:21 5461c1be4746: Layer already exists 05:14:21 9ba59f31bba1: Layer already exists 05:14:21 739f2803e015: Layer already exists 05:14:21 fa417e794cca: Layer already exists 05:14:21 cb6823dd3a41: Layer already exists 05:14:21 fbe220653080: Layer already exists 05:14:21 3c20671a5817: Layer already exists 05:14:22 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:22 + 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 05:14:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:14:22 5461c1be4746: Preparing 05:14:22 fa417e794cca: Preparing 05:14:22 cb6823dd3a41: Preparing 05:14:22 739f2803e015: Preparing 05:14:22 9ba59f31bba1: Preparing 05:14:22 fbe220653080: Preparing 05:14:22 fbe220653080: Waiting 05:14:22 3c20671a5817: Preparing 05:14:22 3c20671a5817: Waiting 05:14:22 9ba59f31bba1: Layer already exists 05:14:22 fa417e794cca: Layer already exists 05:14:22 cb6823dd3a41: Layer already exists 05:14:22 5461c1be4746: Layer already exists 05:14:22 739f2803e015: Layer already exists 05:14:22 fbe220653080: Layer already exists 05:14:22 3c20671a5817: Layer already exists 05:14:23 main: digest: sha256:b70035ebf253cd4f1d3623af296b75c461ab2d91a59b6054fc4f0b0af9d26707 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:23 ===================================================== [Pipeline] echo 05:14:23 taggedImages: 05:14:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:14:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.50 05:14:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:14:23 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:14:23 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:23 latest 05:14:23 3.2.0-dev.50 05:14:23 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:23 main 05:14:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:14:23 bfa80a3a2afc: Preparing 05:14:23 578b6bb10722: Preparing 05:14:23 2c2e4368bd25: Preparing 05:14:23 cb6823dd3a41: Preparing 05:14:23 739f2803e015: Preparing 05:14:23 cce16b45e118: Preparing 05:14:23 bfc702e8b026: Preparing 05:14:23 36bec455f508: Preparing 05:14:23 a5f871358136: Preparing 05:14:23 3c20671a5817: Preparing 05:14:23 cce16b45e118: Waiting 05:14:23 36bec455f508: Waiting 05:14:23 bfc702e8b026: Waiting 05:14:23 a5f871358136: Waiting 05:14:23 3c20671a5817: Waiting 05:14:23 739f2803e015: Layer already exists 05:14:23 cb6823dd3a41: Layer already exists 05:14:24 2c2e4368bd25: Pushed 05:14:24 578b6bb10722: Pushed 05:14:24 bfa80a3a2afc: Pushed 05:14:24 3c20671a5817: Layer already exists 05:14:24 36bec455f508: Pushed 05:14:25 a5f871358136: Pushed 05:14:37 bfc702e8b026: Pushed 05:14:45 cce16b45e118: Pushed 05:14:45 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:45 + 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 05:14:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:14:46 bfa80a3a2afc: Preparing 05:14:46 578b6bb10722: Preparing 05:14:46 2c2e4368bd25: Preparing 05:14:46 cb6823dd3a41: Preparing 05:14:46 739f2803e015: Preparing 05:14:46 cce16b45e118: Preparing 05:14:46 bfc702e8b026: Preparing 05:14:46 36bec455f508: Preparing 05:14:46 a5f871358136: Preparing 05:14:46 3c20671a5817: Preparing 05:14:46 cce16b45e118: Waiting 05:14:46 bfc702e8b026: Waiting 05:14:46 36bec455f508: Waiting 05:14:46 a5f871358136: Waiting 05:14:46 3c20671a5817: Waiting 05:14:46 bfa80a3a2afc: Layer already exists 05:14:46 2c2e4368bd25: Layer already exists 05:14:46 cb6823dd3a41: Layer already exists 05:14:46 739f2803e015: Layer already exists 05:14:46 578b6bb10722: Layer already exists 05:14:46 bfc702e8b026: Layer already exists 05:14:46 3c20671a5817: Layer already exists 05:14:46 cce16b45e118: Layer already exists 05:14:46 36bec455f508: Layer already exists 05:14:46 a5f871358136: Layer already exists 05:14:46 latest: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:46 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.50 05:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:14:47 bfa80a3a2afc: Preparing 05:14:47 578b6bb10722: Preparing 05:14:47 2c2e4368bd25: Preparing 05:14:47 cb6823dd3a41: Preparing 05:14:47 739f2803e015: Preparing 05:14:47 cce16b45e118: Preparing 05:14:47 bfc702e8b026: Preparing 05:14:47 36bec455f508: Preparing 05:14:47 a5f871358136: Preparing 05:14:47 3c20671a5817: Preparing 05:14:47 cce16b45e118: Waiting 05:14:47 bfc702e8b026: Waiting 05:14:47 36bec455f508: Waiting 05:14:47 a5f871358136: Waiting 05:14:47 3c20671a5817: Waiting 05:14:47 cb6823dd3a41: Layer already exists 05:14:47 578b6bb10722: Layer already exists 05:14:47 bfa80a3a2afc: Layer already exists 05:14:47 739f2803e015: Layer already exists 05:14:47 2c2e4368bd25: Layer already exists 05:14:47 cce16b45e118: Layer already exists 05:14:47 bfc702e8b026: Layer already exists 05:14:47 a5f871358136: Layer already exists 05:14:47 36bec455f508: Layer already exists 05:14:47 3c20671a5817: Layer already exists 05:14:47 3.2.0-dev.50: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:14:48 bfa80a3a2afc: Preparing 05:14:48 578b6bb10722: Preparing 05:14:48 2c2e4368bd25: Preparing 05:14:48 cb6823dd3a41: Preparing 05:14:48 739f2803e015: Preparing 05:14:48 cce16b45e118: Preparing 05:14:48 bfc702e8b026: Preparing 05:14:48 36bec455f508: Preparing 05:14:48 a5f871358136: Preparing 05:14:48 3c20671a5817: Preparing 05:14:48 cce16b45e118: Waiting 05:14:48 a5f871358136: Waiting 05:14:48 3c20671a5817: Waiting 05:14:48 bfc702e8b026: Waiting 05:14:48 36bec455f508: Waiting 05:14:48 578b6bb10722: Layer already exists 05:14:48 739f2803e015: Layer already exists 05:14:48 cb6823dd3a41: Layer already exists 05:14:48 2c2e4368bd25: Layer already exists 05:14:48 bfa80a3a2afc: Layer already exists 05:14:48 36bec455f508: Layer already exists 05:14:48 bfc702e8b026: Layer already exists 05:14:48 cce16b45e118: Layer already exists 05:14:48 a5f871358136: Layer already exists 05:14:48 3c20671a5817: Layer already exists 05:14:48 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:48 + 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 05:14:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:14:49 bfa80a3a2afc: Preparing 05:14:49 578b6bb10722: Preparing 05:14:49 2c2e4368bd25: Preparing 05:14:49 cb6823dd3a41: Preparing 05:14:49 739f2803e015: Preparing 05:14:49 cce16b45e118: Preparing 05:14:49 bfc702e8b026: Preparing 05:14:49 36bec455f508: Preparing 05:14:49 a5f871358136: Preparing 05:14:49 3c20671a5817: Preparing 05:14:49 bfc702e8b026: Waiting 05:14:49 36bec455f508: Waiting 05:14:49 a5f871358136: Waiting 05:14:49 3c20671a5817: Waiting 05:14:49 cce16b45e118: Waiting 05:14:49 578b6bb10722: Layer already exists 05:14:49 739f2803e015: Layer already exists 05:14:49 bfa80a3a2afc: Layer already exists 05:14:49 cb6823dd3a41: Layer already exists 05:14:49 2c2e4368bd25: Layer already exists 05:14:49 cce16b45e118: Layer already exists 05:14:49 bfc702e8b026: Layer already exists 05:14:49 3c20671a5817: Layer already exists 05:14:49 a5f871358136: Layer already exists 05:14:49 36bec455f508: Layer already exists 05:14:49 main: digest: sha256:3d41583e61578f242af338bf38fa9b2945b08e146cc44d9fb00a4c28567f1ef4 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:49 ===================================================== [Pipeline] echo 05:14:49 taggedImages: 05:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.50 05:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:14:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:14:49 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:49 latest 05:14:49 3.2.0-dev.50 05:14:49 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:14:49 main 05:14:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:14:50 2dd5f70f0e58: Preparing 05:14:50 9217a3525c61: Preparing 05:14:50 a90319550566: Preparing 05:14:50 cb6823dd3a41: Preparing 05:14:50 739f2803e015: Preparing 05:14:50 4fe93345b961: Preparing 05:14:50 539a5bd8223b: Preparing 05:14:50 344eefd1400a: Preparing 05:14:50 3c20671a5817: Preparing 05:14:50 539a5bd8223b: Waiting 05:14:50 344eefd1400a: Waiting 05:14:50 3c20671a5817: Waiting 05:14:50 4fe93345b961: Waiting 05:14:50 cb6823dd3a41: Layer already exists 05:14:50 739f2803e015: Layer already exists 05:14:50 9217a3525c61: Pushed 05:14:50 a90319550566: Pushed 05:14:50 2dd5f70f0e58: Pushed 05:14:50 539a5bd8223b: Pushed 05:14:50 3c20671a5817: Layer already exists 05:14:51 344eefd1400a: Pushed 05:15:13 4fe93345b961: Pushed 05:15:13 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:13 + 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 05:15:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:15:13 2dd5f70f0e58: Preparing 05:15:13 9217a3525c61: Preparing 05:15:13 a90319550566: Preparing 05:15:13 cb6823dd3a41: Preparing 05:15:13 739f2803e015: Preparing 05:15:13 4fe93345b961: Preparing 05:15:13 539a5bd8223b: Preparing 05:15:13 4fe93345b961: Waiting 05:15:13 539a5bd8223b: Waiting 05:15:13 344eefd1400a: Preparing 05:15:13 3c20671a5817: Preparing 05:15:13 344eefd1400a: Waiting 05:15:13 3c20671a5817: Waiting 05:15:13 a90319550566: Layer already exists 05:15:13 2dd5f70f0e58: Layer already exists 05:15:13 739f2803e015: Layer already exists 05:15:13 9217a3525c61: Layer already exists 05:15:13 cb6823dd3a41: Layer already exists 05:15:13 4fe93345b961: Layer already exists 05:15:13 344eefd1400a: Layer already exists 05:15:13 539a5bd8223b: Layer already exists 05:15:13 3c20671a5817: Layer already exists 05:15:14 latest: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.50 05:15:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:15:14 2dd5f70f0e58: Preparing 05:15:14 9217a3525c61: Preparing 05:15:14 a90319550566: Preparing 05:15:14 cb6823dd3a41: Preparing 05:15:14 739f2803e015: Preparing 05:15:14 4fe93345b961: Preparing 05:15:14 539a5bd8223b: Preparing 05:15:14 344eefd1400a: Preparing 05:15:14 3c20671a5817: Preparing 05:15:14 539a5bd8223b: Waiting 05:15:14 344eefd1400a: Waiting 05:15:14 3c20671a5817: Waiting 05:15:14 4fe93345b961: Waiting 05:15:14 a90319550566: Layer already exists 05:15:14 9217a3525c61: Layer already exists 05:15:14 739f2803e015: Layer already exists 05:15:14 cb6823dd3a41: Layer already exists 05:15:14 2dd5f70f0e58: Layer already exists 05:15:14 539a5bd8223b: Layer already exists 05:15:14 4fe93345b961: Layer already exists 05:15:14 3c20671a5817: Layer already exists 05:15:14 344eefd1400a: Layer already exists 05:15:14 3.2.0-dev.50: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:15 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:15:15 2dd5f70f0e58: Preparing 05:15:15 9217a3525c61: Preparing 05:15:15 a90319550566: Preparing 05:15:15 cb6823dd3a41: Preparing 05:15:15 739f2803e015: Preparing 05:15:15 4fe93345b961: Preparing 05:15:15 539a5bd8223b: Preparing 05:15:15 344eefd1400a: Preparing 05:15:15 3c20671a5817: Preparing 05:15:15 539a5bd8223b: Waiting 05:15:15 344eefd1400a: Waiting 05:15:15 3c20671a5817: Waiting 05:15:15 4fe93345b961: Waiting 05:15:15 9217a3525c61: Layer already exists 05:15:15 739f2803e015: Layer already exists 05:15:15 a90319550566: Layer already exists 05:15:15 cb6823dd3a41: Layer already exists 05:15:15 2dd5f70f0e58: Layer already exists 05:15:15 344eefd1400a: Layer already exists 05:15:15 539a5bd8223b: Layer already exists 05:15:15 4fe93345b961: Layer already exists 05:15:15 3c20671a5817: Layer already exists 05:15:15 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:15 + 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 05:15:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:15:16 2dd5f70f0e58: Preparing 05:15:16 9217a3525c61: Preparing 05:15:16 a90319550566: Preparing 05:15:16 cb6823dd3a41: Preparing 05:15:16 739f2803e015: Preparing 05:15:16 4fe93345b961: Preparing 05:15:16 539a5bd8223b: Preparing 05:15:16 344eefd1400a: Preparing 05:15:16 3c20671a5817: Preparing 05:15:16 4fe93345b961: Waiting 05:15:16 539a5bd8223b: Waiting 05:15:16 3c20671a5817: Waiting 05:15:16 344eefd1400a: Waiting 05:15:16 739f2803e015: Layer already exists 05:15:16 cb6823dd3a41: Layer already exists 05:15:16 2dd5f70f0e58: Layer already exists 05:15:16 a90319550566: Layer already exists 05:15:16 9217a3525c61: Layer already exists 05:15:16 4fe93345b961: Layer already exists 05:15:16 539a5bd8223b: Layer already exists 05:15:16 3c20671a5817: Layer already exists 05:15:16 344eefd1400a: Layer already exists 05:15:16 main: digest: sha256:9d00c2692e6fc226873cc22e8ad826c739ba6de54f676d564f5fdfa30e2ec152 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:16 ===================================================== [Pipeline] echo 05:15:16 taggedImages: 05:15:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:15:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.50 05:15:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:15:16 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:15:16 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:16 latest 05:15:16 3.2.0-dev.50 05:15:16 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:16 main 05:15:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:15:17 2ecec4892a81: Preparing 05:15:17 1ed69932cbc3: Preparing 05:15:17 6acc67e8eb74: Preparing 05:15:17 cb6823dd3a41: Preparing 05:15:17 739f2803e015: Preparing 05:15:17 c47b9145ac05: Preparing 05:15:17 36bec455f508: Preparing 05:15:17 a5f871358136: Preparing 05:15:17 c47b9145ac05: Waiting 05:15:17 36bec455f508: Waiting 05:15:17 3c20671a5817: Preparing 05:15:17 a5f871358136: Waiting 05:15:17 3c20671a5817: Waiting 05:15:17 739f2803e015: Layer already exists 05:15:17 cb6823dd3a41: Layer already exists 05:15:17 36bec455f508: Layer already exists 05:15:17 a5f871358136: Layer already exists 05:15:17 2ecec4892a81: Pushed 05:15:17 3c20671a5817: Layer already exists 05:15:17 6acc67e8eb74: Pushed 05:15:17 1ed69932cbc3: Pushed 05:15:39 c47b9145ac05: Pushed 05:15:39 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:40 + 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 05:15:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:15:40 2ecec4892a81: Preparing 05:15:40 1ed69932cbc3: Preparing 05:15:40 6acc67e8eb74: Preparing 05:15:40 cb6823dd3a41: Preparing 05:15:40 739f2803e015: Preparing 05:15:40 c47b9145ac05: Preparing 05:15:40 36bec455f508: Preparing 05:15:40 a5f871358136: Preparing 05:15:40 3c20671a5817: Preparing 05:15:40 c47b9145ac05: Waiting 05:15:40 36bec455f508: Waiting 05:15:40 a5f871358136: Waiting 05:15:40 3c20671a5817: Waiting 05:15:40 6acc67e8eb74: Layer already exists 05:15:40 1ed69932cbc3: Layer already exists 05:15:40 2ecec4892a81: Layer already exists 05:15:40 739f2803e015: Layer already exists 05:15:40 cb6823dd3a41: Layer already exists 05:15:40 c47b9145ac05: Layer already exists 05:15:40 a5f871358136: Layer already exists 05:15:40 36bec455f508: Layer already exists 05:15:40 3c20671a5817: Layer already exists 05:15:40 latest: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.50 05:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:15:41 2ecec4892a81: Preparing 05:15:41 1ed69932cbc3: Preparing 05:15:41 6acc67e8eb74: Preparing 05:15:41 cb6823dd3a41: Preparing 05:15:41 739f2803e015: Preparing 05:15:41 c47b9145ac05: Preparing 05:15:41 36bec455f508: Preparing 05:15:41 a5f871358136: Preparing 05:15:41 3c20671a5817: Preparing 05:15:41 c47b9145ac05: Waiting 05:15:41 36bec455f508: Waiting 05:15:41 a5f871358136: Waiting 05:15:41 3c20671a5817: Waiting 05:15:41 739f2803e015: Layer already exists 05:15:41 2ecec4892a81: Layer already exists 05:15:41 6acc67e8eb74: Layer already exists 05:15:41 cb6823dd3a41: Layer already exists 05:15:41 1ed69932cbc3: Layer already exists 05:15:41 36bec455f508: Layer already exists 05:15:41 c47b9145ac05: Layer already exists 05:15:41 a5f871358136: Layer already exists 05:15:41 3c20671a5817: Layer already exists 05:15:41 3.2.0-dev.50: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:15:42 2ecec4892a81: Preparing 05:15:42 1ed69932cbc3: Preparing 05:15:42 6acc67e8eb74: Preparing 05:15:42 cb6823dd3a41: Preparing 05:15:42 739f2803e015: Preparing 05:15:42 c47b9145ac05: Preparing 05:15:42 36bec455f508: Preparing 05:15:42 a5f871358136: Preparing 05:15:42 3c20671a5817: Preparing 05:15:42 c47b9145ac05: Waiting 05:15:42 36bec455f508: Waiting 05:15:42 a5f871358136: Waiting 05:15:42 3c20671a5817: Waiting 05:15:42 2ecec4892a81: Layer already exists 05:15:42 1ed69932cbc3: Layer already exists 05:15:42 cb6823dd3a41: Layer already exists 05:15:42 6acc67e8eb74: Layer already exists 05:15:42 739f2803e015: Layer already exists 05:15:42 c47b9145ac05: Layer already exists 05:15:42 3c20671a5817: Layer already exists 05:15:42 36bec455f508: Layer already exists 05:15:42 a5f871358136: Layer already exists 05:15:42 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:42 + 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 05:15:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:15:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:15:43 2ecec4892a81: Preparing 05:15:43 1ed69932cbc3: Preparing 05:15:43 6acc67e8eb74: Preparing 05:15:43 cb6823dd3a41: Preparing 05:15:43 739f2803e015: Preparing 05:15:43 c47b9145ac05: Preparing 05:15:43 36bec455f508: Preparing 05:15:43 a5f871358136: Preparing 05:15:43 3c20671a5817: Preparing 05:15:43 36bec455f508: Waiting 05:15:43 a5f871358136: Waiting 05:15:43 c47b9145ac05: Waiting 05:15:43 2ecec4892a81: Layer already exists 05:15:43 1ed69932cbc3: Layer already exists 05:15:43 cb6823dd3a41: Layer already exists 05:15:43 739f2803e015: Layer already exists 05:15:43 6acc67e8eb74: Layer already exists 05:15:43 c47b9145ac05: Layer already exists 05:15:43 a5f871358136: Layer already exists 05:15:43 36bec455f508: Layer already exists 05:15:43 3c20671a5817: Layer already exists 05:15:43 main: digest: sha256:fa783457309773893c3cd889bd7f1ec7376c10b0ad358973ed348b001537791e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:43 ===================================================== [Pipeline] echo 05:15:43 taggedImages: 05:15:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:15:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.50 05:15:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:43 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:15:43 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 05:15:43 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:43 latest 05:15:43 3.2.0-dev.50 05:15:43 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:43 main 05:15:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:43 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:44 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 05:15:44 4f689345f6d3: Preparing 05:15:44 2a6258b8c5b9: Preparing 05:15:44 cb6823dd3a41: Preparing 05:15:44 739f2803e015: Preparing 05:15:44 67d46955b490: Preparing 05:15:44 57f5537d0604: Preparing 05:15:44 3c20671a5817: Preparing 05:15:44 3c20671a5817: Waiting 05:15:44 57f5537d0604: Waiting 05:15:44 739f2803e015: Layer already exists 05:15:44 cb6823dd3a41: Layer already exists 05:15:44 67d46955b490: Pushed 05:15:44 3c20671a5817: Layer already exists 05:15:44 4f689345f6d3: Pushed 05:15:44 57f5537d0604: Pushed 05:15:53 2a6258b8c5b9: Pushed 05:15:53 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:53 + 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 05:15:53 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 05:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 05:15:53 4f689345f6d3: Preparing 05:15:53 2a6258b8c5b9: Preparing 05:15:53 cb6823dd3a41: Preparing 05:15:53 739f2803e015: Preparing 05:15:53 67d46955b490: Preparing 05:15:53 57f5537d0604: Preparing 05:15:53 3c20671a5817: Preparing 05:15:53 57f5537d0604: Waiting 05:15:53 3c20671a5817: Waiting 05:15:53 67d46955b490: Layer already exists 05:15:53 4f689345f6d3: Layer already exists 05:15:53 cb6823dd3a41: Layer already exists 05:15:53 739f2803e015: Layer already exists 05:15:53 2a6258b8c5b9: Layer already exists 05:15:53 3c20671a5817: Layer already exists 05:15:53 57f5537d0604: Layer already exists 05:15:53 latest: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:54 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:54 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.50 05:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 05:15:54 4f689345f6d3: Preparing 05:15:54 2a6258b8c5b9: Preparing 05:15:54 cb6823dd3a41: Preparing 05:15:54 739f2803e015: Preparing 05:15:54 67d46955b490: Preparing 05:15:54 57f5537d0604: Preparing 05:15:54 3c20671a5817: Preparing 05:15:54 57f5537d0604: Waiting 05:15:54 3c20671a5817: Waiting 05:15:54 2a6258b8c5b9: Layer already exists 05:15:54 cb6823dd3a41: Layer already exists 05:15:54 67d46955b490: Layer already exists 05:15:54 739f2803e015: Layer already exists 05:15:54 4f689345f6d3: Layer already exists 05:15:54 57f5537d0604: Layer already exists 05:15:54 3c20671a5817: Layer already exists 05:15:54 3.2.0-dev.50: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:55 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:55 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 05:15:55 4f689345f6d3: Preparing 05:15:55 2a6258b8c5b9: Preparing 05:15:55 cb6823dd3a41: Preparing 05:15:55 739f2803e015: Preparing 05:15:55 67d46955b490: Preparing 05:15:55 57f5537d0604: Preparing 05:15:55 3c20671a5817: Preparing 05:15:55 57f5537d0604: Waiting 05:15:55 cb6823dd3a41: Layer already exists 05:15:55 67d46955b490: Layer already exists 05:15:55 4f689345f6d3: Layer already exists 05:15:55 739f2803e015: Layer already exists 05:15:55 2a6258b8c5b9: Layer already exists 05:15:55 57f5537d0604: Layer already exists 05:15:55 3c20671a5817: Layer already exists 05:15:55 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:55 + 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 05:15:56 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 05:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 05:15:56 4f689345f6d3: Preparing 05:15:56 2a6258b8c5b9: Preparing 05:15:56 cb6823dd3a41: Preparing 05:15:56 739f2803e015: Preparing 05:15:56 67d46955b490: Preparing 05:15:56 57f5537d0604: Preparing 05:15:56 3c20671a5817: Preparing 05:15:56 57f5537d0604: Waiting 05:15:56 3c20671a5817: Waiting 05:15:56 4f689345f6d3: Layer already exists 05:15:56 739f2803e015: Layer already exists 05:15:56 67d46955b490: Layer already exists 05:15:56 2a6258b8c5b9: Layer already exists 05:15:56 cb6823dd3a41: Layer already exists 05:15:56 57f5537d0604: Layer already exists 05:15:56 3c20671a5817: Layer already exists 05:15:56 main: digest: sha256:d362eddc8b6e515489184f4ad0ebd4e05897e9700a959a03069b99a719e6afc2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:15:56 ===================================================== [Pipeline] echo 05:15:56 taggedImages: 05:15:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 05:15:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.50 05:15:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:56 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 05:15:56 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:15:56 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:56 latest 05:15:56 3.2.0-dev.50 05:15:56 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:15:56 main 05:15:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:15:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:15:57 d2bfa13b63d5: Preparing 05:15:57 77260b847385: Preparing 05:15:57 cb6823dd3a41: Preparing 05:15:57 739f2803e015: Preparing 05:15:57 67d46955b490: Preparing 05:15:57 57f5537d0604: Preparing 05:15:57 3c20671a5817: Preparing 05:15:57 57f5537d0604: Waiting 05:15:57 3c20671a5817: Waiting 05:15:57 cb6823dd3a41: Layer already exists 05:15:57 739f2803e015: Layer already exists 05:15:57 67d46955b490: Layer already exists 05:15:57 57f5537d0604: Layer already exists 05:15:57 3c20671a5817: Layer already exists 05:15:57 d2bfa13b63d5: Pushed 05:16:05 77260b847385: Pushed 05:16:05 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:16:06 d2bfa13b63d5: Preparing 05:16:06 77260b847385: Preparing 05:16:06 cb6823dd3a41: Preparing 05:16:06 739f2803e015: Preparing 05:16:06 67d46955b490: Preparing 05:16:06 57f5537d0604: Preparing 05:16:06 3c20671a5817: Preparing 05:16:06 57f5537d0604: Waiting 05:16:06 3c20671a5817: Waiting 05:16:06 77260b847385: Layer already exists 05:16:06 739f2803e015: Layer already exists 05:16:06 67d46955b490: Layer already exists 05:16:06 d2bfa13b63d5: Layer already exists 05:16:06 cb6823dd3a41: Layer already exists 05:16:06 57f5537d0604: Layer already exists 05:16:06 3c20671a5817: Layer already exists 05:16:06 latest: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.50 05:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:16:07 d2bfa13b63d5: Preparing 05:16:07 77260b847385: Preparing 05:16:07 cb6823dd3a41: Preparing 05:16:07 739f2803e015: Preparing 05:16:07 67d46955b490: Preparing 05:16:07 57f5537d0604: Preparing 05:16:07 3c20671a5817: Preparing 05:16:07 57f5537d0604: Waiting 05:16:07 3c20671a5817: Waiting 05:16:07 67d46955b490: Layer already exists 05:16:07 739f2803e015: Layer already exists 05:16:07 d2bfa13b63d5: Layer already exists 05:16:07 cb6823dd3a41: Layer already exists 05:16:07 77260b847385: Layer already exists 05:16:07 57f5537d0604: Layer already exists 05:16:07 3c20671a5817: Layer already exists 05:16:07 3.2.0-dev.50: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:16:08 d2bfa13b63d5: Preparing 05:16:08 77260b847385: Preparing 05:16:08 cb6823dd3a41: Preparing 05:16:08 739f2803e015: Preparing 05:16:08 67d46955b490: Preparing 05:16:08 57f5537d0604: Preparing 05:16:08 3c20671a5817: Preparing 05:16:08 57f5537d0604: Waiting 05:16:08 3c20671a5817: Waiting 05:16:08 739f2803e015: Layer already exists 05:16:08 67d46955b490: Layer already exists 05:16:08 d2bfa13b63d5: Layer already exists 05:16:08 77260b847385: Layer already exists 05:16:08 cb6823dd3a41: Layer already exists 05:16:08 57f5537d0604: Layer already exists 05:16:08 3c20671a5817: Layer already exists 05:16:08 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:16:09 d2bfa13b63d5: Preparing 05:16:09 77260b847385: Preparing 05:16:09 cb6823dd3a41: Preparing 05:16:09 739f2803e015: Preparing 05:16:09 67d46955b490: Preparing 05:16:09 57f5537d0604: Preparing 05:16:09 3c20671a5817: Preparing 05:16:09 57f5537d0604: Waiting 05:16:09 3c20671a5817: Waiting 05:16:09 67d46955b490: Layer already exists 05:16:09 d2bfa13b63d5: Layer already exists 05:16:09 cb6823dd3a41: Layer already exists 05:16:09 77260b847385: Layer already exists 05:16:09 739f2803e015: Layer already exists 05:16:09 3c20671a5817: Layer already exists 05:16:09 57f5537d0604: Layer already exists 05:16:09 main: digest: sha256:fd55f8ac9f41fa9a9f855e695a54fe3d57db1773b473e741447cad07c39ca7a0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:09 ===================================================== [Pipeline] echo 05:16:09 taggedImages: 05:16:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:16:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:16:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.50 05:16:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:16:09 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:16:09 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:16:09 5b52836589dd35a32aa4e46bc21db318ab9ee317 05:16:09 latest 05:16:09 3.2.0-dev.50 05:16:09 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:16:09 main 05:16:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:16:10 d674bd8d66db: Preparing 05:16:10 113ce3921447: Preparing 05:16:10 cb6823dd3a41: Preparing 05:16:10 739f2803e015: Preparing 05:16:10 049a1211a11e: Preparing 05:16:10 dc1536ae9f2e: Preparing 05:16:10 3c20671a5817: Preparing 05:16:10 dc1536ae9f2e: Waiting 05:16:10 3c20671a5817: Waiting 05:16:10 049a1211a11e: Layer already exists 05:16:10 739f2803e015: Layer already exists 05:16:10 cb6823dd3a41: Layer already exists 05:16:10 dc1536ae9f2e: Layer already exists 05:16:10 3c20671a5817: Layer already exists 05:16:10 d674bd8d66db: Pushed 05:16:17 113ce3921447: Pushed 05:16:17 5b52836589dd35a32aa4e46bc21db318ab9ee317: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:16:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:16:18 d674bd8d66db: Preparing 05:16:18 113ce3921447: Preparing 05:16:18 cb6823dd3a41: Preparing 05:16:18 739f2803e015: Preparing 05:16:18 049a1211a11e: Preparing 05:16:18 dc1536ae9f2e: Preparing 05:16:18 3c20671a5817: Preparing 05:16:18 dc1536ae9f2e: Waiting 05:16:18 3c20671a5817: Waiting 05:16:18 049a1211a11e: Layer already exists 05:16:18 739f2803e015: Layer already exists 05:16:18 cb6823dd3a41: Layer already exists 05:16:18 113ce3921447: Layer already exists 05:16:18 d674bd8d66db: Layer already exists 05:16:18 3c20671a5817: Layer already exists 05:16:18 dc1536ae9f2e: Layer already exists 05:16:18 latest: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:18 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.50 05:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:16:19 d674bd8d66db: Preparing 05:16:19 113ce3921447: Preparing 05:16:19 cb6823dd3a41: Preparing 05:16:19 739f2803e015: Preparing 05:16:19 049a1211a11e: Preparing 05:16:19 dc1536ae9f2e: Preparing 05:16:19 3c20671a5817: Preparing 05:16:19 dc1536ae9f2e: Waiting 05:16:19 3c20671a5817: Waiting 05:16:19 739f2803e015: Layer already exists 05:16:19 113ce3921447: Layer already exists 05:16:19 049a1211a11e: Layer already exists 05:16:19 d674bd8d66db: Layer already exists 05:16:19 cb6823dd3a41: Layer already exists 05:16:19 dc1536ae9f2e: Layer already exists 05:16:19 3c20671a5817: Layer already exists 05:16:19 3.2.0-dev.50: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:16:20 d674bd8d66db: Preparing 05:16:20 113ce3921447: Preparing 05:16:20 cb6823dd3a41: Preparing 05:16:20 739f2803e015: Preparing 05:16:20 049a1211a11e: Preparing 05:16:20 dc1536ae9f2e: Preparing 05:16:20 3c20671a5817: Preparing 05:16:20 3c20671a5817: Waiting 05:16:20 dc1536ae9f2e: Waiting 05:16:20 049a1211a11e: Layer already exists 05:16:20 d674bd8d66db: Layer already exists 05:16:20 739f2803e015: Layer already exists 05:16:20 113ce3921447: Layer already exists 05:16:20 cb6823dd3a41: Layer already exists 05:16:20 3c20671a5817: Layer already exists 05:16:20 dc1536ae9f2e: Layer already exists 05:16:20 5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:16:20 d674bd8d66db: Preparing 05:16:20 113ce3921447: Preparing 05:16:20 cb6823dd3a41: Preparing 05:16:20 739f2803e015: Preparing 05:16:20 049a1211a11e: Preparing 05:16:20 dc1536ae9f2e: Preparing 05:16:20 3c20671a5817: Preparing 05:16:20 dc1536ae9f2e: Waiting 05:16:20 3c20671a5817: Waiting 05:16:20 d674bd8d66db: Layer already exists 05:16:20 113ce3921447: Layer already exists 05:16:20 739f2803e015: Layer already exists 05:16:20 049a1211a11e: Layer already exists 05:16:20 cb6823dd3a41: Layer already exists 05:16:20 dc1536ae9f2e: Layer already exists 05:16:20 3c20671a5817: Layer already exists 05:16:21 main: digest: sha256:f2f2e46e75b8554fabd3b285c725cba8de7c32a0b491d5dd78ca74fc4ce524c5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:21 ===================================================== [Pipeline] echo 05:16:21 taggedImages: 05:16:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317 05:16:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:16:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.50 05:16:21 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5b52836589dd35a32aa4e46bc21db318ab9ee317-3.2.0-dev.50 05:16:21 - 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 05:16:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:16:21 05:16:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:16:22 arm64: Pulling from edgex-lftools-log-publisher 05:16:22 8998bd30e6a1: Pulling fs layer 05:16:22 04944245beec: Pulling fs layer 05:16:22 699f458cf7ca: Pulling fs layer 05:16:22 765212b225bb: Pulling fs layer 05:16:22 f23df028b6ca: Pulling fs layer 05:16:22 d65c8cfc05b1: Pulling fs layer 05:16:22 2437ff75d9bd: Pulling fs layer 05:16:22 765212b225bb: Waiting 05:16:22 f23df028b6ca: Waiting 05:16:22 d65c8cfc05b1: Waiting 05:16:22 2437ff75d9bd: Waiting 05:16:22 04944245beec: Verifying Checksum 05:16:22 04944245beec: Download complete 05:16:22 765212b225bb: Verifying Checksum 05:16:22 765212b225bb: Download complete 05:16:22 f23df028b6ca: Verifying Checksum 05:16:22 f23df028b6ca: Download complete 05:16:22 d65c8cfc05b1: Verifying Checksum 05:16:22 d65c8cfc05b1: Download complete 05:16:22 699f458cf7ca: Verifying Checksum 05:16:22 8998bd30e6a1: Verifying Checksum 05:16:22 8998bd30e6a1: Download complete 05:16:25 2437ff75d9bd: Verifying Checksum 05:16:25 2437ff75d9bd: Download complete 05:16:27 8998bd30e6a1: Pull complete 05:16:27 04944245beec: Pull complete 05:16:29 699f458cf7ca: Pull complete 05:16:29 765212b225bb: Pull complete 05:16:30 f23df028b6ca: Pull complete 05:16:30 d65c8cfc05b1: Pull complete 05:16:48 2437ff75d9bd: Pull complete 05:16:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:16:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:16:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:16:49 prd-ubuntu20.04-docker-arm64-4c-16g-7539 does not seem to be running inside a container 05:16:49 $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:16:50 $ docker top 96c8575bf67bb8a22523e21e6cfa7c477b0cd913acaeebd2bb7d23873cdb44e4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:16:51 ---> job-cost.sh 05:16:51 lf-activate-venv: SKIPPING 05:16:51 INFO: No Stack... 05:16:52 INFO: Retrieving Pricing Info for: v3-standard-4 05:16:53 INFO: Archiving Costs [Pipeline] sh 05:16:53 + cat /w/workspace/edgex-go/668/archives/cost.csv 05:16:53 + cut -d, -f6 [Pipeline] lock 05:16:53 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-668-stack-cost] 05:16:53 Resource [jenkins-edgexfoundry-edgex-go-main-668-stack-cost] did not exist. Created. 05:16:53 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-668-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:16:54 + echo total: 0.10999999940395355 [Pipeline] stash 05:16:55 Stashed 1 file(s) [Pipeline] } 05:16:55 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-668-stack-cost] [Pipeline] // lock [Pipeline] } 05:16:55 $ docker stop --time=1 96c8575bf67bb8a22523e21e6cfa7c477b0cd913acaeebd2bb7d23873cdb44e4 05:16:56 $ docker rm -f --volumes 96c8575bf67bb8a22523e21e6cfa7c477b0cd913acaeebd2bb7d23873cdb44e4 [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 05:16:57 provisioning config files... 05:16:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/668@tmp/config4557301479483785648tmp [Pipeline] { [Pipeline] sh 05:16:57 + set +x 05:16:57 + bash -s -- 05:16:57 + curl -s https://codecov.io/bash 05:16:57 05:16:57 _____ _ 05:16:57 / ____| | | 05:16:57 | | ___ __| | ___ ___ _____ __ 05:16:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:16:57 | |___| (_) | (_| | __/ (_| (_) \ V / 05:16:57 \_____\___/ \__,_|\___|\___\___/ \_/ 05:16:57 Bash-1.0.6 05:16:57 05:16:57 05:16:57 ==> git version 2.25.1 found 05:16:57 ==> 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 05:16:57 Release-Date: 2020-01-08 05:16:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:16:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:16:57 ==> Jenkins CI detected. 05:16:57 current dir:  /w/workspace/edgex-go/668 05:16:57 project root: . 05:16:57 --> token set from env 05:16:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:16:57 ==> Running gcov in . (disable via -X gcov) 05:16:57 ==> Python coveragepy not found 05:16:57 ==> Searching for coverage reports in: 05:16:57 + . 05:16:57 -> Found 1 reports 05:16:57 ==> Detecting git/mercurial file structure 05:16:57 ==> Reading reports 05:16:57 + ./coverage.out bytes=504073 05:16:57 ==> Appending adjustments 05:16:57 https://docs.codecov.io/docs/fixing-reports 05:16:58 + Found adjustments 05:16:58 ==> Gzipping contents 05:16:58 64K /tmp/codecov.mrecA9.gz 05:16:58 ==> Uploading reports 05:16:58 url: https://codecov.io 05:16:58 query: branch=main&commit=5b52836589dd35a32aa4e46bc21db318ab9ee317&build=668&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F668%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:16:58 -> Pinging Codecov 05:16:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=5b52836589dd35a32aa4e46bc21db318ab9ee317&build=668&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F668%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:16:58 -> Uploading to 05:16:58 https://storage.googleapis.com/codecov/v4/raw/2024-08-12/00271124DB129430A58F1EEE437C3FCB/5b52836589dd35a32aa4e46bc21db318ab9ee317/eae1bfd0-b2ff-4751-88d5-624e0c9258a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240812%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240812T051658Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=390fdf2e665caa29e8dbc92e01b77bb20132476aa75ca356324bd0371e9d5939 05:16:58 % Total % Received % Xferd Average Speed Time Time Time Current 05:16:58 Dload Upload Total Spent Left Speed 05:16:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64516 0 0 100 64516 0 221k --:--:-- --:--:-- --:--:-- 221k 05:16:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5b52836589dd35a32aa4e46bc21db318ab9ee317 [Pipeline] } 05:16:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:16:59 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:16:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:16:59 05:16:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:16:59 latest: Pulling from edgex-devops/edgex-snyk-go 05:16:59 619be1103602: Already exists 05:16:59 f8ea3408117e: Pulling fs layer 05:16:59 91320369b822: Pulling fs layer 05:16:59 0406650e8295: Pulling fs layer 05:16:59 4f4fb700ef54: Pulling fs layer 05:16:59 96d80e3f36e1: Pulling fs layer 05:16:59 bcf3aedb951c: Pulling fs layer 05:16:59 4f4fb700ef54: Waiting 05:16:59 bcf3aedb951c: Waiting 05:16:59 0406650e8295: Verifying Checksum 05:16:59 0406650e8295: Download complete 05:16:59 f8ea3408117e: Download complete 05:16:59 4f4fb700ef54: Download complete 05:16:59 f8ea3408117e: Pull complete 05:17:00 96d80e3f36e1: Verifying Checksum 05:17:00 96d80e3f36e1: Download complete 05:17:00 91320369b822: Verifying Checksum 05:17:00 91320369b822: Download complete 05:17:01 bcf3aedb951c: Verifying Checksum 05:17:01 bcf3aedb951c: Download complete 05:17:03 91320369b822: Pull complete 05:17:03 0406650e8295: Pull complete 05:17:03 4f4fb700ef54: Pull complete 05:17:03 96d80e3f36e1: Pull complete 05:17:07 bcf3aedb951c: Pull complete 05:17:07 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 05:17:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:17:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:17:07 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 05:17:07 $ 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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:17:11 $ docker top e38014a5f0f1f3e6e006a00e1feed97a95ff6b5c0a4451f11af6aae51a80129e -eo pid,comm [Pipeline] { [Pipeline] sh 05:17:12 + git config --global --add safe.directory /w/workspace/edgex-go/668 [Pipeline] echo 05:17:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:17:12 + set -o pipefail 05:17:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:17:20 05:17:20 Monitoring /w/workspace/edgex-go/668 (github.com/edgexfoundry/edgex-go)... 05:17:20 05:17:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/849aa82e-313f-4b99-a0b8-f59dfd53fa5e 05:17:20 05:17:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:17:20 05:17:21 05:17:21 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 05:17:21 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:17:21 $ docker stop --time=1 e38014a5f0f1f3e6e006a00e1feed97a95ff6b5c0a4451f11af6aae51a80129e 05:17:24 $ docker rm -f --volumes e38014a5f0f1f3e6e006a00e1feed97a95ff6b5c0a4451f11af6aae51a80129e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:17:25 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:17:25 provisioning config files... 05:17:25 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/668@tmp/config2790755640921596646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:17:25 --> edgex-publish-swagger.sh 05:17:25 === Publish openapi/v3 API === 05:17:25 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 05:17:25 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/668/openapi/v3/core-command.yaml] 05:17:25 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:25 Dload Upload Total Spent Left Speed 05:17:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 50433 --:--:-- --:--:-- --:--:-- 50433 05:17:26 05:17:26 05:17:26 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/668/openapi/v3/core-data.yaml] 05:17:26 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:26 Dload Upload Total Spent Left Speed 05:17:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 131k --:--:-- --:--:-- --:--:-- 130k 100 72043 0 0 100 72043 0 131k --:--:-- --:--:-- --:--:-- 130k 05:17:26 05:17:26 05:17:26 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/668/openapi/v3/core-keeper.yaml] 05:17:26 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:26 Dload Upload Total Spent Left Speed 05:17:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 185 92453 --:--:-- --:--:-- --:--:-- 92639 05:17:27 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:17:27 05:17:27 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/668/openapi/v3/core-metadata.yaml] 05:17:27 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:27 Dload Upload Total Spent Left Speed 05:17:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 294 281k --:--:-- --:--:-- --:--:-- 281k 100 149k 100 156 100 148k 294 281k --:--:-- --:--:-- --:--:-- 281k 05:17:27 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:17:27 05:17:27 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/668/openapi/v3/support-cron-scheduler.yaml] 05:17:27 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:27 Dload Upload Total Spent Left Speed 05:17:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42902 100 66 100 42836 197 124k --:--:-- --:--:-- --:--:-- 125k 05:17:28 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:17:28 05:17:28 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/668/openapi/v3/support-notifications.yaml] 05:17:28 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:28 Dload Upload Total Spent Left Speed 05:17:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 345 188k --:--:-- --:--:-- --:--:-- 188k 05:17:28 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:17:28 05:17:28 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/668/openapi/v3/support-scheduler.yaml] 05:17:28 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:28 Dload Upload Total Spent Left Speed 05:17:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 330 78292 --:--:-- --:--:-- --:--:-- 78456 05:17:29 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:17:29 [Pipeline] } 05:17:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:17:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:17:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:17:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:17:29 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 05:17:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:17:30 $ docker top a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 -eo pid,comm 05:17:30 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:17:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:17:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:30 [ssh-agent] Looking for ssh-agent implementation... 05:17:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:30 $ docker exec a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 ssh-agent 05:17:30 SSH_AUTH_SOCK=/tmp/ssh-s6CCmyPGfkOq/agent.32 05:17:30 SSH_AGENT_PID=38 05:17:30 Running ssh-add (command line suppressed) 05:17:30 Identity added: /w/workspace/edgex-go/668@tmp/private_key_6906273853059817064.key (/w/workspace/edgex-go/668@tmp/private_key_6906273853059817064.key) 05:17:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:31 + git semver tag 05:17:31 2024-08-12 05:17:31,350 [run_tag] DEBUG tag force:False 05:17:31 2024-08-12 05:17:31,350 [check_head_tag] DEBUG check head tag 05:17:31 2024-08-12 05:17:31,353 [execute] INFO git cat-file --batch-check 05:17:31 2024-08-12 05:17:31,353 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=) 05:17:31 2024-08-12 05:17:31,356 [execute] INFO git cat-file --batch 05:17:31 2024-08-12 05:17:31,356 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=) 05:17:31 2024-08-12 05:17:31,395 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 05:17:31 2024-08-12 05:17:31,395 [execute] INFO git tag -a v3.2.0-dev.50 -m v3.2.0-dev.50 05:17:31 2024-08-12 05:17:31,396 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.50', '-m', 'v3.2.0-dev.50'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=None) 05:17:31 2024-08-12 05:17:31,399 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 05:17:31 3.2.0-dev.50 [Pipeline] } 05:17:31 $ docker exec --env ******** --env ******** a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 ssh-agent -k 05:17:31 unset SSH_AUTH_SOCK; 05:17:31 unset SSH_AGENT_PID; 05:17:31 echo Agent pid 38 killed; 05:17:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:17:32 + git semver [Pipeline] } 05:17:32 $ docker stop --time=1 a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 05:17:33 $ docker rm -f --volumes a4a3924a0eec86195d091cc0c0e74700221a60640ced069a44e54ae0f43dc601 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:17:34 05:17:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:17:34 0.23.1-centos7: Pulling from edgex-lftools 05:17:34 ab5ef0e58194: Pulling fs layer 05:17:34 9712f1f96733: Pulling fs layer 05:17:34 63f879dbbcfc: Pulling fs layer 05:17:34 0d9ebad4ef96: Pulling fs layer 05:17:34 e9a5061849ea: Pulling fs layer 05:17:34 d747dcd14b5f: Pulling fs layer 05:17:34 2de7ff778b66: Pulling fs layer 05:17:34 0d9ebad4ef96: Waiting 05:17:34 d747dcd14b5f: Waiting 05:17:34 e9a5061849ea: Waiting 05:17:34 9712f1f96733: Verifying Checksum 05:17:34 9712f1f96733: Download complete 05:17:34 63f879dbbcfc: Verifying Checksum 05:17:34 63f879dbbcfc: Download complete 05:17:34 0d9ebad4ef96: Verifying Checksum 05:17:34 0d9ebad4ef96: Download complete 05:17:34 d747dcd14b5f: Verifying Checksum 05:17:34 d747dcd14b5f: Download complete 05:17:34 e9a5061849ea: Verifying Checksum 05:17:34 e9a5061849ea: Download complete 05:17:34 ab5ef0e58194: Download complete 05:17:35 2de7ff778b66: Verifying Checksum 05:17:35 2de7ff778b66: Download complete 05:17:37 ab5ef0e58194: Pull complete 05:17:37 9712f1f96733: Pull complete 05:17:38 63f879dbbcfc: Pull complete 05:17:41 0d9ebad4ef96: Pull complete 05:17:41 e9a5061849ea: Pull complete 05:17:41 d747dcd14b5f: Pull complete 05:17:42 2de7ff778b66: Pull complete 05:17:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:17:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:17:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:17:42 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 05:17:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:17:46 $ docker top ff7b47dc86f6227e82f761c76b44900c2226f6a5a3db5326b83bff62143cd06b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:17:46 provisioning config files... 05:17:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/668@tmp/config2948225643985618043tmp 05:17:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/668@tmp/config5115389833898391847tmp 05:17:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/668@tmp/config10009114729989373134tmp [Pipeline] { [Pipeline] echo 05:17:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:17:47 ---> sigul-configuration.sh 05:17:47 gpg: directory `/root/.gnupg' created 05:17:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:17:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:17:47 gpg: keyring `/root/.gnupg/secring.gpg' created 05:17:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:17:47 gpg: CAST5 encrypted data 05:17:47 gpg: encrypted with 1 passphrase 05:17:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:17:47 + mkdir /home/jenkins 05:17:47 + mkdir /home/jenkins/sigul [Pipeline] sh 05:17: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 05:17:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:17:48 ---> sigul-install.sh 05:17:48 Sigul already installed; skipping installation. [Pipeline] sh 05:17:48 + git tag --list 05:17:48 0.6.0 05:17:48 0.6.1 05:17:48 0.7.0 05:17:48 0.7.1 05:17:48 v1.0.0 05:17:48 v1.0.1 05:17:48 v1.1.0 05:17:48 v1.2.0 05:17:48 v1.2.1 05:17:48 v1.3.0 05:17:48 v1.3.1 05:17:48 v2.0.0 05:17:48 v2.1.0 05:17:48 v2.1.1 05:17:48 v2.2.0 05:17:48 v2.3.0 05:17:48 v3.0 05:17:48 v3.0.0 05:17:48 v3.1 05:17:48 v3.1.0 05:17:48 v3.1.0-dev.1 05:17:48 v3.1.0-dev.10 05:17:48 v3.1.0-dev.11 05:17:48 v3.1.0-dev.12 05:17:48 v3.1.0-dev.13 05:17:48 v3.1.0-dev.14 05:17:48 v3.1.0-dev.15 05:17:48 v3.1.0-dev.16 05:17:48 v3.1.0-dev.17 05:17:48 v3.1.0-dev.18 05:17:48 v3.1.0-dev.19 05:17:48 v3.1.0-dev.2 05:17:48 v3.1.0-dev.20 05:17:48 v3.1.0-dev.21 05:17:48 v3.1.0-dev.22 05:17:48 v3.1.0-dev.23 05:17:48 v3.1.0-dev.24 05:17:48 v3.1.0-dev.25 05:17:48 v3.1.0-dev.26 05:17:48 v3.1.0-dev.27 05:17:48 v3.1.0-dev.28 05:17:48 v3.1.0-dev.29 05:17:48 v3.1.0-dev.3 05:17:48 v3.1.0-dev.30 05:17:48 v3.1.0-dev.31 05:17:48 v3.1.0-dev.32 05:17:48 v3.1.0-dev.33 05:17:48 v3.1.0-dev.34 05:17:48 v3.1.0-dev.35 05:17:48 v3.1.0-dev.36 05:17:48 v3.1.0-dev.37 05:17:48 v3.1.0-dev.38 05:17:48 v3.1.0-dev.39 05:17:48 v3.1.0-dev.4 05:17:48 v3.1.0-dev.40 05:17:48 v3.1.0-dev.41 05:17:48 v3.1.0-dev.42 05:17:48 v3.1.0-dev.43 05:17:48 v3.1.0-dev.44 05:17:48 v3.1.0-dev.45 05:17:48 v3.1.0-dev.46 05:17:48 v3.1.0-dev.47 05:17:48 v3.1.0-dev.48 05:17:48 v3.1.0-dev.49 05:17:48 v3.1.0-dev.5 05:17:48 v3.1.0-dev.50 05:17:48 v3.1.0-dev.51 05:17:48 v3.1.0-dev.52 05:17:48 v3.1.0-dev.53 05:17:48 v3.1.0-dev.54 05:17:48 v3.1.0-dev.55 05:17:48 v3.1.0-dev.56 05:17:48 v3.1.0-dev.57 05:17:48 v3.1.0-dev.58 05:17:48 v3.1.0-dev.59 05:17:48 v3.1.0-dev.6 05:17:48 v3.1.0-dev.60 05:17:48 v3.1.0-dev.61 05:17:48 v3.1.0-dev.62 05:17:48 v3.1.0-dev.63 05:17:48 v3.1.0-dev.64 05:17:48 v3.1.0-dev.65 05:17:48 v3.1.0-dev.66 05:17:48 v3.1.0-dev.67 05:17:48 v3.1.0-dev.68 05:17:48 v3.1.0-dev.69 05:17:48 v3.1.0-dev.7 05:17:48 v3.1.0-dev.70 05:17:48 v3.1.0-dev.71 05:17:48 v3.1.0-dev.72 05:17:48 v3.1.0-dev.73 05:17:48 v3.1.0-dev.8 05:17:48 v3.1.0-dev.9 05:17:48 v3.1.1 05:17:48 v3.1.1-dev.1 05:17:48 v3.1.1-dev.2 05:17:48 v3.2.0-dev.1 05:17:48 v3.2.0-dev.10 05:17:48 v3.2.0-dev.11 05:17:48 v3.2.0-dev.12 05:17:48 v3.2.0-dev.13 05:17:48 v3.2.0-dev.14 05:17:48 v3.2.0-dev.15 05:17:48 v3.2.0-dev.16 05:17:48 v3.2.0-dev.17 05:17:48 v3.2.0-dev.18 05:17:48 v3.2.0-dev.19 05:17:48 v3.2.0-dev.2 05:17:48 v3.2.0-dev.20 05:17:48 v3.2.0-dev.21 05:17:48 v3.2.0-dev.22 05:17:48 v3.2.0-dev.23 05:17:48 v3.2.0-dev.24 05:17:48 v3.2.0-dev.25 05:17:48 v3.2.0-dev.26 05:17:48 v3.2.0-dev.27 05:17:48 v3.2.0-dev.28 05:17:48 v3.2.0-dev.29 05:17:48 v3.2.0-dev.3 05:17:48 v3.2.0-dev.30 05:17:48 v3.2.0-dev.31 05:17:48 v3.2.0-dev.32 05:17:48 v3.2.0-dev.33 05:17:48 v3.2.0-dev.34 05:17:48 v3.2.0-dev.35 05:17:48 v3.2.0-dev.36 05:17:48 v3.2.0-dev.37 05:17:48 v3.2.0-dev.38 05:17:48 v3.2.0-dev.39 05:17:48 v3.2.0-dev.4 05:17:48 v3.2.0-dev.40 05:17:48 v3.2.0-dev.41 05:17:48 v3.2.0-dev.42 05:17:48 v3.2.0-dev.43 05:17:48 v3.2.0-dev.44 05:17:48 v3.2.0-dev.45 05:17:48 v3.2.0-dev.46 05:17:48 v3.2.0-dev.47 05:17:48 v3.2.0-dev.48 05:17:48 v3.2.0-dev.49 05:17:48 v3.2.0-dev.5 05:17:48 v3.2.0-dev.50 05:17:48 v3.2.0-dev.6 05:17:48 v3.2.0-dev.7 05:17:48 v3.2.0-dev.8 05:17:48 v3.2.0-dev.9 [Pipeline] sh 05:17:48 + lftools sign git-tag v3.2.0-dev.50 05:17:49 Signing Git tag with Sigul... 05:17:49 Signing v3.2.0-dev.50 [Pipeline] echo 05:17:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:17:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:17:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:17:50 $ docker stop --time=1 ff7b47dc86f6227e82f761c76b44900c2226f6a5a3db5326b83bff62143cd06b 05:17:51 $ docker rm -f --volumes ff7b47dc86f6227e82f761c76b44900c2226f6a5a3db5326b83bff62143cd06b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:17:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:17:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:17:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:17:52 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 05:17:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:17:52 $ docker top 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:17:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:52 [ssh-agent] Looking for ssh-agent implementation... 05:17:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:52 $ docker exec 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e ssh-agent 05:17:53 SSH_AUTH_SOCK=/tmp/ssh-kPjmnPCOBHqj/agent.32 05:17:53 SSH_AGENT_PID=38 05:17:53 Running ssh-add (command line suppressed) 05:17:53 Identity added: /w/workspace/edgex-go/668@tmp/private_key_9220343673968852908.key (/w/workspace/edgex-go/668@tmp/private_key_9220343673968852908.key) 05:17:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:53 + git semver bump pre 05:17:53 2024-08-12 05:17:53,639 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 05:17:53 2024-08-12 05:17:53,639 [bump_version] DEBUG bumping version:3.2.0-dev.50 on axis:pre with prefix:dev 05:17:53 2024-08-12 05:17:53,639 [bump_version] DEBUG bumped version:3.2.0-dev.51 05:17:53 2024-08-12 05:17:53,639 [write_version] DEBUG write version:3.2.0-dev.51 to path:/w/workspace/edgex-go/668/.semver/main with force:True 05:17:53 2024-08-12 05:17:53,639 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 05:17:53 2024-08-12 05:17:53,639 [write_file] DEBUG write to file:/w/workspace/edgex-go/668/.semver/main 05:17:53 2024-08-12 05:17:53,641 [execute] INFO git cat-file --batch-check 05:17:53 2024-08-12 05:17:53,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=) 05:17:53 2024-08-12 05:17:53,646 [execute] INFO git cat-file --batch 05:17:53 2024-08-12 05:17:53,647 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=) 05:17:53 2024-08-12 05:17:53,651 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 05:17:53 3.2.0-dev.51 [Pipeline] } 05:17:53 $ docker exec --env ******** --env ******** 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e ssh-agent -k 05:17:53 unset SSH_AUTH_SOCK; 05:17:53 unset SSH_AGENT_PID; 05:17:53 echo Agent pid 38 killed; 05:17:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:17:54 + git semver [Pipeline] } 05:17:54 $ docker stop --time=1 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e 05:17:55 $ docker rm -f --volumes 6a5e68aa3ddf6bdd0383842bbf441f72898ddd071ea3b70ed45309e245c6001e [Pipeline] // withDockerContainer [Pipeline] sh 05:17:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:17:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:17:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:17:56 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 05:17:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:17:56 $ docker top 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 -eo pid,comm 05:17: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:17:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:17:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:56 [ssh-agent] Looking for ssh-agent implementation... 05:17:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:56 $ docker exec 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 ssh-agent 05:17:57 SSH_AUTH_SOCK=/tmp/ssh-6ldPi7YRN5hH/agent.33 05:17:57 SSH_AGENT_PID=39 05:17:57 Running ssh-add (command line suppressed) 05:17:57 Identity added: /w/workspace/edgex-go/668@tmp/private_key_12756420131333933951.key (/w/workspace/edgex-go/668@tmp/private_key_12756420131333933951.key) 05:17:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:57 + git semver push 05:17:57 2024-08-12 05:17:57,618 [run_push] DEBUG push 05:17:57 2024-08-12 05:17:57,618 [execute] INFO git cat-file --batch-check 05:17:57 2024-08-12 05:17:57,619 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=) 05:17:57 2024-08-12 05:17:57,622 [execute] INFO git rev-list 4bd1b1653d8e533e06610e04071b1a12c0fd7124 -- 05:17:57 2024-08-12 05:17:57,623 [execute] DEBUG Popen(['git', 'rev-list', '4bd1b1653d8e533e06610e04071b1a12c0fd7124', '--'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=None) 05:17:57 2024-08-12 05:17:57,643 [execute] INFO git fetch -v origin 05:17:57 2024-08-12 05:17:57,643 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=True, shell=None, istream=None) 05:17:58 2024-08-12 05:17:58,071 [run_push] DEBUG no remote changes detected 05:17:58 2024-08-12 05:17:58,072 [execute] INFO git push origin semver 05:17:58 2024-08-12 05:17:58,072 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/668/.semver, universal_newlines=False, shell=None, istream=None) 05:17:58 2024-08-12 05:17:58,787 [run_push] DEBUG push all version tags 05:17:58 2024-08-12 05:17:58,787 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:17:58 2024-08-12 05:17:58,787 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/668, universal_newlines=False, shell=None, istream=None) 05:17:59 2024-08-12 05:17:59,511 [read_version] DEBUG read version from /w/workspace/edgex-go/668/.semver/main 05:17:59 3.2.0-dev.51 [Pipeline] } 05:17:59 $ docker exec --env ******** --env ******** 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 ssh-agent -k 05:17:59 unset SSH_AUTH_SOCK; 05:17:59 unset SSH_AGENT_PID; 05:17:59 echo Agent pid 39 killed; 05:17:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:18:00 + git semver [Pipeline] } 05:18:00 $ docker stop --time=1 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 05:18:01 $ docker rm -f --volumes 3847c2f84765b30c071036cc661dc833de51802c5e0351fb691426ac627a5b36 [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 05:18:02 + [ -d /w/workspace/edgex-go/668/archives ] [Pipeline] libraryResource [Pipeline] sh 05:18:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:18:03 ---> package-listing.sh 05:18:03 ++ facter osfamily 05:18:03 ++ tr '[:upper:]' '[:lower:]' 05:18:03 + OS_FAMILY=debian 05:18:03 + workspace=/w/workspace/edgex-go/668 05:18:03 + START_PACKAGES=/tmp/packages_start.txt 05:18:03 + END_PACKAGES=/tmp/packages_end.txt 05:18:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:18:03 + PACKAGES=/tmp/packages_start.txt 05:18:03 + '[' /w/workspace/edgex-go/668 ']' 05:18:03 + PACKAGES=/tmp/packages_end.txt 05:18:03 + case "${OS_FAMILY}" in 05:18:03 + dpkg -l 05:18:03 + grep '^ii' 05:18:03 + '[' -f /tmp/packages_start.txt ']' 05:18:03 + '[' -f /tmp/packages_end.txt ']' 05:18:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:18:03 + '[' /w/workspace/edgex-go/668 ']' 05:18:03 + mkdir -p /w/workspace/edgex-go/668/archives/ 05:18:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/668/archives/ [Pipeline] echo 05:18:03 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/668/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:18:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:18:04 05:18:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:18:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:18:05 latest: Pulling from edgex-lftools-log-publisher 05:18:05 5eb5b503b376: Pulling fs layer 05:18:05 5c69ac0246d0: Pulling fs layer 05:18:05 ec43610c2a17: Pulling fs layer 05:18:05 3a2ae6a8a46f: Pulling fs layer 05:18:05 33b1e0a273af: Pulling fs layer 05:18:05 5d3b04190fa2: Pulling fs layer 05:18:05 2f39f015ded8: Pulling fs layer 05:18:05 33b1e0a273af: Waiting 05:18:05 5d3b04190fa2: Waiting 05:18:05 2f39f015ded8: Waiting 05:18:05 3a2ae6a8a46f: Waiting 05:18:05 5c69ac0246d0: Verifying Checksum 05:18:05 5c69ac0246d0: Download complete 05:18:05 3a2ae6a8a46f: Verifying Checksum 05:18:05 3a2ae6a8a46f: Download complete 05:18:05 33b1e0a273af: Verifying Checksum 05:18:05 33b1e0a273af: Download complete 05:18:05 ec43610c2a17: Verifying Checksum 05:18:05 ec43610c2a17: Download complete 05:18:05 5d3b04190fa2: Verifying Checksum 05:18:05 5d3b04190fa2: Download complete 05:18:05 5eb5b503b376: Verifying Checksum 05:18:05 5eb5b503b376: Download complete 05:18:06 2f39f015ded8: Verifying Checksum 05:18:06 2f39f015ded8: Download complete 05:18:06 5eb5b503b376: Pull complete 05:18:06 5c69ac0246d0: Pull complete 05:18:07 ec43610c2a17: Pull complete 05:18:07 3a2ae6a8a46f: Pull complete 05:18:07 33b1e0a273af: Pull complete 05:18:07 5d3b04190fa2: Pull complete 05:18:12 2f39f015ded8: Pull complete 05:18:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:18:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:18:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:18:12 prd-ubuntu20.04-docker-8c-8g-7538 does not seem to be running inside a container 05:18:12 $ 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/668/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/668 -v /w/workspace/edgex-go/668:/w/workspace/edgex-go/668:rw,z -v /w/workspace/edgex-go/668@tmp:/w/workspace/edgex-go/668@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 05:18:15 $ docker top 279c0bc180a42f64c0fc3fc275d9a91c2013c07738dbbbcbf03b608c2c2ac353 -eo pid,comm [Pipeline] { [Pipeline] sh 05:18:16 + touch /tmp/pre-build-complete [Pipeline] sh 05:18:16 + mkdir -p /var/log/sysstat [Pipeline] sh 05:18:16 + ls /var/log/sa-host 05:18:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:18:17 provisioning config files... 05:18:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/668@tmp/config3224094236797613158tmp [Pipeline] { [Pipeline] echo 05:18:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:18:17 ---> create-netrc.sh [Pipeline] } 05:18:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:18:17 ---> python-tools-install.sh [Pipeline] echo 05:18:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:18:18 ---> sudo-logs.sh 05:18:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:18:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:18:18 ---> job-cost.sh 05:18:18 lf-activate-venv: SKIPPING 05:18:18 DEBUG: total: 0.10999999940395355 05:18:18 INFO: Retrieving Stack Cost... 05:18:18 INFO: Retrieving Pricing Info for: v3-standard-8 05:18:19 INFO: Archiving Costs [Pipeline] echo 05:18:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:18:19 ---> logs-deploy.sh 05:18:19 lf-activate-venv: SKIPPING 05:18:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/668 05:18:19 INFO: archiving workspace using pattern(s): 05:18:20 Archives upload complete. 05:18:20 INFO: archiving logs to Nexus 05:18:21 ---> uname -a: 05:18:21 Linux prd-ubuntu20-04-docker-8c-8g-7538 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:18:21 05:18:21 05:18:21 ---> lscpu: 05:18:21 Architecture: x86_64 05:18:21 CPU op-mode(s): 32-bit, 64-bit 05:18:21 Byte Order: Little Endian 05:18:21 Address sizes: 40 bits physical, 48 bits virtual 05:18:21 CPU(s): 8 05:18:21 On-line CPU(s) list: 0-7 05:18:21 Thread(s) per core: 1 05:18:21 Core(s) per socket: 1 05:18:21 Socket(s): 8 05:18:21 NUMA node(s): 1 05:18:21 Vendor ID: AuthenticAMD 05:18:21 CPU family: 23 05:18:21 Model: 49 05:18:21 Model name: AMD EPYC-Rome Processor 05:18:21 Stepping: 0 05:18:21 CPU MHz: 2800.000 05:18:21 BogoMIPS: 5600.00 05:18:21 Virtualization: AMD-V 05:18:21 Hypervisor vendor: KVM 05:18:21 Virtualization type: full 05:18:21 L1d cache: 256 KiB 05:18:21 L1i cache: 256 KiB 05:18:21 L2 cache: 4 MiB 05:18:21 L3 cache: 128 MiB 05:18:21 NUMA node0 CPU(s): 0-7 05:18:21 Vulnerability Itlb multihit: Not affected 05:18:21 Vulnerability L1tf: Not affected 05:18:21 Vulnerability Mds: Not affected 05:18:21 Vulnerability Meltdown: Not affected 05:18:21 Vulnerability Mmio stale data: Not affected 05:18:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:18:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:18:21 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:18:21 Vulnerability Srbds: Not affected 05:18:21 Vulnerability Tsx async abort: Not affected 05:18:21 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 05:18:21 05:18:21 05:18:21 ---> nproc: 05:18:21 8 05:18:21 05:18:21 05:18:21 ---> df -h: 05:18:21 Filesystem Size Used Avail Use% Mounted on 05:18:21 overlay 155G 29G 127G 19% / 05:18:21 tmpfs 64M 0 64M 0% /dev 05:18:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:18:21 shm 64M 0 64M 0% /dev/shm 05:18:21 /dev/vda1 155G 29G 127G 19% /facter-os 05:18:21 05:18:21 05:18:21 ---> sar -b -r -n DEV: 05:18:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7538) 08/12/24 _x86_64_ (8 CPU) 05:18:21 05:18:21 04:28:09 LINUX RESTART (8 CPU) 05:18:21 05:18:21 04:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:18:21 04:30:01 227.51 4.07 223.45 0.00 434.86 79085.35 0.00 05:18:21 04:31:01 38.19 0.05 38.14 0.00 0.40 29715.46 0.00 05:18:21 04:32:01 31.98 0.23 31.74 0.00 3.07 14852.72 0.00 05:18:21 04:33:01 208.17 0.42 207.75 0.00 52.39 90190.17 0.00 05:18:21 04:34:02 827.03 17.10 809.93 0.00 2191.77 287712.18 0.00 05:18:21 04:35:01 555.33 1.98 553.35 0.00 2317.60 168174.01 0.00 05:18:21 04:36:01 238.48 0.03 238.45 0.00 0.67 70605.10 0.00 05:18:21 04:37:01 937.04 0.10 936.94 0.00 4.67 150017.00 0.00 05:18:21 04:38:01 43.76 0.10 43.66 0.00 14.26 1109.42 0.00 05:18:21 04:39:01 22.30 0.02 22.28 0.00 2.67 574.17 0.00 05:18:21 04:40:01 1.73 0.00 1.73 0.00 0.00 20.13 0.00 05:18:21 04:41:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 05:18:21 04:42:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 05:18:21 04:43:01 1.48 0.00 1.48 0.00 0.00 16.39 0.00 05:18:21 04:44:01 1.87 0.02 1.85 0.00 0.13 24.93 0.00 05:18:21 04:45:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 05:18:21 04:46:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 05:18:21 04:47:01 1.72 0.00 1.72 0.00 0.00 18.80 0.00 05:18:21 04:48:01 1.02 0.00 1.02 0.00 0.00 10.53 0.00 05:18:21 04:49:01 1.57 0.00 1.57 0.00 0.00 17.86 0.00 05:18:21 04:50:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 05:18:21 04:51:01 1.62 0.00 1.62 0.00 0.00 18.00 0.00 05:18:21 04:52:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 05:18:21 04:53:01 1.83 0.37 1.47 0.00 11.46 17.86 0.00 05:18:21 04:54:01 2.42 1.20 1.22 0.00 25.46 14.80 0.00 05:18:21 04:55:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 05:18:21 04:56:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 05:18:21 04:57:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 05:18:21 04:58:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 05:18:21 04:59:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 05:18:21 05:00:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 05:18:21 05:01:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 05:18:21 05:02:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 05:18:21 05:03:01 1.50 0.00 1.50 0.00 0.00 18.67 0.00 05:18:21 05:04:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 05:18:21 05:05:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 05:18:21 05:06:01 0.95 0.00 0.95 0.00 0.00 10.00 0.00 05:18:21 05:07:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 05:18:21 05:08:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 05:18:21 05:09:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 05:18:21 05:10:01 1.18 0.00 1.18 0.00 0.00 12.80 0.00 05:18:21 05:11:01 1.95 0.00 1.95 0.00 0.00 21.46 0.00 05:18:21 05:12:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 05:18:21 05:13:01 1.80 0.00 1.80 0.00 0.00 19.06 0.00 05:18:21 05:14:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 05:18:21 05:15:01 1.88 0.00 1.88 0.00 0.00 20.40 0.00 05:18:21 05:16:01 1.10 0.00 1.10 0.00 0.00 11.60 0.00 05:18:21 05:17:01 2.65 0.12 2.53 0.00 15.33 89.32 0.00 05:18:21 05:18:01 183.47 0.47 183.00 0.00 12.13 61550.14 0.00 05:18:21 Average: 68.54 0.54 68.00 0.00 103.07 19424.12 0.00 05:18:21 05:18:21 04:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:18:21 04:30:01 28138940 31388392 916896 2.79 126376 3302612 2045728 6.03 1311684 2938768 19600 05:18:21 04:31:01 26924352 31327872 973928 2.96 129220 4394800 2318860 6.83 2020820 3378940 249672 05:18:21 04:32:01 26763036 31286808 1011220 3.08 134264 4480088 2306008 6.80 1677484 3849112 420296 05:18:21 04:33:01 22553056 31199240 1091044 3.32 146588 8501072 3121992 9.20 2041520 7588044 3286472 05:18:21 04:34:02 17108776 31362940 885000 2.69 326968 13560148 2317884 6.83 2675536 11986496 315936 05:18:21 04:35:01 8864692 27860520 4311996 13.11 372884 17813136 11899500 35.07 7032408 15318256 24860 05:18:21 04:36:01 6548516 27545404 4642180 14.12 397392 19746520 9463152 27.89 8043000 16610684 507664 05:18:21 04:37:01 9787952 31388160 858344 2.61 409892 20469452 2268376 6.69 3293204 18338840 448 05:18:21 04:38:01 9819792 31422676 823048 2.50 411756 20470432 2145524 6.32 3583052 18020556 240 05:18:21 04:39:01 9826272 31430496 815248 2.48 412724 20470812 2047160 6.03 3946600 17650732 256 05:18:21 04:40:01 9827068 31431356 814124 2.48 412744 20470812 2047160 6.03 3944868 17650732 12 05:18:21 04:41:01 9832056 31436408 809536 2.46 412748 20470816 2047160 6.03 3939544 17650736 8 05:18:21 04:42:01 9833500 31437860 808320 2.46 412764 20470820 2047160 6.03 3939824 17650740 28 05:18:21 04:43:01 9834648 31439048 807140 2.45 412800 20470808 2047160 6.03 3938792 17650744 8 05:18:21 04:44:01 9843632 31448092 798152 2.43 412856 20470804 2085224 6.15 3928804 17650724 8 05:18:21 04:45:01 9843868 31448332 797816 2.43 412880 20470800 2085224 6.15 3928744 17650724 12 05:18:21 04:46:01 9843504 31448024 798020 2.43 412908 20470800 2085224 6.15 3928784 17650732 24 05:18:21 04:47:01 9843456 31447980 797976 2.43 412928 20470812 2085224 6.15 3928832 17650736 8 05:18:21 04:48:01 9842864 31447428 798492 2.43 412944 20470812 2102428 6.20 3928892 17650732 4 05:18:21 04:49:01 9844552 31449136 796944 2.42 412956 20470816 2102428 6.20 3928080 17650736 24 05:18:21 04:50:01 9844528 31449116 796904 2.42 412976 20470820 2102428 6.20 3928008 17650736 4 05:18:21 04:51:01 9844480 31449108 796872 2.42 412992 20470824 2102428 6.20 3928376 17650740 4 05:18:21 04:52:01 9844424 31449056 796836 2.42 413012 20470828 2102428 6.20 3928396 17650744 4 05:18:21 04:53:01 9844296 31449336 796512 2.42 413056 20471160 2102428 6.20 3930780 17650872 36 05:18:21 04:54:01 9837996 31444904 800816 2.44 413084 20471940 2084012 6.14 3934680 17651088 28 05:18:21 04:55:01 9838240 31445204 800472 2.43 413112 20471944 2084012 6.14 3934764 17651044 8 05:18:21 04:56:01 9837924 31444892 800684 2.43 413140 20471944 2084012 6.14 3934404 17651044 12 05:18:21 04:57:01 9837876 31444876 800656 2.43 413148 20471948 2084012 6.14 3934740 17651048 28 05:18:21 04:58:01 9838288 31445300 800372 2.43 413180 20471932 2084012 6.14 3934964 17651048 8 05:18:21 04:59:01 9837800 31444844 800788 2.44 413208 20471952 2084012 6.14 3934856 17651052 32 05:18:21 05:00:01 9837760 31444848 800740 2.44 413232 20471952 2084012 6.14 3934816 17651056 24 05:18:21 05:01:01 9837648 31444736 800756 2.44 413264 20471956 2084012 6.14 3934832 17651056 12 05:18:21 05:02:01 9837880 31445048 800652 2.43 413284 20471964 2084012 6.14 3935164 17651060 216 05:18:21 05:03:01 9837644 31444844 800828 2.44 413320 20471960 2084012 6.14 3934684 17651068 12 05:18:21 05:04:01 9837564 31444780 800832 2.44 413324 20471968 2084012 6.14 3935064 17651068 8 05:18:21 05:05:01 9837612 31444836 800684 2.43 413360 20471972 2084012 6.14 3935144 17651072 4 05:18:21 05:06:01 9837312 31444576 800916 2.44 413364 20471972 2084012 6.14 3934776 17651072 12 05:18:21 05:07:01 9837012 31444288 801128 2.44 413384 20471980 2084012 6.14 3935076 17651076 8 05:18:21 05:08:01 9836996 31444292 801116 2.44 413400 20471976 2100072 6.19 3934784 17651080 8 05:18:21 05:09:01 9836632 31444072 801264 2.44 413420 20472112 2100072 6.19 3934980 17651204 8 05:18:21 05:10:01 9836584 31444044 801216 2.44 413452 20472116 2100072 6.19 3934640 17651208 8 05:18:21 05:11:01 9836468 31444000 801448 2.44 413484 20472120 2100072 6.19 3935004 17651220 4 05:18:21 05:12:01 9836920 31444460 801164 2.44 413500 20472124 2100072 6.19 3934736 17651220 8 05:18:21 05:13:01 9836684 31444248 801336 2.44 413528 20472128 2100072 6.19 3935044 17651224 8 05:18:21 05:14:01 9836604 31444208 801336 2.44 413548 20472128 2100072 6.19 3935148 17651228 16 05:18:21 05:15:01 9836556 31444176 801280 2.44 413588 20472132 2083804 6.14 3935108 17651232 8 05:18:21 05:16:01 9836700 31444384 801260 2.44 413608 20472136 2083804 6.14 3935172 17651236 8 05:18:21 05:17:01 9413048 31392336 852848 2.59 413692 20828512 2399312 7.07 3979760 18007552 356304 05:18:21 05:18:01 8392940 31396340 841660 2.56 444056 21705740 2209636 6.51 4053088 18833088 756 05:18:21 Average: 11187081 31274639 972629 2.96 388027 19044723 2484317 7.32 3861458 16440963 105779 05:18:21 05:18:21 04:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:18:21 04:30:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 05:18:21 04:30:01 docker0 877.20 897.35 65.05 4948.63 0.00 0.00 0.00 0.00 05:18:21 04:30:01 veth42f0cb4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:30:01 ens3 1067.49 971.92 8164.18 104.71 0.00 0.00 0.00 0.00 05:18:21 04:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:31:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 05:18:21 04:31:01 veth42f0cb4 0.83 0.90 0.07 0.08 0.00 0.00 0.00 0.00 05:18:21 04:31:01 ens3 32.81 25.16 25.72 15.13 0.00 0.00 0.00 0.00 05:18:21 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:32:01 docker0 0.62 0.62 0.05 0.05 0.00 0.00 0.00 0.00 05:18:21 04:32:01 veth42f0cb4 0.62 0.62 0.05 0.05 0.00 0.00 0.00 0.00 05:18:21 04:32:01 ens3 22.68 15.96 19.07 10.66 0.00 0.00 0.00 0.00 05:18:21 04:33:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 05:18:21 04:33:01 vethccff7f0 3.12 5.03 0.23 61.88 0.00 0.00 0.00 0.01 05:18:21 04:33:01 vethd442806 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:33:01 veth312caae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:33:01 veth2c3068f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:33:01 vethc321e65 1.35 2.80 0.10 30.89 0.00 0.00 0.00 0.00 05:18:21 04:33:01 veth4daa961 1.35 2.53 0.11 31.45 0.00 0.00 0.00 0.00 05:18:21 04:33:01 veth333930e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:33:01 docker0 11.96 20.90 0.74 282.20 0.00 0.00 0.00 0.00 05:18:21 04:33:01 veth1bc1058 2.37 5.52 0.18 95.47 0.00 0.00 0.00 0.01 05:18:21 04:33:01 veth8a91aed 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:33:01 veth0c8ff8b 0.60 0.70 0.05 0.25 0.00 0.00 0.00 0.00 05:18:21 04:33:01 vethf9e9faf 1.42 2.62 0.10 30.89 0.00 0.00 0.00 0.00 05:18:21 04:33:01 vethe443f99 1.77 2.78 0.13 31.45 0.00 0.00 0.00 0.00 05:18:21 04:33:01 ens3 198.87 138.59 3398.52 156.49 0.00 0.00 0.00 0.00 05:18:21 04:34:02 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 05:18:21 04:34:02 veth1c38515 84.64 159.26 8.54 1181.12 0.00 0.00 0.00 0.10 05:18:21 04:34:02 veth9aed784 76.89 141.28 7.95 1179.91 0.00 0.00 0.00 0.10 05:18:21 04:34:02 veth858a790 70.67 139.09 7.59 1180.54 0.00 0.00 0.00 0.10 05:18:21 04:34:02 docker0 425.36 766.44 37.39 6660.56 0.00 0.00 0.00 0.00 05:18:21 04:34:02 veth0c8ff8b 0.07 0.68 0.00 0.03 0.00 0.00 0.00 0.00 05:18:21 04:34:02 veth14e5428 75.09 137.03 7.96 1180.22 0.00 0.00 0.00 0.10 05:18:21 04:34:02 veth680ac05 79.05 126.46 8.25 1179.86 0.00 0.00 0.00 0.10 05:18:21 04:34:02 ens3 883.50 484.62 8021.59 59.28 0.00 0.00 0.00 0.00 05:18:21 04:35:01 lo 0.41 0.41 0.03 0.03 0.00 0.00 0.00 0.00 05:18:21 04:35:01 vethd3d7bd9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth112a7b0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 vethf1812ee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 vethcf6852a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth84ce2cf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth6ab6cdc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth9d8cffd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 vethac0a463 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 vethf9bb3e5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 vethe700e0f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth4d753a9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth1b21d17 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth4d8d307 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 veth0c8ff8b 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:35:01 ens3 221.58 97.68 1435.30 12.01 0.00 0.00 0.00 0.00 05:18:21 04:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:36:01 vethd3d7bd9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth112a7b0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 vethf1812ee 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 vethcf6852a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth84ce2cf 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth6ab6cdc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth9d8cffd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 vethac0a463 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 vethf9bb3e5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 vethe700e0f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth4d753a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth1b21d17 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth4d8d307 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 veth0c8ff8b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:36:01 ens3 1.82 1.13 1.47 0.67 0.00 0.00 0.00 0.00 05:18:21 04:37:01 lo 3.07 3.07 0.30 0.30 0.00 0.00 0.00 0.00 05:18:21 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:37:01 ens3 43.63 30.41 34.14 46.33 0.00 0.00 0.00 0.00 05:18:21 04:38:01 lo 54.12 54.12 5.34 5.34 0.00 0.00 0.00 0.00 05:18:21 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:38:01 ens3 478.97 502.67 240.66 2247.02 0.00 0.00 0.00 0.00 05:18:21 04:39:01 lo 27.46 27.46 2.70 2.70 0.00 0.00 0.00 0.00 05:18:21 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:39:01 ens3 329.31 336.21 137.59 1995.43 0.00 0.00 0.00 0.00 05:18:21 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:40:01 ens3 0.10 0.02 0.00 0.03 0.00 0.00 0.00 0.00 05:18:21 04:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:41:01 ens3 3.02 1.83 8.28 0.13 0.00 0.00 0.00 0.00 05:18:21 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:44:01 ens3 1.23 0.68 1.66 0.10 0.00 0.00 0.00 0.00 05:18:21 04:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:45:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:46:01 ens3 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 05:18:21 04:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:49:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 05:18:21 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:53:01 ens3 0.95 0.78 0.82 0.38 0.00 0.00 0.00 0.00 05:18:21 04:54:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:54:01 ens3 6.86 5.21 4.79 5.90 0.00 0.00 0.00 0.00 05:18:21 04:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:55:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 04:59:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:18:21 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:00:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:02:01 ens3 0.30 0.38 0.25 0.22 0.00 0.00 0.00 0.00 05:18:21 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:04:01 ens3 0.60 0.17 0.12 0.07 0.00 0.00 0.00 0.00 05:18:21 05:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:05:01 ens3 0.90 0.90 0.54 0.32 0.00 0.00 0.00 0.00 05:18:21 05:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:09:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:18:21 05:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:13:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:18:21 05:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:14:01 ens3 0.25 0.17 0.13 0.07 0.00 0.00 0.00 0.00 05:18:21 05:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:18:21 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:17:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 05:18:21 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:18:21 05:17:01 ens3 109.62 60.84 3598.51 7.92 0.00 0.00 0.00 0.00 05:18:21 05:18:01 lo 1.33 1.33 0.14 0.14 0.00 0.00 0.00 0.00 05:18:21 05:18:01 veth250ca83 1.95 2.03 0.31 1.15 0.00 0.00 0.00 0.00 05:18:21 05:18:01 docker0 87.85 158.94 8.03 1273.89 0.00 0.00 0.00 0.00 05:18:21 05:18:01 ens3 349.56 207.65 4554.38 56.35 0.00 0.00 0.00 0.00 05:18:21 Average: lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 05:18:21 Average: veth250ca83 0.04 0.04 0.01 0.02 0.00 0.00 0.00 0.00 05:18:21 Average: docker0 28.66 37.67 2.27 268.76 0.00 0.00 0.00 0.00 05:18:21 Average: ens3 76.61 58.86 604.76 96.34 0.00 0.00 0.00 0.00 05:18:21 05:18:21 05:18:21 ---> sar -P ALL: 05:18:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7538) 08/12/24 _x86_64_ (8 CPU) 05:18:21 05:18:21 04:28:09 LINUX RESTART (8 CPU) 05:18:21 05:18:21 04:29:01 CPU %user %nice %system %iowait %steal %idle 05:18:21 04:30:01 all 8.97 0.00 4.37 3.56 0.10 83.00 05:18:21 04:30:01 0 9.00 0.00 5.96 2.44 0.08 82.51 05:18:21 04:30:01 1 9.40 0.00 5.73 4.21 0.10 80.56 05:18:21 04:30:01 2 7.49 0.00 3.45 1.06 0.08 87.92 05:18:21 04:30:01 3 9.56 0.00 3.90 11.39 0.10 75.06 05:18:21 04:30:01 4 6.72 0.00 3.78 5.17 0.10 84.23 05:18:21 04:30:01 5 8.59 0.00 3.42 1.79 0.10 86.10 05:18:21 04:30:01 6 8.44 0.00 3.83 0.61 0.10 87.02 05:18:21 04:30:01 7 12.56 0.00 4.93 1.86 0.08 80.56 05:18:21 04:31:01 all 39.87 0.00 5.45 1.15 0.13 53.39 05:18:21 04:31:01 0 39.35 0.00 5.72 0.00 0.13 54.80 05:18:21 04:31:01 1 38.49 0.00 5.49 0.05 0.13 55.83 05:18:21 04:31:01 2 38.26 0.00 5.28 0.00 0.17 56.29 05:18:21 04:31:01 3 38.43 0.00 5.30 0.62 0.13 55.51 05:18:21 04:31:01 4 39.70 0.00 6.00 7.12 0.12 47.06 05:18:21 04:31:01 5 40.23 0.00 5.30 1.04 0.13 53.30 05:18:21 04:31:01 6 39.93 0.00 5.56 0.10 0.12 54.30 05:18:21 04:31:01 7 44.61 0.00 4.97 0.29 0.13 50.00 05:18:21 04:32:01 all 56.27 0.00 7.44 0.34 0.12 35.84 05:18:21 04:32:01 0 55.73 0.00 7.70 0.02 0.12 36.43 05:18:21 04:32:01 1 55.69 0.00 7.46 0.02 0.10 36.74 05:18:21 04:32:01 2 55.86 0.00 7.22 0.29 0.13 36.50 05:18:21 04:32:01 3 58.40 0.00 7.02 0.24 0.12 34.23 05:18:21 04:32:01 4 56.04 0.00 7.62 1.07 0.12 35.15 05:18:21 04:32:01 5 55.56 0.00 6.95 0.34 0.12 37.04 05:18:21 04:32:01 6 56.86 0.00 7.50 0.67 0.13 34.84 05:18:21 04:32:01 7 56.00 0.00 8.04 0.08 0.10 35.77 05:18:21 04:33:01 all 33.37 0.00 7.64 3.74 0.14 55.12 05:18:21 04:33:01 0 32.87 0.00 7.01 1.59 0.14 58.40 05:18:21 04:33:01 1 33.77 0.00 7.16 1.36 0.14 57.57 05:18:21 04:33:01 2 33.79 0.00 7.75 2.96 0.14 55.37 05:18:21 04:33:01 3 34.24 0.00 7.81 3.86 0.14 53.95 05:18:21 04:33:01 4 33.15 0.00 7.36 1.47 0.12 57.90 05:18:21 04:33:01 5 31.84 0.00 7.83 13.33 0.15 46.85 05:18:21 04:33:01 6 32.96 0.00 8.53 4.38 0.14 53.99 05:18:21 04:33:01 7 34.32 0.00 7.67 1.01 0.15 56.86 05:18:21 04:34:02 all 14.56 0.00 6.54 23.60 0.15 55.15 05:18:21 04:34:02 0 14.10 0.00 6.59 23.56 0.17 55.57 05:18:21 04:34:02 1 14.44 0.00 5.69 7.48 0.10 72.29 05:18:21 04:34:02 2 16.49 0.00 5.99 31.81 0.14 45.58 05:18:21 04:34:02 3 14.33 0.00 6.25 14.90 0.12 64.40 05:18:21 04:34:02 4 14.51 0.00 6.46 31.01 0.13 47.88 05:18:21 04:34:02 5 13.90 0.00 6.62 26.49 0.17 52.81 05:18:21 04:34:02 6 14.54 0.00 6.68 31.48 0.19 47.11 05:18:21 04:34:02 7 14.19 0.00 8.07 22.05 0.19 55.50 05:18:21 04:35:01 all 66.39 0.00 11.63 6.25 0.14 15.60 05:18:21 04:35:01 0 67.17 0.00 10.72 1.11 0.14 20.87 05:18:21 04:35:01 1 65.42 0.00 12.28 14.40 0.12 7.77 05:18:21 04:35:01 2 66.79 0.00 12.15 19.14 0.14 1.78 05:18:21 04:35:01 3 66.63 0.00 11.37 1.36 0.15 20.49 05:18:21 04:35:01 4 66.64 0.00 11.39 0.57 0.16 21.25 05:18:21 04:35:01 5 66.28 0.00 11.15 3.96 0.12 18.48 05:18:21 04:35:01 6 66.27 0.00 11.65 7.81 0.14 14.13 05:18:21 04:35:01 7 65.90 0.00 12.34 1.55 0.14 20.08 05:18:21 04:36:01 all 89.80 0.00 10.02 0.00 0.17 0.00 05:18:21 04:36:01 0 89.77 0.00 10.07 0.00 0.17 0.00 05:18:21 04:36:01 1 89.35 0.00 10.46 0.00 0.18 0.00 05:18:21 04:36:01 2 90.12 0.00 9.68 0.00 0.20 0.00 05:18:21 04:36:01 3 90.69 0.00 9.14 0.00 0.17 0.00 05:18:21 04:36:01 4 89.73 0.00 10.10 0.00 0.17 0.00 05:18:21 04:36:01 5 89.58 0.00 10.25 0.00 0.17 0.00 05:18:21 04:36:01 6 90.12 0.00 9.73 0.00 0.15 0.00 05:18:21 04:36:01 7 89.05 0.00 10.76 0.00 0.19 0.00 05:18:21 04:37:01 all 73.86 0.00 10.58 4.06 0.18 11.32 05:18:21 04:37:01 0 74.34 0.00 9.76 4.67 0.15 11.08 05:18:21 04:37:01 1 73.31 0.00 11.70 2.66 0.17 12.17 05:18:21 04:37:01 2 72.68 0.00 11.41 3.12 0.24 12.55 05:18:21 04:37:01 3 74.60 0.00 9.55 4.44 0.15 11.25 05:18:21 04:37:01 4 74.64 0.00 10.14 4.47 0.20 10.56 05:18:21 04:37:01 5 75.02 0.00 10.05 4.23 0.17 10.52 05:18:21 04:37:01 6 73.14 0.00 10.76 6.35 0.19 9.57 05:18:21 04:37:01 7 73.10 0.00 11.32 2.55 0.19 12.84 05:18:21 04:38:01 all 8.48 0.00 1.13 0.24 0.09 90.06 05:18:21 04:38:01 0 9.84 0.00 1.14 0.03 0.07 88.92 05:18:21 04:38:01 1 11.14 0.00 1.29 0.02 0.10 87.45 05:18:21 04:38:01 2 7.69 0.00 1.31 0.10 0.10 90.80 05:18:21 04:38:01 3 7.05 0.00 1.00 0.05 0.05 91.85 05:18:21 04:38:01 4 8.77 0.00 1.04 0.05 0.07 90.08 05:18:21 04:38:01 5 10.38 0.00 1.17 0.97 0.10 87.38 05:18:21 04:38:01 6 6.87 0.00 1.04 0.60 0.12 91.37 05:18:21 04:38:01 7 6.14 0.00 1.04 0.12 0.08 92.62 05:18:21 04:39:01 all 7.89 0.00 0.80 0.13 0.08 91.10 05:18:21 04:39:01 0 5.56 0.00 0.72 0.02 0.08 93.62 05:18:21 04:39:01 1 5.43 0.00 0.63 0.02 0.07 93.85 05:18:21 04:39:01 2 10.43 0.00 1.00 0.39 0.12 88.06 05:18:21 04:39:01 3 5.11 0.00 0.68 0.03 0.07 94.11 05:18:21 04:39:01 4 7.13 0.00 0.74 0.23 0.08 91.82 05:18:21 04:39:01 5 10.31 0.00 0.84 0.00 0.08 88.77 05:18:21 04:39:01 6 7.00 0.00 0.67 0.02 0.07 92.25 05:18:21 04:39:01 7 12.14 0.00 1.15 0.30 0.10 86.31 05:18:21 04:40:01 all 0.15 0.00 0.02 0.00 0.01 99.82 05:18:21 04:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 04:40:01 1 0.05 0.00 0.03 0.00 0.02 99.90 05:18:21 04:40:01 2 0.03 0.00 0.00 0.02 0.02 99.93 05:18:21 04:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:18:21 04:40:01 4 1.00 0.00 0.05 0.02 0.02 98.92 05:18:21 04:40:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:40:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:18:21 04:40:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:18:21 05:18:21 04:40:01 CPU %user %nice %system %iowait %steal %idle 05:18:21 04:41:01 all 0.28 0.00 0.01 0.01 0.01 99.68 05:18:21 04:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:18:21 04:41:01 1 0.08 0.00 0.02 0.00 0.02 99.88 05:18:21 04:41:01 2 0.03 0.00 0.00 0.02 0.00 99.95 05:18:21 04:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:41:01 4 2.00 0.00 0.02 0.08 0.02 97.88 05:18:21 04:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 04:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:42:01 all 0.16 0.00 0.01 0.00 0.01 99.81 05:18:21 04:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:42:01 1 0.07 0.00 0.03 0.00 0.02 99.88 05:18:21 04:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 04:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:42:01 4 1.16 0.00 0.02 0.02 0.00 98.81 05:18:21 04:42:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:18:21 04:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:18:21 04:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:43:01 all 0.04 0.00 0.00 0.04 0.01 99.91 05:18:21 04:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:43:01 1 0.07 0.00 0.00 0.00 0.02 99.92 05:18:21 04:43:01 2 0.03 0.00 0.02 0.02 0.00 99.93 05:18:21 04:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:43:01 4 0.15 0.00 0.00 0.25 0.05 99.55 05:18:21 04:43:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:18:21 04:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:44:01 all 0.04 0.00 0.04 0.07 0.01 99.85 05:18:21 04:44:01 0 0.02 0.00 0.05 0.00 0.02 99.92 05:18:21 04:44:01 1 0.07 0.00 0.03 0.00 0.00 99.90 05:18:21 04:44:01 2 0.02 0.00 0.03 0.18 0.00 99.77 05:18:21 04:44:01 3 0.10 0.00 0.05 0.00 0.02 99.83 05:18:21 04:44:01 4 0.08 0.00 0.02 0.37 0.02 99.51 05:18:21 04:44:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:18:21 04:44:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:18:21 04:44:01 7 0.02 0.00 0.03 0.00 0.00 99.95 05:18:21 04:45:01 all 0.02 0.00 0.01 0.04 0.01 99.92 05:18:21 04:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 04:45:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 04:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:45:01 4 0.02 0.00 0.00 0.20 0.00 99.78 05:18:21 04:45:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:45:01 6 0.03 0.00 0.00 0.08 0.02 99.87 05:18:21 04:45:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 04:46:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:18:21 04:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:46:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:46:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:18:21 04:46:01 4 0.08 0.00 0.00 0.02 0.02 99.88 05:18:21 04:46:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:18:21 04:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:18:21 04:47:01 all 0.05 0.00 0.01 0.03 0.01 99.90 05:18:21 04:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 04:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:47:01 2 0.02 0.00 0.00 0.18 0.00 99.80 05:18:21 04:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:47:01 4 0.23 0.00 0.07 0.07 0.00 99.63 05:18:21 04:47:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:18:21 04:47:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:47:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 04:48:01 all 0.26 0.00 0.01 0.00 0.01 99.72 05:18:21 04:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:48:01 2 0.00 0.00 0.02 0.02 0.02 99.95 05:18:21 04:48:01 3 0.07 0.00 0.02 0.00 0.03 99.88 05:18:21 04:48:01 4 1.95 0.00 0.02 0.02 0.02 98.00 05:18:21 04:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:49:01 all 0.02 0.00 0.01 0.01 0.01 99.96 05:18:21 04:49:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 04:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 04:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:49:01 4 0.07 0.00 0.02 0.02 0.02 99.88 05:18:21 04:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:49:01 6 0.00 0.00 0.02 0.03 0.00 99.95 05:18:21 04:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:50:01 all 0.05 0.00 0.02 0.00 0.02 99.91 05:18:21 04:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:50:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:18:21 04:50:01 2 0.05 0.00 0.02 0.00 0.02 99.92 05:18:21 04:50:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:18:21 04:50:01 4 0.08 0.00 0.00 0.00 0.02 99.90 05:18:21 04:50:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:18:21 04:50:01 6 0.03 0.00 0.02 0.02 0.02 99.92 05:18:21 04:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:51:01 all 0.14 0.00 0.01 0.06 0.01 99.78 05:18:21 04:51:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:51:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 04:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 05:18:21 04:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 04:51:01 4 0.96 0.00 0.02 0.17 0.00 98.86 05:18:21 04:51:01 5 0.02 0.00 0.03 0.00 0.00 99.95 05:18:21 04:51:01 6 0.00 0.00 0.00 0.35 0.02 99.63 05:18:21 04:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:18:21 04:51:01 CPU %user %nice %system %iowait %steal %idle 05:18:21 04:52:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:18:21 04:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:52:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:52:01 3 0.02 0.00 0.00 0.00 0.03 99.95 05:18:21 04:52:01 4 0.12 0.00 0.02 0.10 0.02 99.75 05:18:21 04:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 04:52:01 6 0.02 0.00 0.00 0.02 0.00 99.97 05:18:21 04:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:53:01 all 0.06 0.00 0.01 0.01 0.01 99.91 05:18:21 04:53:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:18:21 04:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:53:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:18:21 04:53:01 3 0.13 0.00 0.07 0.00 0.02 99.78 05:18:21 04:53:01 4 0.13 0.00 0.00 0.03 0.00 99.83 05:18:21 04:53:01 5 0.07 0.00 0.00 0.00 0.02 99.92 05:18:21 04:53:01 6 0.00 0.00 0.00 0.02 0.02 99.97 05:18:21 04:53:01 7 0.05 0.00 0.02 0.00 0.02 99.92 05:18:21 04:54:01 all 0.20 0.00 0.03 0.02 0.03 99.72 05:18:21 04:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:54:01 1 0.12 0.00 0.03 0.00 0.03 99.82 05:18:21 04:54:01 2 0.08 0.00 0.03 0.00 0.03 99.85 05:18:21 04:54:01 3 0.75 0.00 0.05 0.00 0.03 99.17 05:18:21 04:54:01 4 0.18 0.00 0.03 0.12 0.02 99.65 05:18:21 04:54:01 5 0.23 0.00 0.03 0.00 0.03 99.70 05:18:21 04:54:01 6 0.10 0.00 0.02 0.02 0.02 99.85 05:18:21 04:54:01 7 0.13 0.00 0.00 0.02 0.03 99.82 05:18:21 04:55:01 all 0.12 0.00 0.02 0.02 0.01 99.84 05:18:21 04:55:01 0 0.00 0.00 0.03 0.00 0.02 99.95 05:18:21 04:55:01 1 0.02 0.00 0.05 0.00 0.00 99.93 05:18:21 04:55:01 2 0.86 0.00 0.03 0.00 0.02 99.09 05:18:21 04:55:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:18:21 04:55:01 4 0.00 0.00 0.00 0.12 0.00 99.88 05:18:21 04:55:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 04:55:01 6 0.02 0.00 0.00 0.02 0.00 99.97 05:18:21 04:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:56:01 all 0.15 0.00 0.01 0.00 0.01 99.82 05:18:21 04:56:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:18:21 04:56:01 1 0.10 0.00 0.03 0.00 0.02 99.85 05:18:21 04:56:01 2 0.91 0.00 0.02 0.00 0.02 99.05 05:18:21 04:56:01 3 0.07 0.00 0.02 0.00 0.02 99.90 05:18:21 04:56:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:18:21 04:56:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 04:56:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:18:21 04:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:57:01 all 0.18 0.00 0.01 0.02 0.01 99.79 05:18:21 04:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 04:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:57:01 2 1.31 0.00 0.00 0.00 0.00 98.69 05:18:21 04:57:01 3 0.02 0.00 0.00 0.00 0.03 99.95 05:18:21 04:57:01 4 0.00 0.00 0.00 0.12 0.00 99.88 05:18:21 04:57:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:18:21 04:57:01 6 0.02 0.00 0.02 0.02 0.02 99.93 05:18:21 04:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:58:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:18:21 04:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:58:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:18:21 04:58:01 2 0.03 0.00 0.03 0.00 0.02 99.92 05:18:21 04:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:18:21 04:58:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:18:21 04:58:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:18:21 04:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 04:59:01 all 0.02 0.00 0.01 0.01 0.01 99.96 05:18:21 04:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 04:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 04:59:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 04:59:01 4 0.00 0.00 0.02 0.05 0.00 99.93 05:18:21 04:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 04:59:01 6 0.03 0.00 0.02 0.02 0.02 99.92 05:18:21 04:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:00:01 all 0.13 0.00 0.01 0.00 0.01 99.84 05:18:21 05:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:00:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:18:21 05:00:01 2 0.94 0.00 0.02 0.00 0.02 99.02 05:18:21 05:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:18:21 05:00:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:18:21 05:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 05:00:01 6 0.03 0.00 0.02 0.02 0.00 99.93 05:18:21 05:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:01:01 all 0.18 0.00 0.01 0.00 0.01 99.80 05:18:21 05:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:01:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:18:21 05:01:01 2 1.29 0.00 0.02 0.00 0.02 98.68 05:18:21 05:01:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:01:01 4 0.02 0.00 0.00 0.02 0.00 99.97 05:18:21 05:01:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 05:01:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 05:01:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:02:01 all 0.01 0.00 0.02 0.01 0.01 99.96 05:18:21 05:02:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 05:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:02:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:18:21 05:02:01 4 0.00 0.00 0.02 0.03 0.00 99.95 05:18:21 05:02:01 5 0.00 0.00 0.05 0.00 0.00 99.95 05:18:21 05:02:01 6 0.02 0.00 0.02 0.02 0.02 99.93 05:18:21 05:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:18:21 05:02:01 CPU %user %nice %system %iowait %steal %idle 05:18:21 05:03:01 all 0.03 0.00 0.01 0.02 0.01 99.93 05:18:21 05:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:03:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:18:21 05:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:03:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 05:03:01 4 0.02 0.00 0.00 0.15 0.02 99.82 05:18:21 05:03:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:03:01 6 0.07 0.00 0.05 0.02 0.02 99.85 05:18:21 05:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:18:21 05:04:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:18:21 05:04:01 0 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:04:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 05:04:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:04:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:18:21 05:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:05:01 all 0.04 0.00 0.01 0.11 0.01 99.84 05:18:21 05:05:01 0 0.03 0.00 0.00 0.52 0.00 99.45 05:18:21 05:05:01 1 0.05 0.00 0.02 0.00 0.00 99.93 05:18:21 05:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:05:01 3 0.07 0.00 0.00 0.00 0.00 99.93 05:18:21 05:05:01 4 0.02 0.00 0.00 0.37 0.00 99.62 05:18:21 05:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:05:01 6 0.08 0.00 0.05 0.00 0.03 99.83 05:18:21 05:05:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:06:01 all 0.02 0.00 0.01 0.02 0.01 99.95 05:18:21 05:06:01 0 0.00 0.00 0.02 0.05 0.00 99.93 05:18:21 05:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:06:01 4 0.00 0.00 0.00 0.08 0.00 99.92 05:18:21 05:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:06:01 6 0.03 0.00 0.07 0.00 0.02 99.88 05:18:21 05:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:07:01 all 0.02 0.00 0.02 0.02 0.02 99.92 05:18:21 05:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:07:01 1 0.07 0.00 0.02 0.10 0.00 99.82 05:18:21 05:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 05:07:01 4 0.02 0.00 0.02 0.07 0.00 99.90 05:18:21 05:07:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:07:01 6 0.05 0.00 0.05 0.00 0.08 99.82 05:18:21 05:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:08:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:18:21 05:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:08:01 1 0.03 0.00 0.05 0.00 0.02 99.90 05:18:21 05:08:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:08:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:08:01 5 0.03 0.00 0.03 0.00 0.00 99.93 05:18:21 05:08:01 6 0.02 0.00 0.02 0.02 0.02 99.93 05:18:21 05:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:09:01 all 0.04 0.00 0.01 0.01 0.01 99.94 05:18:21 05:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:09:01 1 0.08 0.00 0.00 0.02 0.02 99.88 05:18:21 05:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 05:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 05:09:01 4 0.03 0.00 0.00 0.03 0.00 99.93 05:18:21 05:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 05:09:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:18:21 05:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:18:21 05:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 05:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:10:01 4 0.00 0.00 0.00 0.03 0.00 99.97 05:18:21 05:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:18:21 05:10:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:18:21 05:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:11:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:18:21 05:11:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:18:21 05:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:18:21 05:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:11:01 4 0.00 0.00 0.00 0.03 0.00 99.97 05:18:21 05:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:18:21 05:11:01 6 0.07 0.00 0.03 0.00 0.03 99.87 05:18:21 05:11:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:12:01 all 0.03 0.00 0.00 0.00 0.01 99.96 05:18:21 05:12:01 0 0.00 0.00 0.00 0.02 0.00 99.98 05:18:21 05:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:12:01 2 0.05 0.00 0.00 0.00 0.00 99.95 05:18:21 05:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:12:01 5 0.05 0.00 0.00 0.00 0.02 99.93 05:18:21 05:12:01 6 0.07 0.00 0.02 0.00 0.03 99.88 05:18:21 05:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:13:01 all 0.03 0.00 0.00 0.00 0.01 99.96 05:18:21 05:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:13:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:18:21 05:13:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:18:21 05:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:13:01 6 0.08 0.00 0.02 0.00 0.02 99.88 05:18:21 05:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:18:21 05:13:01 CPU %user %nice %system %iowait %steal %idle 05:18:21 05:14:01 all 0.01 0.00 0.01 0.02 0.01 99.95 05:18:21 05:14:01 0 0.02 0.00 0.00 0.07 0.00 99.92 05:18:21 05:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:14:01 4 0.00 0.00 0.02 0.10 0.00 99.88 05:18:21 05:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:18:21 05:14:01 6 0.02 0.00 0.05 0.00 0.02 99.92 05:18:21 05:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:18:21 05:15:01 all 0.04 0.00 0.01 0.01 0.01 99.94 05:18:21 05:15:01 0 0.02 0.00 0.00 0.02 0.02 99.95 05:18:21 05:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:18:21 05:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:18:21 05:15:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:18:21 05:15:01 4 0.03 0.00 0.00 0.02 0.00 99.95 05:18:21 05:15:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:15:01 6 0.10 0.00 0.03 0.02 0.03 99.82 05:18:21 05:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:18:21 05:16:01 all 0.11 0.00 0.01 0.00 0.01 99.87 05:18:21 05:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:18:21 05:16:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:18:21 05:16:01 2 0.85 0.00 0.00 0.00 0.00 99.15 05:18:21 05:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:16:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:18:21 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:16:01 6 0.03 0.00 0.03 0.00 0.03 99.90 05:18:21 05:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:18:21 05:17:01 all 1.17 0.00 0.43 0.01 0.01 98.38 05:18:21 05:17:01 0 0.55 0.00 0.15 0.00 0.02 99.28 05:18:21 05:17:01 1 0.92 0.00 0.35 0.00 0.02 98.72 05:18:21 05:17:01 2 2.75 0.00 0.40 0.00 0.02 96.84 05:18:21 05:17:01 3 1.33 0.00 0.38 0.00 0.00 98.28 05:18:21 05:17:01 4 0.77 0.00 0.55 0.05 0.02 98.62 05:18:21 05:17:01 5 0.87 0.00 0.42 0.00 0.02 98.70 05:18:21 05:17:01 6 1.00 0.00 0.68 0.03 0.02 98.27 05:18:21 05:17:01 7 1.12 0.00 0.53 0.00 0.02 98.33 05:18:21 05:18:01 all 8.37 0.00 3.68 2.27 0.11 85.57 05:18:21 05:18:01 0 8.46 0.00 4.04 6.59 0.10 80.82 05:18:21 05:18:01 1 8.79 0.00 3.05 0.03 0.08 88.04 05:18:21 05:18:01 2 9.02 0.00 3.93 4.85 0.10 82.09 05:18:21 05:18:01 3 5.81 0.00 3.72 1.57 0.12 88.78 05:18:21 05:18:01 4 8.75 0.00 3.16 1.28 0.08 86.73 05:18:21 05:18:01 5 6.59 0.00 3.93 0.44 0.08 88.97 05:18:21 05:18:01 6 9.35 0.00 3.59 3.00 0.17 83.90 05:18:21 05:18:01 7 10.18 0.00 4.03 0.46 0.10 85.23 05:18:21 Average: all 8.31 0.00 1.42 0.92 0.04 89.31 05:18:21 Average: 0 8.24 0.00 1.41 0.82 0.03 89.49 05:18:21 Average: 1 8.24 0.00 1.45 0.61 0.04 89.66 05:18:21 Average: 2 8.44 0.00 1.41 1.29 0.04 88.82 05:18:21 Average: 3 8.25 0.00 1.35 0.78 0.04 89.59 05:18:21 Average: 4 8.38 0.00 1.38 1.12 0.03 89.09 05:18:21 Average: 5 8.28 0.00 1.38 1.06 0.03 89.25 05:18:21 Average: 6 8.21 0.00 1.43 1.12 0.04 89.20 05:18:21 Average: 7 8.48 0.00 1.51 0.61 0.04 89.36 05:18:21 05:18:21 05:18:21